Antichat снова доступен.
Форум Antichat (Античат) возвращается и снова открыт для пользователей.
Здесь обсуждаются безопасность, программирование, технологии и многое другое.
Сообщество снова собирается вместе.
Новый адрес: forum.antichat.xyz

27.12.2008, 17:07
|
|
Постоянный
Регистрация: 21.08.2008
Сообщений: 302
Провел на форуме: 458686
Репутация:
-25
|
|
Вопрос?
Почему когда я заменил user на логин он стал отоброжаться в браузере вот так:
ˮ㨭:
Ϡ𮫼:
Ǡﮬ?>
код:
PHP код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>{app_title} | {app_page}</title>
<meta name="description" content="{app_description}" />
<meta name="keywords" content="{app_keywords}" />
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<script type="text/javascript" src="{virtual_path}includes/js/misc.js"></script>
<script type="text/javascript" src="{virtual_path}includes/js/codebreeder.js"></script>
<link rel="stylesheet" type="text/css" href="{virtual_tpl_path}{loggedin_template}/media/style.css">
</head>
<body <!-- IF system_enable_chat AND loggedin AND loggedin_can_chat -->onload="checkChat('{virtual_path}',{system_chat_check},{system_chat_check_delay});"<!-- ENDIF -->>
<table cellspacing="0" cellpadding="0" width="780" align="center">
<tr>
<td class="page">
<div id="header">
<a href="{virtual_path}">{app_title}</a>
</div>
</td>
</tr>
<tr>
<td class="page">
<div id="mainnav">
<ul>
<!-- IF system_enable_news == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","news/index.html","index.php?m=news"}" title="{lang:"core","menu_news"}">{lang:"core","menu_news"}</a></li>
<!-- ENDIF -->
<!-- IF loggedin == "0" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","register/index.html","index.php?m=register"}" title="{lang:"core","menu_register"}">{lang:"core","menu_register"}</a></li>
<!-- ELSE -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","profile/index.html","index.php?m=profile"}" title="{lang:"core","usermenu_profile"}">{lang:"core","usermenu_profile"}</a></li>
<!-- ENDIF -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","search/index.html","index.php?m=search"}" title="{lang:"core","menu_search"}">{lang:"core","menu_search"}</a></li>
<!-- IF system_enable_picture_rating == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","rate/index.html","index.php?m=rate"}" title="{lang:"core","menu_rate"}">{lang:"core","menu_rate"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_feedback == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","contactus/index.html","index.php?m=contactus"}" title="{lang:"core","menu_contactus"}">{lang:"core","menu_contactus"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_tellfriend == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","tellfriend/index.html","index.php?m=tellfriend"}" title="{lang:"core","menu_tellfriend"}">{lang:"core","menu_tellfriend"}</a></li>
<!-- ENDIF -->
<!-- IF loggedin_can_access_cp == "1" -->
<li><a href="{virtual_cp_path}" title="{lang:"core","usermenu_cp"}" target="_blank">{lang:"core","usermenu_cp"}</a></li>
<!-- ENDIF -->
</ul>
</div>
<div id="mainnavshade"><img src="{virtual_tpl_path}{loggedin_template}/media/topnavshade_bg.gif" /><br /></div>
</td>
</tr>
<tr>
<td class="page">
<div id="pageheader">
<!-- IF loggedin == "0" -->
<h1>Hello Guest</h1>
<h2>Welcome to {app_title}. <a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","register/index.html","index.php?m=register"}">Ready to sign up?</a></h2>
<!-- ELSE -->
<h1>Hello {loggedin_screenname}</h1>
<h2>Welcome to {app_title}.</h2>
<!-- ENDIF -->
</div>
</td>
</tr>
<tr>
<td class="page" style="padding: 0px 10px 0px 10px" valign="top">
<table cellspacing="0" cellpadding="0" width="760px">
<tr>
<td valign="top" style="width: 180px">
<div id="usermenu">
<!-- IF loggedin == "0" -->
<div id="loginbox">
<form method="post" name="loginform" action="{virtual_path}{ifelse:system_enable_fancy_urls,"1","login/index.html","index.php?m=login"}">
<table cellspacing="0" cellpadding="0" class="loginbox">
<tr><td>Логин:</td></tr>
<tr><td><input maxlength="24" size="10" style="width: 140px;" type="text" name="username" value="" class="inputText" /></td></tr>
<tr><td>Пароль:</td></tr>
<tr><td><input maxlength="24" size="10" style="width: 140px;" type="password" name="password" value="" class="inputText" /></td></tr>
<tr><td>Запомнить?</td></tr>
<tr><td><select name="nonxpcookie" class="inputCombo"><option value="1">Yes</option><option value="0">No</option></select></td></tr>
<tr><td><input type="submit" name="login" value="Login" class="inputLogin" /></td></tr>
<tr><td><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","lostpassword/index.html","index.php?m=lostpassword"}">Forgot password?</a></td></tr>
</table>
<input type="hidden" name="islogin" value="1" />
</form>
</div>
<!-- ELSE -->
<ul>
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","home/index.html","index.php?m=home"}" title="{lang:"core","usermenu_page"}">{lang:"core","usermenu_page"}</a></li>
<!-- IF system_enable_messaging == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","messages/index.html","index.php?m=messages"}" title="{lang:"core","usermenu_messages"}">{lang:"core","usermenu_messages"}<!-- IF loggedin_newmessages > "0" --> ({loggedin_newmessages})<!-- ENDIF --></a></li>
<!-- ENDIF -->
<!-- IF system_enable_guestbooks == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","guestbook/index.html","index.php?m=guestbook"}" title="{lang:"core","usermenu_guestbook"}">{lang:"core","usermenu_guestbook"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_blogs == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","blog/index.html","index.php?m=blog"}" title="{lang:"core","usermenu_blog"}">{lang:"core","usermenu_blog"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_pictures == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","pictures/index.html","index.php?m=pictures"}" title="{lang:"core","usermenu_pictures"}">{lang:"core","usermenu_pictures"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_videos == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","videos/index.html","index.php?m=videos"}" title="{lang:"core","usermenu_videos"}">{lang:"core","usermenu_videos"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_audio == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","audio/index.html","index.php?m=audio"}" title="{lang:"core","usermenu_audio"}">{lang:"core","usermenu_audio"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_favorites == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","favorites/index.html","index.php?m=favorites"}" title="{lang:"core","usermenu_favorites"}">{lang:"core","usermenu_favorites"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_visitors == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","visitors/index.html","index.php?m=visitors"}" title="{lang:"core","usermenu_visitors"}">{lang:"core","usermenu_visitors"}</a></li>
<!-- ENDIF -->
<!-- IF system_enable_blocked_members == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","blocked/index.html","index.php?m=blocked"}" title="{lang:"core","usermenu_blocked"}">{lang:"core","usermenu_blocked"}</a></li>
<!-- ENDIF -->
<!-- IF app_license == "commercial" -->
<!-- IF system_enable_upgrades == "1" -->
<!-- IF loggedin_can_upgrade_account == "1" -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","upgrade/index.html","index.php?m=upgrade"}" title="{lang:"core","usermenu_upgrade"}">{lang:"core","usermenu_upgrade"}</a></li>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
<li><a href="{virtual_path}{ifelse:system_enable_fancy_urls,"1","logout/index.html","index.php?m=logout"}" title="{lang:"core","usermenu_logout"}">{lang:"core","usermenu_logout"}</a></li>
</ul>
<!-- ENDIF -->
</div>
<div class="clear"></div>
<div style="height: 220px;"> </div>
</td>
<td valign="top" style="width: 580px">
<!-- IF app_message_type == "info" -->
<div id="info_message">{app_message}</div>
<!-- ELSEIF app_message_type == "error" -->
<div id="error_message">{app_message}</div>
<!-- ENDIF -->
|
|
|
|
|
Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
|
|
|
|