Client Stays At 76%

masonward1997

New Member
Feb 8, 2016
23
0
Hi i know there are loads of posts about this and i have been through so many but i just cant fix it at all
All my codes are fine ive been through them soo many times
all my codes are fine




I just dont know why its not working
 

masonward1997

New Member
Feb 8, 2016
23
0
Iknow why your cms is not generating SSO Ticket.

thats my config file
Code:
<?php

    if(!defined('IN_INDEX')) { die('Access Denied.'); }


    /*

        This is the MySQL Configuration

    */

    $_CONFIG['mysql']['connection_type'] = 'pconnect';
    $_CONFIG['mysql']['hostname'] = '127.0.0.1';
    $_CONFIG['mysql']['username'] = 'root';
    $_CONFIG['mysql']['password'] = 'mason123';
    $_CONFIG['mysql']['database'] = 'new';


    /*

        This is the main config shit for the hotel

    */

    $_CONFIG['hotel']['url'] = 'http://playlegacy.co.uk';
    $_CONFIG['hotel']['name'] = 'Legacy';
    $_CONFIG['hotel']['desc'] = 'Chill, Relax & Make Some New Amigos!';
    $_CONFIG['hotel']['motto'] = 'I am a ' . $_CONFIG['hotel']['name'] . ' newbie!';
    $_CONFIG['hotel']['look'] = 'sh-295-82.ch-210-82.hd-180-1.lg-275-89.hr-125-47';
    $_CONFIG['hotel']['credits'] = 20000;
    $_CONFIG['hotel']['pixels'] = 500;
    $_CONFIG['hotel']['currency'] = '0';
    $_CONFIG['hotel']['currency_name'] = 'Tokens';
    $_CONFIG['staffCheckClient'] = true;
    $_CONFIG['staffCheckClientMinimumRank '] = 3;



    /*

        This is the RetrosList Configuration

    */
    
    $url = "127.0.0.1:9615";
    $ch = curl_init($url);
    $opts = array(
        CURLOPT_URL            => $url,
        CURLOPT_CONNECTTIMEOUT => 1,
        CURLOPT_HEADER => false,
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_BINARYTRANSFER => true,
        CURLOPT_TIMEOUT        => 1,
        CURLOPT_USERAGENT       => "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)",
        CURLOPT_MAXREDIRS      => 1
    );
    curl_setopt_array($ch,$opts);
    $rawdata=curl_exec($ch);
    curl_close ($ch);
    if($rawdata == '0') {
        $_CONFIG['hotel']['th_enabled'] = false;
    }
    else {
        $_CONFIG['hotel']['th_enabled'] = true;
    }   
    $_CONFIG['hotel']['th_username'] = 'Lazarus';
    if($_CONFIG['hotel']['th_enabled'] == true)
    {
        $_CONFIG['hotel']['client_url'] = 'http://votingapi.com/vote.php?username='.$_CONFIG['hotel']['th_username'].'&api='.$_CONFIG['hotel']['url'].'/client';
    }
    else
    {
        $_CONFIG['hotel']['client_url'] = $_CONFIG['hotel']['url'].'/client';
    }


    /*

        This is the Client Configuration

    */

    $_CONFIG['hotel']['client_host'] = '35.162.237.127';
    $_CONFIG['hotel']['client_port'] = '30000';
    $_CONFIG['hotel']['external_vars'] = 'http://playlegacy.co.uk/gamedata/external_variables.txt';
    $_CONFIG['hotel']['external_texts'] = 'http://playlegacy.co.uk/gamedata/external_flash_texts.txt';
    $_CONFIG['hotel']['product_data'] = 'http://playlegacy.co.uk/gamedata/productdata.txt';
    $_CONFIG['hotel']['furni_data'] = 'http://playlegacy.co.uk/gamedata/furnidata.xml';
    $_CONFIG['hotel']['swf_folder'] = 'http://playlegacy.co.uk/gordon/PRODUCTION-201701242205-837386173';
    

?>
 

aqilws

Member
Sep 8, 2011
67
7
thats my config file
Code:
<?php

    if(!defined('IN_INDEX')) { die('Access Denied.'); }


    /*

        This is the MySQL Configuration

    */

    $_CONFIG['mysql']['connection_type'] = 'pconnect';
    $_CONFIG['mysql']['hostname'] = '127.0.0.1';
    $_CONFIG['mysql']['username'] = 'root';
    $_CONFIG['mysql']['password'] = 'mason123';
    $_CONFIG['mysql']['database'] = 'new';


    /*

        This is the main config shit for the hotel

    */

    $_CONFIG['hotel']['url'] = 'http://playlegacy.co.uk';
    $_CONFIG['hotel']['name'] = 'Legacy';
    $_CONFIG['hotel']['desc'] = 'Chill, Relax & Make Some New Amigos!';
    $_CONFIG['hotel']['motto'] = 'I am a ' . $_CONFIG['hotel']['name'] . ' newbie!';
    $_CONFIG['hotel']['look'] = 'sh-295-82.ch-210-82.hd-180-1.lg-275-89.hr-125-47';
    $_CONFIG['hotel']['credits'] = 20000;
    $_CONFIG['hotel']['pixels'] = 500;
    $_CONFIG['hotel']['currency'] = '0';
    $_CONFIG['hotel']['currency_name'] = 'Tokens';
    $_CONFIG['staffCheckClient'] = true;
    $_CONFIG['staffCheckClientMinimumRank '] = 3;



    /*

        This is the RetrosList Configuration

    */
   
    $url = "127.0.0.1:9615";
    $ch = curl_init($url);
    $opts = array(
        CURLOPT_URL            => $url,
        CURLOPT_CONNECTTIMEOUT => 1,
        CURLOPT_HEADER => false,
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_BINARYTRANSFER => true,
        CURLOPT_TIMEOUT        => 1,
        CURLOPT_USERAGENT       => "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)",
        CURLOPT_MAXREDIRS      => 1
    );
    curl_setopt_array($ch,$opts);
    $rawdata=curl_exec($ch);
    curl_close ($ch);
    if($rawdata == '0') {
        $_CONFIG['hotel']['th_enabled'] = false;
    }
    else {
        $_CONFIG['hotel']['th_enabled'] = true;
    }  
    $_CONFIG['hotel']['th_username'] = 'Lazarus';
    if($_CONFIG['hotel']['th_enabled'] == true)
    {
        $_CONFIG['hotel']['client_url'] = 'http://votingapi.com/vote.php?username='.$_CONFIG['hotel']['th_username'].'&api='.$_CONFIG['hotel']['url'].'/client';
    }
    else
    {
        $_CONFIG['hotel']['client_url'] = $_CONFIG['hotel']['url'].'/client';
    }


    /*

        This is the Client Configuration

    */

    $_CONFIG['hotel']['client_host'] = '35.162.237.127';
    $_CONFIG['hotel']['client_port'] = '30000';
    $_CONFIG['hotel']['external_vars'] = 'http://playlegacy.co.uk/gamedata/external_variables.txt';
    $_CONFIG['hotel']['external_texts'] = 'http://playlegacy.co.uk/gamedata/external_flash_texts.txt';
    $_CONFIG['hotel']['product_data'] = 'http://playlegacy.co.uk/gamedata/productdata.txt';
    $_CONFIG['hotel']['furni_data'] = 'http://playlegacy.co.uk/gamedata/furnidata.xml';
    $_CONFIG['hotel']['swf_folder'] = 'http://playlegacy.co.uk/gordon/PRODUCTION-201701242205-837386173';
   

?>
try changing CMS i belive ur using revcms? change the revcms to different version and move ur skin there
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
9/10 you have made a mistake. Try carefully looking over everything that needs changing because I've used the same resources and they work fine.
 

Users who are viewing this thread

Top