Search results

  1. I

    Client doesn't load further

    Check first post in this thread
  2. I

    Client doesn't load further

    <?php @session_start(); define('CORE','CORE'); require "includes/core.php"; if(!$Auth->isConnected()) redirection($config->url_site.'/logout.php'); if(EMULATOR == 'phoenix') $ticket = TicketRefresh($user->id); elseif(EMULATOR == 'butterfly') $ticket = UpdateSSO($user->id); $roomask = false ...
  3. I

    Client doesn't load further

    Firewall is off, for now. Forward the following ports: 80, 3306, 30000, 30001 & 9001 Because that's the emulator's mus port
  4. I

    Client doesn't load further

    No, didn't work
  5. I

    Client doesn't load further

    Yeah, how could I fix that?
  6. I

    Client doesn't load further

    No, didn't work Doesn't connect to the server either
  7. I

    Client doesn't load further

    Yeah, it was there like this. Only replaced my own ip
  8. I

    Client doesn't load further

    Hi! I've got the problem that my client won't load and stucks on the hotel view. Here are my settings: Server Settings ## Phoenix 3.0 System Configuration File ## Licence Information Otaku-Studios.username=Rattle Otaku-Studios.password= ## MySQL Configuration db.hostname=127.0.0.1...
  9. I

    Client stuck on Hotel View

    Hi, my settings: ## Phoenix 3.0 System Configuration File ## Licence Information Otaku-Studios.username=Rattle Otaku-Studios.password= ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password= db.name=nfhotel ## MySQL pooling setup (controls amount of...
  10. I

    Client stuck on Hotel View

    Got the same problem ;-)
Top