[Help] Trouble with Twist CMS

DVerse

Member
Oct 8, 2016
53
6
The picture i provided shows the error, this happens when loading is 100%
did i forgot to setup something?
my client.php is the same like i had in my sleek cms
 

Attachments

  • error client twist.png
    error client twist.png
    10.5 KB · Views: 15

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
If it's the same SWF's and the same emulator and client, they should work.

Try purging your CMS in Cloudflare (if you have it), clearing your cache, restarting the emulator and try again.
 

DVerse

Member
Oct 8, 2016
53
6
If it's the same SWF's and the same emulator and client, they should work.

Try purging your CMS in Cloudflare (if you have it), clearing your cache, restarting the emulator and try again.

its the same SWF the same client and the same emulator, all what ive done is copy and paste the twist rar in my wwwroot
i made a backup of my wwwroot before ive done this. then i took the client.php and replaced the twist client.php withh mine.

EDIT: i cleared my cache and all tryed out. still 403
EDIT2: i think its a problem in my config.php
 
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
its the same SWF the same client and the same emulator, all what ive done is copy and paste the twist rar in my wwwroot
i made a backup of my wwwroot before ive done this. then i took the client.php and replaced the twist client.php withh mine.

EDIT: i cleared my cache and all tryed out. still 403
EDIT2: i think its a problem in my config.php
Yeah probably, will be the config if it’s been replaced
 

DVerse

Member
Oct 8, 2016
53
6
I changed the config.php, still the same issue
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = 'hidden';
$_CONFIG['mysql']['database'] = 'hotel';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = 'http://www.habbo-royal.tk';
$_CONFIG['hotel']['name'] = 'Habbo';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = '';
$_CONFIG['hotel']['credits'] = 10000;
$_CONFIG['hotel']['pixels'] = 1000;
$_CONFIG['hotel']['figure'] = '';
$_CONFIG['template']['style'] = 'Habbo';
?>
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'hidden'; //MySQL password

$_CONFIG['mysql']['database'] = 'hotel'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

//eat ass tox.
/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['server_ip'] = '5.135.220.14'; //IP of DDos protected server.

$_CONFIG['hotel']['server_port'] = '30000'; //Port that EMU uses!

$_CONFIG['hotel']['url'] = 'http://www.habbo-royal.tk'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Habbo Royal'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Die beste Retro Community 2019'; //Hotel's description

$_CONFIG['hotel']['online_text'] = 'Royals Online!'; // Its the text that is near 15 Bla's online.

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Ich liebe Habbo Royal!' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['maint_rank'] = 6; // This currently only works for the one rank, in the next build it will allow for the rank +.

$_CONFIG['hotel']['max_reg'] = 3; // The maximum amount of users

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = 'hr-115-1028.lg-280-81.ch-3030-92.sh-290-92.ca-1813-62.hd-180-7'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = ' //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['figure_data'] = ' //URL to your figuredata

$_CONFIG['hotel']['override_vars'] = ' //URL to override vars

$_CONFIG['hotel']['override_texts'] = ' //URL to override texts

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder, please check if / or no / is needed.

$_CONFIG['thehabbos']['username'] = 'habboroyal'; // Voting ID



/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'OllieTox';
?>
Post automatically merged:

When i shut down the emu this error not happens because stuck on 76%
 
Last edited:

Users who are viewing this thread

Top