用户
 找回密码
 入住 CI 中国社区
搜索
楼主: Hex
收起左侧

[Others] 基于 CodeIgniter 的各类开源项目大全

    [复制链接]
发表于 2009-6-15 18:18:45 | 显示全部楼层
这个不错。希望更新。。。
发表于 2009-6-17 16:21:23 | 显示全部楼层
很好很强大
发表于 2009-6-20 18:56:44 | 显示全部楼层
很不错,很值得借鉴的源码
发表于 2009-6-22 16:53:00 | 显示全部楼层
有一个登录验证的:
网址:http://konyukhov.com/soft/tank_auth/
Tank Auth is an authorization library for PHP-framework CodeIgniter. It's based on DX Auth, althouth the code was seriously reworked.

FeaturesThe key points of the library are:
It's simple
  • Basic auth options (login, logout, register, unregister).
  • Very compact (less than 20 files and 4 DB-tables).
  • Username is optional, only email is obligatory.
It's secure
  • Using phpass library for password hashing (instead of unsafe md5).
  • Counting login attempt for bruteforce preventing (optional). Failed login attempts determined by IP and by username.
  • Logging last login IP-address and time (optional).
  • CAPTCHA for registration and repetitive login attempt (optional).
  • Unactivated accounts and forgotten password requests auto-expire.
It's easy to manage
  • Strict MVC model: controller for controlling, views for representation and library as model interface.
  • Language file support.
  • View files contain only necessary HTML code without redundant decoration.
  • Most of the features are optional and can be tuned or switched-off in well-documented config file.
It's full featured
  • Login using username, email address or both (depending on config settings).
  • Registration is instant or after activation by email (optional).
  • "Remember me" option.
  • Forgot password (letting users pick a new password upon reactivation).
  • Change password or email for registered users.
  • Email can be changed even BEFORE account is activated.
  • Ban user (optional).
  • User Profile (optional).
  • CAPTCHA support (CI-native and reCAPTCHA are available).
  • HTML or plain-text emails.

评分

参与人数 1威望 +3 收起 理由
Hex + 3 感谢提供

查看全部评分

发表于 2009-6-24 14:03:15 | 显示全部楼层
64# fraser5
好像不错,赶紧试试
发表于 2009-7-4 15:38:05 | 显示全部楼层
本帖最后由 wuyou8888 于 2009-7-4 15:39 编辑

太少了。而且没见到几个好东西
发表于 2009-7-4 23:24:54 | 显示全部楼层
很不错,支持一个,可惜看不懂啊, 真可惜了!
发表于 2009-7-6 15:43:27 | 显示全部楼层
不能运行!报错:server error!
新手刚学!这是咋回事!
 楼主| 发表于 2009-7-6 16:25:22 | 显示全部楼层
不能运行!报错:server error!
新手刚学!这是咋回事!
chenbo3518 发表于 2009-7-6 15:43

删除 .htaccess
发表于 2009-7-11 16:33:42 | 显示全部楼层
太感谢了,对我帮助很大,谢谢!!

本版积分规则