Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RealityRP [HabboRP][C#][PHP][R63]

Status
Not open for further replies.
Joined
Dec 16, 2011
Messages
1,993
Reaction score
631
Great release, emulator seems to load... But the CMS doesn't seem to work for me. When I click on register or login, nothing loads up... And I get these errors in the bar where it has the hotel name and the login/register buttons;
Notice: Undefined index: user in C:\xampp\htdocs\RP\header.php on line 88
&
Notice: Undefined index: user in C:\xampp\htdocs\RP\header.php on line 69
 
Brad
Joined
Aug 8, 2007
Messages
422
Reaction score
14
CMS is bad for me no pics or anything

There must be more things to edit somewhere
register links to


got cms working but i cant get hotel to load.
any suggestions
 
Initiate Mage
Joined
Oct 19, 2011
Messages
32
Reaction score
0
can some one please upload again, because the links are dead :(
 
BFH Experience Loader
Joined
Oct 27, 2007
Messages
464
Reaction score
52
Found the mistake:

!HasRight("login") he dont know if the char have the Right.

If you delete it works, but i search a better (SQL) solution ;)

Edit:
Solution:
Badges_Definations -> Z63 (ID: 33) -> rights_set -> 1
Rights -> set_id: 1 -> right_id: login
Badges -> userid: (YOU CHARID) -> badge_id: 33

Edit2:
Bettest Solution :D:
Rights -> set_id: 0 -> right_id : login
 
Last edited:
Not so spooky...
Member
Joined
May 22, 2010
Messages
1,017
Reaction score
276
Right so i got it all set up on a spear vps i had laying about and when i connect i get this and d/c


Divide - RealityRP [HabboRP][C#][PHP][R63] - RaGEZONE Forums





Any ideas on how to fix it then il be happy to let evreyone on as a sort of 24/7 test hotel
 
Experienced Elementalist
Joined
Jul 10, 2008
Messages
248
Reaction score
15
Link is down, and got somebody already an RP hotel?
 

cab

Initiate Mage
Joined
Jun 16, 2011
Messages
7
Reaction score
1
INSERT INTO `rights` VALUES ('1', '0', 'login');
INSERT INTO `rights` VALUES ('2', '100', 'moderation_tool');
INSERT INTO `rights` VALUES ('3', '100', 'enter_locked_rooms');
INSERT INTO `rights` VALUES ('4', '50', 'enter_full_rooms');
INSERT INTO `rights` VALUES ('5', '10', 'club_regular');
INSERT INTO `rights` VALUES ('6', '20', 'club_vip');
INSERT INTO `rights` VALUES ('7', '100', 'room_rights');
INSERT INTO `rights` VALUES ('8', '200', 'room_rights_owner');
INSERT INTO `rights` VALUES ('9', '200', 'hotel_admin');
INSERT INTO `rights` VALUES ('10', '100', 'moderation_tickets');
INSERT INTO `rights` VALUES ('11', '100', 'cannot_ignore');
INSERT INTO `rights` VALUES ('12', '100', 'mute');
INSERT INTO `rights` VALUES ('13', '0', 'trade');

on phpmyadmin
 
Status
Not open for further replies.
Back
Top