Замена short_tags.

This commit is contained in:
2023-03-31 21:42:06 +03:00
parent 01b504e677
commit c41f36644c
712 changed files with 1204 additions and 1227 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
if(!defined('GAME'))
{
die();
@@ -98,7 +98,7 @@ d.style.display = 'none';
<div class="mt" id="modtitle"></div><div class="md" id="moddata"></div></div>
<center>
<h3><?
<h3><?php
$ckln = '';
if(floor($u->info['align'])==1) {
echo 'Орден Света';
@@ -123,7 +123,7 @@ if(floor($u->info['align'])==1) {
<TABLE cellspacing=0 cellpadding=2 width="300"><TR><TD>
<center>
<?
<?php
$ckln = '';
if(floor($u->info['align'])==1) {
$ckln = 'paladins';
@@ -135,7 +135,7 @@ if(floor($u->info['align'])==1) {
<table bgcolor=#eeeeee>
<tr>
<td align=left>
<?
<?php
$res1 = mysql_query("SELECT `login`,`id`,`align`,`level`,`mod_zvanie`,`online`,`clan_prava` FROM `users` WHERE `align` > '".mysql_real_escape_string(floor($u->info['align']))."' AND `real` = 1 AND `align` < '".mysql_real_escape_string(ceil($u->info['align']))."' ORDER BY `online` DESC");
while($data = mysql_fetch_array($res1)) {
if ($data['online']>time()-120) {