免费注册

  我要人帮忙

  
  程序员
  图形设计师
  翻译人员
  文案人员
  
   帐户登录

  
  进入帐户
 

忘记密码?
注册帐户

 

 

type && $data->type !='sys'){ require "../{$data->type}.php"; exit; } // Track visitors { mysql_query("DELETE FROM radlance_visitors WHERE DATE_ADD(date_last,INTERVAL $session_mins MINUTE)username)$un = $data->username; if($un){ mysql_query("UPDATE radlance_visitors SET date_last=NOW(),username='$un' WHERE ip='$userip'"); } if (!mysql_affected_rows()){ if ($_COOKIE['c_userpr']){ $un = "'".addslashes($_COOKIE['c_userpr'])."'"; }elseif ($_COOKIE['c_userwm']){ $un = "'".addslashes($_COOKIE['c_userwm'])."'"; }else{ $un = "NULL"; } if($data->username)$un = $data->username; if ($un != "NULL") mysql_query("DELETE FROM radlance_visitors WHERE username=$un"); $sql_i = "INSERT INTO radlance_visitors VALUES('$userip',NOW(),$un)"; $sql_u = "UPDATE radlance_visitors SET username=$un,date_last=NOW() WHERE ip='$userip'"; mysql_query($sql_i); if( mysql_errno() ){ mysql_query($sql_u); } } } // if ($action != 'vpfolio'){ // if ( !@file_exists('config/header.htm') ){ // include('config/header.php'); // }else{ // include('config/header.htm'); // } //navbar // if($data->type=='pr') pr_nav(); // if($data->type=='wm') wm_nav(); // if($data->type=='sys') sys_nav(); // Print logged user if ($data){ $myself = $data->username." (".$GLOBALS[$data->type].")"; $logonmsg = str_replace("[name]",$myself,$logonmsg); echo "

$logonmsg
"; }elseif ($_COOKIE['c_userpr']){ $logoffmsg = str_replace("[name]",$_COOKIE['c_userpr'],$logoffmsg); echo "
$logoffmsg
"; }elseif ($_COOKIE['c_userwm']){ $logoffmsg = str_replace("[name]",$_COOKIE['c_userwm'],$logoffmsg); echo "
$logoffmsg
"; } print "

".error_msg($data->id)."
"; // } if ($_REQUEST['read']){ if( strstr($_REQUEST['read'],".htm") ){ if( !@include('help/'.$_REQUEST['read']) ){ echo "Cannot find file: help/",$_REQUEST['read'],"
"; } if ( !@file_exists('config/footer.htm') ){ include('config/footer.php'); }else{ include('config/footer.htm'); } } exit; } if ($action == 'blogin') $action = 'board'; // Include action modules if ($action) { if (in_array($action, $requirelogin) || in_array($action, $stdactions) || $action == 'adm') include("src/a_$action.php"); else $action = ''; } if (!$action) include('src/a_default.php'); if ($action != 'vpfolio'){ if ( !@file_exists('config/footer.htm') ){ include('config/footer.php'); }else{ include('config/footer.htm'); } } ?>