forgot wp password's archive
change wordpress password manually
by alamster in May 21st, 2008
Reset wordpress password using provided link not work, sadly no phpmyadmin available
Fortunately I have shell access which is enough, using built in md5 function to generate and update the password, here’s the steps:
1. Creating md5
- Using shell
Just type :
md5 -s your chosen password
- Make php script with this content :
<?php
$string=’your chosen password’;
echo md5($string);
?>
save [...]
Freelance Project:
- Script to strip Adsense ads from site by Washington2008
- Joomla! Website Design by EuroMonkey1
- Small HTML page on IE by pbx123
- Flash MySpace Profile by Brooke12
- web design 4 by DreamITSolutions
- web design 3 by DreamITSolutions
- Full ecommerce solution required by yahya300785
- web design - 2 by DreamITSolutions
- Upgrade by carl14
- InPage / Urdu Typist Needed by skyscrapper


