Forum Moderators: coopster
I've got a problem with a game script that i bought from someone.
I've installed everything like the manual says but i cannot log in. When i want to log in i get an error: Username and/or password incorrect.
I've asked the same question to the scripter but he does not give me any support :( *kick*
Can someone help me with this script? I am a totally php/MySQL noob.
I've uploaded the script source to my ftp server.
[edited by: coopster at 1:50 pm (utc) on Sep. 2, 2004]
[edit reason] No urls [webmasterworld.com], please [/edit]
A quick work around is to just get to a command line and update the password in the database or, if the author used PHP, write a quick script to get the job done. Of course, you'll have to have a peek inside the author's code to find the password update or insert routine and use the same SQL code you find in the script. For example, if the author used PHP's md5 function, you need to do the same.