footer.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. $waitbaktime=(int)$_GET['waitbaktime'];
  7. $stime=(int)$_GET['stime'];
  8. if(empty($stime))
  9. {
  10. $stime=time();
  11. }
  12. $t=(int)$_GET['t'];
  13. if(empty($t))
  14. {$t=0;}
  15. $p=(int)$_GET['p'];
  16. if(empty($p))
  17. {$p=1;}
  18. $btb=explode(",",$b_table);
  19. $tbcount=count($btb);
  20. //最后一个文件
  21. if($p>=$tb[$btb[$t]])
  22. {
  23. $t++;
  24. //恢复完毕
  25. if($t>=$tbcount)
  26. {
  27. if($ecms_config['db']['dbname']!=$mydbname)
  28. {
  29. $use=$empire->usequery("use ".$ecms_config['db']['dbname']);
  30. }
  31. $enews="ReData";
  32. //操作日志
  33. insert_dolog("dbname=".$mydbname."&path=".$mypath);
  34. $varmessage=$fun_r['ReDataSuccess']."<br><br>".$fun_r['TotalUseTime'].ToChangeUseTime($stime);
  35. $GLOBALS['varmessage']=$varmessage;
  36. printerror('VarMessage','../../ReData.php'.hReturnEcmsHashStrHref2(1),0,1);
  37. }
  38. $nfile=$btb[$t]."_1.php";
  39. //进入下一个表
  40. //echo $btb[$t-1].$fun_r['ReOneTableSuccess']."<script>self.location.href='$nfile?t=$t&p=0&mydbname=$mydbname&mypath=$mypath&stime=$stime".hReturnEcmsHashStrHref(0)."';</script>";
  41. echo"<meta http-equiv=\"refresh\" content=\"".$waitbaktime.";url=$nfile?t=$t&p=0&mydbname=$mydbname&mypath=$mypath&stime=$stime&waitbaktime=$waitbaktime".hReturnEcmsHashStrHref(0)."\">".$btb[$t-1].$fun_r['ReOneTableSuccess'];
  42. exit();
  43. }
  44. //进入下一个文件
  45. $p++;
  46. $nfile=$btb[$t]."_".$p.".php";
  47. //echo $fun_r['ReOneDataSuccess'].Ebak_EchoReDataSt($btb[$t],$tbcount,$t,$tb[$btb[$t]],$p)."<script>self.location.href='$nfile?t=$t&p=$p&mydbname=$mydbname&mypath=$mypath&stime=$stime".hReturnEcmsHashStrHref(0)."';</script>";
  48. echo"<meta http-equiv=\"refresh\" content=\"".$waitbaktime.";url=$nfile?t=$t&p=$p&mydbname=$mydbname&mypath=$mypath&stime=$stime&waitbaktime=$waitbaktime".hReturnEcmsHashStrHref(0)."\">".$fun_r['ReOneDataSuccess'].Ebak_EchoReDataSt($btb[$t],$tbcount,$t,$tb[$btb[$t]],$p);
  49. db_close();
  50. $empire=null;
  51. ?>