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.034235954284668