gglx.php 424 B

12345678910111213
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. AdminSes_audit();
  5. if(!strstr($adminqx,",0,") && !strstr($adminqx,",0201,")){Audit_alert("ȨÏÞ²»¹»","default.php");}
  6. $sj=date("Y-m-d H:i:s");
  7. $uip=$_SERVER["REMOTE_ADDR"];
  8. $bh=time()."g".rnd_num(100);
  9. $djl=rnd_num(10);
  10. intotable("yjcode_gg","bh,sj,djl,uip,zt","'".$bh."','".$sj."',".$djl.",'".$uip."',99");
  11. php_toheader("gg.php?bh=".$bh);
  12. ?>