Ещё немного чистки кода

This commit is contained in:
lopar 2018-02-12 21:53:19 +02:00
parent ec5caa4517
commit cbb968ba8b
3 changed files with 951 additions and 1032 deletions

View File

@ -1,61 +0,0 @@
<?
die ('Makred for deletion.');
# ini_set("display_errors", 1);
# include "config.php";
# include "functions.php";
//-------Изменение существующих шмоток-------
# mysql_query("UPDATE inventory SET gnoj=2, gtopor=2, gdubina=2, gmech=2 where name='Кулон стихий'");
# mysql_query("UPDATE shop SET gnoj=2, gtopor=2, gdubina=2, gmech=2 where name='Кулон стихий'");
#$r=mysql_query("SELECT id,sharped,cost FROM inventory WHERE name='Двойной Топор Света'");
#while ($row=mysql_fetch_row($r)) {
# $newcost=0;
# if ($row[2]!=100 && $row[1]==1) $rz=$row[2]-100;
# $newcost=135+$rz;
# mysql_query("UPDATE inventory SET gtopor=2, cost='".$newcost."' where name='Двойной Топор Света'");
#}
# mysql_query("UPDATE shop SET gtopor=2, cost='135' where name='Двойной Топор Света'");
#$r=mysql_query("SELECT id,sharped,cost FROM inventory WHERE name='Молот Оправдания'");
#while ($row=mysql_fetch_row($r)) {
# $newcost=0;
# if ($row[2]!=110 && $row[1]==1) $rz=$row[2]-110;
# $newcost=120+$rz;
# mysql_query("UPDATE inventory SET cost='".$newcost."' where name='Молот Оправдания'");
#}
# mysql_query("UPDATE inventory SET cost='120' where name='Молот Оправдания'");
# mysql_query("UPDATE inventory SET mfkrit=0, mfakrit=10 WHERE name='Демонический Топор'");
# mysql_query("UPDATE shop SET mfkrit=0, mfakrit=10 WHERE name='Демонический Топор'");
//-------Введение новых вещей-------
# mysql_query("INSERT INTO `shop` (`id`, `name`, `duration`, `maxdur`, `cost`, `nlevel`, `nsila`, `nlovk`, `ninta`, `nvinos`, `nintel`, `nmudra`, `nnoj`, `ntopor`, `ndubina`, `nmech`, `nalign`, `minu`, `maxu`, `gsila`, `glovk`, `ginta`, `gintel`, `ghp`, `mfkrit`, `mfakrit`, `mfuvorot`, `mfauvorot`, `gnoj`, `gtopor`, `gdubina`, `gmech`, `img`, `shshop`, `count`, `bron1`, `bron2`, `bron3`, `bron4`, `dategoden`, `magic`, `type`, `massa`, `goden`, `needident`, `nfire`, `nwater`, `nair`, `nearth`, `nlight`, `ngray`, `ndark`, `gfire`, `gwater`, `gair`, `gearth`, `glight`, `ggray`, `gdark`, `letter`, `isrep`, `razdel`, `gmp`, `gmeshok`) VALUES(NULL, 'Амулет Здоровья', 0, 50, 62, 4, 10, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 'amulet10.gif', 0, 3000, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 41, 0, 0);");
//-------Изменение магических заклинаний-------
#mysql_query("UPDATE shop SET nintel=2 WHERE name='Восстановление энергии 30HP'");
#mysql_query("UPDATE shop SET nintel=3 WHERE name='Восстановление энергии 45HP'");
#mysql_query("UPDATE shop SET nintel=6 WHERE name='Восстановление энергии 60HP'");
#mysql_query("UPDATE shop SET nintel=8 WHERE name='Клонирование'");
#echo "cure[30-60].php, clone.php\n";
//-------Вывод из игры свитков-------
#mysql_query("UPDATE `shop` SET `count` = '0' WHERE `name` ='Переманить клона'");
//-------Новые заклинания-----
#mysql_query("INSERT INTO `magic` (`id` ,`name` ,`chanse` ,`time` ,`file` ,`targeted` ,`img`) VALUES ( NULL , 'Защита от Оружия', '70', '120', 'defence.php', '2', '');");
#mysql_query("INSERT INTO `magic` ( `id` , `name` , `chanse` , `time` , `file` , `targeted` , `img` ) VALUES ( NULL , 'Сокрушение', 70, 120, 'devastate.php', 2, '') ");
#$def=mysql_fetch_row(mysql_query("SELECT id FROM magic WHERE name='Защита от Оружия' LIMIT 1"));
#$dev=mysql_fetch_row(mysql_query("SELECT id FROM magic WHERE name='Сокрушение' LIMIT 1"));
#mysql_query("INSERT INTO `shop` (`id`, `name`, `duration`, `maxdur`, `cost`, `nlevel`, `nsila`, `nlovk`, `ninta`, `nvinos`, `nintel`, `nmudra`, `nnoj`, `ntopor`, `ndubina`, `nmech`, `nalign`, `minu`, `maxu`, `gsila`, `glovk`, `ginta`, `gintel`, `ghp`, `mfkrit`, `mfakrit`, `mfuvorot`, `mfauvorot`, `gnoj`, `gtopor`, `gdubina`, `gmech`, `img`, `shshop`, `count`, `bron1`, `bron2`, `bron3`, `bron4`, `dategoden`, `magic`, `type`, `massa`, `goden`, `needident`, `nfire`, `nwater`, `nair`, `nearth`, `nlight`, `ngray`, `ndark`, `gfire`, `gwater`, `gair`, `gearth`, `glight`, `ggray`, `gdark`, `letter`, `isrep`, `razdel`, `gmp`, `gmeshok`) VALUES(NULL, 'Защита от Оружия', 0, 5, 10, 7, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1500, 0, 0, 0, 0, 0, ".(int)$def[0].", 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 5, 0, 0);");
#mysql_query("INSERT INTO `shop` (`id`, `name`, `duration`, `maxdur`, `cost`, `nlevel`, `nsila`, `nlovk`, `ninta`, `nvinos`, `nintel`, `nmudra`, `nnoj`, `ntopor`, `ndubina`, `nmech`, `nalign`, `minu`, `maxu`, `gsila`, `glovk`, `ginta`, `gintel`, `ghp`, `mfkrit`, `mfakrit`, `mfuvorot`, `mfauvorot`, `gnoj`, `gtopor`, `gdubina`, `gmech`, `img`, `shshop`, `count`, `bron1`, `bron2`, `bron3`, `bron4`, `dategoden`, `magic`, `type`, `massa`, `goden`, `needident`, `nfire`, `nwater`, `nair`, `nearth`, `nlight`, `ngray`, `ndark`, `gfire`, `gwater`, `gair`, `gearth`, `glight`, `ggray`, `gdark`, `letter`, `isrep`, `razdel`, `gmp`, `gmeshok`) VALUES(NULL, 'Сокрушение', 0, 5, 10, 7, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1500, 0, 0, 0, 0, 0, ".(int)$dev[0].", 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 5, 0, 0);");
#mysql_close($mysql);
?>

View File

@ -20,8 +20,6 @@ function sys_msgs($text) {
fclose($fp);
}
if($_GET['id'] == 1) {
//sys_msgs('<font color=red><b>Силы Хаоса</b></font> вызывают бойцов клуба <b>7 уровней</b> на поединок! Начало боя через <b>3</b> минуты, в разделе <b>хаотических</b> поединков.</font>');
} elseif($_GET['id'] == 2) {

1878
city.php

File diff suppressed because it is too large Load Diff