File search code

Handle problems or report system bug
Post Reply
Hariph
Posts: 43
Joined: Tue May 23, 2023 9:33 pm

File search code

Post by Hariph »

Hello everyone, please can someone help me with a good wapka search code for files
vikkas
Posts: 62
Joined: Sun May 07, 2023 9:28 am

Re: File search code

Post by vikkas »

1, Tamilware
[1a8dcd2ace5cbf8cafdd5f4c7b9c3b7e:307277]

Tagcode:

Code: Select all

<div align="center" class="search-form"><form method="get" action="/search.html"><input name="q" type="text" style="width:40%"/> <input value="Search" type="submit"/></form></div><div class="main">
Create page called "search".

File lister:

Code: Select all

<table width="100%" class="ct"><tbody><tr><td width="20%" align="left" valign="top" margin="auto"><img src="%thumb%" title="%name%" name="%name%" alt="%name%" width="95" height="75" style="border-radius:5px;" onerror="this.src='//i.ibb.co/56ymrVZ/smsudipbd-logo.png'" width="95px" height="75px"></td><td align="left"><a href="/download/%id%/{{SLUG(%name%)}}.html"><b>%name%.%format%</b></a><br><b> </b><span style="background: blue;padding: 1px 7px;font-size: 12px;font-weight: bold;color: #FF0000;margin: 0px 0px;border-radius:40px;"><font color="white"> {{VALUE(%date%)@DATE(AGO)}} <b></b></font></span></td></tr></tbody></table>
Config:

Code: Select all

<dir>2628</dir><limit>6</limit><page>{{GET(page)}}</page><url>?q={{GET(q)}}&page=</url><search>{{GET(q)}}</search><order>new</order>
Hariph
Posts: 43
Joined: Tue May 23, 2023 9:33 pm

Re: File search code

Post by Hariph »

Thanks this worked
Victor 123
Posts: 30
Joined: Sun Feb 25, 2024 4:46 pm

Re: File search code

Post by Victor 123 »

Please I need code for comment system
vikkas
Posts: 62
Joined: Sun May 07, 2023 9:28 am

Re: File search code

Post by vikkas »

Install Wapka themes and view codes

1, poptalk_2021
[43d7fd7731d0ff820c09956cb05c84c4:307273]
Post Reply