MOD download & history

This mod will register when the user last logged in, allong with the info about how meny users have visited the board

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Postby Niels on Sun 05. Jan, 2003 16:49

I did missed a ; in the above code
in the end of this line - sorry
Code: Select all
$users_today_list[ strlen( $users_today_list)-1] = ' ' ;
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Thu 07. Aug, 2003 22:53

last visit PART 1 is now updated, ned version is 1.2.7.
to upgrade do this

Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
search.php

#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT session_id
FROM " . SESSIONS_TABLE;

#
#-----[ REPLACE WITH ]------------------------------------------
#
$expiry_time = $current_time - $board_config['session_length'];
      $sql = "SELECT session_id
         FROM " . SESSIONS_TABLE ." WHERE session_time>$expiry_time";


this will improve the search.php to work better with this mod
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Fri 22. Aug, 2003 23:04

this mod is now EM enabled, witch means it will work with Easy mod autoinstaller
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Wed 27. Aug, 2003 23:18

mod now version 1.2.7. the changes need into search.php was missing
to upgrade simply do the changes into this file as described in the new how-to
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Previous

Return to Last visit [2.0.10/EM]

Who is online

Users browsing this forum: Google [Bot] and 1 guest

cron