View Full Version : Free Thread Translator
Admin
01-14-2002, 12:02 PM
Well someone requested this as a hack, but it ended up being a template modification so it's here. :)
Anyway, what this does is adding a drop down menu with a list of languages, and you just select one and the thread will be translates.
The install this, add the following HTML code:
<td align="center"><table cellpadding="0" cellspacing="0" border="0"><tr><td><smallfont><b>Translate Thread:</b><br>
<select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=path_to_forums%2Fshowthread.php%3Fs%3D%26thre adid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
<option value="-1" selected>Please select direction:</option>
<option value="English/Spanish">English to Spanish</option>
<option value="English/French">English to French</option>
<option value="English/German">English to German</option>
<option value="English/Italian">English to Italian</option>
<option value="English/Norwegian">English to Norwegian</option>
<option value="English/Portuguese">English to Portuguese</option>
<option value="Spanish/English">Spanish to English</option>
<option value="French/English">French to English</option>
<option value="German/English">German to English</option>
<option value="Italian/English">Italian to English</option>
<option value="Portuguese/English">Portuguese to English</option>
</select></smallfont></td></tr></table></td>right before this:
<td align="center">$adminoptions</td>
in your showthread template.
You only need to change the red part, like this. If the forum is at http://www.vbulletin.com/forum you need to replace the red part with "www.vbulletin.com%2Fforum" (you drop the http:// and change / into %2F as you can see!).
That's it.
Lucky
01-14-2002, 12:24 PM
Hey buddy,
I take it that if that server goes down so does the translation.
I got on an hr ago with yours but their site must be down. hehe.
Is there an alternative site to go to if this one should go down?
Admin
01-14-2002, 01:01 PM
Yup, if that site goes down the translator won't work.
And no, I don't know of another site that offers this server.
GrphicImprssion
01-14-2002, 03:39 PM
Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?
eva2000
01-14-2002, 03:54 PM
Originally posted by FireFly
Yup, if that site goes down the translator won't work.
And no, I don't know of another site that offers this server. how about
http://translation.lycos.com/
http://babelfish.altavista.com/
eva2000
01-14-2002, 03:58 PM
and looks like freetranslation is load balanced or using round robin dns on several servers
fets1.freetranslation.com
fets2.freetranslation.com
fets3.freetranslation.com
fets4.freetranslation.com
fets5.freetranslation.com
Lucky
01-15-2002, 02:53 AM
Originally posted by GrphicImprssion
Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?
I am having this same problem.
Even me the administrator.
You would think that when your users are logged in that they would be able to use this service:
http://fets3.freetranslation.com:5081/?Url=www.mysite.com%2Fshowthread.php
Any one who can help me with this is appreciated.
:confused:
okrogius
01-15-2002, 05:31 PM
Originally posted by GrphicImprssion
Firefly, have a question my bb is completely password potected,..you can not view my forums without being logged in as a registered user,...can this hack be modified to account for that? I installed it and everythime i tried to use it , i was returned to my bb login screen translated into whatever language i selected??? maybe? hopefully?
Modify whats after the red in that line from
%2Fshowthread.php%3Fs%3D%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
to
%2Fshowthread.php%3Fs%3D$session[sessionhash]%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
kermit
01-15-2002, 05:32 PM
i too have the same problem :( .. think it must have to check username and pass in the database but how do you do that?..
kermit
01-15-2002, 05:40 PM
tried that.. but still the same. :(
GrphicImprssion
01-15-2002, 05:46 PM
Originally posted by kermit
tried that.. but still the same. :(
ditto, no dice. :confused: any other suggestions by any chance?
Lucky
01-15-2002, 09:46 PM
Originally posted by GrphicImprssion
ditto, no dice. :confused: any other suggestions by any chance?
Same here.
Still does not work.
Any more ideas?
okrogius
01-15-2002, 10:18 PM
Neat! Thanks.
Brian Cruz
01-16-2002, 05:25 AM
Any chance the "go" button could be incorporated into this? I know it would serve little purpose, since making a selection automatically changes the page, but it looks weird with all the other drop-down menus having one and this not.
Admin
01-16-2002, 09:39 AM
Originally posted by Codename49
Modify whats after the red in that line from
%2Fshowthread.php%3Fs%3D%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
to
%2Fshowthread.php%3Fs%3D$session[sessionhash]%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
That won't work, vBulletin isn't that stupid. ;)
You can try adding "&loginusername=test&loginpassword=test", and then create a user named 'test' with a password 'test'. It might work, not sure though.
Brian Cruze, you can just stick $gobutton in there to show the go button... not that it'll work or anything. ;)
Lucky
01-17-2002, 09:54 AM
You can try adding "&loginusername=test&loginpassword=test", and then create a user named 'test' with a password 'test'. It might work, not sure though.
No go.
Still don't work.
Lucky
01-17-2002, 09:57 AM
On another note I tried using the password test as encrypted but still a no go.
Any other ideas buddy:)
itstd
01-17-2002, 12:20 PM
Any more thoughts on this (returning to sign on)?
GrphicImprssion
01-17-2002, 01:32 PM
Geee, Sorry for the "getting it started", thought this may have been something that was fixed already that i might have missed. It would be an incredible resource to have but, if it is not feasable than i will just put a link to a translation board that people can coppy and past to. Hope someone figures out a "key" for this, but until then,....Have a nice day :pleased:
jamesdasher
01-17-2002, 10:53 PM
Here is another option for this, don't know if it will fix people's problems, but it is available.
Warning: This option is not as 'integrated' as FireFly's (because of the company that does the translation)
Warning: One many of the 'character languages' (like Chinese, Korean, etc.) the translation takes quite some time, but it is working, it is just a tedious process because of the language.
Warning: You can't translate the same page twice in a row (in the Babelfish frames). The frames generated by babelfish kills it.
Warning: You cannot access a page in your site once translated if that page has a user base to it (the user cp, etc.) you can access pages such as calendar which is not dependent on the user being logged in.
Okay, this option uses AltaVista's translation service (Babelfish) so hopefully it is a bit more stable as well.
Insert the following:
<td align="center"><table cellpadding="0" cellspacing="0" border="0"><tr><td>
<form action="http://babelfish.altavista.com/tr" method="post">
<input type="hidden" name="doit" value="done">
<input type="hidden" name="tt" value="url">
<input type="hidden" name="url" value="http://www.teenssucceed.com/showthread.php?threadid=$threadid">
<smallfont><b>Translate Thread:</b></smallfont><br>
<select name="lp">
<option value="en_zh" >English to Chinese</option>
<option value="en_fr" >English to French</option>
<option value="en_de" >English to German</option>
<option value="en_it" >English to Italian</option>
<option value="en_ja" >English to Japanese</option>
<option value="en_ko" >English to Korean</option>
<option value="en_pt" >English to Portuguese</option>
<option value="en_es" SELECTED>English to Spanish</option>
<option value="zh_en" >Chinese to English</option>
<option value="fr_en" >French to English</option>
<option value="fr_de" >French to German</option>
<option value="de_en" >German to English</option>
<option value="de_fr" >German to French</option>
<option value="it_en" >Italian to English</option>
<option value="ja_en" >Japanese to English</option>
<option value="ko_en" >Korean to English</option>
<option value="pt_en" >Portuguese to English</option>
<option value="ru_en" >Russian to English</option>
<option value="es_en" >Spanish to English</option>
</select>
$gobutton
</form>
</td></tr></table></td>
goes after
<td>$forumjump</td>
good luck :)
James
GrphicImprssion
01-17-2002, 11:44 PM
I wish I could report that this was a success, but it did not help any with the password problem, it still comes back to a translated login sreen for me. :cry:
Arathorn
01-18-2002, 12:13 PM
I had the login error as well, so I fiddled around with jamesdasher's script and it now works. It works for me and my users aren't getting the logon screen. CAVEAT: Besides the fact that some tiny changes were made, I have NO idea what I did to fix this (i.e. it might not work for you).
In SHOWTHREAD.PHP
AFTER THIS:
<td>$forumjump</td>
ADD:
<td>
<!-- TRANSLATER -->
<table border=0 cellpadding=2 cellspacing=0 width=614>
<form action="http://babelfish.altavista.com/tr" method="post">
<input type="hidden" name="doit" value="done">
<input type="hidden" name=tt value="url">
<input type="hidden" name=url value="http://www.yoursite.com/showthread.php?threadid=$threadid">
<tr><td class=s>Translate from <B>
<select name="lp">
<option value="en_zh" >English to Chinese</option>
<option value="en_fr" >English to French</option>
<option value="en_de" >English to German</option>
<option value="en_it" >English to Italian</option>
<option value="en_ja" >English to Japanese</option>
<option value="en_ko" >English to Korean</option>
<option value="en_pt" >English to Portuguese</option>
<option value="en_es" SELECTED>English to Spanish</option>
<option value="zh_en" >Chinese to English</option>
<option value="fr_en" >French to English</option>
<option value="fr_de" >French to German</option>
<option value="de_en" >German to English</option>
<option value="de_fr" >German to French</option>
<option value="it_en" >Italian to English</option>
<option value="ja_en" >Japanese to English</option>
<option value="ko_en" >Korean to English</option>
<option value="pt_en" >Portuguese to English</option>
<option value="ru_en" >Russian to English</option>
<option value="es_en" >Spanish to English</option>
</select></B>
<input type="Submit" value="Translate">
</td></tr>
</form>
</table>
<!-- TRANSLATER -->
</td>
Note: You can't translate the same page twice in a row. The frames generated by babelfish kills it.
Request: Anyone know how I can alter this to work on any page on the forums? It would be awesome if this could be added to the header.
GrphicImprssion
01-18-2002, 12:37 PM
This too unforuneately did not work for me, in fact I am curious as to what else you may have done because the only code changes I see in your scipt vs the original altavista script are superficial, centering tag gone, button type, and text display wording.
This is what i see as being the problem and I need the input of a techie type to try and figure it out:
<input type="hidden" name=url value="http://www.yoursite.com/showthread.php?threadid=$threadid">
The question is, what can be added to this line to force the translator to identify the user's "cookie" for the bb site rather than the translator site? Think this is possible?
GI
bobbydavro
01-18-2002, 01:44 PM
is this server intensive? bandwidth high etc?
jamesdasher
01-18-2002, 07:10 PM
I don't see any reason why it would be in anyway server intensive, as it all takes place on another site (though I could be wrong as I am not the most advanced in this stuff :))
jamesdasher
01-18-2002, 07:18 PM
Okay, not exactly sure what your problem is so I can't promise this will help at all...but you could try changing the hidden form element with the link to:
<input type="hidden" name="url" value="http://www.yoursite.com/showthread.php?s=$session[sessionhash]&threadid=$threadid">
Hope that works!
James
jamesdasher
01-18-2002, 07:20 PM
<I wasn't totally accurate here, read my last 'warning' on my version>
jamesdasher
01-18-2002, 08:18 PM
if for some reason the babelfish script is messing up your layout a lot (it was for me quite a bit)...you can try the following which is a script for http://translation.lycos.com.
pretty much the same just a different system (so some different elements in the form.
same basic instructions just different code
<td align="center"><table cellpadding="0" cellspacing="0" border="0"><tr><td>
<form action="http://translation.lycos.com/" method="post">
<input type="hidden" name="urltext" value="http://www.teenssucceed.com/showthread.php?threadid=$threadid">
<smallfont><b>Translate Thread:</b></smallfont><br>
<select name="lp">
<option value='de_en'>German to English</option>
<option value='de_fr'>German to French</option>
<option value='en_de'>English to German</option>
<option SELECTED value='en_es'>English to Spanish</option>
<option value='en_fr'>English to French</option>
<option value='en_it'>English to Italian</option>
<option value='en_pt'>English to Portuguese</option>
<option value='es_en'>Spanish to English</option>
<option value='es_fr'>Spanish to French</option>
<option value='fr_de'>French to German</option>
<option value='fr_en'>French to English</option>
<option value='fr_es'>French to Spanish</option>
<option value='fr_it'>French to Italian</option>
<option value='fr_pt'>French to Portuguese</option>
<option value='it_en'>Italian to English</option>
<option value='it_fr'>Italian to French</option>
<option value='pt_en'>Portuguese to English</option>
</select>
$gobutton
</form>
</td></tr></table></td>
James
jamesdasher
01-18-2002, 08:30 PM
<didn't work, actually, sorry>
Jawelin
01-19-2002, 08:59 AM
GREAT TEMPLATE CUSTOMIZATION, Chen !!!
;)
I always have been searchin!
Just a hack-oriented question :stoned: : could I made that combo-box displayed ONLY on some forum (for example, configurable in AdminCP within new/edit forum with a new field in db like 'multilanguage' area ?
Because I have a couple of international areas, so I'd prefer put that bit only in those ones.
Thanks a lot
Brian Cruz
01-19-2002, 03:23 PM
Originally posted by jamesdasher
if for some reason the babelfish script is messing up your layout a lot (it was for me quite a bit)...you can try the following which is a script for http://translation.lycos.com.
Thanks James, my users like this Lycos translation much more than freetranslations.com. And you got to go button in there too. :)
Any chance it could work immediately on selection, and also by clicking on the go button? The immediate change never works for Netscape users, and IE users never expect to use the go button anymore.
jamesdasher
01-19-2002, 05:00 PM
Hi, Brian, don't know probably is the 'automatic' change is just javascript, I will try to look into it...
jamesdasher
01-19-2002, 05:42 PM
Hi! Jawelin,
Well, Jawelin, I have finished the hack part like you requested a few posts ago, I have to put it all together than I will release it.
James
jamesdasher
01-19-2002, 05:59 PM
Brian I tried to make it work without clicking but it didn't because of the way lycos sets it up, sorry :(
(also I made some cosmetic changes to the hack I mentioned so I recommend using the new layout it will have when I release it.)
James
Lucky
01-20-2002, 02:08 AM
Sounds good!
I'll be waiting!
Jawelin
01-20-2002, 09:47 AM
Originally posted by jamesdasher
Hi! Jawelin,
Well, Jawelin, I have finished the hack part like you requested a few posts ago, I have to put it all together than I will release it.
James
BOUNCE!
Thanks a lot.
Well, std.by....
jamesdasher
01-20-2002, 10:45 PM
my first hack :) so it may take me a bit just to figure out how to package it best, it should be out soon though.
James
Stretchr
01-22-2002, 11:40 AM
I've read thru this thread again and I'm still not clear whether anyone has resolved the private forum issue? Can anyone clarify this as I'd love to have a translation option but I have FireFly's hack and that doesn't work for private forums. Thanks!
Lucky
01-22-2002, 12:08 PM
I have been waiting as well for this hack to be resolved.
As of yet, no there is still an issue with this.
I hope someone can resolve it soon or I will have to uninstall this puppy.
Tim Wheatley
02-02-2002, 04:57 AM
If this helps anyone, this is what I put on mine (took a little searching...)
I doubt it's even correct HTML, but it works.
<table cellpadding="0" cellspacing="0" border="0">
<tr><td>
<font face="Verdana,Arial" size="1">
Translate thread:</font><br>
<FORM name=texur action=http://www.tranexp.com:2000/InterTran
method=post>
<P><FONT size=2><STRONG>
<input onblur=dudeurl() type="hidden" name="url" value="http://forum.racesimcentral.com/showthread.php?threadid=$threadid">
<BR><SELECT name=from style="font-family: Verdana, Arial; font-size: 8pt" size="1"> <OPTION value=eng
selected>English<OPTION value=spa>Spanish<OPTION
value=fre>French<OPTION value=ger>German<OPTION
value=ita>Italian<OPTION
value=poe>Portuguese<OPTION value=pob>Brazilian
Portuguese<OPTION value=cro>Croatian (CP 1250)<OPTION value=che>Czech
(CP 1250)<OPTION
value=dan>Danish<OPTION value=dut>Dutch<OPTION
value=spe>European Spanish<OPTION
value=fin>Finnish<OPTION value=grk>Greek<OPTION
value=hun>Hungarian (CP 1250)<OPTION
value=ice>Icelandic<OPTION value=jpn>Japanese
(Shift JIS)<OPTION value=spl>Latin American
Spanish<OPTION value=nor>Norwegian<OPTION
value=pol>Polish (CP 1250)<OPTION
value=rus>Russian (CP 1251)<OPTION
value=sel>Serbian (Latin)<OPTION
value=slo>Slovenian (CP 1250)<OPTION
value=swe>Swedish<OPTION
value=wel>Welsh</OPTION></SELECT> <BR><SELECT name=to style="font-family: Verdana, Arial; font-size: 8pt" size="1"> <OPTION
value=spa selected>Spanish<OPTION
value=eng>English<OPTION value=fre>French<OPTION
value=ger>German<OPTION value=ita>Italian<OPTION
value=poe>Portuguese<OPTION value=pob>Brazilian
Portuguese<OPTION value=cro>Croatian (CP
1250)<OPTION value=che>Czech (CP 1250)<OPTION
value=dan>Danish<OPTION value=dut>Dutch<OPTION
value=spe>European Spanish<OPTION
value=fin>Finnish<OPTION value=grk>Greek<OPTION
value=hun>Hungarian (CP 1250)<OPTION
value=ice>Icelandic<OPTION value=jpn>Japanese
(Shift JIS)<OPTION value=spl>Latin American
Spanish<OPTION value=nor>Norwegian<OPTION
value=pol>Polish (CP 1250)<OPTION
value=rus>Russian (CP 1251)<OPTION
value=sel>Serbian (Latin)<OPTION
value=slo>Slovenian (CP 1250)<OPTION
value=swe>Swedish<OPTION
value=wel>Welsh</OPTION></SELECT><INPUT type=submit value=Go style="font-family: Verdana, Arial; font-size: 8pt"></STRONG><INPUT type=hidden value=yes name=topframe>
</FONT></P></FORM>
</td></tr>
</table>
Tim Wheatley
02-02-2002, 05:06 AM
Sorry here it is cleaned up:
<table cellpadding="0" cellspacing="0" border="0">
<tr><td>
<font face="Verdana,Arial" size="1">
<b>Translate thread:</b></font>
<FORM name=texur action=http://www.tranexp.com:2000/InterTran method=post><input onblur=dudeurl() type="hidden" name="url" value="http://forum.racesimcentral.com/showthread.php?threadid=$threadid"><SELECT name=from style="font-family: Verdana, Arial; font-size: 8pt" size="1">
<OPTION value=eng selected>English
<OPTION value=spa>Spanish
<OPTION value=fre>French
<OPTION value=ger>German
<OPTION value=ita>Italian
<OPTION value=poe>Portuguese
<OPTION value=pob>Brazilian Portuguese
<OPTION value=cro>Croatian (CP 1250)
<OPTION value=che>Czech (CP 1250)
<OPTION value=dan>Danish
<OPTION value=dut>Dutch
<OPTION value=spe>European Spanish
<OPTION value=fin>Finnish
<OPTION value=grk>Greek
<OPTION value=hun>Hungarian (CP 1250)
<OPTION value=ice>Icelandic
<OPTION value=jpn>Japanese (Shift JIS)
<OPTION value=spl>Latin American Spanish
<OPTION value=nor>Norwegian
<OPTION value=pol>Polish (CP 1250)
<OPTION value=rus>Russian (CP 1251)
<OPTION value=sel>Serbian (Latin)
<OPTION value=slo>Slovenian (CP 1250)
<OPTION value=swe>Swedish
<OPTION value=wel>Welsh</OPTION></SELECT><BR>
<SELECT name=to style="font-family: Verdana, Arial; font-size: 8pt" size="1">
<OPTION value=spa selected>Spanish
<OPTION value=eng>English
<OPTION value=fre>French
<OPTION value=ger>German
<OPTION value=ita>Italian
<OPTION value=poe>Portuguese
<OPTION value=pob>Brazilian Portuguese
<OPTION value=cro>Croatian (CP 1250)
<OPTION value=che>Czech (CP 1250)
<OPTION value=dan>Danish
<OPTION value=dut>Dutch
<OPTION value=spe>European Spanish
<OPTION value=fin>Finnish
<OPTION value=grk>Greek
<OPTION value=hun>Hungarian (CP 1250)
<OPTION value=ice>Icelandic
<OPTION value=jpn>Japanese (Shift JIS)
<OPTION value=spl>Latin American Spanish
<OPTION value=nor>Norwegian
<OPTION value=pol>Polish (CP 1250)
<OPTION value=rus>Russian (CP 1251)
<OPTION value=sel>Serbian (Latin)
<OPTION value=slo>Slovenian (CP 1250)
<OPTION value=swe>Swedish
<OPTION value=wel>Welsh</OPTION></SELECT><INPUT type=submit value=Go style="font-family: Verdana, Arial; font-size: 8pt"><INPUT type=hidden value=yes name=topframe>
</FORM>
</td></tr>
</table>
jamesdasher
02-02-2002, 04:43 PM
sorry all for not having gotten the hack out, been extremely busy lately with school and work and haven't had time.
James
P.S. hope to get it out this weekend, maybe :D
Jawelin
02-02-2002, 09:18 PM
Originally posted by jamesdasher
sorry all for not having gotten the hack out, been extremely busy lately with school and work and haven't had time.
P.S. hope to get it out this weekend, maybe :D np.
Thanks a lot for your 'hello'...
Here I'm, don't hurry/worry !
:)
Thnx
Stretchr
02-03-2002, 03:05 PM
I was just wondering whether the problem of private forum translation had been resolved? If so, I'd love to see how it was done. Thanks.
Archer
02-07-2002, 03:14 PM
Don't forget to change:
../showthread.php?threadid=$threadid
to
../showthread.php?threadid=$threadid&perpage=$perpage&pagenumber=$pagenumber
So, following the my variant of code (applied to http://forum.wbfree.net).
<!-- Translation -->
<td align=center>
<table cellpadding="0" cellspacing="0" border="0">
<form method=POST action='http://www.translate.ru/rus/url/tran_url.php'><tr><td>
<font size="1" face="Arial">
<b>Translate Thread:</b><br>
<input type=hidden name=template value='General'>
<select name=direction>
<option value='re' selected>Russian to English</option>
<option value='rg'>Russian to German</option>
<option value='rf'>Russian to French</option>
<option value='er'>English to Russian</option>
<option value='gr'>German to Russian</option>
</select>
<input type=hidden name=url value="http://forum.wbfree.net/forums/showthread.php?s=&threadid=$threadid&perpage=$perpage&pagenumber=$pagenumber">
<!-- go button -->
<input type="image" src="images/go.gif" border="0" align="absbottom"></font>
</td></tr></form>
</table></td>
<!-- End of translation -->
I have most Russian-speaking visitors, but also English-speaking. They ask me to make some translator implementation. I'm using http://www.translate.ru service for it. Unfortunaly, this service can't parse URLs inside document.
The almost same code for forumdisplay template:
<!-- Translation -->
<td align=center>
<table cellpadding="0" cellspacing="0" border="0">
<form method=POST action='http://www.translate.ru/rus/url/tran_url.php'><tr><td>
<font size="1" face="Arial">
<b>Translate Thread List:</b><br>
<input type=hidden name=template value='General'>
<select name=direction>
<option value='re' selected>Russian to English</option>
<option value='rg'>Russian to German</option>
<option value='rf'>Russian to French</option>
<option value='er'>English to Russian</option>
<option value='gr'>German to Russian</option>
</select>
<input type=hidden name=url value="http://forum.wbfree.net/forums/forumdisplay.php?s=&forumid=$forumid">
<!-- go button -->
<input type="image" src="images/go.gif" border="0" align="absbottom"></font>
</td></tr></form>
</table></td>
<!-- End of translation -->
Lucky
02-07-2002, 07:40 PM
Originally posted by Stretchr
I was just wondering whether the problem of private forum translation had been resolved? If so, I'd love to see how it was done. Thanks.
+1
Psychdrone
02-20-2002, 11:24 PM
WTF?
please help me
heres the code I putinto the template
<td align="right"><table cellpadding="0" cellspacing="0" border="0"><tr><td><smallfont><b>Translate Thread:</b><br>
<select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=www.mysite.net/forum/showthread.php%3Fs%3D%26threadid%3D$threadid&Sequence=core&Language='+this.optio ns[this.selectedIndex].value)">
<option value="-1" selected>Please select direction:</option>
<option value="English/Spanish">English to Spanish</option>
<option value="English/French">English to French</option>
<option value="English/German">English to German</option>
<option value="English/Italian">English to Italian</option>
<option value="English/Norwegian">English to Norwegian</option>
<option value="English/Portuguese">English to Portuguese</option>
<option value="Spanish/English">Spanish to English</option>
<option value="French/English">French to English</option>
<option value="German/English">German to English</option>
<option value="Italian/English">Italian to English</option>
<option value="Portuguese/English">Portuguese to English</option>
</select></smallfont></td></tr></table></td>
yet I still get the error
Error: The url "http://http;//www.ochroma.net/fourm/showthread.php?s=&threadid=" could not be found
What am I doing wrong, wheres the extra http;// comming from?
Stretchr
02-21-2002, 12:03 AM
Check the area I highlighted in bold. I believe this may be where your problem is.
HTH
Originally posted by Psychdrone
WTF?
please help me
heres the code I putinto the template
<td align="right"><table cellpadding="0" cellspacing="0" border="0"><tr><td><smallfont><b>Translate Thread:</b><br>
<select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=www.mysite.net /forum/showthread.php%3Fs%3D%26threadid%3D$threadid&Sequence=core&Language='+this.options[this.selectedIndex].value)">
<option value="-1" selected>Please select direction:</option>
<option value="English/Spanish">English to Spanish</option>
<option value="English/French">English to French</option>
<option value="English/German">English to German</option>
<option value="English/Italian">English to Italian</option>
<option value="English/Norwegian">English to Norwegian</option>
<option value="English/Portuguese">English to Portuguese</option>
<option value="Spanish/English">Spanish to English</option>
<option value="French/English">French to English</option>
<option value="German/English">German to English</option>
<option value="Italian/English">Italian to English</option>
<option value="Portuguese/English">Portuguese to English</option>
</select></smallfont></td></tr></table></td>
yet I still get the error
Error: The url "http://http;//www.ochroma.net/fourm/showthread.php?s=&threadid=" could not be found
What am I doing wrong, wheres the extra http;// comming from?
Jawelin
02-21-2002, 07:10 AM
[i]Originally posted by jamesdasher [/i
sorry all for not having gotten the hack out, been extremely busy lately with school and work and haven't had time.
P.S. hope to get it out this weekend, maybe
Hi, Jamesdasher.
Are you still there ? :rolleyes:
Thnx
Psychdrone
02-21-2002, 05:01 PM
Originally posted by Stretchr
Check the area I highlighted in bold. I believe this may be where your problem is.
HTH
O I know, I just didn't want to put my site there :D duh I am not that stupid
whats the problem thu, its not that
jamesdasher
02-21-2002, 11:15 PM
sorry, feel awful about that, yes I am here, but I have been busy and have not been able to package it. If someone else wants to do it, go ahead, if I have the time coming up I will, but no promises, hopefully I will find the time sometime though
Sorry,
James
Stretchr
02-22-2002, 01:40 AM
I said "the area". I'll be explicit:Both of your / must be changed to %2F as per the original instructions.
:supwink:
Originally posted by Psychdrone
O I know, I just didn't want to put my site there :D duh I am not that stupid
whats the problem thu, its not that
Stretchr
02-22-2002, 01:49 AM
I'm using Jame's Lycos version of this hack and now, even pages that don't require you to be logged in are giving me the translated login page. Anyone else have this or know how to correct it?
Still no luck getting Member Only pages to load, even after trying all the suggestions.
Thanks
Erwin
02-27-2002, 06:13 AM
It works. Thanks! :)
Lucky
02-27-2002, 07:58 AM
Originally posted by Erwin Loh
It works. Thanks! :)
Are you saying that it works for you for members that have to be logged in your forum?
mattshania
03-04-2002, 07:43 PM
Does this only translate the first page within a thread?
RobAC
03-09-2002, 02:17 PM
Just an FYI, this does not render properly in Netscape 4.78 or 4.79.
Erwin
03-14-2002, 12:25 AM
Originally posted by Lucky
Are you saying that it works for you for members that have to be logged in your forum?
It works for anyone for threads that are in public forums - will not work for private forums.
Lucky
03-14-2002, 07:10 PM
ok.
My board is not like this site. My users must be registered to view my board, so as a registered member can members use the translate feature now.
This is what I am wondering.
jamesdasher
03-14-2002, 10:35 PM
no clue, Lucky sorry
James
Erwin
03-17-2002, 12:53 AM
Originally posted by Lucky
ok.
My board is not like this site. My users must be registered to view my board, so as a registered member can members use the translate feature now.
This is what I am wondering.
Well, in that case this is not going to work for you. I'm not sure how you can circumvent that.
dprice
07-23-2002, 03:55 AM
Hmmm...I keep getting this error:
Error: The url "http://www.myforumhere.com/forums/showthread.php?s=&threadid=2888" could not be found
My showthread code was inserted as:
Url=www.myforumhere.com%2Fforums%2Fshowthread.php% 3Fs%3D%26threadid%
What happened?
DrkFusion
07-24-2002, 01:56 AM
Thats great thanks man, I also got some other options for my users from google :)
Works too...wierd translations but it works :)
dprice
07-24-2002, 02:17 AM
Anyone? Anyone? Post #62?
DrkFusion
07-25-2002, 05:42 PM
Did you copy the exact code provided by FireFly?
Double check that, and try remodifying your templates.
Drk
Kars10
08-04-2002, 02:21 PM
Sorry, dont work for me. Here on Vb.org it dosent work too (for me). I get the login-Message too. :confused:
nghiasi
09-29-2002, 08:46 PM
Originally posted by dprice
Hmmm...I keep getting this error:
Error: The url "http://www.myforumhere.com/forums/showthread.php?s=&threadid=2888" could not be found
My showthread code was inserted as:
Url=www.myforumhere.com%2Fforums%2Fshowthread.php% 3Fs%3D%26threadid%
What happened?
http://www.myforumhere.com/forums
change dir to your forum directory/
Kohhal
11-25-2002, 02:00 PM
Originally posted by mattshania
Does this only translate the first page within a thread?
I'm having the same problem, will only translate the first page in the thread, anyone if there is a fix or if I did something wrong?
The Piper
01-30-2003, 08:04 PM
Would anyone please update this thread with freetranslation.com's new URLs?
Thanks! :)
limey
02-02-2003, 04:57 AM
I lose the cookie when I translate.
http://www.icalledit.com/forums/showthread.php?threadid=44
Double checked all hacks installed....don't know if its related to the vbarchive hack or not tho..
Any help is appreciated/
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.