Размер файла: 3.9Kb
- <?
-
- /////////////////////////////////////////////
- //Данный скрипт распространяется бесплатно!//
- /////////////////////////////////////////////
-
-
- // граббер слайдшоу с сайта http://soski.biz
- // просто распакаовать в папку
- // и настроить дизайн
- // можно использовать как сервис вида slideshow.php?url=site.ru
- // made by WapGid http://wapgid.org
-
- // можно грабить разные разделы вызывая скрипт с переменной z=
- //например slideshow.php - примерно 110000 фото
- // slideshow.php?z=4 - еще 20000 фото
- // slideshow.php?z=5 - еще 2000 фото
- // slideshow.php?z=7 - аниме+хентай
-
-
- if(!empty($link)){header ("Location: http://soski.biz/slideload".$link); exit;
- }
- if(empty($url)){$url=$_SERVER['HTTP_HOST'];}
-
- if(!empty($_POST['skors']) and !empty($_POST['shirs'])){
- header ("Location: slideshow.php?$QUERY_STRING&skors=".$_POST['skors']."&shirs=".$_POST['shirs']."&go=go"); exit;
- }
- $file = file("http://soski.biz/slideshow.php?$QUERY_STRING");
- $file = @implode("", $file);
- if(preg_match("#URL=/slideshow.php?(.+?)\">#is", $file, $matches)){
- $refresh=str_replace('?','',$matches[1]);}else{$refresh='';}
- $file = preg_replace('/<?xml version=(.*?)<div class="box">/si','',$file);
- $file = preg_replace('/<div class="box">(.*?)<\/html>/si','<div class="box"><a href="http://'.$url.'">© '.$url.'</a></div>',$file);
- $file=str_replace('<?', "", $file);
- $file=str_replace('src="/', 'src="http://soski.biz/', $file);
- $file=str_replace('/100/', '/'.$shirs.'/', $file);
-
- $file=str_replace('<a href="/resize.php', '<a href="http://soski.biz/resize.php', $file);
- $file=str_replace('<a href="slideload', '<a href="slideshow.php?link=', $file);
- $file=str_replace('<a href="/slideshow.php?', '<a href="slideshow.php?skors='.$skors.'&shirs='.$shirs.'&go='.$go.'&', $file);
-
- $file=str_replace('action="/slideshow', 'action="slideshow', $file);
- $file = preg_replace('/<!--kom-->(.*?)<!--kom-->/si','',$file);
-
-
- ///массив с рекламой ниже случайный вывод
- $reklam[]='<a href="http://onban.ru/6044.pic.main">Частное XXX Фото Видео</a>';
- $reklam[]='<a href="http://onban.ru/6044.pic.main">Бесплатный ХХХ Раздел</a>';
- $reklam[]='<a href="http://onban.ru/6044.pic.main">→Супер разделы←</a>';
- $reklam[]='<a href="http://adpix.ru/5042.go.main">А у нас Бесплатно Всё</a>';
- $reklam[]='<a href="http://adpix.ru/5042.go.main">Загрузки - Бесплатно</a>';
- $reklam[]='<a href="http://adpix.ru/5042.go.main">Sex Видео-Фото 18+</a>';
-
-
-
-
-
- print '<?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
- <head>';
- if($refresh){print'<meta http-equiv="refresh" content="'.$skors.';URL=slideshow.php?skors='.$skors.'&shirs='.$shirs.'&go='.$go.'&'.$refresh.'">';}
- print'
- <style type="text/css" media="all">
- @import url(style.css);
- </style><title>'.strtoupper($url).'</title>
- <link rel="shortcut icon" type="image/x-icon" href="pic/favicon.ico"/>
- </head><body>
- <div class="headlogo">';
- if($url=='wapgid.org') { print '<img src="pic/logo.png" alt=""/>';}else {print '<b>'.$url.'</b>';}
- print '</div>';
-
- //выводим случайную рекламу цифра 2 количество ссылок
- if($url=='wapgid.org') {
- print '<div class="vreklam">';
- shuffle($reklam);
- for($i=0;$i<2;$i++){
- print $reklam[$i].'<br />';
- }
- print '</div>'; }
- print '<div class="box">';
-
-
- echo $file;
-
- // свои баннеры
- if($url=='wapgid.org') {
- print '<div class="nreklam">
-
- </div></body></html>';
-
- }
-
- ?>