Tudo que androidzero postou
- GLOBAL FULL [TFS 1.2 - Reward System, BattleField Event, Seacrest Ground] EXCLUSIVO
-
GLOBAL FULL [TFS 1.2 - Reward System, BattleField Event, Seacrest Ground] EXCLUSIVO
@jasondruid For anyone who search for compiled windows emulator .exe <LINKS BELOW> worked for me. Here are the links: Windows 32bit: https://mega.nz/#!hggihRbZ!eIvkr9tqxZnQEq-SWFMDiXAY5OCJRfUkLwE50Jht0Lc Windows 64bit: https://mega.nz/#!llJxhRjD!-9Ga8M8QcZi547R99kng0XGCxxEmJHXxq3qV17lJLqM Well done ! Works now. I will search later for the bad syntax in my old 'accountmanagement.php'. I have got one last problem. There is 1 Warning and 1 Error Message during the emulatioon routine. [Warning - Houses::loadhousesXML] House entry not set - Name: - House id: 131072 [Error - Npc::loadFromXml] Failed to load data/npc/Addoner.xml: File was not found There is no 'Addoner.xml' in my NPC folder. So I would be glad If someone could give me the xml or tell me how to remove it from the routine. For the Warning I found following entry. Looks like it's a bad copy paste story of the author and he forgot to delete this line. Or is the last line necessary ? I hope after fixing this problems my server won't crash anymore every 5 minutes.
-
GLOBAL FULL [TFS 1.2 - Reward System, BattleField Event, Seacrest Ground] EXCLUSIVO
<?php if(!defined('INITIALIZED')) exit; if(isset($_REQUEST['action']) && $_REQUEST['action'] == 'logout') Visitor::logout(); if(isset($_REQUEST['account_login']) && isset($_REQUEST['password_login'])) { Visitor::setAccount($_REQUEST['account_login']); Visitor::setPassword($_REQUEST['password_login']); //Visitor::login(); // this set account and password from code above as login and password to next login attempt //Visitor::loadAccount(); // this is required to force reload account and get status of user $isTryingToLogin = true; } Visitor::login(); Here it is! If you don't want to download it, I paste the code here. load.login.php
- GLOBAL FULL [TFS 1.2 - Reward System, BattleField Event, Seacrest Ground] EXCLUSIVO