Safe registration script
#11


$conf[db][server] = test;

$conf[db][dbase] = newproject_db_auth;

$conf[db][user] = root;

$conf[db][pass] = test;

 

This will work

#12
thanks very much Baikim, this work

#13

Hi,

 

It would be possible to host the Script to download?

 

Thankful!

#14
Wow see the XSS vulnerability....

#15
So is the script safe to use yet? How about a new link to download it or an edit of your post . Anyway TY

#16
So this scrypt now works fine?

#17
Awesome works!

#18

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

#19


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';

#20

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



Forum Jump:


Users browsing this thread: 1 Guest(s)