Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TravianZ BUG LIST

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 2, 2012
Messages
15
Reaction score
0
© 2010 - 2011 TravianX All rights reserved
Server running on: TravianZ (improved by yi12345)


Warning: include(Templates/Build/.tpl) [function.include]: failed to open stream: No such file or directory in /homez.53/thetopca/www/fintravian/build.php on line 345

Warning: include() [function.include]: Failed opening 'Templates/Build/.tpl' for inclusion (include_path='.:/usr/local/lib/php') in /homez.53/thetopca/www/fintravian/build.php on line 345

if(isset($_GET['id']) or isset($_GET['gid']) or $route == 1 or isset($_GET['routeid'])) {
if(isset($_GET['s']))
{
if (!ctype_digit($_GET['s'])) {
$_GET['s'] = null;
}
}
if(isset($_GET['t']))
{
if (!ctype_digit($_GET['t'])) {
$_GET['t'] = null;
}
}
if (!ctype_digit($_GET['id'])) {
$_GET['id'] = "1";
}
$id = $_GET['id'];
if($id=='99' AND $village->resarray['f99t'] == 40){
include("Templates/Build/ww.tpl");
} else
if($village->resarray['f'.$_GET['id'].'t'] == 0 && $_GET['id'] >= 19) {
include("Templates/Build/avaliable.tpl");
}
else {
if(isset($_GET['t'])) {
if($_GET['t'] == 1) {
$_SESSION['loadMarket'] = 1;
}
include("Templates/Build/".$village->resarray['f'.$_GET['id'].'t']."_".$_GET['t'].".tpl");
} else
if(isset($_GET['s'])) {
include("Templates/Build/".$village->resarray['f'.$_GET['id'].'t']."_".$_GET['s'].".tpl");
}
else {
include("Templates/Build/".$village->resarray['f'.$_GET['id'].'t'].".tpl");
}
}
}else{
header("Location: dorf1.php");
}

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /homez.53/thetopca/www/fintravian/GameEngine/Database/db_MYSQL.php on line 762

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /homez.53/thetopca/www/fintravian/GameEngine/Database/db_MYSQL.php on line 269

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /homez.53/thetopca/www/fintravian/GameEngine/Database/db_MYSQL.php on line 811
 
Initiate Mage
Joined
Jul 7, 2012
Messages
3
Reaction score
0
need help.. when the hero died there is no change in hero mansion.. it still sam when the hero live.. how can make hero revive ?

and i have a problem with admin panel gold fungsion.. i change gold for specific user..
but the other fungsion still work fine.. please help me someone...
 
Status
Not open for further replies.
Back
Top