Motore interno per cercare all'interno di un sito web
a cura della WEBURL Soc. Coop. - Cuneo/Piemonte/Italia
servizio on line dal 2001
info@weburl.it

http://www.dominioweb.org

Registrazione domini internet compresi di spazio web illimitato + 6 e-mail a 19,17 euro all'anno www.dominioweb.org



README
Created by: Justin C.- PyroXPro.com                                scarica script php per motore interno
===========================================

This is a PHP search engine. It searches for text
and then displays results. At the time I completed it
it was the first of its kind. I spent many hours
looking for something like it, but could not find
anything. It searches the directory you put it in.

NEW VERSION! You can now tell it where to search!
Many MANY people wanted this ability. I aim to
please.
UPDATE 1.01 - Fixed Distribution Problems
UPDATE 1.05 - 200% Faster, with cleaner code also.


Files Required:

NEWSEARCH.PHP
sas.gif , The sasquatch logo.

How to use this:

I use a form, to submit the search.
This is the EXACT code from www.pyroxpro.com
You will need to change this for your needs
The form html is below:

<form method="POST" action="NEWSEARCH.php">
<TABLE><TR><TD>
Search our site: <input type="text" name="whatdoreplace" size="25"></TD><TD rowspan=2><input type="submit" value="Search" name="B1"></TD>
</TR>
<TR><TD>
[PHP<INPUT TYPE=radio name=where value=php>][Scripts
<INPUT TYPE=radio name=where value=other>][News
<INPUT TYPE=radio name=where value=news>][Index
<INPUT TYPE=radio name=where value=index>]
</TD></TR>
</TABLE>
</FORM>

BTW - Please keep this file with the script if you distribute it.
I am not responsible for anything bad that happens due to the
downloading, viewing, or use of these files. If your mess up
the code and instead of searching it erases your hard drive,
that would be your fault. The code worked perfect when published.



home