Easy Way to Chat
Moderator: Forum Moderators
Well then, could I include this?
It allows you to search the internet from within a site. and I know it works
Code: Select all
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<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 -->
"ILLEGITIMIS NON CARBORUNDUM"
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
This should work:robots.txt wrote:Code: Select all
# this will prevent pages from been indicized <br/> # modify as needed <br/> User-agent: * Disallow: /
Code: Select all
<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<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="wesnoth.slack.it"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="wesnoth.slack.it" checked> This site <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->
"ILLEGITIMIS NON CARBORUNDUM"
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
yes, it works but it would not find contents, just outside links to the wiki since the robots.txt disallow the indexing of pages.. not very usefull IMHOMadMax wrote:This should work
eg: http://www.google.com/search?q=wesnoth& ... h.slack.it
Halfling Power!!
It uses Google's engine, so it has to have the logo.
This only allows you to search outside sites. Could I put this in sandbox to demonstrate?
Code: Select all
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<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 -->
"ILLEGITIMIS NON CARBORUNDUM"
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
of course you can, but probably it's better to use this page: http://wesnoth.slack.it/?WikiDevelMadMax wrote:Could I put this in sandbox to demonstrate?
Halfling Power!!
Done.
"ILLEGITIMIS NON CARBORUNDUM"
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom