HomeUnityBlogs
 
 
houseperu

I lost the USER and the PASSWORD ADMIN

please help me, I lost  my user and my password admin. for tell you the true I never recive that information i dont know what to do
please HELP
bad
0
good
 
 

Comments

Interex
Interex 140 days agocomment permalink
 
You're kidding me right? If you would have read on the main page just 4 posts below yours this was discussed already. or you can view it here.

http://www.boonex.com/unity/blog/entry/i_forget_admin_username_and_password
 
bad
0
good
 
 
praveenkv1988
praveenkv1988 139 days agocomment permalink
 
Create a file named test.php with the following contents.
-----------------------------------------------------------
<?php
require_once( 'inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );

$admin = 'admin';
$password = 'dolphin';
$password = md5($password);

$query = 'TRUNCATE TABLE `Admins`';
db_res($query);
$query1 = "INSERT INTO `Admins` SET `Name` = '$admin', `Password` = '$password'";
db_res($query1);
?>
-------------------------------------------------------
Then upload it to the server and run by calling it. Now your admin username and password are below.

name: admin
password: dolphin
 
bad
1
good
 
 


Post a Comment

Please login to post a comment.

This Post
 
 
houseperu Blog
All Blogs
Found a bug? Have a suggestion? We really value your feedback!
 
© 2008 BoonEx Ltd
ABN 27 127 966 581
 
PET:0.397579908371