Your IP : 216.73.216.34


Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/a1creathtml/
Upload File :
Current File : /home/zqegovsj/www/us3web.haibo.com.cn/newfinehome/a1creathtml/tohtml-footnav.php

<?php if ($_GET['code']=='w2_,h2y8W3F2F23fdY^u'){
ob_start();
include("../function.php");
?>
<?php for($i=0;$i<count($producttype);$i++){?>
				<li><a href="category_<?=$producttype[$i][0]?>_<?=$db->turn_name($producttype[$i][1])?>.html" title="<?=$producttype[$i][1]?>" ><?=$producttype[$i][1]?></a></li>
<?php }?>
<?php 
$content = ob_get_contents();
$fp = '../footnav.php';
$fp = fopen($fp, "w");
fwrite($fp, $content);
fclose($fp);
}
echo "<script language=\"javascript\">window.open('tohtml-index.php?code=$_GET[code]','_self');</script>";
?>