mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +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
44.8%
Go Template
43.4%
CSS
8%
JavaScript
3.5%
HTML
0.2%