Could I Change The Time Between Clicks ?

Forum
Last Post
Threads / Messages

gjac1

Member
Member
Joined
Feb 18, 2009
Messages
101
Points
0
Mysidian Dollar
5,256
At the moment its 24 hours before a member can level up an adoptable again, is it possible to change it to 4 hours or something like that ??

Thanks :)
 
I suppose you can mess with the date system a bit. In levelup.php this code controls if a user is within the 24 hour mark or not:

PHP:
if($checkdate == $todaydate){
				//We've gone this far, this means that we found a match because a date was returned
				//Cannot vote because we already voted today...
				$article_title = "You already voted for me today!";
				$article_date = date('Y-m-d');	
				$article_content = "You already voted for this adoptable today.  
Please come back in 24 hours to level up this adoptable again.";
				
			}

This code appears twice in the file. This is what you would edit to change the time restriction. It probably won't be easy though.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top