View Single Post
Old 05-22-2008, 09:50 PM  
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
PHP Code:
<?php
if($_POST['submit'] == true)
{
    
$exp_url explode("\n"$_POST['url']);
    foreach(
$exp_url as $url)
    {
        
$response http_get($url, array("timeout" => 1), $info);
        if(
$info['response_code'] == "404")
        {
            echo 
"<b>404</b>&nbsp;" $url "<br />\n";
        }
    }
}else{
?>
<form method="post">
  <div align="center"><strong>Urls:</strong><br>
      <textarea name="url" id="url" cols="45" rows="5"></textarea>
    <br>  
    <input type="submit" name="submit" id="submit" value="Check Response">
  </div>
</form>
<?php
}
?>
don't have paypal, but if you got epass, i'll take a some, [email protected]
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote