Quote:
Originally Posted by MoMan
I, not knowing much PHP, found the error...
Just change:
PHP Code:
$checktime = $nowtime - $banklastvisit;
To:
PHP Code:
$checktime = $nowtime - $lastvisit;
The variable is called 'lastvisit' and not 'banklastvisit'
|
Once again MoMan thank you for your help. I performed the above edit and it fixed my problem. Good job. I'm sure Blaine will update soon. I'm surprised no one has reported this yet.
Edit: Wow, that also fixed my count down timer as well! Btw, How do I set the intervals? I don't have this option.