Neil Mod- Last Visit, need help on modification

This forum is now closed as part of retiring phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

This forum is now closed due to phpBB2.0 being retired.

Neil Mod- Last Visit, need help on modification

Postby th3zone » Wed May 18, 2005 8:53 am

I posted help on neil forum regard on his last visit hack but no luck noone able to help me...thought of turning here and see if anyone here able to find my answer.


Last Visit mod shown 24 hours for those that have log in right?...i would like to change it to 48 hours...which page and where should i edit it? any reply will be appreciated...thank you.
th3zone
Registered User
 
Posts: 194
Joined: Tue Jan 04, 2005 11:02 pm

Postby chadsmith » Wed May 18, 2005 9:36 pm

Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
$sql = 'SELECT session_ip, MAX(session_time) as session_time FROM '.SESSIONS_TABLE.' WHERE session_user_id="'.ANONYMOUS.'" AND session_time >= '.$timetoday.' AND session_time< '.($timetoday+86399).' GROUP BY session_ip';
#
#-----[ IN-LINE FIND ]------------------------------------------
#
86399
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
172799
#
#-----[ FIND ]------------------------------------------
#
$sql = 'SELECT user_id,username,user_allow_viewonline,user_level,user_lastlogon FROM ' . USERS_TABLE . ' WHERE user_id!="'.ANONYMOUS.'" AND user_session_time >= '.$timetoday.' AND user_session_time< '.($timetoday+86399).' ORDER BY username';
#
#-----[ IN-LINE FIND ]------------------------------------------
#
86399
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
172799
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
$lang['Users_today_zero_total'] = 'In total <b>0</b> users have visited this site today :: ';
$lang['Users_today_total'] = 'In total <b>%d</b> user have visited this site today :: ';
$lang['User_today_total'] = 'In total <b>%d</b> users have visited this site today :: ';
#
#-----[ REPLACE WITH ]------------------------------------------
#
$lang['Users_today_zero_total'] = 'In total <b>0</b> users have visited this site in the last 48 hours :: ';
$lang['Users_today_total'] = 'In total <b>%d</b> users have visited this site in the last 48 hours :: ';
$lang['User_today_total'] = 'In total <b>%d</b> user has visited this site in the last 48 hours :: ';
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM
Probably the toughest time in anyone's life is when you have to murder a loved one because they're the devil.
User avatar
chadsmith
Registered User
 
Posts: 261
Joined: Sat Jul 13, 2002 4:54 pm
Location: 67212


Return to [2.0.x] MOD Requests

Who is online

Users browsing this forum: Google [Bot] and 4 guests