Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[BUG] uchome不能注册,急

[复制链接]
mifanduoduo 发表于 2011-3-23 00:17:47 | 显示全部楼层 |阅读模式

使用了个虚拟在线插件。出问题了,本地测试好好的。所以没备份。急啊!!!!!!!!

以下是代码  
本地测试一切正常。。现在网站无法注册!!!!

这是网页错误。。网站,www.sjzus.com/home








include_once( "./common.php" );
$cp = $_REQUEST['cp'];
$minid = $_REQUEST['minid'];
$maxid = $_REQUEST['maxid'];
$total = $_REQUEST['total'];
$onlinetime = $_REQUEST['onlinetime'];
if ($cp == 'rand')
{
$i = 0;
for ( ; $i < $total;$i++)
        {
            $seedarray =microtime();
            $seedstr =split(" ",$seedarray,5);
            $seed =$seedstr[0]*10000;
            srand($seed);
            $random = rand($minid,$maxid);
     $time = time();
            $time = $time + $onlinetime*60;
            //检索当前用户
     $query = $_SGLOBAL['db']->query("SELECT password,username FROM ".tname('member')." WHERE uid='$random'");
     if($value = $_SGLOBAL['db']->fetch_array($query))
     {
  $password = addslashes($value['password']);
  $username = addslashes($value['username']);
     $str = $_SGLOBAL['db']->query("SELECT uid FROM ".tname('session')." WHERE uid='$random'");
    if($value = $_SGLOBAL['db']->fetch_array($str))
   {
                echo '会员:'.$username.'已在线!<br/>';
   }
                else
         {
          $rand = $_SGLOBAL['db']->query("INSERT INTO ".tname('session')."(`uid`,`username`,`password`,`lastactivity`,`ip`,`magichidden`) VALUES ('$random','$username','$password','$time','58062116','0');");
                          echo '会员:'.$username.'虚拟在线成功!<br/>';
         }
     }
        }
}
else
{
        include( template( "randonline" ) );
}
?>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:10 , Processed in 0.030435 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表