heks
04.04.2008, 09:06
привет всем нашел вот такой вот скрипт
<?php
ini_set('error_reporting','E_ERROR');
$cat = $HTTP_GET_VARS['cat'];
$page = $HTTP_GET_VARS['page'];
$type = $HTTP_GET_VARS['type'];
include("http://www.promoter.ru/cat.php?ctype=c&s=1242&page=". $page ."&type=". $type ."&cat=".$cat);
?>
вопрос такой можно ли приинклудить свой шел? с удаленного сай
<?php
ini_set('error_reporting','E_ERROR');
$cat = $HTTP_GET_VARS['cat'];
$page = $HTTP_GET_VARS['page'];
$type = $HTTP_GET_VARS['type'];
include("http://www.promoter.ru/cat.php?ctype=c&s=1242&page=". $page ."&type=". $type ."&cat=".$cat);
?>
вопрос такой можно ли приинклудить свой шел? с удаленного сай