F.A.Q. - style i grafika - [Problem] Problem ze stopką w stylu cs PatrykSpec
profesoreq - 11-11-2009, 22:20 Temat postu: [Problem] Problem ze stopką w stylu cs PatrykSpec Witam.
Jestem administratorem www.4fragers.com. Mam zainstalowany na forum skrypt phpbb by przemo i czasami gdy próbuję wysłać wiadomość wyskakuje mi taka informacja
W pliku overall_footer.tpl stylu zainstalowanego na moim forum (Plik w załączniku). Nie widzę żadnego błędu. Proszę o pomoc w rozwiązaniu problemu.
joli - 11-11-2009, 22:34
Ostatni raz to pisze. Zaczynam miec dość.
Zmien w overall_footer.tpl:
Kod: | {ROTATE_BANNER_4}
<div align="center"><span class="copyright" ><br />
{CLICK_HERE_TO_VIEW}</span></div>
{BANNER_BOTTOM}
<table width="980" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="templates/cs/images/stopka_01.png" width="980" height="31" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="templates/cs/images/stopka_02.png" width="615" height="69" alt=""></td>
<td background="templates/cs/images/stopka_03.png" width="351" height="55" alt="">
<center>Powered by <a href="http://www.phpbb.com" target="_blank" class="copyright">phpBB</a> modified by <a href="http://www.przemo.org/phpBB2/" class="copyright" target="_blank">Przemo</a> © 2003 phpBB Group<br>
<!-- zakaz usuwania linku autora -->
Stworzył <a href="http://patrykspec.pl">PatrykSpec |
<!-- zakaz usuwania kodu Biletów lotniczych -->
<?php $fp = fsockopen("e-podroznik.pl", 8044, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n"; } else { $out = "GET /linksNet/patrykSpecFooter.php?domain={$_SERVER["HTTP_HOST"]} HTTP/1.1\r\n"; $out .= "Host: e-podroznik.pl\r\n"; $out .= "Connection: Close\r\n\r\n"; fwrite($fp, $out); $in = ""; while (!feof($fp)) { $in .= fgets($fp, 128); } echo preg_replace("/.*\r\n/", "", $in); fclose($fp); } ?>
</center>
</td>
<td rowspan="2">
<img src="templates/cs/images/stopka_04.png" width="14" height="69" alt=""></td>
</tr>
<tr>
<td>
<img src="templates/cs/images/stopka_05.png" width="351" height="14" alt=""></td>
</tr>
</table>
|
na:
Kod: | {ROTATE_BANNER_4}
<div align="center"><span class="copyright"><br>
{CLICK_HERE_TO_VIEW}</span></div>
{BANNER_BOTTOM}
<table width="980" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="templates/cs/images/stopka_01.png" width="980" height="31" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="templates/cs/images/stopka_02.png" width="615" height="69" alt=""></td>
<td background="templates/cs/images/stopka_03.png" width="351" height="55" alt="">
<div align="center"><span class="copyright">{PAGE_LOAD_PLEASE_WAIT}</span><br>
Stworzył <a href="http://patrykspec.pl">PatrykSpec</a>
</div>
</td>
<td rowspan="2">
<img src="templates/cs/images/stopka_04.png" width="14" height="69" alt=""></td>
</tr>
<tr>
<td>
<img src="templates/cs/images/stopka_05.png" width="351" height="14" alt=""></td>
</tr>
</table> |
I naucz sie , że komunikaty błędów wstawia sie w kode, a nie w postaci obrazka wielkosci stodoły, do tego na obcym serwerze.
TRESC MA BYC SKOPIOWANA I WKLEJONA
|
|
|