<?php
if(is_array($_GET)&&isset($_GET['id'])){
$foreload = 1;
$files = array('section','category','item','inc','captcha','user','page','post','keyword','attachment','comment','json','rounter','score','user.baidu','user.txwb','do');
$file = $files[intval(substr($_GET['id'],0,2)) -10];
$_GET['id'] = intval(substr($_GET['id'],2));
include 'ehgo/fore.php';
}else{
    exit('<!doctype html><html><head><meta charset="UTF-8"><script>var userURL = window.location.href;var re = /http:\/\/([^\/]+)\//i;var rsURL = userURL.match(re);	document.write("<title>&Zeta;&Prime;"+rsURL[1]+"</title>");</script><meta name="keywords" content=""><meta name="description" content=""><link rel="stylesheet" href="//z.ehgo.com/zpic/index.css"></head><body><div class="container"><div class="default-wrap"><h2><script>document.write(rsURL[1]);</script></h2><span><script>document.write(rsURL[1]);</script></span></div></div></body></html>');
}
?>