I have working as software Eng for web development. I want descrypt password from wordpress. When I give password example “admin”, that password save encrypt model for user table. When I give forgot password need the same character “admin” not encrypt model. Is it possible or not. Please anybody help me.
Thanks,
mayasakthi
I am contsantly getting time out errors like this:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/******/53/******/html/wp-includes/class-phpass.php on line 139
Have searched high and low for a solution. Nothing on Google etc.
My hosts say it’s a plugin playing up and a WordPress fault.
This makes sense on the one hand because the error cites a WP file/line. looking at the file and line, there is a message saying the offending code snippet is something of a “cheat”. This may be irrelevant.
In any case it cripples the site constantly.
On the other hand the WP part of the site runs very quickly otherwise.
Can Anyone shed light; perhaps an WP developer?
tnx
w
]]>I’m trying to install wordpress — I adjusted the wp-config.php file ok and fed it my db details. However, it throws the following error:
Parse error: syntax error, unexpected T_LNUMBER in /data01/mhickman/public_html/wp/wp-includes/class-phpass.php on line 50
Had a quick look at that line of code and it appears to be something to do with generating the password — the database details are all ok, since it creates the tables no problem.
Any thoughts??
TIA,
Mat
]]>I created a script a while back that sits in my wordpress root directory that uses wp-config connected to the wp database and would compare a password using md5 against what was in the wordpress database. If the hashes matched I then added the users IP to an .htacess file.
This method protected my admin folder, but since the new password algo, my script no longer works.
So my question is…
How to take take a variable say $mypass and hash it against a retrieved variable from WP user table password field?
All I need is the hashing I have all the other code working ie connect to db, pull the user data, now I need to see if the users pass hashes against what he supplied my script.
Remember this is an outside script and I am not currently including any of the wp-include files, it seems what I need is located in the class-phpass.php file and don’t any any issue including that in my script, but I can’t seem to nail it down to what exactly.
Thanks in advance
]]>