Hello,Razezone
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', 'CMS URL', '', 'http://yebbo.zapto.org'),
('client_ip', 'CLIENT IP', '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', 'EXTERNALVARIABLE', 'The url to your external variables', 'http://mykko.netsons.org/mykko/gamedata/external_variables.txt'),
('client_texts', 'EXTERNALTEXT', 'The url to your external texts', 'http://mykko.netsons.org/mykko/gamedata/external_flash_texts.txt'),
('rts_uname', 'coolegast01', 'The username you signed up to RetroTopsites.com with', 'Aaron'),
('cms_name', 'HOTELNAME', 'The name of your Hotel', 'Rome\r\n'),
('client_swf_path', 'SWFPATH', 'The url to your SWF Path', 'http://localhost/gordon/'),
('client_habbo_swf', 'HABBOSWF', 'The url to your Habbo SWF', 'http://localhost/gordon/Habbo.swf'),
('maintenance', 'false', 'Maintenance', 'true or false');
Edit The The Setting That Suppose To Edit.
Default DeltaCMS port is 30000.
If The SQL Doesn't Work,Try Downloading This SQL File
cms_setting.sql
Or Just Go To Your htdoc or wwwroot,And Find The Emulator Folder That The Creator Of DeltaCMS Put In DeltaCMS 1.3.rar file.You Will Find The SQL There
Credits To:
Azaidi (Who Make The CMS And The SQL File)
MarkEleven (Who Helping Me Fix DeltaCMS Client)
Me (For Posting The Fix) 
Like It And Rep Me ;)