yjuck.php 457 B

1234567891011
  1. <?
  2. error_reporting(NULL);
  3. ini_set('display_errors','Off');
  4. require("../config/conn.php");
  5. require("../config/function.php");
  6. $sj=date("Y-m-d H:i:s");
  7. $gxsj=htmlget("http://vip.928vip.cn/update/getsj.php?ty1=shop&ty2=t5");
  8. if(strstr($gxsj,"none")!=""){echo "zx";exit;}
  9. while0("*","yjcode_update order by sj desc");if(!$row=mysql_fetch_array($res)){echo $gxsj;exit;}
  10. if(strtotime($gxsj)>strtotime($row[sj])){echo $gxsj;exit;}else{echo "zx";exit;}
  11. ?>