Login     Sign up
Admin password notworking
Mudasir (@mudasir)
Join date: Jun 3rd 2011
Community posts: 1
View Profile
Send Message

Hello All iam Mudasir Nazar After Finsh Instalation of Jcow my Admin Email and Pass Not Working i try to recover via email but not working can any one help me to recover this account ?

158 months ago
1
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

add this in index.php (root)
after
[code]
require_once './includes/boot.inc.php';
[/code]
[code]
$password = md5('yourpassword'.'jcow');
sql_query("update ".tb()."accounts set password='$password' where id='1'");
[/code]

goto to your site

after this you can remove the code again.

158 months ago