How to make R63 | With links|

Vair

Member
Sep 19, 2011
134
17
Awesome, Me and mate did that but we dont know how to get a domain for it.. its stuck on localhost :eek: Any ideas on how? If you know how to, add my msn : [email protected] then go TV (Teamveiwer) ;D
 

Justin Mallory

New Member
Oct 20, 2011
1
0
Getting error when i start uberemulator

"Initiating uberEmulator...
Could not set up MUS socker:
The requested address is not valid in its context"

PHP:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=****
db.name=database

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.1
game.tcp.port=7575
game.tcp.conlimit=500

## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.1.1
mus.tcp.port=6565
mus.tcp.allowedaddr=192.168.1.1

## Client configuration
client.ping.enabled=0
client.ping.interval=0
 

iniick

New Member
Sep 16, 2011
2
0
can someone tell me how to get UberEMU cause everytime i try it says i need to do something with files plz get back 2 me somene
 

Scott Croft

New Member
Oct 31, 2011
2
0
This is my tut for how to make a R63 :)

Download links:
MySQL Net Connector(s):
<- Choose the Net Connector You Need
XAMPP 1.7.3:
xampp for windows
Microsoft Visual C#:
- Visual Studio Express and SQL Server Express
R63 SWFs (Thanks to PEjump!):

TebboCMS:

UberEMU Edited by Slaxxer:


1) Installation
- Install XAMPP
- Install Microsoft Visual C# 2010 Express
- Install MySQL Net Connector 6.0.7

2) Setting Up Uber
- Go to and add a password!
- Once you have added a password then follow my instructions:

Delete everything in the directory 'Htdocs'
- C:\xampp\htdocs
- And delete everything in there

3-A) Extract your UberCMS into the Htdocs directory and then follow my instructions again:
-Once you have extracted all the files from your UberCMS download then edit the 'inc.config' PHP file
-C:\xampp\htdocs\inc\'inc.config.PHP'

Code:
$config['Site']['www'] = "http://YOURIP/localhost/127.0.0.1";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "password you created earlier";
$config['MySQL']['database'] = "this will be your database we are going to create later!";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "YOURIP";
$config['MUS']['port'] = 21;
4) Making Your Database
- Go to ' ' and login with your username 'root' and the password you created earlier
- Once you have created your database, remember to also edit your inc.config file again, so that you have the correct database!

5) Create your user
- Go to your website ' ' and register an account
- Once you have registered, go to your database, and find the 'Users' table...
- Click on the users table, and you will see a list of users. If not, just your user.
- You will see a pencil or a red 'X', click on the pencil to edit your rank/user info...
- Your users informaiton will load, and you should see stuff like how many credits you have, aboce the credits you will find your 'rank' and it should be '1'
if so, then edit it to make it say '7'. Once you have done that scroll down (if nessicary) and click Go!

6) Edit Some Stuff
- Before you can get onto the hotel you will need to edit some stuff... I will be telling you how to edit PEjump's R63 SWF pack:

Code:
Extract the R63 SWFs if you have not!
- Edit 'Client.php' $client->SetParam('info_host', '127.0.0.1');
$client->SetParam('info_port', '30000');
- To: $client->SetParam('info_host', 'YOURIP');
$client->SetParam('info_port', '21');
If you cannot find that, then in notepad search for: $client->SetParam / Or scroll to the bottom
- Once you have done that, then save it and look for the 'Externals.php' and edit the websites to your IP... It should something like this:

Code:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| Meth0d dot org &ndash; stuff goes here
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

require_once "global.php";

$id = '';

if (isset($_GET['id']))
{
$id = $_GET['id'];
}

switch ($id)
{
case "external_variables":

echo @file_get_contents("http://YOURIP/gamedata/external_variables.txt");
$get = dbquery("SELECT * FROM external_variables");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;

case "external_flash_texts":

echo @file_get_contents("http://YOURIP/gamedata/external_flash_texts.txt");
$get = dbquery("SELECT * FROM external_texts");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;
}

?>

- Once you have also saved that, edit 'External_Variables.txt' in the C:\xampp\htdocs\gamedata\'External_Variables.txt'
If you are using the IP: 127.0.0.1, then you don't need to edit the IP else edit all the IP's that say 127.0.0.1 to your IP!

7) Last steps of making your hotel
- Run the emulator
- Go to your hotel ' ' login, and enjoy!

If you are having any troubles with this tutorial, then please contact me '[email protected]' and I will be happy to help... If I am in the mood :)

Credits For This Tutorial:
iPixel 100%

Uber Credits:
Thanks to Meth0d for creating Uber/Emu/CMS (And also, If I am not correct I think CMS stands for 'Content Management Site')

Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\ijji\Server\xampp\htdocs\index.php on line 23
i pay you to do this for me i pay in paypal
 

Brennen

hippopotomonstrosesquipedaliophobia
Nov 6, 2011
291
36
When we make the DB in PHPMYADMIN, what do you mean go into users table, dont we have to insert a file into the databaseee that has everything?
 

Crow

New Member
Jul 6, 2010
6
0
This is my tut for how to make a R63 :)

Download links:
MySQL Net Connector(s):
<- Choose the Net Connector You Need
XAMPP 1.7.3:
xampp for windows
Microsoft Visual C#:
- Visual Studio Express and SQL Server Express
R63 SWFs (Thanks to PEjump!):

TebboCMS:

UberEMU Edited by Slaxxer:


1) Installation
- Install XAMPP
- Install Microsoft Visual C# 2010 Express
- Install MySQL Net Connector 6.0.7

2) Setting Up Uber
- Go to and add a password!
- Once you have added a password then follow my instructions:

Delete everything in the directory 'Htdocs'
- C:\xampp\htdocs
- And delete everything in there

3-A) Extract your UberCMS into the Htdocs directory and then follow my instructions again:
-Once you have extracted all the files from your UberCMS download then edit the 'inc.config' PHP file
-C:\xampp\htdocs\inc\'inc.config.PHP'

Code:
$config['Site']['www'] = "http://YOURIP/localhost/127.0.0.1";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "password you created earlier";
$config['MySQL']['database'] = "this will be your database we are going to create later!";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "YOURIP";
$config['MUS']['port'] = 21;
4) Making Your Database
- Go to ' ' and login with your username 'root' and the password you created earlier
- Once you have created your database, remember to also edit your inc.config file again, so that you have the correct database!

5) Create your user
- Go to your website ' ' and register an account
- Once you have registered, go to your database, and find the 'Users' table...
- Click on the users table, and you will see a list of users. If not, just your user.
- You will see a pencil or a red 'X', click on the pencil to edit your rank/user info...
- Your users informaiton will load, and you should see stuff like how many credits you have, aboce the credits you will find your 'rank' and it should be '1'
if so, then edit it to make it say '7'. Once you have done that scroll down (if nessicary) and click Go!

6) Edit Some Stuff
- Before you can get onto the hotel you will need to edit some stuff... I will be telling you how to edit PEjump's R63 SWF pack:

Code:
Extract the R63 SWFs if you have not!
- Edit 'Client.php' $client->SetParam('info_host', '127.0.0.1');
$client->SetParam('info_port', '30000');
- To: $client->SetParam('info_host', 'YOURIP');
$client->SetParam('info_port', '21');
If you cannot find that, then in notepad search for: $client->SetParam / Or scroll to the bottom
- Once you have done that, then save it and look for the 'Externals.php' and edit the websites to your IP... It should something like this:

Code:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| Meth0d dot org &ndash; stuff goes here
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

require_once "global.php";

$id = '';

if (isset($_GET['id']))
{
$id = $_GET['id'];
}

switch ($id)
{
case "external_variables":

echo @file_get_contents("http://YOURIP/gamedata/external_variables.txt");
$get = dbquery("SELECT * FROM external_variables");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;

case "external_flash_texts":

echo @file_get_contents("http://YOURIP/gamedata/external_flash_texts.txt");
$get = dbquery("SELECT * FROM external_texts");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;
}

?>

- Once you have also saved that, edit 'External_Variables.txt' in the C:\xampp\htdocs\gamedata\'External_Variables.txt'
If you are using the IP: 127.0.0.1, then you don't need to edit the IP else edit all the IP's that say 127.0.0.1 to your IP!

7) Last steps of making your hotel
- Run the emulator
- Go to your hotel ' ' login, and enjoy!

If you are having any troubles with this tutorial, then please contact me '[email protected]' and I will be happy to help... If I am in the mood :)

Credits For This Tutorial:
iPixel 100%

Uber Credits:
Thanks to Meth0d for creating Uber/Emu/CMS (And also, If I am not correct I think CMS stands for 'Content Management Site')

Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\ijji\Server\xampp\htdocs\index.php on line 23

great Tut but why client load and load and load again and i never get on to hotel
 

Brennen

hippopotomonstrosesquipedaliophobia
Nov 6, 2011
291
36
I finished it, using your exact tutorial, but when I go from say the homepage to something else it shows no pictures, or when I sign up, after that I cant go onto the site using my IP,
 

DoorBell

Member
Jun 13, 2011
31
0
help,when i go i get this
Welcome to XAMPP for Windows!

Congratulations:
You have successfully installed XAMPP on this system!
Now you can start using Apache and Co. You should first try »Status« on the left navigation to make sure everything works fine.

For OpenSSL support please use the test certificate with my ip] or
Good luck, Kay Vogelgesang + Kai 'Oswald' Seidler
 

Users who are viewing this thread

Top