i want the php code of a elementary text search engine

Looking to hire a PHP developer for a paid position? Looking for a paid PHP job? Want to post your resume? Let the job hunt begin...

Moderator: General Moderators

Post Reply
a.kh.m
Forum Newbie
Posts: 5
Joined: Mon Sep 04, 2006 6:36 am

i want the php code of a elementary text search engine

Post by a.kh.m »

hi everyone!
i wish you are well !
can you help me?

i need a simple text search engine(elementary) to search whole of the internet.it could be searched with 2 language! farsi & english.anybody has it's php source ? ...

with the bests
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

You didnt get a response to your earlier thread because what you are asking for is not exactly feasible... there is far too much involved to create a search engine similar to yahoo/google.

Even if you did find someone interested, I'll be willing to bet you wont have the funds to pay for such a project (I'm leaning towards the 5-6 figure mark...)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'd agree with nickvd's opinion. Creating a real search engine is generally a LOT of work and certainly not cheap.
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Post by Todd_Z »

Guys, he's obviously looking for a script to download, im sure after 15/20 minutes of google searching he'll be able to find something


[continuing to hate people]
a.kh.m
Forum Newbie
Posts: 5
Joined: Mon Sep 04, 2006 6:36 am

Post by a.kh.m »

nickvd wrote:You didnt get a response to your earlier thread because what you are asking for is not exactly feasible... there is far too much involved to create a search engine similar to yahoo/google.

Even if you did find someone interested, I'll be willing to bet you wont have the funds to pay for such a project (I'm leaning towards the 5-6 figure mark...)
i know building a search engine is very difficult but i want a searcher would be simple....without boolean expressions ; dedicated sever; ....

it is too far from google & yahoo...
my idea is a elementary searcher that searchs 10 top links 4 example!

i can not pay money for it's source .... because i thought perhaps you have such source like this....
what's your idea about my mean ?
regs
a.kh.m
Forum Newbie
Posts: 5
Joined: Mon Sep 04, 2006 6:36 am

Post by a.kh.m »

Todd_Z wrote:Guys, he's obviously looking for a script to download, im sure after 15/20 minutes of google searching he'll be able to find something


[continuing to hate people]
exactly!
i'd agree with you! i searched my target by google engine some weeks ago but i did not find the simple one............

everyone help me?
what's the microsoft index service? is this useful 4 me?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If you can't pay for this, why then did you post a request in Job Hunt?
a.kh.m
Forum Newbie
Posts: 5
Joined: Mon Sep 04, 2006 6:36 am

Post by a.kh.m »

feyd wrote:If you can't pay for this, why then did you post a request in Job Hunt?
you're right! but a member directed me to job hunt because he or she believed this topic is closer to my target...
pardon me...
i mistake...
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

You are not going to find what you are looking for for free. You can develop something of your own, but the logic would be heavy and the time committment would be intense.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

If you have the idea that you could easily write a script to search the internet you've completely underestimated the task. There are several billion pages of content online these days, searching them is incredibly difficult even if you ignore boolean terms and you only want the top 10 results.

You best bet would be syndicate search results from an existing engine (eg Google) using their API. Easier, but still not trivial if you're working outside of English.
Post Reply