maybe teach us how to edit client?
This is a discussion on How To Make A r61 Habbo Retro [FULL] within the Habbo Tutorials forums, part of the Habbo Hotel category; HEy I have up dated this Tutorial so now you can make a r63 Habbo Retro with more help added ...

HEy I have up dated this Tutorial so now you can make a r63 Habbo Retro with more help added ;D
Downloads for the "Content Management System" and uberServer (Heavily Edited by iJakey)
1) XAMPP 1.7.3 (latest version) But check your specs and server to see what version you need to use
2) WinRAR
3) MySQL Connector 6.2.3 Just click no thanks, take me to downloads select your mirror and install ; D
4) Microsoft C# Express 2010 (before you download, select your language)
5) .NET 4.0 Framework Client (you may also need 3.5 or higher) and once your done do to c panel, programs and go to this and Click Repair)
r63 SWFS: R63 Remixed Pack.rar
(includes: - R54 & R63 Mixed together
- Newest swf's!
- Multi-language system
- Pet bug fixed
- And more!)
How to set up? go here for tut http://forum.ragezone.com/f353/swf-p...d-uber-708772/ (Credits to PeJump2)
6) uberCMS for r63(Revised and fully working edited by me of course)
7) uberEMU Edited by iJakey
Now that you've got all the downloads you can now get going to the tutorial, the cms is edited so it all works now ;D!
Step 1 Install all the downloads (you should know how to run trough all of the downloads, if not leave a comment below.
Step 2 After you've done all that, go to http://localhost/xamppsecurity/security.php and set your pw, and then set site to http not cookie and set random password user for pma to NO and that shud help a bit from people getting into your pma,then delete everything in c:/xampp>htdocs> and delete the webdav folder so your site cant get scripted on! c:/xampp>webdav
1) Go to Xampp control panel
2) Click explore
3) then the folder go to apache > conf > extra > httpd-xampp.conf
4) At the bottum it should say:
Replace that code with:PHP Code:# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
Then restart apacePHP Code:# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
Next Step
Go into the XAMPP folder located in C:\XAMPP\. Go into apache > conf > extra > httpd-dav.conf (open that file).
look for:
and Replace it with:PHP Code:<Directory "C:/xampp/webdav">
Dav On
Order Allow,Deny
Allow from all
And reboot apace, this should help keep your xampp safe from at least a non prom hacker xDPHP Code:<Directory "C:/xampp/webdav">
Dav Off
Order Deny,Allow
Deny from all
NOW
---
Go to http://localhost/phpmyadmin Create a db called uberdb get the database from here uberdb.sql [NEXT: you will have to edit your inc config file which can be found in xampp>>htdocs>>inc>>inc-config
Heres how it shud look
Edit it to your credentials like change it to your pass word IP and site path, please remember not to put / at the end of site pathPHP Code:<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| http://www.meth0d.org
| #######################################################################
| 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.
\======================================================================*/
$config['Site']['www'] = "VPS IP, or Localhost or Hamachi IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "Your IP";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "yourpw";
$config['MySQL']['database'] = "yourdb";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 21;
?>
Now.. with this cms you dont have to worry about replace the ccs and js file location, becoz its already been done! Revised and fully edited by me but Credits to Meth0d, gotta love that guy, Great init?
And as many of you are aware that HabboUK is now Habbo USA, you have to now change some pages like externals, page-client.tpl and add a few..
So you will have to use iLost Fix to keep up with Habbo and if you want your hotel online, heres download to files ilost_catalogfix.zip just replace them, and for noobs you can still visit thread but please try not to bump it ;/ And since iLost catalog fix is out of date when you download it, 1st edit your pass and db then look for the following below:
Find:
And after:PHP Code:Message.AppendInt32(PixelsCost);
After that, run it via http://localhost/catalogfix.php and you should be donePHP Code:Message.AppendInt32(0);
[THIS PART HAS BEEN ADDED IN FOR THOSE WHO DONT KNOW HOW TO EDIT PAGE CLIENT] Well after you replaced your page client with iLost fix, replace it again with PeJump2 page client, and rename it from page-client-r63 to page-client, then edit client.php so it goes to page-client not page-client-r63.tpl etc. Now open that page and just edit it <i>(more info on how to edit it coming soon)</i>
Dont worry were soon done ;D
NOW Heres Comes The EMU Part
1st go to bin>debug>uber-config and edit it
It should be something like this:
Add this code in phpmyadmin if you get a errorPHP Code:## 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=yourpw
db.name=uberdb
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=your vps or local ip
game.tcp.port=21
game.tcp.conlimit=500
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=your vps or local ip
## Client configuration
client.ping.enabled=0
client.ping.interval=0
EDIT it And save it, and you should be done with that xD, try start your EMU if it dont start tell me your problem below, always remeber to include screenshots of your problem (you can add some codes to your emu if you liked) Which can be found on anther forum which I cant tell link cause I might get infracted, and its not Otaku so.. GOOGLE it XDPHP Code:ALTER TABLE `navigator_publics` ADD `enabled` ENUM( '0', '1' ) NOT NULL DEFAULT '1';
Now For SWF's The original Resleaer PeJump made his own tutorial so follow his thread for instructions etc on that:
http://forum.ragezone.com/f353/swf-p...d-uber-708772/
If you found this tut very helpful click the 'Thanks Button'Or if you think im missing anything please feel free to tell me below, UPDATED and bumped :O
Need additional help? Contact me VIA MSN: [email protected] Thanks guys for using my r63 TUT (Updated)![]()
Last edited by Subway; 22-02-11 at 02:39 AM. Reason: updates
maybe teach us how to edit client?
nice tut mate a bit better then mine -thumbsup-
can u help me ???
skype: benhy
msn: [email protected]
to edit the client you edit page-client.tpl
Why it doesn't find http://localhost/xamppsecurity/security.php ?
Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture....
- Mathias
---------- Post added at 07:34 AM ---------- Previous post was at 07:27 AM ----------
Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture....
- Mathias
---------- Post added at 07:37 AM ---------- Previous post was at 07:34 AM ----------
Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture.....
- Mathias![]()
it jus says "Now edit your page client to your credentials etc."
Your are obv a noob to not know how to edit your page-client.tpl :L
great tut!
no SQL script/file
to edit your page-client.tpl go to C:/campp/htdocs>inc>tpl>page-client.tpl
wat? lol
haven't u said that b4
the emu hasnt the database with it?