感谢 刚才有一个bug ,下载http://flyy.info/ficlass.zip 已经更新 如果出现: Warning: Smarty error: unable to read resource: "beforeheader.ptpl" in config.php中的88行$smarty->display("beforeheader.ptpl"); 错了 应该是 $smarty->display("beforeheader.tpl");
。(修正了几个bug,增加了两个功能) 演示:http://flyy.512j.com/ficlass/ username:admin password:admin888 下载http://flyy.info/ficlass.zip 现在已经是1.1版本了 下载http://flyy.info/ficlass1.1.zip `
FICLASS的修正BUG Posted on 2006-04-07 guest[2006-03-28 01:03:40] fclass1.1有个很大的BUG 就是其中一个人修改了密码或注册之后,密码全部都变一样了,应该是忘了加判断了 PS:这个程序不错 回复: 非常感谢你。确实少了个判断 修改方法是:打开viewpro.php 找到$sql="update ".$db_prefix."user set password='".md5($new_psword)."' " 这句,修改为 $sql="update ".$db_prefix."user set password='".md5($new_psword)."' where userid='".$editid."'"; 发布FICLASS1.1.1 http://flyy.info/ficlass1.1.1.rar