mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 14:46:09 +00:00
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
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 error: fix for 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.
|
|
|
|
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.
|
|
|
|
--------------------------------------------------------------------------------------------------------------
|
|
|