Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Limit clicks/day to 10 (http://www.mysidiaadoptables.com/forum/showthread.php?t=2229)

sensacion 07-01-2011 08:08 PM

Limit clicks/day to 10
 
hi guys, i want this: Limit clicks/day to 10
how I can insert the following code at the levelup.php
or you have another idea

Code:

$query = "SELECT * FROM ".$prefix."vote_voters WHERE adoptableid='$id' and date = '$date'";
$result = mysql_query($query);
$ctd = mysql_numrows($result);
if ($ctd > 99)                { $article_title = "Error";
                                                $article_content = "<font color='#cc1111'>This Pet has recieved the maximum of 100 clicks per day</font>"; }
else  if ($ctd <= 99) {

// Add to clicks, levelup and text return

}


Chibi_Chicken 07-02-2011 05:15 AM

you could add that code after it build the $date var. on page line 50.


All times are GMT -5. The time now is 06:34 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.