Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-29-2011, 03:51 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,523
SilverDragonTears is on a distinguished road
Default Last Influence Countdown

How would I go about showing a countdown until users can influence again?

PHP Code:
if($type == 'Thylo Silvfox' && $currentlevel <= '4'){
$article_content .= "Influence - (<i>Only adults may influence.</i>)<br>";
}else if(
$type == 'Thylo Silvfox' && $lastinfluence >= '$lastweek'){
$article_content .= "Influence - You must wait one week before influencing.<br>";
}else 
if(
$type == 'Thylo Silvfox' && $currentlevel <= '4'){
$article_content .= "";
}else if(
$type == 'Thylo Silvfox' && $gender == 'f'){

 
$article_content .= "<a href='myadopts.php?act=influence&id=".$id."'>Influence</a> Allow an adopt to be influenced female by  ".stripslashes($name).". <br>";
}else if(
$type == 'Thylo Silvfox' && $gender == 'm'){

 
$article_content .= "<a href='myadopts.php?act=influence&id=".$id."'>Influence</a> Allow an adopt to be influenced male by   ".stripslashes($name).".<br>";
}else {
 
$article_content .= "";

__________________

Check out SilvaTales
Reply With Quote
  #2  
Old 11-29-2011, 04:28 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,523
SilverDragonTears is on a distinguished road
Default

Something like this? I'm so bad at math....

PHP Code:
$article_content .= "Influence - You must wait ";

$target $lastinfluence ;

$today time () ;

$difference =($target-$today) ;

$days =(int) ($difference/86400) ;


$article_content .= $days." before influencing.<br>";
}else 
__________________

Check out SilvaTales
Reply With Quote
  #3  
Old 12-07-2011, 10:13 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,523
SilverDragonTears is on a distinguished road
Default

Ok (this is for breeding too) I'm close but I'm a day off....

PHP Code:
$target $lastweek ;

$today $lastbred ;

$difference =($today-$target) ;

$days =(int) ($difference/86400) ;

$article_content .= "<i> You must wait ".$days." days before breeding.<br>";

__________________

Check out SilvaTales
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Influence SilverDragonTears Questions and Supports 5 11-13-2011 06:02 PM


All times are GMT -5. The time now is 12:43 AM.

Currently Active Users: 1779 (0 members and 1779 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636