mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Add files via upload
This commit is contained in:
@@ -46,19 +46,19 @@ $profiel = preg_replace("/\[#WW]/is",'<img src="'.$gpack.'img/t/g40_11-ltr.png"
|
||||
|
||||
//romans image
|
||||
// Added by Shadow - cata7007@gmail.com / Skype : cata7007
|
||||
if($displayarray['tribe'] == "1" && $displayarray['username'] == "Shadow"){
|
||||
if($displayarray['tribe'] == "1"){
|
||||
$profiel = preg_replace("/\[#roman]/is",'<img src="'.$gpack.'../../img/rpage/Roman1.jpg" border="0" onmouseout="med_closeDescription()" onmousemove="med_mouseMoveHandler(arguments[0],\'<table><tr><td>The Romans : Because of its high level of social and technological development the Romans are masters at building and its coordination. Also, their troops are part of the elite in Travian. They are very balanced and useful in attacking and defending.</td></tr></table>\')">', $profiel, 1);
|
||||
}
|
||||
|
||||
//Gauls image
|
||||
// Added by Shadow - cata7007@gmail.com / Skype : cata7007
|
||||
if($displayarray['tribe'] == "2" && $displayarray['username'] == "Shadow"){
|
||||
if($displayarray['tribe'] == "2"){
|
||||
$profiel = preg_replace("/\[#teuton]/is",'<img src="'.$gpack.'../../img/rpage/Teuton1.jpg" border="0" onmouseout="med_closeDescription()" onmousemove="med_mouseMoveHandler(arguments[0],\'<table><tr><td>The Teutons : The Teutons are the most aggressive tribe. Their troops are notorious and feared for their rage and frenzy when they attack. They move around as a plundering horde, not even afraid of death. </td></tr></table>\')">', $profiel, 1);
|
||||
}
|
||||
|
||||
//Teutons image
|
||||
// Added by Shadow - cata7007@gmail.com / Skype : cata7007
|
||||
if($displayarray['tribe'] == "3" && $displayarray['username'] == "Shadow"){
|
||||
if($displayarray['tribe'] == "3"){
|
||||
$profiel = preg_replace("/\[#gaul]/is",'<img src="'.$gpack.'../../img/rpage/Gaul1.jpg" border="0" onmouseout="med_closeDescription()" onmousemove="med_mouseMoveHandler(arguments[0],\'<table><tr><td>The Gauls : The Gauls are the most peaceful of all three tribes in Travian. Their troops are trained for an excellent defence, but their ability to attack can still compete with the other two tribes. The Gauls are born riders and their horses are famous for their speed. This means that their riders can hit the enemy exactly where they can cause the most damage and swiftly take care of them.</td></tr></table>\')">', $profiel, 1);
|
||||
}
|
||||
|
||||
|
||||
@@ -157,11 +157,11 @@ INDELING CATEGORIEEN:
|
||||
</tr>
|
||||
<?php
|
||||
// Added by Shadow - cata7007@gmail.com / Skype : cata7007
|
||||
if($session->userinfo['tribe'] == 1 && $session->userinfo['username'] == "Shadow") {
|
||||
if($session->userinfo['tribe'] == 1) {
|
||||
echo"<tr><td>Tribe Romans</td><td></td><td></td><td>[#roman]</td></tr>";
|
||||
} else if($session->userinfo['tribe'] == 2 && $session->userinfo['username'] == "Shadow") {
|
||||
} else if($session->userinfo['tribe'] == 2) {
|
||||
echo"<tr><td>Tribe Teutons</td><td></td><td></td><td>[#teuton]</td></tr>";
|
||||
} else if($session->userinfo['tribe'] == 3 && $session->userinfo['username'] == "Shadow") {
|
||||
} else if($session->userinfo['tribe'] == 3) {
|
||||
echo"<tr><td>Tribe Gauls</td><td></td><td></td><td>[#gaul]</td></tr>";
|
||||
} else if($session->userinfo['access'] == 9 && $session->userinfo['username'] == "Shadow") {
|
||||
echo"<tr><td>Administrator</td><td></td><td></td><td>[#MH]</td></tr>";
|
||||
|
||||
Reference in New Issue
Block a user