yi12345
48ef6bbbc3
Merge pull request #247 from Shadowss/patch-16
...
Winner decoded
2013-07-24 03:46:43 -07:00
yi12345
3cd7903ec1
Merge pull request #245 from Shadowss/patch-14
...
Update register page. Now view better
2013-07-24 03:45:27 -07:00
yi12345
7925c4de7a
Merge pull request #243 from Shadowss/patch-12
...
Update 7.tpl
2013-07-24 03:44:27 -07:00
yi12345
1d3d0a8206
Merge pull request #244 from Shadowss/patch-13
...
Update 7x.tpl
2013-07-24 03:44:15 -07:00
Shadowss
36256a3376
Winner decoded
2013-07-24 13:05:48 +03:00
Shadowss
edab46bb78
Update register page. Now view better
2013-07-24 12:56:16 +03:00
Shadowss
c588ef1bde
Update 7x.tpl
2013-07-24 12:55:12 +03:00
Shadowss
add15637f0
Update 7.tpl
2013-07-24 12:54:16 +03:00
yi12345
82c2f4bb9c
update: now banned players cannot get resources
2013-07-24 01:09:53 +03:00
yi12345
b4b4968286
update
2013-07-23 13:25:41 +03:00
yi12345
33730f5cbb
fix regenrate oasis troops
2013-07-23 01:11:37 +03:00
yi12345
f1157b588d
update
2013-07-22 18:58:56 +03:00
yi12345
2e7993ec93
update
2013-07-19 02:31:19 +03:00
yi12345
7bc9f5654e
update
2013-07-18 13:54:39 +03:00
yi12345
07de3f7283
update
2013-07-17 12:20:51 +03:00
yi12345
ef6d6ad063
fix alliance report problem: now can see info about release prisoners
2013-07-12 17:54:27 +03:00
yi12345
1bb679f0f0
update
2013-07-06 18:09:14 +03:00
yi12345
f294129017
update
2013-07-05 22:30:43 +03:00
yi12345
a23dc45d99
update
2013-07-03 21:20:47 +03:00
yi12345
b66fffa844
update dorf1.php: now a long village name not hide the production
2013-07-01 19:52:29 +03:00
yi12345
ee6f0bfb92
more updates
2013-07-01 15:30:50 +03:00
yi12345
4a7210b1c0
update
2013-07-01 03:15:51 +03:00
yi12345
8470e618a3
fix report problem
2013-06-30 01:24:29 +03:00
yi12345
483e0b5cf5
update create_account.php
2013-06-17 00:52:46 +03:00
yi12345
ef9e822075
more updates
2013-06-16 22:51:31 +03:00
yi12345
f5b5f49def
update Templates/movement.tpl
2013-06-16 11:20:40 +03:00
yi12345
931f013dfc
finish hero_full.php
2013-06-16 10:49:47 +03:00
yi12345
98e94af807
finish hero_full.php
2013-06-16 10:38:34 +03:00
yi12345
beb871655f
Merge pull request #237 from Shadowss/master
...
Crated file 1.tpl back
2013-06-14 11:12:51 -07:00
Shadowss
c41b9e5727
Create 1.tpl
2013-06-14 12:26:01 +03:00
yi12345
af65385261
update hero full.php (finish 3 teuton units) + update Autmation.php (fix bug of the same attack power for attacks in the same time)
2013-06-13 23:12:13 +03:00
yi12345
78611d1fcb
update hero_full.php: finish roman units
2013-06-09 18:12:29 +03:00
yi12345
1535264249
update hero_full.php: finish roman units
2013-06-09 18:10:35 +03:00
yi12345
a1e62b598e
update hero_full.php: finish roman units
2013-06-09 18:02:07 +03:00
yi12345
5292db122a
Merge pull request #235 from hexcoded/patch-5
...
Update Automation.php
2013-06-07 16:51:16 -07:00
yi12345
620a86e8a7
Merge pull request #234 from hexcoded/patch-4
...
Update 17_4.tpl
2013-06-07 16:50:42 -07:00
hexcoded
6f29cdadfb
Update Automation.php
...
Fixed syntax error in line 976.
from:micrtime(true)
to: microtime(true)
2013-06-06 17:59:05 +03:00
hexcoded
9be57ca904
Update 17_4.tpl
...
(Gold Club Active)MarketPlace -Trade Routes .The user get error when try to delete/expand non selected route or non route in list.(You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1).
TravianZ\trunk\Templates\Build\17_4_test.tpl
before line 60 :
<a href="build.php?action=extendRoute&routeid=<?php echo $routeid; ?>">extend</a>*
add line:
<?php $routeid=$routeid == 0? $routeid=0:$routeid; ?>
2013-06-06 16:18:48 +03:00
yi12345
b33c62d7d3
Merge pull request #232 from hexcoded/patch-3
...
Occupied/Unoccupied Oasis name fix
2013-06-04 12:52:09 -07:00
yi12345
92b60e1ae2
Merge pull request #231 from hexcoded/patch-2
...
Occupied/Unoccupied Oasis name fix
2013-06-04 12:51:52 -07:00
hexcoded
f4dc572e70
Occupied/Unoccupied Oasis name fix
...
Fix the name of Oasis.The own Oasis is show like Unoccupied after when we try to send troops etc.
from:
$otext = ($basearray['occupied'] == 1)? "occupied" : "unoccupied";
to
$otext = ($oasis['name']);
from:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">» Raid $otext oasis.</a>" :
to:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">» Raid $otext .</a>" :
2013-06-04 11:21:19 +03:00
hexcoded
38cbc21bc0
Occupied/Unoccupied Oasis name fix
...
Fix the name of Oasis.The own Oasis is show like Unoccupied after when we try to send troops etc.
from:
$villageName = “Unoccupied oasis”;
to:
$villageName = $database->getOasisField($oid,"name");
2013-06-04 11:16:44 +03:00
yi12345
e34f675c81
update hero_full.php: finish imperian
2013-06-02 01:03:33 +03:00
yi12345
c687be6cd9
update medals.php, almost all training files and hero_full.php(not 100% but i will do it soon)
2013-06-01 16:52:44 +03:00
yi12345
64f44d470f
mpre updates
2013-05-28 00:10:20 +03:00
yi12345
e8df6da972
Merge pull request #230 from hexcoded/patch-1
...
Update sql.sql
2013-05-23 01:03:50 -07:00
hexcoded
5cf6e617bf
Update sql.sql
...
Fixed movement time bug.'starttime' and 'endtime' type are changed from float to int(11).
2013-05-22 16:54:06 +03:00
yi12345
5074b12fc8
update embassy: now show invitations only when embassy is level 1 or more
2013-05-19 22:25:56 +03:00
yi12345
7674747f1a
update
2013-05-17 08:45:03 +03:00
yi12345
5df4ee6687
fix hero train problem
2013-05-16 23:15:12 +03:00