FWQ
去除Ecshop后台调用api.ecshop.com官网后门代码
Ecshop后台对ecshop官网的调用的文件有: 1 help.php 2 index.php 3 shop_config.php 4 templates/menu.htm 5 templates/start.htm 1help.php这个不是调用,是header到ecshop帮助文档的首页http://help.ecshop.com 2 index.php里面 elseif ($_REQUEST[‘act’] == ‘main_api’) $api_comment = $t->request(‘http://api.ecshop.com/checkver.php’,$apiget); 这个是检查版本的,显示在后台首页最上面,如果有更新就提示您有更新的版本 在templates/start.htm里面有Ajax.call(‘index.php?is_ajax=1&act=main_api’,”,start_api, ‘GET’, ‘TEXT’,’FLASE’); 把这句注释掉就不会调用main_api里。…