Simple booking manager script
As the title says, this is a very simple booking manager meant for hotels, brothels, lodging and other means of accomodation. Its made to be very simple and customizable in order to fit HTML or php websites. All booking will be send to email of both recipient and the admin. You are able to search for the invoice number generated each time the form is filled.
DEMO
DOWNLOAD
FAQ
Client Side View
www.demo.mounthiking.com

Admin Side View
www.demo.mounthiking.com/admin
username : admin
password : password

This script only cost USD 7.50
+ No additional charges +

Simple steps to obtain the script
Click the button below and download instantly

buy now

- How To Install -

Well there isn't much so far, you can send me an question if there is any.

limecity [at] gmail . com

How To Install Tutorial (back to home)

1) Login to your server, enter your website control panel or direct admin. Create a new database.

2) After you've created the database, login to your phpmyadmin. Go to the database created. Look on the tool bar above. Click on "IMPORT" as shown in this diagram . Browse for the file "eb.sql" in the zip package. and Click on "go". And you're done.

3) Next, on the right side, look for "pm_admin". Then on the top bar, click on "SQL" as shown here . Then you would need to add in login details. Open the zip package, then copy and paste the content of "insert login details.txt". and paste it into SQL of pm_admin as shown here. And you're done

4) In the zip package, look for config.php . You will need to edit the file to connect to your database. Example:

$config['host'] = 'localhost';
$config['user'] = 'mount_demo';
$config['pass'] = 'xxxxxxx';
$config['db'] = 'mount_demo';

5) Now upload all the files in the zip file into the server through FTP or other methods. You can launch it as soon as its uploaded. To login admin , example : www.demo.mounthiking.com/login.php

4) To set your own password or create new user, you need to do it in phpmyadmin. edit the user id in pm_admins table. Add in your password and select MD5 as shown in this diagram .