Mam skrypt ktory wyswietla ostatnie tematyt z forum. Wszystko na localhoscie działa a na serwerze juz nie

czemu

O to fragmenty kodu chyba najbardziej interesujace:
index.php:
<table width="130" border="0" cellpadding="0" cellspacing="0" class="last_topic">
<tr height="20"><th background="images/bar.jpg" align="center" valign="center">Na Forum</th></tr>
<script language="JavaScript" type="text/javascript" src="forum/last.php"></script>
</table>
last.php:
<?php
(...)
$link = "document.writeln('<tr height="16"><td class="link" onmouseover="this
.className
='link_hover';" onmouseout="this
.className
='link';" align="center
"><a target="" . htmlspecialchars($frame) . "" href="" . $base_url . "viewtopic
.". $phpEx . "?
" . POST_TOPIC_URL . "=" . urlencode($row['topic_id']) . "" title="" .htmlspecialchars($caly_title). "">" . htmlspecialchars($row['topic_title']) . "</a></td></tr>')"; (...)
?>
Wynikiem tego jest:
na localhoscie
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=8" title="Skrócona instrukcja obsługi portalu">Skrócona...</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=7" title="test drugiego newsa">test drugiego...</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=6" title="Test trzeciego newsa">Test trzeciego...</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=5" title="Sonda1">Sonda1</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=4" title="Instrukcja obsługi forum. Koniecznie przeczytaj !">Instrukcja...</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://localhost/metaldream/forum/viewtopic.php?t=2" title="Testowy temat w SubForum">Testowy temat...</a></td></tr>')
a na serwerze:
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=68" title="słaby wokal?">słaby wokal?</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=30" title="Uwagi do forum">Uwagi do forum</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=64" title="Ride the Lightening">Ride the...</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=67" title="Portal">Portal</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=66" title="citriniti">citriniti</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=65" title="Hosting :)">Hosting :)</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=62" title="Teksty James'a">Teksty James'a</a></td></tr>')
document.writeln('
<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=59" title="Przydatne linki
">Przydatne...
</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=14" title="Avatar">Avatar</a></td></tr>')
document.writeln('<tr height="16"><td class="link" onmouseover="this.className='link_hover';" onmouseout="this.className='link';" align="center"><a target="_blank" href="http://metaldream.ovh.org/forum/viewtopic.php?t=63" title="Bruce Dickinson">Bruce Dickinson</a></td></tr>')
Czyli mniej wiecej to samo. Tyle ze na localhoscie działa a na serwerze juz nie

Sprawdzalem sciezke i sie zgadza
Ten post edytował OnE.Killer 6.11.2005, 16:16:10