View Single Post
  #9  
Old 11-28-2011, 11:14 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 586,360
Hall of Famer is on a distinguished road
Default

Well this can be achieved by adding these lines somewhere in levelup.php:

PHP Code:
$result runquery("SELECT * FROM {$prefix}vote_voters WHERE adoptableid='{$id}' and date = '{$date}'");
$num mysql_num_rows($result);
if(
$num >= 10){
$article_content .= "An error has occurred, this adoptable has been leveled up 10 times already today. " 
}
else{
// codes to execute if the adoptable can be leveled up

__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote