View Full Version : [Need] Search Script..
am looking for a search script for my new Lyrics site.. the search tool is for searching lyric on the site itself.. ive been using google to find one but they are search tool like google =.= please help +REP will be given
You want a 'script' that searches your site. I think you'll need to build one into the site as there isn't really a way to use a premade script and just stick it one.
Dentafrice,
15-11-2007, 09:06 PM
Just make one to search through the MySQL using like.
could u make me one please xD
<script type="text/javascript">
var domainroot="YOUR WEBSITE HERE"
function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}
</script>
<form action="Where You Want It To Search" method="get" onSubmit="Gsitesearch(this)">
<p>Search Whatever You Like:<br />
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 180px" /> <input type="submit" value="Search" /></p>
</form>
Something like that, hope it helped.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.