What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » website search script

website search script
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. website search script
i need something that i can add that will search my site, preferably powered by google :)
10-26-2005 09:05 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: website search script
You can use the Adwords search bar by google, you can even get money off it
[Image: 1-0.png]
             
10-26-2005 09:08 PM
Profile PM Web Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
RE: website search script
i cant remember the code but u can have a search box on ur site.... anbd u type in whatever e.g. 'Ford Focus' but when u press search it goes to google with 'Site:http://yoursite.yourwebpage.com Ford Focus'

(or whatever the code is to search a specifc site.. im sure someone can explain more but thats just the jist of it..

[Image: lost7ru.gif]
10-26-2005 09:09 PM
Profile E-Mail PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: website search script
i used adsense,  don;t use it for 2 reasons:

1)banned :(
2)i want an inline script (so it would still be in the website layout)
10-26-2005 09:10 PM
Profile E-Mail PM Find Quote Report
albert
Veteran Member
*****

Avatar

Posts: 2247
Reputation: 42
– / Male / Flag
Joined: Feb 2005
RE: website search script
That should do it.. : http://services.google.com/searchcode2.html

Enjoy
10-26-2005 10:58 PM
Profile E-Mail PM Web Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: website search script
how do i change the following to remove the radio buttons, and automaticly search the website :undecided:
code:
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="YOUR DOMAIN NAME"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="YOUR DOMAIN NAME" checked> YOUR DOMAIN NAME <br>
</font>
</td></tr></TABLE>
</FORM>


This post was edited on 10-27-2005 at 01:35 AM by Supersonicdarky.
10-27-2005 01:35 AM
Profile E-Mail PM Find Quote Report
Jimcando
Full Member
***

Avatar

Posts: 420
Reputation: 16
34 / Male / Flag
Joined: Dec 2003
RE: website search script
There are three scripts, that one is the one with the radio buttons, but you can use this:
code:
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
To search without radio buttons!
10-27-2005 01:51 AM
Profile E-Mail PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: website search script
but i still need it to search a specific website :(

nvm, figured it out :)

This post was edited on 10-27-2005 at 01:57 AM by Supersonicdarky.
10-27-2005 01:55 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On