Просмотр файла grab/slideshow.php

Размер файла: 3.9Kb
  1. <?
  2.  
  3. /////////////////////////////////////////////
  4. //Данный скрипт распространяется бесплатно!//
  5. /////////////////////////////////////////////
  6.  
  7.  
  8. // граббер слайдшоу с сайта http://soski.biz
  9. // просто распакаовать в папку
  10. // и настроить дизайн
  11. // можно использовать как сервис вида slideshow.php?url=site.ru
  12. // made by WapGid http://wapgid.org
  13.  
  14. // можно грабить разные разделы вызывая скрипт с переменной z=
  15. //например slideshow.php - примерно 110000 фото
  16. // slideshow.php?z=4 - еще 20000 фото
  17. // slideshow.php?z=5 - еще 2000 фото
  18. // slideshow.php?z=7 - аниме+хентай
  19.  
  20.  
  21. if(!empty($link)){header ("Location: http://soski.biz/slideload".$link); exit;
  22. }
  23. if(empty($url)){$url=$_SERVER['HTTP_HOST'];}
  24.  
  25. if(!empty($_POST['skors']) and !empty($_POST['shirs'])){
  26. header ("Location: slideshow.php?$QUERY_STRING&skors=".$_POST['skors']."&shirs=".$_POST['shirs']."&go=go"); exit;
  27. }
  28. $file = file("http://soski.biz/slideshow.php?$QUERY_STRING");
  29. $file = @implode("", $file);
  30. if(preg_match("#URL=/slideshow.php?(.+?)\">#is", $file, $matches)){
  31. $refresh=str_replace('?','',$matches[1]);}else{$refresh='';}
  32. $file = preg_replace('/<?xml version=(.*?)<div class="box">/si','',$file);
  33. $file = preg_replace('/<div class="box">(.*?)<\/html>/si','<div class="box"><a href="http://'.$url.'">&copy; '.$url.'</a></div>',$file);
  34. $file=str_replace('<?', "", $file);
  35. $file=str_replace('src="/', 'src="http://soski.biz/', $file);
  36. $file=str_replace('/100/', '/'.$shirs.'/', $file);
  37.  
  38. $file=str_replace('<a href="/resize.php', '<a href="http://soski.biz/resize.php', $file);
  39. $file=str_replace('<a href="slideload', '<a href="slideshow.php?link=', $file);
  40. $file=str_replace('<a href="/slideshow.php?', '<a href="slideshow.php?skors='.$skors.'&amp;shirs='.$shirs.'&amp;go='.$go.'&amp;', $file);
  41.  
  42. $file=str_replace('action="/slideshow', 'action="slideshow', $file);
  43. $file = preg_replace('/<!--kom-->(.*?)<!--kom-->/si','',$file);
  44.  
  45.  
  46. ///массив с рекламой ниже случайный вывод
  47. $reklam[]='<a href="http://onban.ru/6044.pic.main">Частное XXX Фото Видео</a>';
  48. $reklam[]='<a href="http://onban.ru/6044.pic.main">Бесплатный ХХХ Раздел</a>';
  49. $reklam[]='<a href="http://onban.ru/6044.pic.main">→Супер разделы←</a>';
  50. $reklam[]='<a href="http://adpix.ru/5042.go.main">А у нас Бесплатно Всё</a>';
  51. $reklam[]='<a href="http://adpix.ru/5042.go.main">Загрузки - Бесплатно</a>';
  52. $reklam[]='<a href="http://adpix.ru/5042.go.main">Sex Видео-Фото 18+</a>';
  53.  
  54.  
  55.  
  56.  
  57.  
  58. print '<?xml version="1.0" encoding="utf-8"?>
  59. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  60. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
  61. <head>';
  62. if($refresh){print'<meta http-equiv="refresh" content="'.$skors.';URL=slideshow.php?skors='.$skors.'&amp;shirs='.$shirs.'&amp;go='.$go.'&amp;'.$refresh.'">';}
  63. print'
  64. <style type="text/css" media="all">
  65. @import url(style.css);
  66. </style><title>'.strtoupper($url).'</title>
  67. <link rel="shortcut icon" type="image/x-icon" href="pic/favicon.ico"/>
  68. </head><body>
  69. <div class="headlogo">';
  70. if($url=='wapgid.org') { print '<img src="pic/logo.png" alt=""/>';}else {print '<b>'.$url.'</b>';}
  71. print '</div>';
  72.  
  73. //выводим случайную рекламу цифра 2 количество ссылок
  74. if($url=='wapgid.org') {
  75. print '<div class="vreklam">';
  76. shuffle($reklam);
  77. for($i=0;$i<2;$i++){
  78. print $reklam[$i].'<br />';
  79. }
  80. print '</div>'; }
  81. print '<div class="box">';
  82.  
  83.  
  84. echo $file;
  85.  
  86. // свои баннеры
  87. if($url=='wapgid.org') {
  88. print '<div class="nreklam">
  89.  
  90. </div></body></html>';
  91.  
  92. }
  93.  
  94. ?>