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

Results 1 to 9 of 9
  1.     
    #1
    Member

    Default Crack Searcher v1

    this is a simple php script that crawls crackspider.net and lists them on your search page...

    this is a basic script and is free, take it or leave it.

    Download: http://rapidshare.com/files/32326512...er_v1.rar.html
    Addicted Reviewed by Addicted on . Crack Searcher v1 this is a simple php script that crawls crackspider.net and lists them on your search page... this is a basic script and is free, take it or leave it. Download: http://rapidshare.com/files/323265124/crack_crawler_v1.rar.html Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    screensshots ftw
    Please follow signature rules

  4.     
    #3
    Member
    no screenshot needed its only 2 files search.php and crawler.php, basic script that fetches crackspider.net searches...

  5.     
    #4
    Member
    Website's:
    warezxtc.com
    Should use preg_replace as eregi_replace has been depreciated in the newer versions of PHP

  6.     
    #5
    Member
    thanks, always good to improve!

  7.     
    #6
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    STOP FUCKING UPLOADING TO RAPIDSHARE


    Grrrrr there fucking shite man.. if theres just 2 files then past then in here aswell please
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  8.     
    #7
    Member
    Oh the pain...

    crawler.php
    Code: 
    <?php
    $startingpoint = "<br>1."; 
    $endingpoint = "</a><br><hr>";
    preg_match("/^(https?:\/\/)?([^\/]*)(.*)/i", "http://crackspider.net/search.shtml?q=$q", $matches);
    $theDomain = "http://" . $matches[2];
    $page = $matches[3];
    $fd = fopen($theDomain.$page, "r"); 
    $value = "";
    while(!feof($fd)){
        $value .= fread($fd, 4096);    
    }
    fclose($fd);
    $start= strpos($value, "$startingpoint");  
    $finish= strpos($value, "$endingpoint");  
    $length= $finish-$start;
    $value=substr($value, $start, $length);
    $value = eregi_replace( "<b>CrackSpider</b> does not host any files ! This site merely indexes other sites content", "", $value ); 
    $value = eregi_replace( "<IMG alt=[^>]*>", "", $value );   
    $value = eregi_replace( "<IMG alt=[^>]*>", "", $value );   
    $value = eregi_replace( "<class[^>]*>", "", $value );
    $value = eregi_replace( "<table[^>]*>", "", $value ); 
    $value = eregi_replace( "<tr[^>]*>", "", $value ); 
    $value = eregi_replace( "<td[^>]*>", "", $value ); 
    $value = str_replace( "</font>", "", $value ); 
    $value = str_replace( "</table>", "", $value ); 
    $value = str_replace( "</tr>", "", $value ); 
    $value = str_replace( "</td>", "", $value ); 
    $value = str_replace( "<center>", "", $value );
    $value = str_replace( "</center>", "", $value ); 
    $value = str_replace( "<b>", "", $value );
    $value = str_replace( "</b>", "", $value ); 
    $value = eregi_replace( "href=", "target=\"_blank\" href=", $value ); 
    $value = eregi_replace( "href=\"", "target=\"_blank\" href=\"", $value ); 
    $FinalOutput = preg_replace("/(href=\"?)(\/[^\"\/]+)/", "\\1" . $theDomain . "\\2", $value);
    echo $FinalOutput;
    flush (); 
    ?>
    for search.php

    Code: 
    <?php include("crawler.php"); 
          $q = str_replace(" ","_",$q);
    $q = str_replace("%20","_",$q);  
          ?>
    make sure $GET_['q']; is always at the top of your search page.

    to search your site from your index, include this code...

    Code: 
    <form name="form1" method="post" action="search.php">
        <input name="q" type="text" id="q">
        <input type="submit" name="Submit" value="Search">
      </form>

  9.     
    #8
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    lol, cmon addicted i thought you knew better hehe

    dont use ereg_replace

    in search.php your $q needs to be set BEFORE you include cralwer and try urlencode() on that

    its better to CURL rather than fopen on external webmsites
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  10.     
    #9
    Member
    or fsockopen if you get satisfaction from coding with slightly less abstraction

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Selling] crackcentral.co.uk <--- Crack,Keygen etc etc
    By roadrunner in forum Completed Transactions
    Replies: 0
    Last Post: 14th Jun 2011, 01:17 PM
  2. can anybody crack a rar protected file?
    By bxflow in forum Community Cooperative
    Replies: 1
    Last Post: 7th Apr 2010, 01:14 PM
  3. For other host searcher
    By warezoupoli in forum Hosting Discussion
    Replies: 5
    Last Post: 8th Nov 2009, 07:20 AM
  4. Please crack EzWarez (Download Here)
    By thizzladen in forum Webmaster Resources
    Replies: 20
    Last Post: 1st Sep 2009, 02:14 PM

Tags for this Thread

BE SOCIAL