MyBB Support

[TROPICAL] Support Thread

Submitted by Tropical, , Thread ID: 5022

Thread Closed

RE: [TROPICAL] Support Thread

OP
This post was last modified: 24-06-2015, 08:23 PM by Tropical
#5
24-06-2015, 08:15 PM
Mr_Devil Wrote:
24-06-2015, 08:14 PM
Tropical Wrote:
24-06-2015, 08:11 PM
Mr_Devil Wrote:
Tropical
Yeah i need help. in PHP part.
http://nulledbb.com/staff - The one online and offline...... Thats all

Oh shit
That's fairly easy.

You already got CSS and such?
yeah i know about css/html....
How do i get online and offline thing in my staff page ?

Show me the code.
I need to work with that.

BTW,
you could use:
PHP Code:
$online_check $db->fetch_array($db->simple_select("sessions""*""uid IN (2) AND time>".(TIME_NOW-$mybb->settings['wolcutoff'])));
if(!empty(
$online_check))
 echo 
"online";
else
 echo 
"offline"

Users browsing this thread: 7 Guest(s)