65.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

08-07-2014, 06:32 AM
Post: #11
RE:
The code in the script is totally obfuscated - so god knows what is in there!
08-07-2014, 06:35 AM (This post was last modified: 08-07-2014 06:37 AM by Gabby.)
Post: #12
RE:
I see now it is only letting me create a User Level of "subscriber". Must be why it is not letting me have the permissions to log in to the ACP. I do not see any way to change the permission level to admin status.
08-07-2014, 07:24 AM (This post was last modified: 08-07-2014 07:26 AM by cloneofclone.)
Post: #13
RE:
Thanks for the share...rep added...

I have had this happen once or twice and went into phpMyadmin without issue except for figuring out what the database name was...

You can find the steps here...

Code:
http://codex.wordpress.org/Resetting_Your_Password

And there is a php script wordpress offers but I have never used it....not sure if it is the same as the op...apologies if it is...

Code:
http://codex.wordpress.org/User:MichaelH/Orphaned_Plugins_needing_Adoption/Emergency

Using the Emergency Password Reset Script
If the other solutions listed above won't work, then try the Emergency Password Reset Script. It is not a Plugin. It is a PHP script.
Warnings
  1. Requires you know the administrator username.
  2. It updates the administrator password and sends an email to the administrator's email address.
  3. If you don't receive the email, the password is still changed.
  4. You do not need to be logged in to use it. If you could login, you wouldn't need the script.
  5. Place this in the root of your WordPress installation. Do not upload this to your WordPress Plugins directory.
  6. Delete the script when you are done for security reasons.
Directions for use
  1. Save the script below as a file called emergency.php to the root of your WordPress installation (the same directory that contains wp-config.php).
  2. In your browser, open http://example.com/emergency.php.
  3. As instructed, enter the administrator username (usually admin) and the new password, then click Update Options. A message is displayed noting the changed password. An email is sent to the blog administrator with the changed password information.
  4. Delete emergency.php from your server when you are done. Do not leave it on your server as someone else could use it to change your password.

Code is at this link below




Code:
http://codex.wordpress.org/User:MichaelH/Orphaned_Plugins_needing_Adoption/Emergency


Hope this helps...feel free to add rep if it does...
08-07-2014, 08:02 AM
Post: #14
RE:
For those who didn't want to use the script all you have to do is log in to the phpMyAdmin and go to the table "wp_users" and find a field "user_pass" and replace it's value with a new password while checking "MD5" under the "function" column. Hit Save and you are done. No scripts necessary and probably faster then 30 seconds too :)
I haven't failed. I just found 10,000 ways that won't work.
08-07-2014, 11:38 AM
Post: #15
RE:
I can always get help from my hosting company but this will be very handy!

+3 Rep added - Thank you very much Keanu for your share!
57.gif
08-07-2014, 11:41 AM
Post: #16
RE:
Thank you :) reps added
08-07-2014, 09:20 PM
Post: #17
RE:
(08-07-2014 08:02 AM)bennyb Wrote:  For those who didn't want to use the script all you have to do is log in to the phpMyAdmin and go to the table "wp_users" and find a field "user_pass" and replace it's value with a new password while checking "MD5" under the "function" column. Hit Save and you are done. No scripts necessary and probably faster then 30 seconds too :)
Wow!
I just went through the steps you described and it works!
+5 reps added!!
Faith moves mountains, but only knowledge moves them to the right place.
08-08-2014, 02:30 AM (This post was last modified: 08-08-2014 02:34 AM by chikfilet.)
Post: #18
RE:
Im sure this will help those not fortunate enough to have my hosting provider. Max Reps OP

But with my hosting all I have to do is go in and click on the install info for each instance of wordpress and it gives me the login details and db details without having to recreate or edit anything.

I can give you the direct link if you want it to check out but not on this OP Thread but in pm no affiliate or anything its direct link.




28.gif