I think it's not the browsers fault, i use google chrome.
edit:
i noticed that anything i put in login panel changes it to "only logged in view" after pressing login even though i didnt fill the fields. However it does not login to the builtin CN panel. So i decided to privde you with all i have:
<?php
if (isset($_COOKIE['session']) && $_COOKIE['session'])
{
echo'<table width="325px" height="100px" cellspacing="12px" cellpadding="0px" style="border: 0px dashed white; margin: 2px; font-size: 11px;"><tr><td style="text-align: right; line-height: 20px;" width="118px">[url=n]Ustawienia Konta[/url]
[url=#">Strefa Użytkownika</a]Wyloguj[/url]
</td><td style="border-left: 1px dashed white; padding-left: 10px;">[img]gfx/ok.png[/img]
<span>[img]gfx/q.png[/img] $num = Rand (1,7);
switch ($num)
{
case 1:
echo "Logowanie jest w fazie beta i nie działa prawidłowo.";
break;
case 2:
echo "Niektóre strony nie ładują się jeszcze poprawnie.";
break;
case 3:
echo "Niektóre podstrony jeszcze nie istnieją w naszym systemie.";
break;
case 4:
echo "Wejdź w edycje profilu aby zmienić hasło lub ustawić sobie awatar.";
break;
case 5:
echo "W dziale [url=c]kontakt[/url] jest formularz do kontaktu przez który można zgłaszać feedback.";
break;
case 6:
echo "Dokładnie zapoznaj się z [url=r]regulaminem[/url] zanim zaczniesz korzystać z serwisu.";
break;
case 7:
echo "W strefie użytkownika znajdziesz specjalne materiały autorstwa grafika.cba.pl tylko dla tych którzy mają u nas konto.";
}
echo'</span></td></tr></table>
';
}
else
{
echo'<table height="20px" style="margin-top:10px;" cellspacing="0px" cellpadding="0px" border="0px"><tr valign="baseline"><td><form action="news.php" method="post"><input type="text" name="username" class="undertext">
<input type="password" name="password" class="undertext"></td><td style="padding: 5px; line-height: 22px;">[url=r]Zgubione hasło?[/url]
[url=r]Zarejestruj siÄ™[/url]</td></tr>
<tr><td colspan="2">
<input type="hidden" name="action" value="dologin">
<input type="submit" class="buttonx" value="Login"></form>
</td>
</tr>
</table>
';
}
?>
Please somebody tell me where am i making a mistake, what am i not seeing?