Продолжаем хотеть нормально залогиниться.

This commit is contained in:
lopar
2018-02-14 01:13:16 +02:00
parent 814b7b301c
commit c374797862
15 changed files with 670 additions and 1946 deletions
+5 -10
View File
@@ -31,11 +31,8 @@ $arr = array(
<HTML>
<HEAD>
<link rel=stylesheet type="text/css" href="css/main.css">
<meta content="text/html; charset=utf-8" http-equiv=Content-type>
<META Http-Equiv=Cache-Control Content="no-cache, max-age=0, must-revalidate, no-store">
<meta http-equiv=PRAGMA content=NO-CACHE>
<META Http-Equiv=Expires Content=0>
<link rel=stylesheet href="css/main.css">
<meta charset="utf-8">
<style>
body {
margin: 5px;
@@ -56,21 +53,19 @@ $arr = array(
<?php
function imp($array) {
$str = '';
foreach($array as $k => $v) $str .= $k.";".$v.";";
return $str;
}
function expa($str) {
$rarray = '';
$array = explode(";", $str);
for($i = 0; $i <= count($array)-2; $i = $i+2) $rarray[$array[$i]] = $array[$i+1];
return $rarray;
}
if ($user['deal']==1) echo "Неси нам деньги, {$user['login']}!";
elseif ($user['align'] == '2') echo "<h3>Следи за равновесием, товарищ {$user['login']}!</h3>";
elseif ($user['align'] == '3') echo "<h3>Мусорщик с нами, ".($user['sex']?'собрат':'сестра')." {$user['login']}!</h3>";
elseif ($user['align'] == '6') echo "<h3>Сила Света с нами, ".($user['sex']?'брат':'сестра')." {$user['login']}!</h3>";
elseif ((int)$user['align'] == 1) echo "<h3>Да пребудет с тобой сила, ".($user['sex']?'брат':'сестра')." {$user['login']}!</h3>";
echo "<h1>Все абилки персонажа {$user['login']} тут</h1>";
####################################################
## НЕ ТРОГАТЬ! ТУТ ОТКРЫВАЮТСЯ ВСПЛЫВАЮЩИЕ ОКНА!!!##