|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Błąd w kodzie |
Autor |
Wiadomość |
j3th
Posty: 2
|
Wysłany: 02-04-2009, 15:58 Błąd w kodzie
|
|
|
Witam. Mam taki problem bo przy pisaniu NORMALNEJ nie szybkiej odpowiedzi nie działają przyciski bbcode.
Jest to spowodowane błędem w tym kodzie:
Kod: | <center>
<table id="Table_01" width="877" height="231" border="0" cellpadding="0" cellspacing="0" style="padding-top:10px;">
<tr>
<td colspan="3">
<div id="upbg"><div id="up"> Zarejestrowanych userów {TOTAL_USERS} <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="http://gfxheaven.pl/forum/on.php"></SCRIPT>
<?php
$data= date ('w'); // dzien tygodnia liczbowo
$rok= date ('Y'); // rok
$godzina= date ('H:i'); // godzina
$dzien = date ('d'); // dni
$miech = date ('n'); // miesiac
$dzien_tygodnia = array(
0 => 'niedziela',
1 => 'poniedzialek',
2 => 'wtorek',
3 => 'sroda',
4 => 'czwartek',
5 => 'piatek',
6 => 'sobota');
$miesiac = array(
01 => 'stycznia',
02 => 'lutego',
03 => 'marca',
04 => 'kwietnia',
05 => 'maja',
06 => 'czerwca',
07 => 'lipca',
08 => 'sierpnia',
09 => 'wrzesnia',
10 => 'pazdziernika',
11 => 'listopada',
12 => 'grudnia');
echo 'Godzina: '.$godzina.'. Dzis jest '.$dzien_tygodnia[$data].' '.$dzien.' '.$miesiac[$miech].' '.$rok.'r.';
?></div></div>
</td>
<td>
<img src="http://gfxheaven.pl/forum/images/gfxheaven_02.gif" width="29" height="29" alt=""></td>
<td colspan="2" rowspan="2">
<img src="http://gfxheaven.pl/forum/images/gfxheaven_03.gif" width="166" height="36" alt=""></td>
<td colspan="2" rowspan="2">
<a href="#"><img src="http://gfxheaven.pl/forum/images/gfxheaven_04.gif" onMouseover="this.src='http://gfxheaven.pl/forum/pl.gif'" onMouseout="this.src='http://gfxheaven.pl/forum/images/gfxheaven_04.gif'" border="0" ></td>
<td rowspan="2">
<img src="http://gfxheaven.pl/forum/images/gfxheaven_05.gif">
</td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="29" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<a href="index.php"><img src="http://gfxheaven.pl/forum/images/gfxheaven_06.gif" width="212" height="99" border="0"></a></td>
<td rowspan="2">
<div id="competitionheaderbg"><div style="margin-top:-2px;padding-left:1px;color:#959595;">Tutorial miesiaca</div></div></td>
<td colspan="2" rowspan="2">
<div id="competitionheaderbg"><div style="margin-top:-2px;padding-left:3px;color:#959595;">SOTM #2</div></div></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td colspan="5" rowspan="4">
<div id="loginbg">
<!-- BEGIN switch_user_logged_out -->
<div id="login1">
<form action="{S_LOGIN_ACTION}" method="post" target="_top"><input type="text" name="username" size="20" maxlength="40" value="nick" style="background:url('loginbg.gif');border:0;color:#828282;width:125;height:18;font-size: 10px; font-family:Tahoma, Verdana, Helvetica, sans-serif;padding-top: 3px;padding-left: 2px;" onBlur="if(this.value=='') this.value='nick';" onFocus="if(this.value=='nick') this.value='';" >
</div>
<div id="login2">
<input type="password" name="password" size="20" maxlength="25" style="background:url('loginbg.gif');border:0;color:#828282;width:125;height:18;font-size: 10px; font-family:Tahoma, Verdana, Helvetica, sans-serif;padding-top: 3px;padding-left: 2px;" value="hasło" onBlur="if(this.value=='') this.value='hasło';" onFocus="if(this.value=='hasło') this.value='';">
</div>
<div id="loginbuttonbg"><input type='submit' name='login' value='' id="loginbutton"></form></div>
<div id="logintext"><a href="{U_REGISTER}">Rejestracja</a><br><a href="profile.php?mode=sendpassword">Zapomniałem hasło</a></div>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div id="loginin">
<table><tr><div style="">
<td align="center" nowrap="nowrap" style="padding-left:5px;">{AVEK}</td>
</div></td><td><td>
<img src="http://gfxheaven.pl/forum/templates/heaven3/images/arrowlogin2.gif"> Witaj <font style="color:#fff;font-weight:bold;">{ZIOMEK}</font><br>
<img src="http://gfxheaven.pl/forum/templates/heaven3/images/arrowlogin2.gif"> <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><br>
<img src="http://gfxheaven.pl/forum/templates/heaven3/images/arrowlogin2.gif"> <a href="{U_PROFILE}">Edytuj profil</a><br>
<img src="http://gfxheaven.pl/forum/templates/heaven3/images/arrowlogin2.gif"><a href="{U_LOGIN_LOGOUT}"> Wyloguj</a><br>
</td></tr></table></td>
</div>
<!-- END switch_user_logged_in -->
</td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td>
<img src="http://gfxheaven.pl/forum/images/gfxheaven_10.gif" width="221" height="53" alt=""></td>
<td colspan="2">
<img src="http://gfxheaven.pl/forum/images/gfxheaven_11.gif" width="222" height="53" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="53" alt=""></td>
</tr>
<tr>
<td>
<div id="infobg"><div id="info">
W dzisiejszym tutorialu przedstawię Wam<br>
sposób w jaki łatwo i szybko wykonać [...]
</div></div></td>
<td colspan="2">
<div id="infobg"><div id="info">
Zwycięzcą SOTM #2 został tazz.<br>
Aby dowiedzieć się więcej kliknij tu.
</div></div></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="34" alt=""></td>
</tr>
<tr>
<td colspan="4">
<div id="menu">
<div>
<div id="need">
<div id="links">
<a href="#" class="link">Strona główna</a><a href="#" class="link">Forum</a><a href="#" class="link">Ekipa</a><a href="#" class="link">Historia</a><a href="#" class="link">Konkursy</a><a href="#" class="link">Download</a><a href="#" class="link">Tutoriale</a><a href="#" class="link">Kontakt</a>
</div>
</div>
</div>
</td><td><img src="images/spacer.gif" width="1" height="43" alt=""></td></tr>
<tr>
<td colspan="5" rowspan="3">
<div id="postionbg"><div id="position">Twoja pozycja: <b>{PAGE_TITLE}</b></div></div></td>
<td colspan="2">
<img src="http://gfxheaven.pl/forum/images/gfxheaven_16.gif" width="125" height="26" alt=""></td>
<td colspan="2" rowspan="3">
<form action='' method='post'>
<input name='option' type='submit' value='' style="background:url('images/gfxheaven_17.gif');border:0;width:39;height:59;"></form>
</td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="26" alt=""></td>
</tr>
<tr>
<td colspan="2">
<form action='' method='post'>
<input type='text' style="background:url('http://gfxheaven.pl/forum/images/gfxheaven_18.gif');border:0;width:125;height:18;color:#828282;font-family: Tahoma, sans-serif;font-size : 10px;padding-top: 2px;padding-left: 3px;" name="search_keywords" value='Szukana fraza' onBlur="if(this.value=='') this.value='Szukana fraza';" onFocus="if(this.value=='Szukana fraza') this.value='';">
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="http://gfxheaven.pl/forum/images/gfxheaven_19.gif" width="125" height="15" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="1" height="15" alt=""></td>
</tr>
<tr>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="212" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="221" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="193" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="29" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="57" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="109" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="16" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="13" height="1" alt=""></td>
<td>
<img src="http://gfxheaven.pl/forum/images/spacer.gif" width="26" height="1" alt=""></td>
<td></td>
</tr>
</table>
</center> |
Ja sam nnie mogę znaleźć błędu. Proszę o pomoc. |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
joli
Yollien +Styler


Pomógł: 2988 razy Posty: 16981
|
Wysłany: 02-04-2009, 22:55
|
|
|
j3th napisał/a: | Jest to spowodowane błędem w tym kodzie: | a to jest kod czego własciwie?
Kod: |
Error 403!
/forum/templates/heaven/posting_body.tpl
Forbidden! |
no i zgaduj zgadula, w której rece złota kula...
Jak chcesz pomocy, to chociaz pliki stylu udostepnij, jaja sobie robisz?
Cytat: | posting.php : Zła zawartość ! [ 76d01812f32d8317d88cc4685e83a2f4 ] > [ 32e6c24317da0fe6b418efbdd108dcac ] 80371 - 75328 (2488) | to tez mamy wywróżyc? |
_________________
Walczę z warezami. Więc jak masz forum warezowe, nie proś mnie o pomoc i nie wchodź pod rękę, bo zniszczę.
Nie pisz do mnie na GG i PW,(chyba że proszę) bo nie odpowiem, a Ty dostaniesz bonusik. Masz forum do zadawania pytań!!! Poza forum pomagam TYLKO odpłatnie.
liberte d'expression pour tout le monde... OFICJALNY DOWNLOAD STYLÓW - style ogólnodostępne i na zamówienie - PORTFOLIO JOLI |
|
|
|
 |
j3th
Posty: 2
|
Wysłany: 04-04-2009, 12:08
|
|
|
To jest kod z overall_header.tpl. Jak go usunąłem z owego pliku to bbcode zaczął działać |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,07 sekundy. Zapytań do SQL: 12 | |
 |
|