Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 12th, 2007, 06:35 PM
duzhidian@gmail.com
Guest
 
Posts: n/a
Default Implement a super search engine using php

Dear All:

I need write a php program online to implement a super search engine,
for example, when users input some keyword, my program can search
different other online search engines and reply user some unified
results from these search engines.

For example, let users input some cities into my web page and it will
query

http://www.orbitz.com
http://www.expedia.com
and others to get results.

Since each of the above web sites has deep links and how my program
simulate our humane to click each button to get the result and
download it and parser again.

Thanks.


Z. Du

  #2  
Old April 12th, 2007, 07:15 PM
Steve
Guest
 
Posts: n/a
Default Re: Implement a super search engine using php


<duzhidian@gmail.comwrote in message
news:1176398847.776915.216350@e65g2000hsc.googlegr oups.com...
| Dear All:
|
| I need write a php program online to implement a super search engine,
| for example, when users input some keyword, my program can search
| different other online search engines and reply user some unified
| results from these search engines.
|
| For example, let users input some cities into my web page and it will
| query
|
| http://www.orbitz.com
| http://www.expedia.com
| and others to get results.

there are already sites that do this. steal/plagerize THEIR results and peon
them off as your own. much less work for you.

| Since each of the above web sites has deep links and how my program
| simulate our humane to click each button to get the result and
| download it and parser again.

'humane' ... lol. i digress...

well <he thinks to self with utter sarcasm>, you'd have to parse their links
from the results, leaving out the links to ads and other shit, then you'd
have to file_get_contents or fsockopen or some equivalent on each of these
links, rinse and repeat.


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles