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!

Travian t 3.6

Status
Not open for further replies.
Initiate Mage
Joined
Jun 28, 2012
Messages
3
Reaction score
0
Hi ragezoners

Can anyone give me link to download the newest travianx v6 ;)

Tnx

sorry for my english
 
Elite Diviner
Joined
Aug 26, 2011
Messages
495
Reaction score
109
Hi ragezoners

Can anyone give me link to download the newest travianx v6 ;)

Tnx

sorry for my english



is based on travianx v6 but with more fixes.
 
Initiate Mage
Joined
Jun 28, 2012
Messages
3
Reaction score
0
i install server on localhost and he direct me to


what i muss do to fix this
 
Elite Diviner
Joined
Aug 26, 2011
Messages
495
Reaction score
109
i install server on localhost and he direct me to


what i muss do to fix this

go to index.php in your root folder:

find this:
PHP:
if($_SERVER['HTTP_HOST'] != 'www.travianix.co.cc')
{
    header('location: [url]http://www.travianix.co.cc');[/url]
    exit;
}
and replace with this:
PHP:
/*
if($_SERVER['HTTP_HOST'] != 'www.travianix.co.cc')
{
    header('location: http://www.travianix.co.cc');
    exit;
}
*/
 
Skilled Illusionist
Joined
Feb 22, 2010
Messages
367
Reaction score
46
go to index.php in your root folder:

find this:
PHP:
if($_SERVER['HTTP_HOST'] != 'www.travianix.co.cc')
{
    header('location: [url]http://www.travianix.co.cc');[/url]
    exit;
}
and replace with this:
PHP:
/*
if($_SERVER['HTTP_HOST'] != 'www.travianix.co.cc')
{
    header('location: http://www.travianix.co.cc');
    exit;
}
*/

I looked at that earlier. Why is that even there?
 
Elite Diviner
Joined
Aug 26, 2011
Messages
495
Reaction score
109
I looked at that earlier. Why is that even there?

is a security update by netsoundrad (you can check in the commit), i don't sure exactly for why, but i added it anyway (for who haven't localhost you need change it to your host address.
 
Newbie Spellweaver
Joined
Mar 28, 2012
Messages
80
Reaction score
44
is a security update by netsoundrad (you can check in the commit), i don't sure exactly for why, but i added it anyway (for who haven't localhost you need change it to your host address.
the fix is made for more security.....
some kind of injections are undone by this fix .....

the fix is not made by myself...
the coder that is fix my server has done...
is the coder for the new version, that we rebuild using the version of yi12345....

best regards

ps... all that uise the fix should change the inbound url to travianix to her own url!!!!!!
 
Last edited:
Status
Not open for further replies.
Back
Top