View Single Post
  #4  
Old 07-20-2020, 03:57 PM
Missy Master's Avatar
Missy Master Missy Master is offline
Pet-Sim.Online
 
Join Date: Jan 2010
Posts: 475
Gender: Unknown/Other
Credits: 45,679
Missy Master is an unknown quantity at this point
Default

late to the show but you can actually insert that code like this:


date_default_timezone_set("America/New_York");

$time = new DateTime();
$this->lastactivity = $time->getTimestamp();
$this->isloggedin = UserCreator::logincheck();


Didn't expect it to work!

Last edited by Missy Master; 07-20-2020 at 03:59 PM.
Reply With Quote