Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
crazy_pi4 каза:Еми махаш потвърдителния код и слагаш друг въпрос ( В туриста има такъв мод ( Кога е създадена българската държава ))
от админ панела>обши и от там го махашdan4o каза:crazy_pi4 каза:Еми махаш потвърдителния код и слагаш друг въпрос ( В туриста има такъв мод ( Кога е създадена българската държава ))как да махна потвърждението има ли мод с които може от админ панела да се маха и слага ?
И не искам това с бг държа ами искам да е с съгласен ли си с правилата ако си сложи отметка или нещо такова
А Формата е :Invalid Session. Please resubmit the form.
<form action="http://форума.com/profile.php?mode=register&agreed=true" method="post">
Потребител:
<input type="text" class="post" name="username" size="25" maxlength="25" value="" />
<br>
Мейл адрес:
<input type="text" class="post" name="email" size="25" maxlength="255" value="" />
<br>
Парола:
<input type="password" class="post" name="new_password" size="25" maxlength="32" value="" />
<br>
Повтори парола:
<input type="password" class="post" name="password_confirm" size="25" maxlength="32" value="" />
<br>
<input type="submit" name="submit" value="Прати" class="mainoption" />
</forsm>
<?
if ($userdata['user_active']>0)
{
echo '
<table border="0" style="font-size:12px;" cellpadding="0" cellspacing="0" >
<tr>
<td style="font-size:12px;" height="20"><b>Потребител:</b>
</td>
</tr>
<tr>
<td style="font-size:12px;" height="20"><a
href="'.$phpbb_root_path.'profile.php?mode=viewprofile&u='.$userdata['username'].' ">'. $userdata['username'].'</a>
</td>
</tr>
<tr>
<td height="20" ><a class="user" href="'.$phpbb_root_path.'login.php?logout=true&sid='.$userdata['session_id'].'">Изход</a></td>
</tr>
<tr>
<td height="5">
</td>
</tr>
</table>
';
}
else
{
echo '
<form action="'.$phpbb_root_path.'login.php" method="post" style="margin: 0px;">
<input type="hidden" name="redirect" value="../index.php" />
<table border="0" style="font-size:12px;" width="130" cellspacing="0" cellpadding="0">
<tr>
<td class="left" height="25">
<b>Потребител:</b>
</td>
</tr>
<tr>
<td class="left" height="25">
<input type="text" name="username" size="10" maxlength="25">
</td>
</tr>
<tr>
<td class="left" height="25">
<b>Парола:</b>
</td>
</tr>
<tr>
<td class="left" height="25">
<input type="password" name="password" size="10" maxlength="25">
</td>
</tr>
<tr>
<td>
автоматично: <input type="checkbox" name="autologin" checked >
</td>
</tr>
<tr>
<td class="left" height="35">
<input type="submit" name="login" value="Вход">
</td>
</tr>
<tr>
<td class="left" height="20" >
<a href="'.$phpbb_root_path.'profile.php?mode=register">Регистрация</a>
</td>
</tr>
<tr>
<td class="left" height="20">
<a href="'.$phpbb_root_path.'profile.php?mode=sendpassword" >Забравена парола</a>
</td>
</tr>
</table>
</form>
';
}
?>
Ти май не ме разбраdashe каза:Пробвал ли си тази
?Код:<? if ($userdata['user_active']>0) { echo ' <table border="0" style="font-size:12px;" cellpadding="0" cellspacing="0" > <tr> <td style="font-size:12px;" height="20"><b>Потребител:</b> </td> </tr> <tr> <td style="font-size:12px;" height="20"><a href="'.$phpbb_root_path.'profile.php?mode=viewprofile&u='.$userdata['username'].' ">'. $userdata['username'].'</a> </td> </tr> <tr> <td height="20" ><a class="user" href="'.$phpbb_root_path.'login.php?logout=true&sid='.$userdata['session_id'].'">Изход</a></td> </tr> <tr> <td height="5"> </td> </tr> </table> '; } else { echo ' <form action="'.$phpbb_root_path.'login.php" method="post" style="margin: 0px;"> <input type="hidden" name="redirect" value="../index.php" /> <table border="0" style="font-size:12px;" width="130" cellspacing="0" cellpadding="0"> <tr> <td class="left" height="25"> <b>Потребител:</b> </td> </tr> <tr> <td class="left" height="25"> <input type="text" name="username" size="10" maxlength="25"> </td> </tr> <tr> <td class="left" height="25"> <b>Парола:</b> </td> </tr> <tr> <td class="left" height="25"> <input type="password" name="password" size="10" maxlength="25"> </td> </tr> <tr> <td> автоматично: <input type="checkbox" name="autologin" checked > </td> </tr> <tr> <td class="left" height="35"> <input type="submit" name="login" value="Вход"> </td> </tr> <tr> <td class="left" height="20" > <a href="'.$phpbb_root_path.'profile.php?mode=register">Регистрация</a> </td> </tr> <tr> <td class="left" height="20"> <a href="'.$phpbb_root_path.'profile.php?mode=sendpassword" >Забравена парола</a> </td> </tr> </table> </form> '; } ?>