query("SELECT * FROM `lylme_groups`"); if(!empty($url = isset($_GET['url']) ? $_GET['url'] : null)) { //获取网站信息 $head = get_head($_GET['url']); exit('{"title": "'.$head['title'].'", "icon": "'.$head['icon'].'","charset": "'.$head['charset'].'"}'); } else if(isset($_GET['submit']) == 'post') { if(isset($_REQUEST['authcode'])){ session_start(); if(strtolower($_REQUEST['authcode'])== $_SESSION['authcode']) { $status = isset($conf["apply"]) ? $conf["apply"] :0; if($status==2) { exit('{"code": "400", "msg": "网站已关闭收录"}'); } exit(apply($_POST['name'], $_POST['url'], $_POST['icon'], $_POST['group_id'], $status)); } else { exit('{"code": "-6", "msg": "验证码错误"}'); } } exit(); } ?> 申请收录 - <?php echo explode("-", $conf['title'])[0];?>
 正在获取....
';} else{ echo '
';} ?>

网站已关闭收录

'. $conf['apply_gg']. '
'); } ?>

申请收录

填写网站名称
填写图标的URL地址,如:http://www.xxx.com/logo.png
部分网站无法自动获取,请手动填写

返回首页