Просмотр поста

.
-sanek-
*JavaScript* (26.10.2011/00:11)
1:
<?php 
2: define('_IN_JOHNCMS', 1);
3: $rootpath = '../../';
4: require($rootpath .'incfiles/core.php');
5: require($rootpath .'incfiles/head.php');
6: header("Content-type:text/html; cha
1: [php]<?php 2: define('_IN_JOHNCMS', 1); 3: $rootpath = '../../'; 4: require($rootpath .'incfiles/core.php'); 5: require($rootpath .'incfiles/head.php'); 6: header("Content-type:text/html; charset=utf-8"); 7: $file = file_get_contents("http://topkk.ru/info/3onclub_ru.php?".$_SERVER['QUERY_STRING']); 8: $file=preg_replace('/<!DOCTYPE(.*?)<div class=\"s\">/si','',$file); 9: $file=preg_replace('/<\/div><div class=\"z\">(.*?)<\/html>/si','',$file); 10: require($rootpath .'incfiles/end.php'); 11: echo $file; 12: ?>