DeluXe Network Forums
March 20, 2010, 12:35:18 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Please do not add ads in your signature!
 
   Home   Help Search Members Login Register  
Pages: [1]
  Print  
Author Topic: Search Box  (Read 1742 times)
jb007
Full Member
***

Honor: 0
Offline Offline

Posts: 134


View Profile WWW
« on: March 23, 2006, 04:48:57 am »

How do I make a search box for my site?
Logged
Avatar
Hero Member
*****

Honor: 0
Offline Offline

Posts: 2166



View Profile WWW
« Reply #1 on: April 01, 2006, 04:15:37 pm »

go to my website, Advanced PHP scripts, there's one called RiSeach, that's pretty good, or use google search.
Logged



Want to set up your domain for dhost? check out my ingenious thread http://dhost.info/forums/index.php?showtopic=4356&st=30
Icey
Full Member
***

Honor: 0
Offline Offline

Posts: 127


View Profile WWW
« Reply #2 on: April 19, 2006, 12:48:42 pm »

By "Search Box", what do you mean? I have provided you with a number of solutions. Follow the instructions I provided and you should be on your way.

------------------------------
Google Search Box
------------------------------

Here is some HTML code for Google Search Box, past it into your site. It will search google and display results after a user searches for something, from your site.

Code:
<FORM method=GET action="http://www.google.co.uk/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<A HREF="http://www.google.co.uk/">
<IMG SRC="http://www.google.co.uk/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">
</FORM>

(Slightly cut down by me)

------------------------------
Your own search engine
------------------------------

If you would like to run your own search engine, please download my own script and get going with your own PHP and MYSQL search engine (Will run on Dhost). To download the script, please click here.

How to install
Edit the first few lines of the script to be right for your site. On the Dhost control panel, click phpmyadmin. Select your search database and run the "SQL" script which comes with your search engine.

Features
Your search engine will search the MYSQL database and entries can be added by people submitting their site on the homepage.

Errors
If you have any problems, please email me here

------------------------------
Search Your Site
------------------------------

If you wish for users to be able to search your site, try Freefind. Browse their site and signup to the site search. Paste the HTML they provide onto your site and enjoy.

I hope this post helps you. If you have any questions, please email me.

Thanks,

Icey

Cheesy

*Pheww that was huge - boost my rep if you found that post helpful*
« Last Edit: April 19, 2006, 12:50:46 pm by Icey » Logged
Pages: [1]
  Print  
 
Jump to:  

 

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.222 seconds with 17 queries.