Hey I need help, does anyone know the code for the Last Online, Im using Habbo Template for RevCMS and this is the default code that came with it, but it does not work.
You must be registered for see links
$this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));
Here, For the last signed in add this to the line 44 of class.templates.php;
Code:
PHP:$this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));
That should work