Page 1 of 1
i want the php code of a elementary text search engine
Posted: Sat Sep 09, 2006 4:21 pm
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
Posted: Sat Sep 09, 2006 4:51 pm
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...)
Posted: Sat Sep 09, 2006 8:14 pm
by feyd
I'd agree with nickvd's opinion. Creating a real search engine is generally a LOT of work and certainly not cheap.
Posted: Sat Sep 09, 2006 8:20 pm
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]
Posted: Sun Sep 10, 2006 7:52 am
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
Posted: Sun Sep 10, 2006 8:04 am
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?
Posted: Sun Sep 10, 2006 8:04 am
by feyd
If you can't pay for this, why then did you post a request in Job Hunt?
Posted: Wed Sep 13, 2006 3:11 pm
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...
Posted: Wed Sep 13, 2006 4:24 pm
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.
Posted: Wed Sep 13, 2006 4:44 pm
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.