Last Online Code.

Status
Not open for further replies.

Gibbo

Active Member
Jun 4, 2010
163
27
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.

 

Noman

lol
Jul 17, 2011
225
166
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.


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 ;)
 

Gibbo

Active Member
Jun 4, 2010
163
27
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 ;)

Thanks alot mate :)!!!
 
Status
Not open for further replies.

Users who are viewing this thread

Top