well Ive add this to the tables:
ALTER TABLE `account` ADD `lastip` VARCHAR(15) NULL ;
and now i need to find which cpp file to add a statment like
the logon-code to look up the update accounts-line and add IP to that line so the table see's it. Do you have any clue which one i need to add this too, I want to test this for you and see if it will work.
Doc
|