Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to make R63 | With links|
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="shawn565" data-source="post: 21131" data-attributes="member: 2304"><p>This is my tut for how to make a R63 <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>Download links:</p><p>MySQL Net Connector(s):</p><p><a href="http://dev.mysql.com/downloads/connector/net/" target="_blank">http://dev.mysql.com/downloads/connector/net/</a> <- Choose the Net Connector You Need</p><p>XAMPP 1.7.3:</p><p><a href="http://www.apachefriends.org/en/xampp-windows.html-" target="_blank">http://www.apachefriends.org/en/xampp-windows.html-</a> xampp for windows</p><p>Microsoft Visual C#:</p><p><a href="http://www.microsoft.com/express/Downloads/#2010-Visual-CS" target="_blank">http://www.microsoft.com/express/Downloads/#2010-Visual-CS</a> - Visual Studio Express and SQL Server Express</p><p>R63 SWFs (Thanks to PEjump!):</p><p><a href="http://www.mediafire.com/?we6rgd4soh4h9tc" target="_blank">http://www.mediafire.com/?we6rgd4soh4h9tc</a></p><p>TebboCMS:</p><p><a href="http://www.megaupload.com/?d=WF4XENWY" target="_blank">http://www.megaupload.com/?d=WF4XENWY</a></p><p>UberEMU Edited by Slaxxer:</p><p><a href="http://rapidshare.com/#!download|39cg|407276747|uberEmu_edited_by_Slaxxer.rar|1363" target="_blank">http://rapidshare.com/#!download|39cg|407276747|uberEmu_edited_by_Slaxxer.rar|1363</a></p><p></p><p>1) Installation</p><p>- Install XAMPP</p><p>- Install Microsoft Visual C# 2010 Express</p><p>- Install MySQL Net Connector 6.0.7</p><p></p><p>2) Setting Up Uber</p><p>- Go to <a href="http://localhost/" target="_blank">http://localhost/</a> and add a password!</p><p>- Once you have added a password then follow my instructions:</p><p></p><p>Delete everything in the directory 'Htdocs'</p><p>- C:\xampp\htdocs</p><p>- And delete everything in there</p><p></p><p>3-A) Extract your UberCMS into the Htdocs directory and then follow my instructions again:</p><p>-Once you have extracted all the files from your UberCMS download then edit the 'inc.config' PHP file</p><p>-C:\xampp\htdocs\inc\'inc.config.PHP'</p><p></p><p>[CODE]$config['Site']['www'] = "http://YOURIP/localhost/127.0.0.1";</p><p>$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";</p><p></p><p>$config['MySQL']['hostname'] = "localhost";</p><p>$config['MySQL']['username'] = "root";</p><p>$config['MySQL']['password'] = "password you created earlier";</p><p>$config['MySQL']['database'] = "this will be your database we are going to create later!";</p><p></p><p>$config['MUS']['enabled'] = false;</p><p>$config['MUS']['ip'] = "YOURIP";</p><p>$config['MUS']['port'] = 21;</p><p>[/CODE]</p><p>4) Making Your Database</p><p>- Go to 'http://localhost/phpmyadmin/' and login with your username 'root' and the password you created earlier</p><p>- Once you have created your database, remember to also edit your inc.config file again, so that you have the correct database!</p><p></p><p>5) Create your user</p><p>- Go to your website 'http://localhost' and register an account</p><p>- Once you have registered, go to your database, and find the 'Users' table...</p><p>- Click on the users table, and you will see a list of users. If not, just your user.</p><p>- You will see a pencil or a red 'X', click on the pencil to edit your rank/user info...</p><p>- 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'</p><p>if so, then edit it to make it say '7'. Once you have done that scroll down (if nessicary) and click Go!</p><p></p><p>6) Edit Some Stuff</p><p>- 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:</p><p></p><p>[CODE]Extract the R63 SWFs if you have not!</p><p>- Edit 'Client.php' $client->SetParam('info_host', '127.0.0.1');</p><p>$client->SetParam('info_port', '30000');</p><p>- To: $client->SetParam('info_host', 'YOURIP');</p><p>$client->SetParam('info_port', '21');</p><p>If you cannot find that, then in notepad search for: $client->SetParam / Or scroll to the bottom</p><p>[/CODE]</p><p>- 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:</p><p></p><p>[CODE]<?php</p><p>/*=======================================================================</p><p>| UberCMS - Advanced Website and Content Management System for uberEmu</p><p>| #######################################################################</p><p>| Copyright (c) 2010, Roy 'Meth0d'</p><p>| Meth0d dot org &ndash; stuff goes here</p><p>| #######################################################################</p><p>| This program is free software: you can redistribute it and/or modify</p><p>| it under the terms of the GNU General Public License as published by</p><p>| the Free Software Foundation, either version 3 of the License, or</p><p>| (at your option) any later version.</p><p>| #######################################################################</p><p>| This program is distributed in the hope that it will be useful,</p><p>| but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p>| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p>| GNU General Public License for more details.</p><p>\======================================================================*/</p><p></p><p>require_once "global.php";</p><p></p><p>$id = '';</p><p></p><p>if (isset($_GET['id']))</p><p>{</p><p>$id = $_GET['id'];</p><p>}</p><p></p><p>switch ($id)</p><p>{</p><p>case "external_variables":</p><p></p><p>echo @file_get_contents("http://YOURIP/gamedata/external_variables.txt"); </p><p>$get = dbquery("SELECT * FROM external_variables");</p><p></p><p>while ($ext = mysql_fetch_assoc($get))</p><p>{</p><p>echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;</p><p>}</p><p></p><p>break;</p><p></p><p>case "external_flash_texts":</p><p></p><p>echo @file_get_contents("http://YOURIP/gamedata/external_flash_texts.txt"); </p><p>$get = dbquery("SELECT * FROM external_texts");</p><p></p><p>while ($ext = mysql_fetch_assoc($get))</p><p>{</p><p>echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;</p><p>}</p><p></p><p>break;</p><p>}</p><p></p><p>?>[/CODE]</p><p></p><p>- Once you have also saved that, edit 'External_Variables.txt' in the C:\xampp\htdocs\gamedata\'External_Variables.txt'</p><p>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!</p><p></p><p>7) Last steps of making your hotel</p><p>- Run the emulator</p><p>- Go to your hotel 'Http://YOURIP/HOTELLINK/' login, and enjoy!</p><p></p><p>If you are having any troubles with this tutorial, then please contact me 'crimpson_striker@live.com' and I will be happy to help... If I am in the mood <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>Credits For This Tutorial:</p><p>iPixel 100%</p><p></p><p>Uber Credits:</p><p>Thanks to Meth0d for creating Uber/Emu/CMS (And also, If I am not correct I think CMS stands for 'Content Management Site')</p><p></p><p>[CODE]Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\ijji\Server\xampp\htdocs\index.php on line 23[/CODE]</p></blockquote><p></p>
[QUOTE="shawn565, post: 21131, member: 2304"] This is my tut for how to make a R63 :) Download links: MySQL Net Connector(s): [url]http://dev.mysql.com/downloads/connector/net/[/url] <- Choose the Net Connector You Need XAMPP 1.7.3: [url]http://www.apachefriends.org/en/xampp-windows.html-[/url] xampp for windows Microsoft Visual C#: [url]http://www.microsoft.com/express/Downloads/#2010-Visual-CS[/url] - Visual Studio Express and SQL Server Express R63 SWFs (Thanks to PEjump!): [url]http://www.mediafire.com/?we6rgd4soh4h9tc[/url] TebboCMS: [url]http://www.megaupload.com/?d=WF4XENWY[/url] UberEMU Edited by Slaxxer: [url]http://rapidshare.com/#!download|39cg|407276747|uberEmu_edited_by_Slaxxer.rar|1363[/url] 1) Installation - Install XAMPP - Install Microsoft Visual C# 2010 Express - Install MySQL Net Connector 6.0.7 2) Setting Up Uber - Go to [url]http://localhost/[/url] 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; [/CODE] 4) Making Your Database - Go to 'http://localhost/phpmyadmin/' 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 'http://localhost' 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 [/CODE] - 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 – 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; } ?>[/CODE] - 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 'Http://YOURIP/HOTELLINK/' login, and enjoy! If you are having any troubles with this tutorial, then please contact me 'crimpson_striker@live.com' 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[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to make R63 | With links|
Top