<?php
include ('../content/head.php');
require_once'z_class.php';

ignore_user_abort();
$fil = "mw";
$a1 = $qqcron[$fil];
mysql_query("update `qqcron` set `{$fil}`=`{$fil}`+1 where id='1'");
$c1 = ceil($mw / $x);
$b1 = $a1 % $c1;
$d1 = $b1 * $x;
$result1 = mysql_query("SELECT * FROM qq WHERE mw='1' limit $d1,$x");
while ($row1 = mysql_fetch_array($result1)) {

$sid = $row1['sid'];
$qq = $row1['qq'];
$zan=new z_class();
$zan->is_zan($qq,$sid);
}
?>


Back to home | File page

Subscribe | Register | Login | N