My php fusion site is EVERYTHING to me, i will do ANYTHING to get it working agian! 3 years of work on it!
I tried Updating my PhP files, from .11 to .12, but it didnt work, so i restored my old files agian, exept for 1 folder that i forgot to backup (administration folder including members.php)
I tried to login but it wouldnt let me ( i get : http://pico-games.com/setuser.php?error=3 ), i know my password has been the same for years. I went into mysql and made another account superadmin, and logined, i edited my main account password, and tried loggin into it without luck. I have NO IDEA why i cant login to it!
Then after a nights sleep i try logging into my members account that i made a superadmin, and now that one wont login! I cant login to my site, i can make another members account superadmin, but im afriad i will lose it somehow agian.
I need my main account back, i will give you my mysql and ftp passes if you have a high post rate and ABSOLUTLEY need to go in there. Please i need help FAST.
To make it short, i think one of my php files is corrupt or not working, and i cant access my main account niether the new account that i made ( i made 2 of them and i cant login to them) Please help me on this.
Try uploading the Administration folder from the .11 source package. Maybe that works. if not there's probably been an DB change. Look at the upgrade.php file in the .12 package to see what changes are made to the DB.
Updating from .11 to .12 has (among others) this change: Added double md5 hashing to user passwords for better security. This likely is the problem. Maybo do a installation of .11 on the same DB using different prefix (fusionbackup). Then copy the specified table to the original tabl;e using PhpMyAdmin. BACKUP first using PhpMyAdmin before changing stuff...!!!
Alright, but i dont see how the administration files can screw up 3 accounts, actaully im starting to think new accounts wont be able to login at all... I will try through... thanks.
FIXED, i took my hashed password (4d25b312179208de4ee86b4abc*****) from another php site i own, and put it in my main account on my main php site, and logged in successfully! Thanks for help guys.