Commit Graph

660 Commits

Author SHA1 Message Date
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\">&raquo; Raid $otext oasis.</a>" :
to:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">&raquo; 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
yi12345 015093049d more fixes 2013-05-14 19:46:03 +03:00
yi12345 544de58737 optimize climber points update (work really fast now) 2013-05-14 00:40:10 +03:00
yi12345 9dffb208e3 more fixes 2013-05-13 13:10:06 +03:00
yi12345 5a94d1d297 little optimize for climbers function 2013-05-13 12:08:52 +03:00
yi12345 744532394c update Templates/quest.tpl 2013-05-12 21:27:42 +03:00
yi12345 6f5ea3637d fix ally invite 2013-05-12 20:50:49 +03:00
yi12345 b85a8b9d7a Merge pull request #225 from godslayer/patch-3
gameengine: remove illegal string offset on Ranking.php
2013-05-12 05:54:29 -07:00
yi12345 c5f1165392 Merge pull request #224 from godslayer/patch-2
mysql: removed extra semicolon that was causing problems
2013-05-12 05:53:37 -07:00
Joe Konstantinovsky db8f9c696b gameengine: remove illegal string offset on Ranking.php 2013-05-12 12:17:43 +03:00
Joe Konstantinovsky 9dcdd1f184 mysql: removed extra semicolon that was causing problems
An extra semicolon was closing the class as well as the function, excluding all functions below from MYSQL_DB class
2013-05-12 12:00:41 +03:00
yi12345 964ea5a0a8 more update 2013-05-07 20:01:20 +03:00
yi12345 4688c2a030 update 2013-05-07 18:44:41 +03:00
yi12345 987f0a318e fix last raid in raidlist 2013-05-06 22:40:59 +03:00
yi12345 7b0250af1b Merge pull request #221 from SimiZ/patch-1
Update login.php
2013-05-03 13:46:11 -07:00
yi12345 cbf2237dc8 Merge pull request #220 from SimiZ/patch-2
Update en.php
2013-05-03 13:45:54 -07:00
SimiZ 67d45c1b75 Update en.php
Made login.php fully translatable from en.php
2013-05-03 02:57:04 +03:00
SimiZ c5f9ef5da8 Update login.php
Made it fully translatable from en.php
2013-05-03 02:56:37 +03:00
yi12345 317571a56d Merge pull request #217 from Danter14/patch-1
Installation error correction
2013-05-02 08:28:21 -07:00
yi12345 53446c9914 Merge pull request #216 from Ukitake-San/patch-2
Update db_MYSQLi.php
2013-05-02 08:28:11 -07:00
yi12345 2d6efa7e0a Merge pull request #215 from Ukitake-San/patch-1
Update db_MYSQL.php
2013-05-02 08:27:45 -07:00