PDA

View Full Version : v3 Messenger is this right?


MindTrix
02-18-2009, 08:06 AM
Hi all, i have recently purchased v3chatroom and v3messenger which are great scripts. I have got the chatroom to work fine with my users, so when they click the link it logs them right in.

The messenger however i cannot get to work. I have edited the file it tells me to with the correct database info but still no luck. I'm going to post it here, can someone tell me if they think it is correct? I'm sure it is! But running out of ideas...

## CUSTOM DATABASES (for developers) ##
## Enter your members MySQL table details below.

$members_table = 'user'; // MySQL members table

$sql_name = 'username'; // MySQL members name or nickname row
$sql_id = 'userid'; // MySQL members ID row
$sql_pic = ''; // MySQL members Photo row
$sql_email = 'email'; // MySQL members Email row
$sql_pass = 'password'; // MySQL members Pasword row
$sql_last_access = 'lastvisit'; // MySQL members last accessed/logged in row

$req_encode = '1'; // Enter 0 (OFF) or 1 (ON) - if password is md5 encoded in MySQL members table

Dismounted
02-18-2009, 08:25 AM
For support with modifications, please contact the modification author. This is especially for paid modifications, as most users will not have that modification anyway.