Find Article
Saturday, May 21, 2011
Php Code: Proxy filter
You can create proxy filter for your site. To pass the blocked websites. or if you do not want to show your IP.
<!-- This Script is from www.phpfreecpde.com, Coded by: Krishna Eydatoula, Mahmood Bina--><?phpif ($_POST["list"]) { $list = explode("n", $_POST["list"]); $num = "0"; while ($list[$num]) { $list[$num] = str_replace(chr(9), "", $list[$num]); if (preg_match("/(d{1,3}.d{1,3}.d{1,3}.d{1,3}[: ]d{1,5})/", $list[$num], $match)) { $match[0] = str_replace(chr(32), chr(58), $match[0]); if (!stristr($newlist, $match[0])) { $newlist = "$newlistn$match[0]"; } } $num++; }}?><html><center>Ideal for filtering useless text surrounding proxies<form action="<?=$_SERVER["PHP_SELF"];?>" method="post"><textarea name="list" rows="25" cols="50"><?=$newlist;?></textarea><br /><input name="filter" type="submit" value="filter"></center></html><font face="Tahoma"><a target="_blank" href="http://www.phpfreecode.com/"><span style="font-size: 8pt; text-decoration: none">PHP Free Code</span></a></font>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment