Best Blackhat Forum

Full Version: [GET] Bayanno Hospital Management System Pro V1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Bayanno Hospital Management System Pro V1.2

Advanced management software for hospital,clinic,diagnostic center
Advanced, powerfull, flexible complete management software for hospital, clinic and medical institutes. Integrates and facilitates 7 types of user area of a hospital :
[Image: banner1.jpg]

More Details and Demo :

http://www.nullphp.com/bayanno-hospital-...-pro-v1-2/


Download :
[Image: ZippyShare.gif]
Bro before posting plz search it... as i'm the first person to upload and you have copied mine only and posted..:)... and i have promised to post the updations too...:)

Plz see below url : http://bestblackhatforum.com/Thread-GET-...3rd-NOV-13
I MUST WARN YOU! ADFLY LINKS AND SIMULAR IN DEMO LINK OR DOWNLOAD LINK! ARE ABSOLUTE NONO HERE! SO INCASE YOU DID NOT KNOW! YOU KNOW NOW!

Thankx for the post!

CopyMyCash
Please do does someone have hospital Bayanno Hospital Management System Documentation. Please I need it as I keep getting error MySQL 1146 in the course of installing it and I learnt that the database is not well setup. Please help me with instructions on installing it. Thanks.
Please do you have Bayanno Hospital Management System Installation Documentation. Please I need it as
I keep getting error 1146 in the course of installing it and I learnt
that the database is not well setup. Please help me with instructions on
installing it. Thanks.
Please someone have the instalation tutorial. I try to install three times, but have erros.
Regards
Alemones
Everyone needs the documentation to make this work. Otherwise it fucks up the install every time.
i also have trouble during the installation, a MySQL error
For: Bayanno-Hospital-Management-System-Pro1.2

upload this file to mysql database. :Bayanno-Hospital-Management-System-Pro1.2\uploads\hms.sql



insert in admin table in database:



admin_id =1

name = Mr. Admin

email = admin@admin.com

password = password

address

phone



I dont know why but the passwords are not secured with md5



edit this file:

Bayanno-Hospital-Management-System-Pro1.2\application\config\database.php





PHP Code:



PHP Code:
$active_group 'default';
$active_record TRUE;
/**/
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = 'password';
$db['default']['database'] = 'bayanno1.2';


$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE


that should now get that working..
My dear brothers do not worry. Please spread the message. I have figured out how to install Bayanno Hospital Management System Pro V1.2. Although it is unconventional but it still works now very well in my localhost Xampp webserver. Make sure you have xampp running. Copy the necessary files and folders into a folder you named hms and copy the hms folder into your htdocs folder. Call up phpmyadmin in you browser, create database user="hms" and database="hms" with database user password="hms", now click on the database you created and call up the query window (make sure it is the query for the Bayanno Hospital Management Software) and click Browse to C:/xampp/htdocs/hms(Bayanno Hospital Management Software folder)/uploads and look for the file hms.sql. Import the hms.sql file into the datababse. Look for the admin table in the hms database and click on it and then click on "insert" located at the top. Insert information thus;

admin_id =1

name = Admin

email = admin@hms.com

password = 1234

address

phone


Then look for this file; Bayanno-Hospital-Management-System-Pro1.2\application\config\database.php and edit it this way as below;

$active_group = 'default';
$active_record = TRUE;
/**/
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'hms';
$db['default']['password'] = 'hms';
$db['default']['database'] = 'hms';


$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;

Then go to your web browser and call 127.0.0.1/hms. It should be working. I hope this tutorial is useful. I am very worried about the non encryption of the password but all the same it is beautiful to look at and use.
Pages: 1 2 3
Reference URL's