diff --git a/index.php b/index.php index b58aa88..c2f7633 100644 --- a/index.php +++ b/index.php @@ -141,10 +141,10 @@ while($row = $result->fetch_assoc()){ ".$row['author']." ".$row['addtime'].""; if($gamebancheck || $vacbancheck > 0){ - $output .= " + $output .= " "; }else{ - $output .= " + $output .= " "; } echo $output; @@ -198,6 +198,7 @@ while($row = $result->fetch_assoc()){ ''; if (isset ($_SESSION['status'])){ echo $_SESSION['status']; + } return; @@ -209,6 +210,10 @@ while($row = $result->fetch_assoc()){ '
' . '' . '
' . + "". + ''; ?> @@ -227,4 +232,5 @@ while($row = $result->fetch_assoc()){ ?> + diff --git a/style.css b/style.css index 310b674..dbeaf6b 100644 --- a/style.css +++ b/style.css @@ -142,6 +142,7 @@ table.center { max-height: 64px; } .key_login{ + width: 75px; height: 75px; background: rgba(18,18,18, 0.6); @@ -152,7 +153,8 @@ table.center { padding: 0; padding-top: 2; position: absolute; -right: 125px; +left:1225px; + }