View Single Post
  #1  
Old 6th February 2012, 16:52
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Exclamation Network user in userdetails
attention

Attention

This is not my work !!! See if the user is in the network !



I just try from yuna mod
and it work on tsse too
Open userdetails.php and find:

Code:

PHP Code:
$xonline sprintf ($lang->userdetails['xonline'], $user['username']); 
adding that after:

Code:

PHP Code:
//mod online by Tarix22
$dt gmtime() - 180;
$dt sqlesc(get_date_time($dt));
print(
"<tr><td class=\"rowhead\" width=1%>Network</td><td class=\"row1\" align=\"left\" width=\"99%\">" . ("'".$user['last_access']."'">$dt?"<font color=green>Yes</font> / <font color=gray>No</font>" "<font color=gray>Yes</font> / <font color=red>No</font>" ) . "</td></tr>"); 
Attached Thumbnails
Untitled.png  
Reply With Quote
The Following 8 Users Say Thank You to shasta For This Useful Post:
DarknessTM (15th March 2012), eckeO5 (8th February 2012), FENIX (26th January 2013), Marco (29th March 2014), Metalmania (15th March 2012), PAX (7th February 2012), Protheush (9th April 2015), Titya (9th September 2012)