Results 1 to 9 of 9
-
20th Dec 2009, 01:37 AM #1OPMember
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.htmlAddicted 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
-
20th Dec 2009, 01:33 PM #2Member
screensshots ftw
Please follow signature rules
-
20th Dec 2009, 02:41 PM #3OPMember
no screenshot needed its only 2 files search.php and crawler.php, basic script that fetches crackspider.net searches...
-
20th Dec 2009, 03:00 PM #4MemberWebsite's:
warezxtc.comShould use preg_replace as eregi_replace has been depreciated in the newer versions of PHP
-
20th Dec 2009, 03:02 PM #5OPMember
thanks, always good to improve!
-
20th Dec 2009, 03:06 PM #6MemberWebsite's:
litewarez.net litewarez.com triniwarez.comSTOP FUCKING UPLOADING TO RAPIDSHARE
Grrrrr there fucking shite man.. if theres just 2 files then past then in here aswell pleaseJoin 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
-
20th Dec 2009, 03:11 PM #7OPMember
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 (); ?>
Code:<?php include("crawler.php"); $q = str_replace(" ","_",$q); $q = str_replace("%20","_",$q); ?>
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>
-
20th Dec 2009, 03:18 PM #8MemberWebsite's:
litewarez.net litewarez.com triniwarez.comlol, 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 webmsitesJoin 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
-
21st Dec 2009, 02:04 AM #9Member
or fsockopen if you get satisfaction from coding with slightly less abstraction
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] crackcentral.co.uk <--- Crack,Keygen etc etc
By roadrunner in forum Completed TransactionsReplies: 0Last Post: 14th Jun 2011, 01:17 PM -
can anybody crack a rar protected file?
By bxflow in forum Community CooperativeReplies: 1Last Post: 7th Apr 2010, 01:14 PM -
For other host searcher
By warezoupoli in forum Hosting DiscussionReplies: 5Last Post: 8th Nov 2009, 07:20 AM -
Please crack EzWarez (Download Here)
By thizzladen in forum Webmaster ResourcesReplies: 20Last Post: 1st Sep 2009, 02:14 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...