helplx.php 523 B

123456789101112131415
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. AdminSes_audit();
  5. if(!strstr($adminqx,",0,") && !strstr($adminqx,",0601,")){Audit_alert("ȨÏÞ²»¹»","default.php");}
  6. $sj=date("Y-m-d H:i:s");
  7. while1("*","yjcode_help where zt=99");
  8. if($row1=mysql_fetch_array($res1)){
  9. updatetable("yjcode_help","sj='".$sj."' where id=".$row1[id]);$bh=$row1[bh];
  10. }else{
  11. $bh=time()."h".rnd_num(100);intotable("yjcode_help","bh,sj,zt,djl","'".$bh."','".$sj."',99,1");
  12. }
  13. php_toheader("help.php?bh=".$bh);
  14. ?>