Xavier v3.1.5 – PHP用户登录管理系统

229次阅读
没有评论

共计 1814 个字符,预计需要花费 5 分钟才能阅读完成。

Xavier v3.1.5 - PHP 用户登录管理系统

Xavier 是一个用户管理登录脚本,带有后端管理面板,您可以通过在某一个页面顶部加入几行代码轻松保护网页中的网页或内容,经过保护的网页内容,需要进行注册和登录才可以访问,有效保护内容。

在线演示

http://www.angry-frog.com/xavier-demo/example/

用户名: admin

密码: P4ssw0rd

主要功能

Can be dropped in to an existing website or used‘out of the box’.

Protect your site’s pages or sections of pages by login status, group status and/or group level status.

Optional Captcha (and other failsafes) to avoid registration of automated bots.

User login using PHP sessions, navigate across pages and stay logged on.

Full Logging Facility.

View individual login sessions & details. Granular information.

User Groups with optional levels.

Promote regular users to admins who will have some admin functions.

User timeout after inactivity.

Unique User Home Pages.

Users can change profile settings, change passwords, e-mail addresses.

Forgot Password feature.

Optional admin or e-mail activation.

Optional welcome e-mail.

Admin can add, activate, ban, edit or delete users.

View and display Active Users.

Records user’s registration date, last login date and IP addresses.

Records Most Ever Users Online.

Passwords are individually hashed and salted using BCRYPT.

Change minimum / maximum username or password length.

Confirm password & e-mail address on registration.

Customizable Admin Skin which uses Bootstrap CSS

Turn off/on multiple login from the same account.

Plus much much more….

因为我懒,就不翻译了,有看不懂的可以百度翻译或者谷歌翻译。

系统需求

支持 PHP 的 webserver

Mysql

PHP 5.5 或更高

PHP’s PDO 扩展开启

更新日志

v 3.1

[Fixed] Updated index.php sql query at bottom of page (around line 287) to prevent error caused when sql mode ONLY_FULL_GROUP_BY is turned on.

[Fixed] Updated Functions.php page (line 301) to allow isMemberOfGroup function to work.

[Fixed] Please add default value of 0 to timestamp column in user_sessions table to prevent error caused when SQL STRICT mode is turned on.

安装方法

1、上传源码到服务器

2、打开 www.yoursite.tld/admin/install

3、检测系统需求,点下一步。

4、输入数据库信息,点击下一步。

5、输入管理员信息,点击下一步。

6、如无误,就安装成功了。然后删除 install 文件夹。

使用方法

在要受保护的页面页首输入以下代码

[code]include(“includes/controller.php”);[/code]

如果要保护的是子目录,可能涉及到更改文件路径。

关于更多使用方法请到 QQ 群一起交流或者查看 DOC 文件

文件下载

  下载声明:本站部分资源来自于网络收集,若侵犯了你的隐私或版权,请及时联系我们删除有关信息。
  资源名称:Xavier v3.1.5 - PHP 用户登录管理系统
  系统环境:php+mysql
  程序版本:v3.1.5
  文件大小:1.85MB
  解压密码:
  网盘密码:
  下载地址: 网盘下载
  查看演示: 演示网址

正文完
 0
评论(没有评论)