共计 1311 个字符,预计需要花费 4 分钟才能阅读完成。
UHotelBooking 是一个强大的酒店管理和在线预订 / 预订网站脚本。脚本基于 PHP,用于管理中小型酒店,度假公寓或宾馆。酒店预订系统可以在几分钟内开始在线预订和客户管理。它专门用于简化在线酒店预订的任务。
管理员可以管理房型,酒店房价和预订选项。后端强大的管理员面板和在线预订管理器包括发票和报告功能。
访客可通过在线预订预订系统搜索客房供应情况。他们还可以实时查看房间库存,检查可用性和预订。
多酒店、在线预订、空房查看、多语言、多货币等等。
前台演示 http://www.hotel-booking-script.com/demo/index.php
后台演示 http://www.hotel-booking-script.com/gallery#backend
临时演示 http://hotel.demo.themez.cc/index.php
环境需求:
Operating System: Linux or Windows
Web Server: Apache or IIS
“mod_rewrite” module enabled
PHP 5.0.0 or higher
MySQL 4.1 or higher
安装 uHotelBooking
A new installation of uHotelBooking is a very straight forward process:
Step 1. Uncompressing downloaded file.
Uncompress the uHotelBooking script archive. The archive will create a directory called “uHotelBooking_XYZ” (or PHPUHB_XYZ), where XYZ – is a number of current version.
Step 2. 上传.
使用 FTP 软件将解压缩后的文件和文件夹上传到根目录 (或 public_html, www, httpdocs 其他.) .
Step 3. 创建数据库.
Step 4. 设置属性权限.
4.1. 修改 images/ 和 tmp/ 文件夹属性为 777.
4.2. 如果你使用 IIS, 请开启 IIS 的 rewrite. 打开 httpd.conf 文件,将下面两行前面的井号 #去掉:
#LoadModule rewrite_module modules/mod_rewrite.so
#AddModule mod_rewrite.c
如果你使用 Apache 请确保服务器安装 mod_rewrite
至于如何安装开启 mod_rewrite o 请移步官方:
http://httpd.apache.org/docs/current/rewrite/
Step 5. 运行 install.php 文件.
做完上述事情之后打开
http://{www.mydomain.com}/install.php
或
http://{www.mydomain.com}/{hotel-booking directory}/install.php
进行安装,输入数据库主机地址、数据库名、用户名、密码、管理员用户名和密码进行安装。
Step 6. 删除安装文件.
确保使用安全,请在完成安装后删除 install.php 和 install 目录.