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.
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
Not the new cms, Divide is working on the new cms you will have to wait, and a staff page for snowlight E.g reality will take ages because of the way staff is given its not as simple as phoenix.
 
Junior Spellweaver
Joined
Dec 24, 2009
Messages
142
Reaction score
17
Not the new cms, Divide is working on the new cms you will have to wait, and a staff page for snowlight E.g reality will take ages because of the way staff is given its not as simple as phoenix.

Well, Im new at coding etc, My Jobs/Staff codes may suck, but for now it will work out... If it turns out good, Ill release it...

And btw, Im using SWFS, Idk if im using R63 External Variables, should I try it?
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
ok, and here is R63 external Variables + update your swfs with these
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
i use these, Updates Clothes And Stuff - and drop them external_variables i told you to download into them and this habbo.swf edit -
 
Junior Spellweaver
Joined
Dec 24, 2009
Messages
142
Reaction score
17
i use these, Updates Clothes And Stuff - and drop them external_variables i told you to download into them and this habbo.swf edit -

It always reloads.. Im editing the External_variables to my links correctly..
 
Newbie Spellweaver
Joined
Dec 20, 2010
Messages
14
Reaction score
6
Can anyone upload please ALL things, fixxed etc. includes the emulator, fixxed swfs and fixxed CMS ALL in one? This were very helpfull.
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
Right, Ive Fixed Everything From The Cms Pic To Prove And The Emulator, Link Right Here, Please Like Me For The Help Takes Some Time Doing This Also Ill Upload My Swfs ASAP

Link -

Enjoy :thumbup:
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
Add Me On Facebook Ill Help You Set It Up, If You Really Want It To Work
 
Junior Spellweaver
Joined
Dec 24, 2009
Messages
142
Reaction score
17
Right, Ive Fixed Everything From The Cms Pic To Prove And The Emulator, Link Right Here, Please Like Me For The Help Takes Some Time Doing This Also Ill Upload My Swfs ASAP

Link -

Enjoy :thumbup:

Can you give us more information on how it is fixed, whats fixed about emu, cms etc?
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
On The Cms - Client They Was a Sql Query That Need An Small Edit To Work, Cms Works Fully Know Just Make Sure You Make A Database Called Reality

The Emulator Was Running Of Default Ports, Fixed That Small Error And That Works Perfect For Any Ip And Remote Address.
 
Junior Spellweaver
Joined
Dec 24, 2009
Messages
142
Reaction score
17
On The Cms - Client They Was a Sql Query That Need An Small Edit To Work, Cms Works Fully Know Just Make Sure You Make A Database Called Reality

The Emulator Was Running Of Default Ports, Fixed That Small Error And That Works Perfect For Any Ip And Remote Address.

I like it.... Actually.. I love it, Ill like your post
 
Junior Spellweaver
Joined
Aug 2, 2004
Messages
125
Reaction score
16
Fixed for those who can't register:

register.php

$pass = md5($password);
mysql_query("INSERT INTO characters
(`id`, `account_uid`, `username`, `password`, `real_name`, `motto`, `figure`, `gender`, `credits_balance`, `activity_points_balance`, `activity_points_last_update`, `bank`, `score`, `privacy_accept_friends`, `home_room`, `auth_ticket`, `last_ip`, `config_volume`, `timestamp_lastvisit`, `timestamp_created`, `moderation_tickets`, `moderation_tickets_abusive`, `moderation_tickets_cooldown`, `moderation_bans`, `moderation_cautions`, `moderation_muted_until_timestamp`, `respect_points`, `respect_credit_humans`, `respect_credit_pets`, `health`, `str`, `xp`, `groupid`, `dead`, `jailed`, `working`, `otherfig`, `timer`, `jobrank`, `lastroom`)
VALUES
(1, 0, '$username', '$pass', '$realname', '', 'sh-290-62.hr-3163-39.fa-1206-62.ha-3129-100.hd-3092-1.lg-270-110.cc-3039-100', 'M', 0, 0, 0, 0, 0, '1', 0, '', '$realip', '100', '$time', '$time', 0, 0, 0, 0, 0, 0, 0, 3, 3, 91, 1, 10000, 3, 1, 0, 0, '200', 0, 1, 1);");
 
Junior Spellweaver
Joined
Dec 24, 2009
Messages
142
Reaction score
17
Here is how to hide the errors for these pages.. Open up header.php and replace the whole code with this
Code:
<!DOCTYPE html> 
<html id="ShareFast"> 
 
<head> 
<?php
	error_reporting(0);
if(isset($title))
{
?>
	<title><?php echo $title; ?><?php echo sitename; ?> ~ <?php echo slogan; ?></title>
<?php
}
?>
<meta charset="utf-8" />
<link type="text/css" href="<?php echo PATH; ?>/Styles/Default/CSS/style.css" rel="stylesheet" />	
<link type="text/css" href="<?php echo PATH; ?>/Styles/Default/CSS/popup.css" rel="stylesheet" />
<script type="text/javascript" src="<?php echo PATH; ?>/Library/jquery.js"></script>
<script type="text/javascript" src="<?php echo PATH; ?>/Library/jquery.cookie.js"></script>
<script type="text/javascript" src="<?php echo PATH; ?>/Styles/Default/JavaScript/jquery.js"></script>

<script type="text/javascript">var site_path = '<?php echo PATH; ?>', user_status = '0';</script>
<link rel="shortcut icon" href="favicon.ico">
<?php if(isset($err))
{
?>
<script type="text/javascript">$(document).ready(function(){ DropDownAlert("<?php echo $err; ?>") } )</script>
<?php } ?>
</head> 
 
<body> 
<?php
if(GetSetting("alert_type") == "on" || GetSetting("alert_type") == "true" || GetSetting("alert_type") == "yes")
{
?>
   <div class="guest_warning">

    <img class="icon_fix" src="<?php echo PATH; ?>/Styles/Default/Images/warning.png" /><?php echo GetSetting("alert_text"); ?>

</div> 
<?php } ?>
    
   <div id="main_header">
   
       <div id="main_header_wrapper">    
       
           <div class="right">

<?php include("inc/ads.php"); ?>

           </div>
           
           <a href="<?php echo PATH; ?>">
               
               <img src="<?php echo PATH; ?>/Styles/Default/Images/logo.png" class="logo" />
               
           </a>
       
       </div>
       
   </div>
    
   <div id="main_links">
   
       <div id="main_links_wrapper">
       
           <div class="right">
           
               <div class="navigation_link">
<?php
if($_SESSION['user']['loggedin'] == true)
{
?>
    <img class="icon_fix" src="<?php echo PATH; ?>/Styles/Default/Images/sign-in.png" /> <a class="popup" href="<?php echo PATH; ?>/logout.php">Logout</a>
<?php
}
else
{
?>
    <img class="icon_fix" src="<?php echo PATH; ?>/Styles/Default/Images/sign-in.png" /> <a class="popup" href="<?php echo PATH; ?>/login.php">Sign In</a>          
    <img class="icon_fix" src="<?php echo PATH; ?>/Styles/Default/Images/register.png" /> <a class="popup" href="<?php echo PATH; ?>/register.php">Register</a>
<?php } ?>
</div>
           
           </div>
       

           <img class="icon_fix" src="<?php echo PATH; ?>/Styles/Default/Images/sharefast.png" /> <a href="<?php echo PATH; ?>/"><?php echo sitename; ?></a>          
<?php
if($_SESSION['user']['loggedin'] == true)
{
?>
           <a href="<?php echo PATH; ?>/me.php">Me</a>          
           <a href="<?php echo PATH; ?>/jobs.php">Jobs</a>          
           <a href="<?php echo PATH; ?>/play.php">Play</a>          
<?php
}
?>
   
       </div>
   
   </div>

Open up login.php and replace the whole code with
Code:
<?php
	error_reporting(0);
$title = "Login | ";
include("global.php");

if(!isset($_POST['js']))
{
	include("header.php");
}

include("inc/login.php");

if(!isset($_POST['js']))
{
	include("footer.php");
}
?>

Open up register.php and replace the whole code with
Code:
<?php
	error_reporting(0);
include("global.php");
if(isset($_POST['register']))
{
	$time = time();
	$realip = getRealIpAddr();
	$realname = mysql_real_escape_string($_POST['first']." ".$_POST['second']);
	$username = mysql_real_escape_string(ucfirst($_POST['first'])."-".ucfirst($_POST['second']));
	$email = mysql_real_escape_string($_POST['email']);
	$password = mysql_real_escape_string($_POST['password']);
	$password_retype = mysql_real_escape_string($_POST['password_retype']);
	if(!isset($_POST['first']) || $_POST['first'] == "" || !isset($_POST['second']) || $_POST['second'] == "" || !isset($_POST['email']) || $_POST['email'] == "" || !isset($_POST['password']) || $_POST['password'] == "" || !isset($_POST['password_retype']) || $_POST['password_retype'] == "")
	{
		$err = "You must fill in all the required fields..";
	}
	else if($password !== $password_retype)
	{
		$err = "The 2 passwords you entered dont match each other";
	}
	else if(NameIsTaken($username))
	{
		$err = "Someone has already registered with that name";
	}
	else if(!check_email_address($email))
	{
		$err = "The email you entered is invalid";
	}
	else
	{
		$pass = md5($password);
		mysql_query("INSERT INTO `characters` (`id`, `account_uid`, `username`, `password`, `real_name`, `motto`, `figure`, `gender`, `credits_balance`, `activity_points_balance`, `activity_points_last_update`, `bank`, `score`, `privacy_accept_friends`, `home_room`, `auth_ticket`, `last_ip`, `config_volume`, `timestamp_lastvisit`, `timestamp_created`, `moderation_tickets`, `moderation_tickets_abusive`, `moderation_tickets_cooldown`, `moderation_bans`, `moderation_cautions`, `moderation_muted_until_timestamp`, `respect_points`, `respect_credit_humans`, `respect_credit_pets`, `health`, `str`, `xp`, `groupid`, `dead`, `jailed`, `working`, `otherfig`, `timer`, `jobrank`, `lastroom`) VALUES (NULL, '0', '$username', '$pass', '$realname', '', 'hr-165-34.sh-290-92.ch-215-84.hd-180-1.lg-280-64', 'M', '100', '2000', '0', '0', '0', '1', '1', '', '$realip', '100', '$time', '$time', '0', '0', '0', '0', '0', '', '0', '3', '3', '100', '1', '0', '2', '0', '0', '0', '', '0', '1', '1');");
	?>
		<script type="text/javascript">$(document).ready(function(){ window.location="<?php echo PATH; ?>" } )</script>
	<?php
		$err = "Please login :)";
	}
}

if(isset($err)) { ?>
<script type="text/javascript">$(document).ready(function(){ DropDownAlert("<?php echo $err; ?>") } )</script>
<?php }
?>
       <div class="header">
    
    Register
    
</div>

<div class="content no_margin">

    <form class="form" action="register.php" name="register" method="post">
        First Name:<br />
        <br />
        
        <input class="input_default" type="text" name="first" value="<?php echo $_POST['first']; ?>" /><br />
        <br />
        Second Name:<br />
        <br />
        
        <input class="input_default" type="text" name="second" value="<?php echo $_POST['second']; ?>" /><br />
        <br />
        Email:<br />
        <br />
        
        <input class="input_default" type="text" name="email" value="<?php echo $_POST['email']; ?>" /><br />
        <br />
        Password:<br />
        <br />
        
        <input class="input_default" type="password" name="password" value="<?php echo $_POST['password']; ?>" /><br />
        <br />
        Retype Password:<br />
        <br />
        <input class="input_default" type="password" name="password_retype" value="<?php echo $_POST['password_retype']; ?>" /><br />
        <br />
        <input class="input_default_submit" type="submit" name="register" value="Register" />
    </form>
    <hr />
    <a class="popup" href="login.php">Already have an account? Login!</a>
    
</div>
 
Last edited:
Junior Spellweaver
Joined
Aug 2, 2004
Messages
125
Reaction score
16
Missing gamedata folder, jobs.php

...i have r63 from another thread, can you share your gamedata?

play.php keep reload, i using new Habbo.swf

is it can't connect to server ?
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
My SWFS Part One - Part 2 -
 
Status
Not open for further replies.
Back
Top