概述
TravelFresh 是一个响应迅速、用户友好且简单的旅行社管理系统,带有在线预订系统。使用此 CMS,旅行者可以检查目的地并查看提供的套餐,然后他们可以为该特定旅行预订座位。Traveller 可以通过 PayPal、stripe 或银行在线支付。然后,管理员将与旅行者通信并开始处理历程。
此 CMS 是使用 Codeigniter PHP 框架构建的。因此,其他开发人员可以轻松自定义它,并且他们可以轻松理解代码流。你会得到这个脚本对SQL注入、XSS和CSRF攻击非常强的抵抗力。此外,在所有页面中,都实施了管理员级别的安全性。
这个脚本的源代码非常简单干净。界面是用户友好的。非技术用户几乎可以维护所有内容和照片。
特征
这个脚本有一些很棒的功能。我们在下面给出:
- 简单易用的界面
- 完全响应
- 清理代码
- 易于安装在域或子域中
- 页面的直接访问已停止
- 页面受保护的 URL 无效
- 仪表板中的数据统计
- 旅客预订系统
- 旅客注册和登录
- 旅客付款和付款历史记录
- 按管理员管理目标
- 按管理员管理包
- 管理团队成员、推荐、服务等页面。
- 管理所有页面的元标题、关键字和描述
- 管理管理员的付款设置
- 管理新闻和类别
- 旅客使用 PayPal、Stripe 和 Bank 进行预订付款
- 银行付款管理员的付款审批系统
- 如果 PayPal 和 Stripe 未完成,则由管理员完成付款审批系统
- 易于安装在服务器上
- 通过电子邮件的旅客登记确认系统
- 旅客和管理员面板的忘记密码选项
- 在包和目标的上传图像上自动创建缩略图图像
- 抵御攻击
- SMTP 电子邮件系统
- 用于前端表单的 Google Recaptcha
- 后端的预加载器开/关选项
演示
前端: https://demo.phpscriptpoint.com/travelfresh
后端: https://demo.phpscriptpoint.com/travelfresh/admin
管理员登录
用户名: admin@gmail.com
密码:1234
旅客登录
用户名: traveller@gmail.com
密码:1234
注意: 数据不会保存在演示版中。
更改日志
版本: 2.2
- Fixed the mkdir invalid path and session error for local server and some web server.
版本: 2.1
- Made it compatible with php 8.2 - Fixed a minor bug in email sending using SMTP. - Changed the config file. Added items for "permitted_uri_chars" - Updated Stripe api - Fixed the paypal issue - Added recaptcha on/off system
版本: 2.0
- Fixed the flash message problem for php 8+ - Fixed package detail page bug after php upgrade - Fixed registration page bug after php upgrade
版本: 1.5
- Made the script compatible for php 8+ - Fixed the script running issue for php 8+
版本: 1.4
- Fixed minor server issue in code for some web servers - Fixed the floating share buttons showing in all the pages. Now share buttons are shown only in the news detail page of the front end.
版本: 1.3
- Base_url will be auto grabbed now. Do not need to put it manually. - Added SMTP in Email Settings. - Fixed the problem of changing the home newsletter text and photos. - Added Google Recaptcha in Front End Forms - Added toastr popup message for forms - Preloader on/off option added for front end. - Website name change option for back end. - Terms and condition page added in front end. - Privacy Policy page added in front end.
版本: 1.2
- Removed summernote editor and added the smart CKEditor instead. - Added a file upload section in the admin panel. - Added a short description field in the package section of the admin panel to show items without breaking in the front end.
版本: 1.1
- Fixed the minor newsletter section bug.
版本: 1.0
- Initial Release.