05-20-2012, 10:04 PM
$conf[db][server] = test;
$conf[db][dbase] = newproject_db_auth;
$conf[db][user] = root;
$conf[db][pass] = test;
This will work
|
Safe registration script
|
|
05-20-2012, 10:04 PM
$conf[db][server] = test; $conf[db][dbase] = newproject_db_auth; $conf[db][user] = root; $conf[db][pass] = test; This will work
05-20-2012, 10:21 PM
thanks very much Baikim, this work
08-18-2012, 03:37 PM
Hi, It would be possible to host the Script to download? Thankful!
08-18-2012, 05:33 PM
Wow see the XSS vulnerability....
10-02-2012, 11:05 AM
So is the script safe to use yet? How about a new link to download it or an edit of your post . Anyway TY
10-24-2012, 02:34 AM
So this scrypt now works fine?
04-04-2013, 02:50 AM
Awesome works!
01-23-2016, 09:26 AM
Good Morning, What I have to put here? // Settings to change $conf[db][server] = SERVERNAME WHICH WILL BE SHOW AT LOGIN TO LC?; $conf[db][dbase] = DATABASE_AUTH --> THIS I COULD SEE ABOVE; $conf[db][user] = WHICH USER? THE USER WHICH HAVE THE PRIVILEGES OF THE DATABASE_AUTH???; $conf[db][pass] = PASSWORD OF THE PRIVILEGED USER TO DATABASE_AUTH WHICH I HAVE CREATED IN MYSQL???; And then I have to make a Button on a Website an inbound the php-Script? How I can do this? Thank you very much Thank you very much
01-25-2016, 01:41 AM
Good Morning, What I have to put here? // Settings to change $conf[db][server] = SERVERNAME WHICH WILL BE SHOW AT LOGIN TO LC?; $conf[db][dbase] = DATABASE_AUTH --> THIS I COULD SEE ABOVE; $conf[db][user] = WHICH USER? THE USER WHICH HAVE THE PRIVILEGES OF THE DATABASE_AUTH???; $conf[db][pass] = PASSWORD OF THE PRIVILEGED USER TO DATABASE_AUTH WHICH I HAVE CREATED IN MYSQL???; And then I have to make a Button on a Website an inbound the php-Script? How I can do this? Thank you very much Thank you very much // Settings to change $conf['db']['server'] = ''; $conf['db']['dbase'] = ''; $conf['db']['user'] = ''; $conf['db']['pass'] = ''; look at what it says: ['user'] hmm mysql username!! ['pass'] mysql password ['server'] the IP of mysql server (if it on same pc as your php then put 127.0.0.1 ['dbase'] this would be your auth db name please please make sure you do like this! $conf['db']['server'] = 'YOUR_MYSQL IP';
01-25-2016, 07:49 PM
thank you very much. I have change it in my script. when the php on the server can someone see the script what for password I have set in it? Or nobody cann see this? I don´t know it |
|
« Next Oldest | Next Newest »
|