discuz论坛Ucenter创始人密码错误解决方案
March 20, 2010 Views
Comments 0
把下面的代码复制保存不包括虚线 ucpass.php
------------------------------------------------------------
------------------------------------------------------------
<?php
$ucfounderpw = 'abc123';
$ucsalt = rand(100000,999999);
$ucfounderpw = md5(md5($ucfounderpw).$ucsalt);
echo $ucfounderpw.'<br />'.$ucsalt;
?>
阅读全文网络技术