dmitry1984
прикольно

[m]CURL[/m]
А самим кодом не поможешь?
-~{}~ 22.02.05 13:08:
Автор оригинала: Gas
делаешь скрипт:
PHP:
ini_set('display_errors',1);
error_reporting(E_ALL);
$cat = ;
$url = ;
$page = ;
include("http://www.linkator.ru/?block=164&uin=743857799&suid=1956780873&page=".$page."&ppage=6&url=".urlencode($url)."&rip=".$HTTP_SERVER_VARS['REMOTE_ADDR']."&ua=".urlencode($HTTP_SERVER_VARS['HTTP_USER_AGENT'])."&cat=".$cat);
запускаешь и что...? в броузере чё-то показывается?
-~{}~ 22.02.05 10:20:
кстати не делай инклуд!
лучше сокеты, curl, или уж [m]file_get_contents[/m]
Вот что выдал скрипт
Notice: Undefined index: vnfd in /d2/.tty/***/public_html/test.php on line 4
Notice: Undefined index: ASOR in /d2/.tty/***/public_html/test.php on line 5
Warning: main(
http://www.linkator.ru/?block=164&uin=743857799&suid=1956780873&page=&ppage=6&url=http://ultrex.ru/test.php&rip=217.107.9.19&ua=Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1)&cat=): failed to open stream: Permission denied in /d2/.tty/***/public_html/test.php on line 7
Warning: main(): Failed opening 'http://www.linkator.ru/?block=164&uin=743857799&suid=1956780873&page=&ppage=6&url=http%3A%2F%2Fultrex.ru%2Ftest.php&rip=217.107.9.19&ua=Mozilla%2F4.0+%28compatible%3B+MSIE+6.0%3B+Windows+NT+5.1%29&cat=' for inclusion (include_path='.:/php/includes') in /d2/.tty/***/public_html/test.php on line 7
-~{}~ 23.02.05 13:56:
Вот хостер дал:
<Directory "/u/.tty/adviser/public_html">
Options Includes
AllowOverride All
AddHandler server-parsed .html
</Directory>
Куда это вставить то??? В .htaccess чтоли? Если вставить в него, то ошибка 500

Вот мой .htaccess
DirectoryIndex index.phtml index.php index.html index.htm
RemoveHandler html
AddType application/x-httpd-php phtml php html
<Files WMSigner.ini>
Order allow,deny
Deny from all
</Files>
<Files WMSigner>
Order allow,deny
Deny from all
</Files>
<Files ~ "\\.kwm$">
Order allow,deny
Deny from all
</Files>
<Files ~ "keys">
Order allow,deny
Deny from all
</Files>
<Files ~ "\\.inc$">
Order allow,deny
Deny from all
</Files>
ErrorDocument 400 http://www.ultrex.ru/index.phtml
ErrorDocument 401 http://www.ultrex.ru/index.phtml
ErrorDocument 403 http://www.ultrex.ru/index.phtml
ErrorDocument 404 /?page=main
ErrorDocument 500 http://www.ultrex.ru/index.phtml
php_flag register_globals On