69.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-28-2013, 09:27 AM
Post: #1
[GET] Bayanno Hospital Management System Pro V1.2
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]
[Image: mNBUSVW.png]
11-28-2013, 10:04 AM
Post: #2
RE:
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
11-28-2013, 02:55 PM
Post: #3
RE:
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
12-05-2013, 01:59 PM
Post: #4
RE:
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.
12-05-2013, 03:20 PM
Post: #5
RE:
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.
30.gif
12-06-2013, 04:54 AM
Post: #6
RE:Install
Please someone have the instalation tutorial. I try to install three times, but have erros.
Regards
Alemones
12-12-2013, 11:36 AM
Post: #7
RE:
Everyone needs the documentation to make this work. Otherwise it fucks up the install every time.
Freelance Full Stack developer (Ruby on Rails, JavaScript, HTML/CSS, React/Redux, PHP, Python). Currently working on Unity driven PC game to help people learn to code.
12-15-2013, 03:43 AM
Post: #8
RE:
i also have trouble during the installation, a MySQL error
12-15-2013, 07:53 PM (This post was last modified: 12-15-2013 07:53 PM by voky.)
Post: #9
RE:
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..
12-15-2013, 08:43 PM
Post: #10
RE:
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.
86.gif




36.gif