IPB
Your FREE membership includes:
  • A friendly community where you can come to chat
  • Receive completely FREE quality web hosting!
  • Get reviews and suggestions for your websites!
  • Take part in competitions where you can win prizes from cash, vouchers, or win special unadvertised hosting

Welcome Guest ( Log In | Register )


Shortcut links:
Like this topic? Digg it... Digg this topic · Save to del.icio.us · Slashdot It · Post to Technorati · Post to Furl · Submit to Reddit · Share on Facebook · Fark It · Googlize This Post · Add to ma.gnolia · Tag to Wink · Add to MyWeb · Add to Netscape
 
Reply to this topicStart new topic
> Search Engine, I wanted to build my own search engine
bartek11
post Oct 4 2007, 03:35 AM
Post #1


Starter Member
Group Icon

Group: Members
Posts: 39
Joined: 4-October 07
Member No.: 1152



unsure.gif i'm building my own search engine and al i found so far is TSEP - The Search Engine Project

is a Search engine build in php ( tongue.gif )

but i was wondering if anyone saw something more proffesional ph34r.gif i dont care if (it costs $$)

the TSEP - The Search Engine Project is good enough but i would have to edit it very much to get where i want and without
knowlage of php ( yes ) this wont be easy .

So to make my self short : If anyone saw something like Search Engine written in php pls post a link here thanks ....
Go to the top of the page
 
+Quote Post
ntw
post Oct 4 2007, 02:14 PM
Post #2


Grand Member
Group Icon

Group: Members
Posts: 94
Joined: 23-September 07
Member No.: 1073



First of all - Why do you need a search engine ? I mean - Google beats them all. ( I Just don't find any use on other search engines ). If you would code your search engine on your own, and code it hard so It would find only specific things on the internet ( which are hard to find ) well then maybe there would be a use of your engine, but in all other ways - I just can't see the point why would you need your own search engine. ( my opinion only )


--------------------

Everybody want's money.

The info page is 10% complete. Use the link till then.

And some people want free iPods or Xboxes...

Go to the top of the page
 
+Quote Post
bartek11
post Oct 6 2007, 04:11 PM
Post #3


Starter Member
Group Icon

Group: Members
Posts: 39
Joined: 4-October 07
Member No.: 1152



hmm before google was altavista and before that was yahoo ^^
Go to the top of the page
 
+Quote Post
ntw
post Oct 6 2007, 06:03 PM
Post #4


Grand Member
Group Icon

Group: Members
Posts: 94
Joined: 23-September 07
Member No.: 1073



Well I Really can't imagine someone beating google biggrin.gif
Anyway - If you want to beat google - You really need a professional Server, professional PHP Coder team and to put your ADS Over the net. Maybe then It would work wink.gif
Anyway - Sorry for the offtopic and good luck on the Search Engine project smile.gif


--------------------

Everybody want's money.

The info page is 10% complete. Use the link till then.

And some people want free iPods or Xboxes...

Go to the top of the page
 
+Quote Post
joetje
post Oct 7 2007, 03:53 AM
Post #5


Starter Member
Group Icon

Group: Members
Posts: 108
Joined: 21-November 06
Member No.: 207



IF you want to beat google you probably should consider another programming language,
don't (only) use php if you want to make a good search engine.
Good Luck anyways


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
yo12334
post Oct 15 2007, 05:20 AM
Post #6


Advanced Member
Group Icon

Group: Advertising Team
Posts: 406
Joined: 24-September 07
From: de WATER
Member No.: 1084



i would use google nothing beats google heres some good scripts if u want them:


Description: This useful script allows your visitors to search the contents of your site by leveraging the 3 most popular search engines- Google, Yahoo, and MSN. Now your site's search is truly covered!





Google: Yahoo: MSN:

Directions: Simply insert the below into the <body> section:

<form name="jksearch" action="http://www.google.com/search" method="get" onSubmit="jksitesearch(this)"> <p>Search JavaScript Kit:<br /> <input id="hiddenquery" type="hidden" name="q" /> <input name="qfront" type="text" style="width: 200px" value="navigator object" /> <input type="submit" value="Search" /><br /> <div style="font: bold 11px Verdana;">Google:<input name="se" type="radio" checked> Yahoo:<input name="se" type="radio"> MSN:<input name="se" type="radio"> </div> <script type="text/javascript"> // All-in-one Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/ // This notice must stay intact for use //Enter domain of site to search. var domainroot="www.javascriptkit.com" var searchaction=[ //form action for the 3 search engines "http://www.google.com/search", "http://search.yahoo.com/search", "http://search.msn.com/results.aspx" ] var queryfieldname=["q","p","q"] //name of hidden query form for the 3 search engines function switchaction(cur, index){ cur.form.action=searchaction[index] document.getElementById("hiddenquery").name=queryfieldname[index] } function jksitesearch(curobj){ for (i=0; i< document.jksearch.se.length; i++){ //loop through radio to see which is checked if (document.jksearch.se[i].checked==true) switchaction(document.jksearch.se[i], i) } document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value } </script> </p> </form> <p style="font: normal 11px Arial">This free script provided by<br /> <a href="http://www.javascriptkit.com">JavaScript Kit</a></p>

Refer to the comments inside the script. You will need to change a single variable to point to the domain you wish the script to search within.



Description: Need a powerful internal search engine script to allow visitors to search the contents of your site? How does Google sound? This script uses Google to enable comprehensive search on your site. Cool!




<script type="text/javascript">

// Google Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

//Enter domain of site to search.
var domainroot="www.javascriptkit.com"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}

</script>


<form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">

<p>Search JavaScript Kit:<br />
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 180px" /> <input type="submit" value="Search" /></p>

</form>

<p style="font: normal 11px Arial">This free script provided by<br />
<a href="http://www.javascriptkit.com">JavaScript Kit</a></p>


A JavaScript search engine that allows your surfers to painlessly choose among many search engines to use to search the net.

simply insert the below into the <body> section:

<script language="JavaScript">
<!--

//
// Script by Jari Aarniala [www.mbnet.fi/~foo -- foo@mbnet.fi]
//
// This script makes it easy to choose with which search engine
// you`d like to search the net. You may use this if you keep this
// text here...
//

function startSearch(){
searchString = document.searchForm.searchText.value;
if(searchString != ""){
searchEngine = document.searchForm.whichEngine.selectedIndex + 1;
finalSearchString = "";

if(searchEngine == 1){
finalSearchString = "http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=.&q=" + searchString;
}
if(searchEngine == 2){
finalSearchString = "http://av.yahoo.com/bin/query?p=" + searchString + "&hc=0&hs=0";
}
if(searchEngine == 3){
finalSearchString = "http://www.excite.com/search.gw?trace=a&search=" + searchString;
}
if(searchEngine == 4){
finalSearchString = "http://www.hotbot.com/?SW=web&SM=MC&MT=" + searchString + "&DC=10&DE=2&RG=NA&_v=2&act.search.x=89&act.search.y=7";
}
if(searchEngine == 5){
finalSearchString = "http://www.infoseek.com/Titles?qt=" + searchString + "&col=WW&sv=IS&lk=noframes&nh=10";
}
if(searchEngine == 6){
finalSearchString = "http://www.lycos.com/cgi-bin/pursuit?adv=%26adv%3B&cat=lycos&matchmode=and&query=" + searchString + "&x=45&y=11";
}
if(searchEngine == 7){
finalSearchString = "http://netfind.aol.com/search.gw?search=" + searchString + "&c=web&lk=excite_netfind_us&src=1";
}

location.href = finalSearchString;
}
}


// -->
</script>

<basefont face="Verdana, Arial, sans-serif">

<form name="searchForm">

<table width=320 border cellpadding=3 cellspacing=2 bgcolor=444444>

<tr>
<td bgcolor=lightblue><font size=1 face="Verdana, Arial, sans-serif">Search for:<br>
<td bgcolor=lightblue><font size=1 face="Verdana, Arial, sans-serif">Search from:
<td bgcolor=lightblue>&nbsp;

<tr>
<td bgcolor=navajowhite><input style="background: dddddd" name="searchText" type="text">
<td bgcolor=navajowhite>
<select style="background: dddddd" name="whichEngine">
<option selected>Altavista
<option>Yahoo!
<option>Excite
<option>Hotbot
<option>Infoseek
<option>Lycos
<option>AOL Netfind
</select>
<td bgcolor=navajowhite><input type="button" value="Send" onClick="startSearch()">

</select>
</table>
</form>

<font size=1>Script by <a href="http://www.mbnet.fi/~foo/">Jari Aarniala</a>, <a href="mailto:foo@mbnet.fi">foo@mbnet.fi</a>


--------------------
"If everyone is thinking alike, then somebody isn't thinking."
"No bastard ever won a war by dying for his country. He won it by making the other poor dumb bastard die for his country."

Go to the top of the page
 
+Quote Post
bartek11
post Oct 28 2007, 05:47 AM
Post #7


Starter Member
Group Icon

Group: Members
Posts: 39
Joined: 4-October 07
Member No.: 1152



that is pritty much what i had in mind ... i thought they had some scrip like phpbb or some othe blog tongue.gif
Go to the top of the page
 
+Quote Post
rawrmtoxic
post Nov 6 2007, 10:48 PM
Post #8


Newbie


Group: Members
Posts: 25
Joined: 6-November 07
Member No.: 1236



I have no idea why you would want to make a search engine exactly.This would be a difficult project to finish.I do agree,Google has to be the one that have the most technology to be a seaarch engine.Besides,most people use yahoo! or google.No way will they visit your seacrh engine by from google.Once again,I do not know why you woulkd need to make a search engine.
Go to the top of the page
 
+Quote Post
chezer
post Feb 8 2008, 06:53 PM
Post #9


Advanced Member
Group Icon

Group: Members
Posts: 179
Joined: 18-January 08
From: Houston
Member No.: 1394



I think if you want to be a successful search engine you might want to move on to paid hosting


--------------------
Go to the top of the page
 
+Quote Post
javayahtzee
post Feb 9 2008, 08:22 PM
Post #10


Professional
Group Icon

Group: Members
Posts: 539
Joined: 20-October 07
Member No.: 1199



If you want something better than google you'll have to do more than cut and paste codes I'm afraid. Google has a team of hundreds of workers who are all professional coders. You'll have to not only learn PHP but also another language or two for your spydering robots. I'd say your chances are pretty slim if you don't want to code.

Good luck smile.gif


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are browsing this forum (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new  
18 thegrrl 665 4th January 2008 - 09:01 PM
Last post by: coolyou
No New Posts  
5 Nishi 322 28th January 2007 - 05:07 AM
Last post by: alsh3la
No New Posts  
2 Nishi 213 11th February 2007 - 12:30 PM
Last post by: Marcus
No New Posts  
2 tiger 254 3rd November 2006 - 02:35 PM
Last post by: Aquire
No New Posts  
0 Knox 181 12th November 2006 - 10:06 PM
Last post by: Knox



© GrandForums.com