ecshop被挂黑链,以及首页幻灯片大小怎么调整

2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家

最近发现我的一个客户的一个珠宝站点(http://www.ptdiamond.net)被挂黑链,天天增加链接,但是删掉链接后就打不开,苦恼中
代码是这样的,黑链在最底部
function getorder_goodsname($order_id){
$sql = "SELECT goods_name FROM ".$GLOBALS['ecs']->table('order_goods')." WHERE is_gift=0 and order_id=".$order_id." ORDER BY rec_id DESC LIMIT 1";
$result = $GLOBALS['db']->getAll($sql);
return $GLOBALS['_CFG']['goods_name_length'] > 0 ? sub_str($result[0]['goods_name'], $GLOBALS['_CFG']['goods_name_length']) : $result[0]['goods_name'];;
}
?>
<div style="position: absolute; top: -999px;left: -999px;">
<A href="http://www.007swz.com" title="007">007</A>
<div style="position: absolute; top: -999px;left: -999px;">
<A href="http://www.8888y.com/" title="黑链">黑链</A>
<A href="http://www.meishanwa.com/" title="眉山娃">眉山娃</A>


还有我想问一下首页幻灯片大小怎么调整,本人不懂PHP无从下手

回答:
把多余的代码删除就可以了


只要删掉或者修改黑链代码的话网站就打不开