more updates

This commit is contained in:
unknown
2012-06-24 16:21:41 +03:00
parent 4a62e1820b
commit 1ab732f22f
10 changed files with 46 additions and 33 deletions
-4
View File
@@ -78,7 +78,6 @@ $end = ($tribe*10);
?>
<h1><?php echo $actionType." to ".$process[1]; ?></h1>
<?php if($session->access != BANNED){ ?>
<form method="post" action="a2b.php">
<table id="short_info" cellpadding="1" cellspacing="1">
@@ -434,7 +433,4 @@ class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.dis
<?php } ?>
</form>
<?php
}
else{header("Location: banned.php");}?>
</div>
-4
View File
@@ -1,5 +1,4 @@
<?php
if($session->access != BANNED){
$to = $database->getVillage($enforce['from']);
$fromcoor = $database->getCoor($enforce['from']);
$tocoor = $database->getCoor($enforce['vref']);
@@ -178,7 +177,4 @@ $tocoor = $database->getCoor($enforce['vref']);
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
</form>
<?php
}
else{header("Location: banned.php");}?>
</div>
-4
View File
@@ -1,5 +1,4 @@
<?php
if($session->access != BANNED){
$to = $database->getVillage($enforce['from']);
$fromcoor = $database->getCoor($enforce['from']);
$tocoor = $database->getCoor($enforce['vref']);
@@ -179,7 +178,4 @@ $tocoor = $database->getCoor($enforce['vref']);
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
</form>
<?php
}
else{header("Location: banned.php");}?>
</div>
-4
View File
@@ -1,5 +1,4 @@
<?php
if($session->access != BANNED){
$to = $database->getVillage($enforce['from']);
$fromcoor = $database->getCoor($enforce['from']);
$tocoor = $database->getCoor($enforce['vref']);
@@ -178,7 +177,4 @@ $tocoor = $database->getCoor($enforce['vref']);
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
</form>
<?php
}
else{header("Location: banned.php");}?>
</div>
-4
View File
@@ -1,5 +1,4 @@
<?php
if($session->access != BANNED){
$to = $database->getVillage($enforce['from']);
$fromcoor = $database->getCoor($enforce['from']);
$tocoor = $database->getCoor($enforce['vref']);
@@ -179,7 +178,4 @@ $tocoor = $database->getCoor($enforce['vref']);
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
</form>
<?php
}
else{header("Location: banned.php");}?>
</div>