Nova not working [Reward] 0.80 Cent Paypal]

Results 1 to 5 of 5
  1. #1
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Nova not working [Reward] 0.80 Cent Paypal]

    Hi,

    I'm getting a error when I try connecting the client: Screenshot by Lightshot
    I changed the User_tickets to Authticket in the emulator?
    I'm using BTW Thunderbolt 3.0

    Client.php


    PHP Code:
    <?php


    define
    ('USER_ACCES'true);include('../../bootstrap.php');
    if(
    Core::GetSystemSettings('client_status') == 'closed') (!User::$permissions['client_login'] ?: Core::redirect('me'));
    $tpl = new Template();
    $tpl->enableSecurity();
    $tpl->AddFiles('client');
    $tpl->Assign('local_site', array('name' => 'Client'));
    $tpl->Assign('usertags'User::GetUsernamesArray());
    $ticket User::SSOTicket();
    $flashvars  'client.starting=Hallo '.User::$username.', je koffers worden naar je kamer gebracht...';$flashvars .= '&amp;client.allow.cross.domain=1';$flashvars .= '&amp;client.notify.cross.domain=1';$flashvars .= '&amp;client.hotel_view.show_on_startup=1';$flashvars .= '&amp;site.url='.HTTP;$flashvars .= '&amp;url.prefix='.HTTP;$flashvars .= '&amp;client.reload.url='.HTTP.'/client';$flashvars .= '&amp;client.fatal.error.url='.HTTP.'/client-disconnection-error';$flashvars .= '&amp;hotelview.banner.url=http://127.0.0.1/gamedata/supersecret.php';$flashvars .= '&amp;client.connection.failed.url='.HTTP.'/client-disconnection-connect';$flashvars .= '&amp;connection.info.host='.Core::GetSystemSettings('client_ip');$flashvars .= '&amp;connection.info.port='.Core::GetSystemSettings('client_port');$flashvars .= '&amp;external.variables.txt='.Core::GetSystemSettings('client_external_variables');$flashvars .= '&amp;external.texts.txt='.Core::GetSystemSettings('client_external_flash_texts');$flashvars .= '&amp;productdata.load.url='.Core::GetSystemSettings('client_productdata');$flashvars .= '&amp;furnidata.load.url='.Core::GetSystemSettings('client_furnidata');$flashvars .= '&amp;use.sso.ticket=1';$flashvars .= '&amp;sso.ticket='.$ticket.'';$flashvars .= '&amp;processlog.enabled=1';$flashvars .= '&amp;flash.client.url='.Core::GetSystemSettings('client_swf_directory');$flashvars .= '&amp;flash.client.origin=popup';$tpl->Assign('flashvars'$flashvars);
    $tpl->Assign('swf', array(    'habbo' => Core::GetSystemSettings('client_swf_habbo'),    'directory' => Core::GetSystemSettings('client_swf_directory')));
    Core::$DB->prepare('UPDATE users SET auth_ticket = "'.$ticket.'", last_online = "'.time().'", ip_last = "'.User::GetIp().'" WHERE id = "'.User::GetUserInfo('username'User::$username'id').'"')->execute();
    $tpl->Display('comp-client.tpl');
    ?>


  2. #2
    PHP & C# Developer Stevehabbz is offline
    MemberRank
    Nov 2011 Join Date
    244Posts

    Re: Nova not working [Reward] 0.80 Cent Paypal]

    Checked Your swf ?

  3. #3
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: Nova not working [Reward] 0.80 Cent Paypal]

    Yeah I checked it :)

  4. #4
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: Nova not working [Reward] 0.80 Cent Paypal]

    InitCryptoMessageComposer = supersecret.php

  5. #5
    Apprentice Decompiler is offline
    MemberRank
    Jul 2015 Join Date
    21Posts

    Re: Nova not working [Reward] 0.80 Cent Paypal]

    I'm getting now this :
    Screenshot by Lightshot



Advertisement