[Tut]Delta Cms 1.3 Client Fix[Tut]

iblastrp

Member
Jul 23, 2011
44
1
Hello,DevBest

Here's The DeltaCMS 1.3 Client Fix,Just Execute This Sql To Your Database,It Should Be Working

PHP Code:
DROP TABLE IF EXISTS `cms_settings`;CREATE TABLE IF NOT EXISTS `cms_settings` (
`
variable` varchar(80) NOT NULL,
`
value` text NOT NULL,
`
description` text,
`
example` text,
PRIMARY KEY (`variable`)
)
ENGINE=MyISAM DEFAULT CHARSET=latin1;
PHP Code:
INSERT INTO `cms_settings` (`variable`, `value`, `description`, `example`) VALUES('cms_url', ' ', '', ' '),
(
'client_ip', '81.207.34.92', '217.23.1.251', '217.23.1.251'),
(
'client_port', '30000', 'The port that your emulator is running on', '30000'),
(
'client_mus', '30001', 'The port that your emulators MUS is running on', '30001'),
(
'client_variables', '/r63/external_variables.txt', 'The url to your external variables', ' '),
(
'client_texts', '/r63/external_flash_texts.txt', 'The url to your external texts', ' '),
(
'rts_uname', 'coolegast01', 'The username you signed up to RetroTopsites.com with', 'Aaron'),
(
'cms_name', 'Hablow', 'The name of your Hotel', 'Rome\r\n'),
(
'client_swf_path', '/r63/', 'The url to your SWF Path', ' '),
(
'client_habbo_swf', '/r63/habbo.swf', 'The url to your Habbo SWF', ' '),
(
'maintenance', 'false', 'Maintenance', 'true or false');
Edit The The Setting That Suppose To Edit.
If The SQL Doesn't Work,Try Downloading This SQL File

Or Just Go To Your htdoc or wwwroot,And Go To The Emulator Folder That Azaidi Gave You In DeltaCMS 1.3.rar file.You Will Find The SQL There

Credits To:
Azaidi (Who Make The CMS And The SQL File):D
MarkEleven (For Being A Dick!!!!!):kryptos:
Me (For Posting The Fix) :cool:
 

Users who are viewing this thread

Top