Просмотр файла index.php

Размер файла: 3.29Kb
  1. <?php
  2. /*Скрипт удачно спизженый у еХр (ЕбланХуёвоРазьёбаный) лошите таких опущеных ебланов! VISAVI RulezZz*/
  3. include "config.php";
  4. if(isset($id)&&isset($in)){
  5. $id=intval($id);
  6. $in=coding_cool($in);
  7. $ipss = getenv('REMOTE_ADDR');
  8. $q=mysql_query("select * from `cool_pro` where id='$id' and locate(lower('$ipss'),lower(ip))>0;");
  9. $rows=mysql_num_rows($q);
  10. $q=mysql_query("select * from `cool_pro` where id='$id' and `in`='$in';");
  11. $rowb=mysql_num_rows($q);
  12. if($rows>1&&$rowb>1){
  13. $q = @mysql_query("select * from `cool_site` where id='$id';");
  14. $data = @mysql_fetch_array($q);
  15. $counter = $data['counter']+1;
  16. @mysql_query("update `cool_site` set counter='$counter' where id='$id';");
  17. @mysql_query("update `cool_pro` set `in`='5' where `in`='$in';");
  18. $coolip=$ipss.".555";
  19. @mysql_query("delete from `cool_pro` where ip='$coolip';");}}
  20.  
  21. header ("Content-type:text/vnd.wap.wml; charset=utf-8");
  22. $content = file("content.txt");
  23. $contentrandom = rand(0, sizeof($content)-1);
  24. $contentrandom2 = rand(0, sizeof($content)-1);
  25. $contentrandom3 = rand(0, sizeof($content)-1);
  26. while($contentrandom == $contentrandom2){$contentrandom2 = rand(0, sizeof($content)-1);}
  27. while($contentrandom == $contentrandom3||$contentrandom2 == $contentrandom3){$contentrandom3 = rand(0, sizeof($content)-1);}
  28. $contcool = "$content[$contentrandom]$content[$contentrandom2]$content[$contentrandom3]";
  29.  
  30. print "<?xml version=\"1.0\" encoding=\"utf-8\"?>
  31. <!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
  32. \"http://www.wapforum.org/DTD/wml_1.1.xml\">
  33. <wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>
  34. <card title=\"КаТаЛоГ\"><p align=\"left\">
  35. <small>$contcool<br/>
  36. <a href=\"cat.php\">Лучшие сайты</a><br/>
  37. </small></p><p><small>";
  38. $countiz=0;
  39. $countv=0;
  40. $pri=mysql_query("select * from `cool_site` where activ='1'");
  41. while($data=mysql_fetch_array($pri)){
  42. $countiz=$countiz+$data['outcounter'];
  43. $countv=$countv+$data['counter'];}
  44.  
  45. $q=mysql_query("select * from `cool_raz` where 1 order by por asc");
  46. while($data = @mysql_fetch_array($q)){
  47. $catid=$data['id'];
  48. if($active_site==1){
  49. $qs=@mysql_query("select count(*) from `cool_site` where category='$catid' and activ='1' and counter>'0';");}else{
  50. $qs=@mysql_query("select count(*) from `cool_site` where category='$catid' and activ='1';");}
  51. $i=@mysql_fetch_array($qs);
  52. print "<a href=\"cat.php?c=$catid\">".$data['text']."</a> (".$i['count(*)'].")<br/>";
  53. unset($catid);unset($qs);unset($i);}
  54.  
  55. print"</small></p><p align=\"left\"><small><br/>
  56. <small><b>Сегодня переходов:</b><br/>
  57. Из каталога: <b>$countiz</b><br/>
  58. В каталог: <b>$countv</b><br/></small>
  59. <a href=\"add.php\">*Добавить сайт</a><br/>
  60. <a href=\"edit.php\">*Изменить сайт</a><br/>
  61. <a href=\"search.php\">*Поиск в каталоге</a><br/>
  62. -----<br/>
  63. <a href=\"http://bestwap.us\">ПИДА.РУ</a><br/>
  64. <a href=\"http://wap1k.wen.ru\">Wap1k.WeN.Ru</a><br/>
  65. <a href=\"http://www.erokat.net/in/?id=15\"><img src=\"http://banners.su/banner.php?id=16029\" alt=\"banners\"/></a><br/>
  66. <a href=\"http://www.erokat.net/in/?id=15\"><img src=\"http://top.ПИДА.РУ/count.php?uid=6\" alt=\"BesT\"/></a></small>
  67. </p>
  68. </card>
  69. </wml>";
  70.  
  71. ?>