Easy Way to Chat

General feedback and discussion of the game.

Moderator: Forum Moderators

Dacyn
Posts: 1855
Joined: May 1st, 2004, 9:34 am
Location: Texas

Post by Dacyn »

It doesn't work.
Your search - battle for wesnoth - did not match any documents.
No pages were found containing "site:wesnoth.slack.it/".
MadMax
Posts: 1792
Joined: June 6th, 2004, 3:29 pm
Location: Weldyn, Wesnoth

Post by MadMax »

Well then, could I include this?

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 -->
It allows you to search the internet from within a site. and I know it works
"ILLEGITIMIS NON CARBORUNDUM"

Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Jaramir
Posts: 92
Joined: August 28th, 2003, 7:26 pm
Location: Modena · Italy
Contact:

Post by Jaramir »

does it finds something usefull on google?
IIRC the robots.txt is a bit strict about that..
Halfling Power!!
Dacyn
Posts: 1855
Joined: May 1st, 2004, 9:34 am
Location: Texas

Post by Dacyn »

um.. why not just have a link to Google?
MadMax
Posts: 1792
Joined: June 6th, 2004, 3:29 pm
Location: Weldyn, Wesnoth

Post by MadMax »

robots.txt wrote:

Code: Select all



# this will prevent pages from been indicized <br/>
# modify as needed                            <br/>

User-agent: *

Disallow: /

This should work:

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 -->
If I included it, it would allow you to search the Web and the wiki from that search box. Could I put it in SandBox to demonstrate?
"ILLEGITIMIS NON CARBORUNDUM"

Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Jaramir
Posts: 92
Joined: August 28th, 2003, 7:26 pm
Location: Modena · Italy
Contact:

Post by Jaramir »

MadMax wrote:This should work
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 IMHO

eg: http://www.google.com/search?q=wesnoth& ... h.slack.it
Halfling Power!!
Dacyn
Posts: 1855
Joined: May 1st, 2004, 9:34 am
Location: Texas

Post by Dacyn »

BTW is it necessary to include the Google logo and name?
MadMax
Posts: 1792
Joined: June 6th, 2004, 3:29 pm
Location: Weldyn, Wesnoth

Post by MadMax »

It uses Google's engine, so it has to have the logo.

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 -->
This only allows you to search outside sites. Could I put this in sandbox to demonstrate?
"ILLEGITIMIS NON CARBORUNDUM"

Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Jaramir
Posts: 92
Joined: August 28th, 2003, 7:26 pm
Location: Modena · Italy
Contact:

Post by Jaramir »

MadMax wrote:Could I put this in sandbox to demonstrate?
of course you can, but probably it's better to use this page: http://wesnoth.slack.it/?WikiDevel
Halfling Power!!
MadMax
Posts: 1792
Joined: June 6th, 2004, 3:29 pm
Location: Weldyn, Wesnoth

Post by MadMax »

Done.
"ILLEGITIMIS NON CARBORUNDUM"

Father of Flight to Freedom
http://www.wesnoth.org/wiki/FlightToFreedom
Post Reply