Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   temp search (http://www.bvlist.com/showthread.php?t=9782)

dumorim 18th February 2014 18:02

temp search
 
I would ask of you to help put this code in torrents-search.php to prevent the flow on my website so the user after making the first poll he has waiting 10 more seconds to make another

PHP:
if(!isset($_COOKIE['search_temp'])){

setcookie('search_temp',time()+10);

}else{

echo 'You can only do a search every 10 seconds';
}
?>


All times are GMT +2. The time now is 00:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.