View Single Post
  #2  
Old 05-16-2006, 07:45 PM
  rubyaryat's Avatar 
rubyaryat rubyaryat is offline
 

eXpert
  
Join Date: Feb 2003
Location: Canada
Posts: 289
 

Default

From your signature you look to be running 4.03 which is an old build of 4.0 branch.
You be better updating to the latest (stable) build (4.018, which fixed and added a number of features.

One of changes will solve your issue.
To fix for 4.03, edit:
include/register.php

look for the comment:
# Auto-log in

around line 436.

Add the line:
db_query("UPDATE $sql_tbl[customers] SET last_login = '".time()."' WHERE login = '$uname'");

after the conditional statement:
if($usertype=="C" or ($usertype=="B" and $login=="")) {

This will update the user's db record with the time they registered.

Rubyaryat
__________________
Rubymods.com - Your X-Cart services partner for over 9 years.
Modules offered: FedEx labels, Live currency rates, GeoIP, Order Audit, Multiple e-goods.
X-Cart Store Hosting, project management and affiliates program available.
4.2.3 gold [Unix]
Reply With Quote