TienTN b14568c7e0 Fix the session problem
In README note #7
2016-09-04 14:49:47 +07:00
2016-03-18 10:30:51 +02:00
2013-06-16 10:38:34 +03:00
2016-09-04 14:49:47 +07:00
2016-03-17 14:42:07 +02:00
2016-03-18 10:30:51 +02:00
2014-02-21 15:29:41 +02:00
2016-03-31 10:25:47 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2016-02-05 10:19:43 +02:00
2014-01-04 03:10:07 +00:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-11-20 08:01:14 +02:00
2014-03-03 09:53:56 +02:00
2013-12-21 10:28:59 +02:00
2013-06-16 10:38:34 +03:00
2013-12-05 07:46:25 +02:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2015-04-07 21:18:53 -03:00
2013-06-16 10:38:34 +03:00
2015-06-22 11:29:40 +03:00
2013-12-08 09:10:58 +02:00
2014-03-04 08:23:49 +02:00
2014-03-04 08:23:47 +02:00
2014-03-04 08:23:44 +02:00
2013-06-16 10:38:34 +03:00
2013-11-20 08:01:14 +02:00
2014-03-17 07:36:46 +02:00
2013-12-14 18:57:20 +02:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-11-20 09:18:42 +02:00
2013-11-20 08:01:14 +02:00
2016-09-04 14:49:47 +07:00
2013-06-16 10:38:34 +03:00
2013-11-20 08:01:14 +02:00
2013-08-08 00:56:57 +03:00
2013-11-01 14:13:49 +02:00
2013-06-16 10:38:34 +03:00
2013-06-16 10:38:34 +03:00
2013-09-18 15:09:23 +03:00
2013-06-16 10:38:34 +03:00
2015-06-22 10:59:56 +03:00
2013-11-27 11:32:16 +02:00
2014-02-21 08:06:17 +02:00

TravianZ Version v.8.0.1 Fix bugs

This is a fork from : https://github.com/Shadowss/TravianZ
I use TravianZ v.8.0.0 FINAL TEST with WampServer 3.0.4 64bit(Apache 2.4.18, PHP 5.6.19, MySQL 5.7.11), and found out there're a bunch of bugs which should be fixed. So that's the reason to start this project.

My changes notes:
0. Change README with new contents
1. Change install/templates/config.tpl to deal with deprecated warning from new PHP version.
2. Fix install/data/sql.sql, to be executable in current MySQL version.
3. Fix db_MYSQL.php
	with safe_mysql_fetch_all, and safe_mysql_fetch_array wrappers, to avoid
	Warning: mysql_fetch_all/array() expects parameter 1 to be resource, boolean given
4. Fix the db_MYSQLi.php in class object declaration(if anybody want to use db_MYSQLi.php again)
5. Fix the unx.js file for error:
	VM5051:1 Uncaught SyntaxError: Unexpected token )
	jd.onreadystatechange @ unx.js?0ac36:170
	This error arises when moving to the border of the map.
6. Fix the map loop moving bug:
	Symptom: For map not set to size 400x400, on the map page,
	when moving on and on in one direction, cross the map border(loop) two times, 
	the moving function will be crashed(freeze, you can't move any more).
	I found out that unx.js handle a static map size(400x400).
	So I fixed this with a m_c.world_max variable from mapview.tpl and changed the unx.js accordingly.
7. Fix the constructor global variable missing in Session.php

Note for the original code:
The last commit 4372c40 from Shadowss/TravianZ is on Jul 6 2016, with note:
108. Change entire database to InnoDB.

Original thank you information:
--------------------------------------------------------------------------------------------------------------
Thank you to : Shadowss, advocaite , brainiacX , MisterX , yi12345 , ronix , Elio , and many others that make that version posible.

This version is same as yi12345.

First i want to say THANKS for all who worked on that version , will find a list on Version file.

TravianZ is based on TravianX v6.0.0 or TravianZ or TravianX with some grapich changes from ZravianX.

--------------------------------------------------------------------------------------------------------------

Languages
PHP 44.8%
Go Template 43.4%
CSS 8%
JavaScript 3.5%
HTML 0.2%