Activity Stream
48,167 MEMBERS
6852 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so

    Default Mass url checker ?

    I'm not talking about file host link checker.

    Is there any tool or website where I can put about 50-100 urls together and check whether that site still exists?

    Like I want to check whether these few urls are working:

    http://katz.cd/submit
    http://atomicwarez.com/submit.php
    http://twilight.ws/submit
    and so on..
    nYXem Reviewed by nYXem on . Mass url checker ? I'm not talking about file host link checker. Is there any tool or website where I can put about 50-100 urls together and check whether that site still exists? Like I want to check whether these few urls are working: http://katz.cd/submit http://atomicwarez.com/submit.php http://twilight.ws/submit and so on.. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Probation
    I think this is going to be useful. Thanks for sharing

  4.     
    #3
    Member
    Website's:
    epicimagehost.com
    Should look something like this..
    Made it in a hurry tho, so probably has some bugs.

    Also I suggest to check headers.

    PHP Code: 
    <?php
    function check_site($url){
       
    $ch curl_init();
       
    curl_setopt($chCURLOPT_URL$url);
       
    curl_setopt($chCURLOPT_HEADERtrue);
       
    curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
       
    $data curl_exec($ch);
       
    curl_close($ch);
       if(
    $data === false)
              return 
    false;
       else
              return 
    true;
    }
     
    if(!empty(
    $_POST['sites'])){
     
    $sites explode("\n",$_POST['sites']);
     foreach(
    $sites as $site){
          
    $alive check_site($site);
          if(
    $alive)
                echo 
    'Site '.$site.' is alive<br />';
          else
                echo 
    'Site '.$site.' is dead<br />';
     }
    }else{
    ?>
    <html>
    <head></head>
    <body>
    <form method="POST">
    <textarea name="sites"></textarea>
    <input type="submit" name="submit" value="submit" />
    </form>
    </body>
    </html>
    <?php
    }
    ?>

  5.     
    #4
    Member
    Website's:
    MP3SearchEngines.net LatestMovieTrailers.org Talking.so
    @hacktutors : Mate, I shared nothing, read again


    @Robin H : Thanks mate! It works, but a bit slow

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Review mass pr checker
    By roadrunner in forum Site Reviews
    Replies: 2
    Last Post: 5th Nov 2012, 10:14 AM
  2. LE with Mass PR Checker - SEO type sites only.
    By roadrunner in forum Link Exchange
    Replies: 2
    Last Post: 24th Oct 2012, 05:51 AM
  3. Google Mass PageRank Checker Free Web Tool
    By errabbaa in forum Webmaster Resources
    Replies: 1
    Last Post: 7th Oct 2012, 11:42 AM
  4. Mass Rapidshare Account Checker - PHP
    By Sp32 in forum Webmaster Resources
    Replies: 6
    Last Post: 15th Sep 2009, 10:57 PM

Tags for this Thread

BE SOCIAL