mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 22:31:02 +00:00
f4dc572e7021f134f2ed9fedc16634d56edcc689
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>" :
TravianZ is based on TravianX v6.0.0 with some grapich changes from ZravianX. I will try to make the best from this version and I will add every fix that I will found to it. If you found fix to somthing please give it to me. * find 'magic_quotes_gpc = Off' and replace with 'magic_quotes_gpc = On' for better options with special characters (you need to restart your appache and mysql for make this change affective)
Languages
PHP
50.2%
Go Template
40.2%
CSS
6.7%
JavaScript
2.6%
HTML
0.2%