RealityRP Error

Status
Not open for further replies.

Caleeb

Member
Nov 21, 2011
60
12
I've setup this "RealityRP" server that was released and I've come across some problems and to my beginning knowledge of flash, I've got stuck at this point.

The flash client will load all the way an the logo will fade and the screen remains black. No background image is shown and I get a bunch of errors in the server.

I believe this is snowlight, I know this server is complete garbage but I would like to see what I am able to do with this source. If anyone is able to help it would be appreciated.



ioh51G2GFaHz.png
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
Do this SQL query:
Code:
CREATE TABLE IF NOT EXISTS `rights` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `set_id` int(10) unsigned NOT NULL,
  `right_id` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;
 
--
-- Daten für Tabelle `rights`
--
 
INSERT INTO `rights` (`id`, `set_id`, `right_id`) VALUES
(1, 0, 'login'),
(2, 100, 'moderation_tool'),
(3, 100, 'enter_locked_rooms'),
(4, 50, 'enter_full_rooms'),
(7, 100, 'room_rights'),
(8, 200, 'room_rights_owner'),
(9, 200, 'hotel_admin'),
(10, 100, 'moderation_tickets'),
(11, 100, 'cannot_ignore'),
(12, 100, 'mute'),
(13, 0, 'trade'),
(14, 100, 'housekeeping_login'),
(15, 100, 'chatlogs'),
(16, 200, 'hotel_management'),
(17, 200, 'sitemanagement'),
(18, 200, 'housekeeping_catalog'),
(19, 200, 'ignore_maintenance'),
(20, 100, 'ban'),
(21, 300, 'applications');
 
Status
Not open for further replies.

Users who are viewing this thread

Top