| 40 |
|
|
| 41 |
while($row_shell=mysql_fetch_array($rs_shell)) |
while($row_shell=mysql_fetch_array($rs_shell)) |
| 42 |
{ |
{ |
| 43 |
echo (" [".$row_shell["s_title"]."] ...\n"); |
echo ("更新 [".$row_shell["s_title"]."] 中...\n"); |
| 44 |
$_GET["sid"] = $row_shell["SID"]; |
$_GET["sid"] = $row_shell["SID"]; |
| 45 |
include "./gen_ex_section.php"; |
include "./gen_ex_section.php"; |
| 46 |
$new = true; |
$new = true; |
| 50 |
|
|
| 51 |
if ($new) |
if ($new) |
| 52 |
{ |
{ |
| 53 |
echo ("Ŀ¼...\n"); |
echo ("生成目录中...\n"); |
| 54 |
include "./gen_ex_context.php"; |
include "./gen_ex_context.php"; |
| 55 |
} |
} |
| 56 |
|
|
| 68 |
|
|
| 69 |
while($row_shell=mysql_fetch_array($rs_shell)) |
while($row_shell=mysql_fetch_array($rs_shell)) |
| 70 |
{ |
{ |
| 71 |
echo (" [".$row_shell["s_title"]."] ...\n"); |
echo ("打包 [".$row_shell["s_title"]."] 中...\n"); |
| 72 |
$_GET["sid"] = $row_shell["SID"]; |
$_GET["sid"] = $row_shell["SID"]; |
| 73 |
include "./gen_ex_pack.php"; |
include "./gen_ex_pack.php"; |
| 74 |
} |
} |