I lost the USER and the PASSWORD ADMIN

houseperu posted 20th of March 2008 in Community Voice. 2 comments.
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
 
Comments
·Oldest
·Top
Please login to post a comment.
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
praveenkv1988
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 see more upload it to the server and run by calling it. Now your admin username and password are below.

name: admin
password: dolphin
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.055022001266479