This archive is just the original one:
http://www.e-radiocontrol.com.ar/inc...s-google.shtml
But if you see the source in a browser these is the result.HTML Code:<!-- google_ad_section_start(weight=ignore) -->
<table width="100%" align="center">
<tr>
<td><a href="/lang/en<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/en.gif" alt="English"></a> </td>
<td><a href="/lang/de<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/de.gif" alt="German"></a> </td>
<td><a href="/lang/es<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/es.gif" alt="Spanish"></a> </td>
<td><a href="/lang/fr<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/fr.gif" alt="French"></a> </td>
<td><a href="/lang/it<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/it.gif" alt="Italian"></a> </td>
<td><a href="/lang/pt<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/portuguese.jpg" alt="Portuguese"></a> </td>
<td><a href="/lang/ru<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/ru.gif" alt="Russian"></a> </td>
<td><a href="/lang/ja<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/jp.gif" alt="Japanese"></a> </td>
<td><a href="/lang/ko<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/korean.jpg" alt="Korean"></a> </td>
<td><a href="/lang/zh-TW<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/chinese.png" alt="Traditional Chinese"></a> </td>
<td><a href="/lang/zh-CN<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/chinese.gif" alt="Simplified Chinese"></a> </td>
<td><a href="/lang/ar<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/saudiarabia.gif" alt="Arabic"></a> </td>
</tr>
</table>
<!-- google_ad_section_end -->
I just use the original ones, the $_SERVER["REQUEST_URI completes those links; don't understand when the link call for the translate/index.php... How I fix this to make it works? I put this links in another dir, and is the same redirection. I think it is my misinterpretation of the readme file, and maybe some I do it in the wrong way.HTML Code:<!-- google_ad_section_start(weight=ignore) -->
<table width="100%" align="center">
<tr>
<td><a href="/lang/en/includes/flags-google.shtml"><img src="/graphics/en.gif" alt="English"></a> </td>
<td><a href="/lang/de/includes/flags-google.shtml"><img src="/graphics/de.gif" alt="German"></a> </td>
<td><a href="/lang/es/includes/flags-google.shtml"><img src="/graphics/es.gif" alt="Spanish"></a> </td>
<td><a href="/lang/fr/includes/flags-google.shtml"><img src="/graphics/fr.gif" alt="French"></a> </td>
<td><a href="/lang/it/includes/flags-google.shtml"><img src="/graphics/it.gif" alt="Italian"></a> </td>
<td><a href="/lang/pt/includes/flags-google.shtml"><img src="/graphics/portuguese.jpg" alt="Portuguese"></a> </td>
<td><a href="/lang/ru/includes/flags-google.shtml"><img src="/graphics/ru.gif" alt="Russian"></a> </td>
<td><a href="/lang/ja/includes/flags-google.shtml"><img src="/graphics/jp.gif" alt="Japanese"></a> </td>
<td><a href="/lang/ko/includes/flags-google.shtml"><img src="/graphics/korean.jpg" alt="Korean"></a> </td>
<td><a href="/lang/zh-TW/includes/flags-google.shtml"><img src="/graphics/chinese.png" alt="Traditional Chinese"></a> </td>
<td><a href="/lang/zh-CN/includes/flags-google.shtml"><img src="/graphics/chinese.gif" alt="Simplified Chinese"></a> </td>
<td><a href="/lang/ar/includes/flags-google.shtml"><img src="/graphics/saudiarabia.gif" alt="Arabic"></a> </td>
</tr>
</table>
<!-- google_ad_section_end -->
Thanks for your help Will, u r the best!

