View file go.php
<?php ############################################# # 0JXRgdC70Lgg0YLRiyDRh9C40YLQsNC10YjRjCDRj # # dGC0L4g0YHQvtC+0LHRidC10L3QuNC1LCDQt9C90L # # DRh9C40YIg0YLRiyDQvdC10LzQvdC+0LPQviDQt9C # # 90LDQtdGI0YwgUEhQIQ== # #__---------------------------------------__# #__ 0JrQu9C40Log0JrQu9GD0LE= __# # --------------------------------------- # # 0JDQstGC0L7RgCA6IE1vcmdhbg== # # SUNRIDog0L3QtSDRgdC60LDQttGDIHhE # # # ############################################# require 'inc/start.php'; require 'inc/regvars.php'; require 'inc/db.php'; require 'inc/config.php'; require 'inc/funct.php'; require 'inc/antidos.php'; require 'inc/gzip.php'; require 'inc/header.php'; if(!empty($_GET['go'])) { $link = obr($_GET['go'],'string',300); if(!empty($_GET['base64']) && $_GET['base64'] == 1)$link = base64_decode($link); #if(stripos($link,'http://')!==false) { $link = str_replace('http://','',$link); } if(preg_match('/^([0-9a-zA-Z?.~&_=%-:#]*)$/u',$link)) { $link= str_replace('&','&',$link); location($link,false); #if(!empty($_GET['goto']) && $_GET['goto']==1){location('http://'.$link,false);} /* $title = 'Переход'; require 'inc/head.php'; echo '<div class="sec"> Переход на сайт '.$link.' </div><div class="vstavka"> '; header('Refresh: 4 url=http://'.$link.''); echo '<b>Внимание!</b><br /> За содержание ресурса администрация сайта '.$_host.' ответственности не несёт.<br /> <br /> <a href="http://'.$link.'">Перейти на сайт '.$link.'</a>»<br />'; */ }else{location('index.php');} }else{location('index.php');} require 'inc/foot.php'; ################################################ # 0KHQutGA0LjQv9GCINC90LUg0L/QsNCx0LvQuNC6IQ== # # 0KHRgtCw0LLRgNC+0L/QvtC70YwsIDIwMDkg0LMu # ################################################ ?>