Repositories (1)
TorrentBits
1 snippets stored for this repo
while (list($var,$val) = each($_GET))
$url .= "&$var=$val";
if(preg_match( "/([<>'\"]|'|!|"|%27|%22|%3E|%3C|'|"|>|<|\.js)/i", $url ))
header("Location: http://www.urbandictionary.com/define.php?term=twat");
$i = strpos($url, "&url=");
if ($i !== false)
$url = substr($url, $i + 5);