My WebBot

Reply

Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

My WebBot

 
0
  #1
Feb 15th, 2009
Hi I've recently started studying cURL and am having problem with the following code that i've written,

  1. <?php
  2.  
  3. include("LIB_parse.php"); # Include parse library
  4. include("LIB_http.php"); # Include cURL library
  5.  
  6. $web_page = http_get($target="http://rapidshare-search-engine.com/index-s_submit=Search&sformval=1&s_type=0&what=1&s=billu&start=0.html", $referer="http://rapidshare-search-engine.com/");
  7. $meta_tag_array = parse_array($web_page['FILE'], "href=", ">");
  8.  
  9. for($xx=0; $xx<count($meta_tag_array); $xx++)
  10. {
  11.  
  12. $tag= return_between($meta_tag_array[$xx],"href=\"","\">",EXL)."\n";
  13. ?>
  14. <a href=<?php echo $tag ?> >hh</a>
  15. <?php
  16. }
  17. ?>

Now what i did was searched for 'billu' on www.rapidshare-search-engine.com and i got the url = http://rapidshare-search-engine.com/...u&start=0.html, which i used in $target in my http_get function(inside LIB_http.php file)

now the problem is that this is not running correctly, the code is not returning me all the links that i wanted.
I want all the rapidshare links to be displayed(as they are displayed on the rapidshare-search-engine.com site)
LIB_http.php
LIB_parse.php
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,268
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 160
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: My WebBot

 
0
  #2
Feb 15th, 2009
You are really asking in public for helpo in stealing somebody else's content?
Why not ask at rapidshare?

because they dont want you stealing their property
Originally Posted by rapidshare terms of use
The layout, design, files, images and all other contents of the Rapidshare-search-engine.com web site are owned by Rapidshare-search-engine.com and are protected by national and international intellectual property laws, conventions and treaties.
The information contained within the Rapidshare-search-engine.com databases belongs to the respective owners of Rapidshare-search-engine.com, and is also protected by national and international intellectual property laws, conventions and treaties.
The information contained in the Rapidshare-search-engine.com web site and databases may not otherwise be used, copied, distributed, performed, sublicensed, modified, rented, altered, reverse engineered or recompiled in any manner without the express written consent of its owner.
Last edited by almostbob; Feb 15th, 2009 at 5:50 pm.
Failure is not an option It's included free
If at first you dont succeed, join the club
Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

Re: My WebBot

 
0
  #3
Feb 15th, 2009
ok i get it....but rapidshare.com content's are not protected by laws, are they???

so in general can i create a search engine similiar to rapid-share-search-engine.com

if yes how??
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

Re: My WebBot

 
0
  #4
Feb 16th, 2009
hey guys plz reply, is it that big a problem??

one more thing, how do we crawl the internet automatically, i mean without entering individual site name every time.

secondly, i want to create an aggregate site just for fun or rather test my abilities, so can you please suggest some ideas which will not have any copyright issues.....
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 1
Reputation: Millit is an unknown quantity at this point 
Solved Threads: 0
Millit Millit is offline Offline
Newbie Poster

Re: My WebBot

 
0
  #5
Feb 17th, 2009
I can recommend you another rapidshare search engine - http://rapid4me.com/ . Personally in my case it is very helpful!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC