mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 09:04:26 +00:00
Big Cleanup
1) Removed unnecessary files 2) Trailling spaces (no all though) 3) Some space to tab conversion
This commit is contained in:
+51
-51
@@ -12,7 +12,7 @@ if(isset($_GET['del'])){
|
||||
include_once("GameEngine/Account.php");
|
||||
$max_per_pass = 1000;
|
||||
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
||||
mysql_select_db(SQL_DB);
|
||||
mysql_select_db(SQL_DB);
|
||||
if (mysql_num_rows(mysql_query("SELECT id FROM ".TB_PREFIX."users WHERE access = 9 AND id = ".$session->uid)) != '1') die("Hacking attempt!");
|
||||
|
||||
if(isset($_GET['del'])){
|
||||
@@ -34,25 +34,25 @@ if (@isset($_POST['confirm']))
|
||||
|
||||
if (@isset($_POST['confirm']))
|
||||
{
|
||||
if ($_POST['confirm'] == 'No' ) $Interupt = true;
|
||||
if ($_POST['confirm'] == 'No' ) $Interupt = true;
|
||||
if ($_POST['confirm'] == 'Yes'){
|
||||
|
||||
if(file_exists("Templates/text.tpl")) {
|
||||
|
||||
$myFile = "Templates/text.tpl";
|
||||
$fh = fopen($myFile, 'w') or die("<br/><br/><br/>Can't open file: templates/text.tpl");
|
||||
$text = file_get_contents("Templates/text_format.tpl");
|
||||
$text = file_get_contents("Templates/text_format.tpl");
|
||||
$text = preg_replace("'%TEKST%'",$_SESSION['m_message'] ,$text);
|
||||
fwrite($fh, $text);
|
||||
|
||||
$query="SELECT * FROM ".TB_PREFIX."users ORDER BY id + 0 DESC";
|
||||
$result=mysql_query($query) or die (mysql_error());
|
||||
for ($i=0; $row=mysql_fetch_row($result); $i++) {
|
||||
$updateattquery = mysql_query("UPDATE ".TB_PREFIX."users SET ok = '1' WHERE id = '".$row[0]."'")
|
||||
for ($i=0; $row=mysql_fetch_row($result); $i++) {
|
||||
$updateattquery = mysql_query("UPDATE ".TB_PREFIX."users SET ok = '1' WHERE id = '".$row[0]."'")
|
||||
or die(mysql_error());
|
||||
}
|
||||
$done = true;
|
||||
} else { die("<br/><br/><br/>wrong"); }
|
||||
} else { die("<br/><br/><br/>wrong"); }
|
||||
}}
|
||||
|
||||
?>
|
||||
@@ -79,24 +79,24 @@ if (@isset($_POST['confirm']))
|
||||
<link href='".GP_LOCATE."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
} else {
|
||||
echo "
|
||||
<link href='".$session->gpack."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
|
||||
window.addEvent('domready', start);
|
||||
</script>
|
||||
</head>
|
||||
<?php
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
echo "
|
||||
<link href='".GP_LOCATE."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||
<link href='".GP_LOCATE."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
} else {
|
||||
<link href='".$session->gpack."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
|
||||
window.addEvent('domready', start);
|
||||
</script>
|
||||
</head>
|
||||
<?php
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
echo "
|
||||
<link href='".GP_LOCATE."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||
<link href='".GP_LOCATE."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
} else {
|
||||
echo "
|
||||
<link href='".$session->gpack."travian.css?e21d2' rel='stylesheet' type='text/css' />
|
||||
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
@@ -109,41 +109,41 @@ if (@isset($_POST['confirm']))
|
||||
<div class="wrapper">
|
||||
<img style="filter:chroma();" src="img/x.gif" id="msfilter" alt="" />
|
||||
<div id="dynamic_header">
|
||||
</div>
|
||||
</div>
|
||||
<?php include("Templates/header.tpl"); ?>
|
||||
<div id="mid">
|
||||
<?php include("Templates/menu.tpl"); ?>
|
||||
|
||||
<div id="content" class="login">
|
||||
<?php if (@!$NextStep && @!$NextStep2 && @!$done){?>
|
||||
<form method="POST" action="sysmsg.php" name="myform" id="myform">
|
||||
<table cellspacing="1" cellpadding="1" class="tbg" style="background-color:#C0C0C0; border: 0px solid #C0C0C0; font-size: 10pt;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="rbg" style="font-size: 10pt; text-align:center;">System Message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10pt; text-align:center;">Text BBCode:<br><b>[b] txt [/b]</b> - <i>[i] txt [/i]</i> - <u>[u] txt [/u]</u> <br />
|
||||
<textarea class="fm" name="message" cols="60" rows="23"></textarea></td>
|
||||
<div id="mid">
|
||||
<?php include("Templates/menu.tpl"); ?>
|
||||
|
||||
<div id="content" class="login">
|
||||
<?php if (@!$NextStep && @!$NextStep2 && @!$done){?>
|
||||
<form method="POST" action="sysmsg.php" name="myform" id="myform">
|
||||
<table cellspacing="1" cellpadding="1" class="tbg" style="background-color:#C0C0C0; border: 0px solid #C0C0C0; font-size: 10pt;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="rbg" style="font-size: 10pt; text-align:center;">System Message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10pt; text-align:center;">Text BBCode:<br><b>[b] txt [/b]</b> - <i>[i] txt [/i]</i> - <u>[u] txt [/u]</u> <br />
|
||||
<textarea class="fm" name="message" cols="60" rows="23"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td style="text-align:center;">All fields required</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center;">
|
||||
<input type="submit" value="Send" name="submit" /> </td>
|
||||
<input type="submit" value="Send" name="submit" /> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
<a href="sysmsg.php?del">Delete old System Message</a>
|
||||
<?php }elseif (@$NextStep){?>
|
||||
<form method="POST" action="sysmsg.php">
|
||||
<table cellspacing="1" cellpadding="2" class="tbg">
|
||||
<tbody>
|
||||
<tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
<a href="sysmsg.php?del">Delete old System Message</a>
|
||||
<?php }elseif (@$NextStep){?>
|
||||
<form method="POST" action="sysmsg.php">
|
||||
<table cellspacing="1" cellpadding="2" class="tbg">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="rbg" colspan="2">Confirmation</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left; width: 200px;">Do you really want to send System Message?</td>
|
||||
<td style="text-align: left;">
|
||||
@@ -170,8 +170,8 @@ System Message was sent
|
||||
<?php }elseif (@$done){?>
|
||||
System Message was sent
|
||||
<?php }else{die("Something is wrong");}?>
|
||||
</div>
|
||||
<div id="side_info" class="outgame">
|
||||
</div>
|
||||
<div id="side_info" class="outgame">
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
Reference in New Issue
Block a user