-
[TUT] How to make a R63 Retro [TUT]
Firstly Lets start off with the downloads.
If you don't know how to download this isn't the right place for you.
Things you'll need through the tutorial:
uberCMS Change the style: PrivilegeCMS
apache friends - xampp
MySQL :: Connector/NET
WinRAR achiver
uberEmulator R63+ Breakz0nes Edit
EDIT: MAKE SURE YOU DOWNLOAD MYSQL CONNECTOR NET OTHERWISE THE EMULATOR WILL NOT WORK!
Additional
Please note if you are going to port forward please ignore this,
if not download: LogMeIn ~ Hamachi
Installing Xampp
Right, Now lets start off by downloading xampp.
http://i831.photobucket.com/albums/z...o/KG5a4k-1.png
When xampp pops up press next.
http://i831.photobucket.com/albums/z...ro/Capture.png
Check to see if you have the required space, you can check this by going to 'computer'.
http://i831.photobucket.com/albums/z...o/Capture1.png
Then click install, This might take some time.
Whilst thats downloading we download Msql Connector.
http://i831.photobucket.com/albums/z...o/Capture2.png
A installation pop-up will appear press next.
http://i831.photobucket.com/albums/z...o/Capture3.png
There will be 3 options pick the first one 'Typical'.
http://i831.photobucket.com/albums/z...o/Capture4.png
Then select 'install'.
By now xampp would be installed. If not don't worry just wait till it has finished.
Now head over to Your localhost, localhost
Choose your language.
You should then be on a page looking like this:
http://i831.photobucket.com/albums/z...o/capture5.png
Now you want to click 'Security'.
Then you should see a page and it will have a underlined link on it. Click that the page should be looking somthing like this.
http://i831.photobucket.com/albums/z...o/Capture6.png
On the black outlined boxes Enter a password.
in the second box enter your password yet again.
Installing the Content management system
Now lets head over to htdocs. If you don't know where that is When you are in htdocs, delete everything.
Now we have the htdocs empty we want to find the Cms we download earlier and simply extract them to c:/xampp/htdocs Using WinRAR, when done close WinRAR Now in htdocs look for a file called 'includes' then look for a file called 'inc-config' Edit the details matching your suitable needs. When done simply save it and close. Confused let me show you.
PHP 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']['twitter_name'] = "MeetHotel";
$config['Site']['hotel_name'] = "Habbo";
$config['Site']['www'] = "http://HAMACHI IP OR YOUR IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "You Password you made earlier";
$config['MySQL']['database'] = "db";
$config['Game']['ip'] = "Hamachi ip or Your ip";
$config['Game']['port'] = 7575;
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 6565;
?>
Setting up the Database.
Firstly open up your internet e.g. Google Chrome, in the url box at the top type in 'http://localhost/phpmyadmin'
When done, A Box should appear sign:
Code:
Username: root
Password: The one you set earlier
Then press 'Log-in or sign in'.
We are going to be using the database that was on the thread in 'breakzones v3 edit'.
Now create a db called 'db' No capitalization otherwise it will not config rightly with your Emu or site.
When you have created a db Click import. then go find the db
Most likely called Uberdata.sql or something like that.
Then see a tab called 'MYSQL' Click it and copy&paste this code
Code:
ALTER TABLE `site_config` ADD `web_build` VARCHAR( 255 ) NOT NULL;
INSERT INTO `site_cron` (`id`, `prio`, `enabled`, `scriptfile`, `last_exec`, `exec_every`) VALUES
(6, 5, '1', 'webbuild.php', 1304513524, 7200);
Then click 'GO'.
we are now finished setting up the database
Setting up the emulator
Firstly, find your emulator. then click it, there should be a file called 'Config' Edit that with any text formed program.
Its just like setting up the previous file called 'inc-config' Because all we are doing is entering the ports and ips from your previous configuration file and no you cannot just copy and paste it from that file as it may not work happpy days :).
Once you have set up the config file then you want to goto bin/release/ the fire icon click it twice.
We have now successfully set up the emulator.
Head over to your site done.
This is my first tutorial. I've never made one like this but here it is if i missed out any atall please tell me.
Credits to : Pejump2 (Cms) Meth0d (Uber) Breakzone (Emulator & Db).
Don't forget to hit 'Like' button if it helped.
And questions or need help leave a Message or add my msn roryellison@hotmail.co.uk
IMPORTANT FOUND A FIX FOR THE EMULATOR! ALL THIS FILE TO UBER > BIN > RELEASE. IM 99% Sure it will work it worked on me, Link
-Rory
-
Re: [TUT] How to make a R63 Retro [TUT]
I have a problem,
when I open Uber, it says that it can't find the file.
I doesn't say which file..
Maby I did something wrong with the config files?! :o
Could you explain what to enter into the last config files (from the emulator)?
Sorry, I'm kinda noob! But great tut! :D
-
Re: [TUT] How to make a R63 Retro [TUT]
Ermm what are you actully entering client,website ?
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
rory129
Ermm what are you actully entering client,website ?
I'm trying to open Uber > Bin > Release > Uber (application).
It's shows a black screen with white text and it says that it can't find some kind of file.
But, which config file do you have to change?
Uber > Config or Uber > Bin > Release > Config
Sorry about my bad english :P
-
Re: [TUT] How to make a R63 Retro [TUT]
Change the config file in Uber > and the one in debug, i also think its saying cannot find msql.ini
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
rory129
Change the config file in Uber > and the one in debug, i also think its saying cannot find msql.ini
It's still doing it, maby you could help me with teamviewer or messenger? :o
-
Re: [TUT] How to make a R63 Retro [TUT]
Hmm well, add my msn located at the bottom of this tutorial.
---------- Post added at 08:09 AM ---------- Previous post was at 07:38 AM ----------
Going to play some black ops any questions or if you need help email me roryellison@hotmail.co.uk
-
Re: [TUT] How to make a R63 Retro [TUT]
help me to everytime i go on my site my ip or localhost it says could not connect load?
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
I have the same problem
Offtopic: I wish the layout had more buttons like the Credits page and the staff page...
-
Re: [TUT] How to make a R63 Retro [TUT]
nice, erverything works, I can make a new user and ervything but I can't get in the hotel, I run the: Uber\bin\Release and I have changed the config.ini but I got an error with; can't find mysql.data versiion 6.3.5 etc..
I have installed the newest: mysql connector..
-
Re: [TUT] How to make a R63 Retro [TUT]
Hmm. ill post a new emulator.
---------- Post added at 01:41 PM ---------- Previous post was at 01:38 PM ----------
Dont forget to hit that like button :D
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
habboterror
nice, erverything works, I can make a new user and ervything but I can't get in the hotel, I run the: Uber\bin\Release and I have changed the config.ini but I got an error with; can't find mysql.data versiion 6.3.5 etc..
I have installed the newest: mysql connector..
Make sure its msql connector NET
I Installed it, worked first time so i dont see the problem :S
---------- Post added at 04:59 AM ---------- Previous post was at 04:21 AM ----------
Going offline need help add my email roryellison@hotmail.co.uk
-
Re: [TUT] How to make a R63 Retro [TUT]
Ill like it when i can get the emu working.
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Nahson
Doesnt Work But Nice try
Site works, all i need is the dumb emulator to work..
-
Re: [TUT] How to make a R63 Retro [TUT]
Hmm, lawl, i have windows 7 and i did everything obv, and it works >.<
---------- Post added at 12:55 AM ---------- Previous post was at 12:55 AM ----------
Try this older version MySQL :: Download Connector/Net
-
Re: [TUT] How to make a R63 Retro [TUT]
Lol, which thread are the Breakzone database something? I can't see it.
Sorry for bad english.
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
FlawlessJokke
Lol, which thread are the Breakzone database something? I can't see it.
Sorry for bad english.
Sorry i was updating. it back now.
-
Re: [TUT] How to make a R63 Retro [TUT]
Here Rory Ellison says
My mate starts his emu he has mysql connector .NET And it says unable to find mysql.data do u know a fix?
Nathan . says
MySQL isn't installed then
Rory Ellison says
Hmm
thats what i say.
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
this guide does work just on files so dont say dont work just find the same files fixed :) ill make a guide on this later
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
rory129
Sorry i was updating. it back now.
Thanks :) And a fine guide. All the other guides i had seen, havent download links for mysql connector o.o
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Rydur
this guide does work just on files so dont say dont work just find the same files fixed :) ill make a guide on this later
Lul what? this does work like you said but, as i mentioned above about The emulator. It works fist time.
-
Re: [TUT] How to make a R63 Retro [TUT]
This might not be a fix but.... i had the same problem what i did was keep installing and reinstalling until it worked.
---------- Post added at 02:27 PM ---------- Previous post was at 01:15 PM ----------
Found a fix :)
-
Re: [TUT] How to make a R63 Retro [TUT]
When i boot the emu i get
[DBClient.connect] unable to open MySQL connection for handle: 1
[DBClient.connect] unable to open MySQL connection for handle: 2
[DBClient.connect] unable to open MySQL connection for handle: 3
[DBClient.connect] unable to open MySQL connection for handle: 4
[DBClient.connect] unable to open MySQL connection for handle: 5
[DBClient.connect] unable to open MySQL connection for handle: 0
Failed To Initialize: connection must be valid and open
Any Ideas?
-
Re: [TUT] How to make a R63 Retro [TUT]
rory, i think there is a bug in the emulator? - it says it cant find the database on phpmyadmin.
- Jokke
Edit: Maybe you could help me? :) - I have Skype, my name is nowshowmetheway
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Him411
When i boot the emu i get
[DBClient.connect] unable to open MySQL connection for handle: 1
[DBClient.connect] unable to open MySQL connection for handle: 2
[DBClient.connect] unable to open MySQL connection for handle: 3
[DBClient.connect] unable to open MySQL connection for handle: 4
[DBClient.connect] unable to open MySQL connection for handle: 5
[DBClient.connect] unable to open MySQL connection for handle: 0
Failed To Initialize: connection must be valid and open
Any Ideas?
That means your configuration file is incorret.
-
Re: [TUT] How to make a R63 Retro [TUT]
Okay, In our External_vars would we have to change our predefined to our hotel link?
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
oldschoolowner
Okay, In our External_vars would we have to change our predefined to our hotel link?
Yeah the ip of it,
-
Re: [TUT] How to make a R63 Retro [TUT]
ineed help with my C:\xampp\htdocs\includes\inc.config.php , file what should i put to the db place?
<?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']['twitter_name'] = "hotel";
$config['Site']['hotel_name'] = "Habbo";
$config['Site']['www'] = "http://5.21.223.254";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "erra12";
$config['MySQL']['database'] = "db";
$config['Game']['ip'] = "5.21.223.254";
$config['Game']['port'] = 7575;
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 6565;
?>
-
1 Attachment(s)
Re: [TUT] How to make a R63 Retro [TUT]
When I run start debugging the emulator; I get the following:
please help !
I have also added u on MSN :glare:
-
Re: [TUT] How to make a R63 Retro [TUT]
i get an error saying
error in error.php in line 21?
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Raheem
When I run start debugging the emulator; I get the following:
please help !
I have also added u on MSN :glare:
Run it in the debug file.
---------- Post added at 06:13 AM ---------- Previous post was at 06:12 AM ----------
Quote:
Originally Posted by
Jr Cautionz
i get an error saying
error in error.php in line 21?
You must of edited a file that you shouldn't
-
Re: [TUT] How to make a R63 Retro [TUT]
Yeah but when i test localhost
it gives an global.php error and when you fix the global.php error it gives u and error at error.php
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Raheem
When I run start debugging the emulator; I get the following:
please help !
I have also added u on MSN :glare:
You dont debug it... You run it in the debug folder...
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Jr Cautionz
Yeah but when i test localhost
it gives an global.php error and when you fix the global.php error it gives u and error at error.php
Don't use localhost use 127.0.0.1
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
oldschoolowner
You dont debug it... You run it in the debug folder...
Sorry for sounding like a UBER noob but what do you mean by run it in the debug folder?
-
Re: [TUT] How to make a R63 Retro [TUT]
Yo, i'am getting a error!
it says:
Server Error!
The server had an internal error and could not answer your question. The server is overloaded or there was an error in a CGI script.
If you believe this server error, please contact the webmaster.
Error 500
localhost
06/15/11 21:24:02
Apache/2.2.6 (Win32) DAV / 2 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5
Can you help me, you can say it here, or add me on MSN. My msn is dark-gs@hotmail.com
-
Re: [TUT] How to make a R63 Retro [TUT]
Hmm seems strange never seen that before o.o
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Raheem
Sorry for sounding like a UBER noob but what do you mean by run it in the debug folder?
Its okay, You go to uber on your desktop or where u extracted the uber folder. Open that up, and u will see like 15 files, The very top one says Bin. Open that up. Then u will see the folders Debug and Release, Open Debug. Then run the application Uber. If you get errors with the debug one, do the Release one. I perfer the Release file more than the debug.
-
Re: [TUT] How to make a R63 Retro [TUT]
Btw i tryed uploading htdocs to a website but they didnt upload
and when i try logging in the client on 127.0.0.1 after i register it gives me an error :S ?
-
Re: [TUT] How to make a R63 Retro [TUT]
If you guys need help, with like the cms or something, I will help you via teamviewer. Just tell me what u need help with.
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
oldschoolowner
If you guys need help, with like the cms or something, I will help you via teamviewer. Just tell me what u need help with.
add me on msn please
juniorcautionz@hotmail.co.uk or
turkish_klr@live.co.uk
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
rory129
Hmm seems strange never seen that before o.o
O.o, if you never seen! can you help me to make a good one?
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
oldschoolowner
Its okay, You go to uber on your desktop or where u extracted the uber folder. Open that up, and u will see like 15 files, The very top one says Bin. Open that up. Then u will see the folders Debug and Release, Open Debug. Then run the application Uber. If you get errors with the debug one, do the Release one. I perfer the Release file more than the debug.
I helped him via T/v
---------- Post added at 02:04 PM ---------- Previous post was at 02:03 PM ----------
Quote:
Originally Posted by
Jr Cautionz
Btw i tryed uploading htdocs to a website but they didnt upload
and when i try logging in the client on 127.0.0.1 after i register it gives me an error :S ?
Yes did you add the code to ur database?
-
Re: [TUT] How to make a R63 Retro [TUT]
Rory Maybe You can help me i got my stuff running up emu is up and fine no errors at all! :D (cz i fixed on own) lol first time i actually get a hotel up
now back to topic!
i open the client but guess what! ...It just stays at a Black Screen and a min after i get that page that says cannot connect to client! D: any fix for that?
i added your msn waiting to see if youll add back!
-
Re: [TUT] How to make a R63 Retro [TUT]
Supply me with more info screenies of configuration files ect.
-
1 Attachment(s)
Re: [TUT] How to make a R63 Retro [TUT]
mkay
before that page it just shows loading bars the black page...then bam that page!
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
think you could tv me? :)
im unsure what to do next :o
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
thewaytogo
i added you with my brothers msn lol :thumbup:
-
Re: [TUT] How to make a R63 Retro [TUT]
Rory Just fix the files update them to work and fix the emulator be much easier instead of doing the same thing for every person what asks ?
---------- Post added at 12:39 AM ---------- Previous post was at 12:37 AM ----------
Quote:
Originally Posted by
iRosko
mkay
before that page it just shows loading bars the black page...then bam that page!
you need to get some swfs and update the client they are obviously old and are not hosted anymore just look up some swfs then update the client.php file to the new settings:thumbup:
-
Re: [TUT] How to make a R63 Retro [TUT]
Lol The Fix To The Bug Is To Get A Mysql.data File and to get the mysql connecter version specified! It should work then!
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
wy479
Lol The Fix To The Bug Is To Get A Mysql.data File and to get the mysql connecter version specified! It should work then!
*Claps* Well done you've just me something i know, also its Mysql.data.dll
Thanks
-Rpry
-
Re: [TUT] How to make a R63 Retro [TUT]
Uhm yeah i did everything it said on the tut ..... lol
also im not doing this anymore because it just dont work i moved on to another tut
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
my emulator wont work, its says: Unable to open MySQL connection for Handle: 1 Can some one help me?
-
Re: [TUT] How to make a R63 Retro [TUT]
@rory it wasnt meant for you...
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
killercoeci
my emulator wont work, its says: Unable to open MySQL connection for Handle: 1 Can some one help me?
Your config file is wrong or your db is.
@wy479 Im so sorry :( :D
-
Re: [TUT] How to make a R63 Retro [TUT]
Rory Can You tv me? :D
i got all up and stuff just everytime my emu is up my client crashes D:
-
Re: [TUT] How to make a R63 Retro [TUT]
Nice Tut mate, excellent for Nubs and non-nubs... Using it to help me right now :D
-
Re: [TUT] How to make a R63 Retro [TUT]
I came across a slight issue <_<
If possible, can anyone provide a solution?
error is this: I run Uber in Release and when its up it says:
[9:14] > Initializing uberEmulator...
Table 'db.server_config' doesn't exist
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
I had to upload the uberdb.sql file from UberEmu editted by Slaxxer because I couldn't find a .sql in the UberEmu Breakz0ne pack...
Could that be causing the issue?
-
2 Attachment(s)
[HELP] Client isn't loading properly
Hi i've followed the tutorial and i've got the cms set up etc and the emulator seems to be working fine however the client isn't loading properly and I have also added an image of what comes up on the emu, as you can see in the attachment... can anyone help me with this problem via msn or teamviewer please???? Also how can I make my user into admin. My msn is CashtasticUK@hotmail.co.uk :thumbup:
This is what I get in the error log:
19/06/2011 02:56:39
System.ArgumentException: Column 'activated' does not belong to table .
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at Uber.HabboHotel.Users.Subscriptions.SubscriptionManager.LoadSubscriptions() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Subscriptions\SubscriptionManager.cs:line 143
at Uber.HabboHotel.Users.Habbo.LoadData() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Habbo.cs:line 247
at Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 88
at Uber.Messages.GameClientMessageHandler.SSOLogin() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\Requests\Handshake.cs:line 40
at Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\GameClientMessageHandler.cs:line 58
at Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 281
at Uber.Net.TcpConnection.RouteData(Byte[]& Data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 220
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 210
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
-
Re: [HELP] Client isn't loading properly
Quote:
Originally Posted by
Cashtastic
Hi i've followed the tutorial and i've got the cms set up etc and the emulator seems to be working fine however the client isn't loading properly and I have also added an image of what comes up on the emu, as you can see in the attachment... can anyone help me with this problem via msn or teamviewer please???? Also how can I make my user into admin. My msn is
CashtasticUK@hotmail.co.uk :thumbup:
This is what I get in the error log:
19/06/2011 02:56:39
System.ArgumentException: Column 'activated' does not belong to table .
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at Uber.HabboHotel.Users.Subscriptions.SubscriptionManager.LoadSubscriptions() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Subscriptions\SubscriptionManager.cs:line 143
at Uber.HabboHotel.Users.Habbo.LoadData() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Habbo.cs:line 247
at Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 88
at Uber.Messages.GameClientMessageHandler.SSOLogin() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\Requests\Handshake.cs:line 40
at Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\GameClientMessageHandler.cs:line 58
at Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 281
at Uber.Net.TcpConnection.RouteData(Byte[]& Data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 220
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 210
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Hey Cashtastic, I have msn on my phone.. Any chance you could help me with my issue? I think I also know how to make your user admin and I can help you with that, seen it in another tutorial on another site... but I need to figure out where I went wrong with mine first... Somewhere I jacked something up lol, though I was following the tutorial...
-
Re: [HELP] Client isn't loading properly
Quote:
Originally Posted by
Hawk4Life
Hey Cashtastic, I have msn on my phone.. Any chance you could help me with my issue? I think I also know how to make your user admin and I can help you with that, seen it in another tutorial on another site... but I need to figure out where I went wrong with mine first... Somewhere I jacked something up lol, though I was following the tutorial...
I can try, even though i'm not that clever with this myself...:thumbdown:
-
Re: [HELP] Client isn't loading properly
Alright, thanks, I just sent your an msn request war_head_hockey@hotmail.com
-
Re: [HELP] Client isn't loading properly
For admins ect goto phpmyadmin where u database is then look for 'users' and edit the one u wanna give rank then i think admin = 7
-
Quote:
Originally Posted by
Cashtastic
Hi i've followed the tutorial and i've got the cms set up etc and the emulator seems to be working fine however the client isn't loading properly and I have also added an image of what comes up on the emu, as you can see in the attachment... can anyone help me with this problem via msn or teamviewer please???? Also how can I make my user into admin. My msn is
CashtasticUK@hotmail.co.uk :thumbup:
This is what I get in the error log:
19/06/2011 02:56:39
System.ArgumentException: Column 'activated' does not belong to table .
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at Uber.HabboHotel.Users.Subscriptions.SubscriptionManager.LoadSubscriptions() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Subscriptions\SubscriptionManager.cs:line 143
at Uber.HabboHotel.Users.Habbo.LoadData() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\Users\Habbo.cs:line 247
at Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 88
at Uber.Messages.GameClientMessageHandler.SSOLogin() in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\Requests\Handshake.cs:line 40
at Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Messages\GameClientMessageHandler.cs:line 58
at Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 281
at Uber.Net.TcpConnection.RouteData(Byte[]& Data) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 220
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Alex\Documents\Hoxor Motel\Hoxor Motel\Uber\Uber\Net\TcpConnection.cs:line 210
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
I still need help with this problem!!!
Add me on msn: CashtasticUK@hotmail.co.uk
-
Re: [TUT] How to make a R63 Retro [TUT]
I have a problem ? The loader only works for me and not other people I am using hamachi and they are connected to my network. How do I fix this??
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
Raheem
I have a problem ? The loader only works for me and not other people I am using hamachi and they are connected to my network. How do I fix this??
you need to change config file from your ip to hamachi ip
also emu unsure
-
Re: [TUT] How to make a R63 Retro [TUT]
-
Re: [TUT] How to make a R63 Retro [TUT]
Thank you for this, good tutorial rory :-)
-
Re: [TUT] How to make a R63 Retro [TUT]
System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at Uber.HabboHotel.Users.Subscriptions.Subscription..ctor(String mType, String mActivated, Int32 mMonths, Int32 mItemsSelected) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Subscriptions\Subscription.cs:line 76
at Uber.HabboHotel.Users.Subscriptions.SubscriptionManager.LoadSubscriptions() in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Subscriptions\SubscriptionManager.cs:line 145
at Uber.HabboHotel.Users.Habbo.LoadData() in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Habbo.cs:line 246
at Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 89
at Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 271
at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Wichard\Habbo Developement\Uber\Uber\Net\TcpConnection.cs:line 204
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
When i load the hotel, i just see the background, the errors that the emulator gave are above.
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
itzJay
Thank you for this, good tutorial rory :-)
thanks!
-
Re: [TUT] How to make a R63 Retro [TUT]
Rory, i cannot buy HC, or VIP, please help me, thanks. Also, i have no commands.
-
Re: [TUT] How to make a R63 Retro [TUT]
Hmm when I go on the client it loads but when the hotel screen/background comes up nothing happens, and after a while it takes me to the error page. Nothing appears on the emulator saying connection accepted or anything similar.
http://i281.photobucket.com/albums/k...Untitled-1.png
-
Re: [TUT] How to make a R63 Retro [TUT]
I got a problem with starting the emu. I have installed MySQL last time for my maple. I didn't put a password. But the emu must have the password to start. How do I change the password for the MySQL?
-
Re: [TUT] How to make a R63 Retro [TUT]
A great tut!
10/10
it would have been 9 but you had the screenies :D!
-
Re: [TUT] How to make a R63 Retro [TUT]
I got everything working, I port forwarded ports 80, 30000, and 30001 or whatever, but i'm having an issue with the link, it lets me on my hotel when I do http://127.0.0.1, or http://192.168.2.12, but when I use my public ip adress http://70.27.18.252 it doesen't work, and I can't get it to work with my no-ip either D;
Config:
<?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.
\======================================================================*/
$config['Site']['twitter_name'] = "StachePlaza";
$config['Site']['hotel_name'] = "Stache";
$config['Site']['www'] = "http://stacheplaza.servegame.com";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "NotTelling";
$config['MySQL']['database'] = "db";
$config['Game']['ip'] = "192.168.2.12";
$config['Game']['port'] = 30000;
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "192.168.2.12";
$config['MUS']['port'] = 30001;
?>
Emu config:
## System Configuration File
## All settings must be correctly configured for the Emulator to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=NotTelling
db.name=db
## MySQL Pooling Setting
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=192.168.2.12
game.tcp.port=30000
game.tcp.conlimit=1500
## Addons
## StartRoomID need Private room!
addons.startroom.id=0
addons.startroom.enabled=false
uVip.publicroom.id=8
What am I doing wrong? :L I want other people to be able to come on my hotel
---------- Post added at 07:56 AM ---------- Previous post was at 07:56 AM ----------
I got everything working, I port forwarded ports 80, 30000, and 30001 or whatever, but i'm having an issue with the link, it lets me on my hotel when I do http://127.0.0.1, or http://192.168.2.12, but when I use my public ip adress http://70.27.18.252 it doesen't work, and I can't get it to work with my no-ip either D;
Config:
<?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.
\======================================================================*/
$config['Site']['twitter_name'] = "StachePlaza";
$config['Site']['hotel_name'] = "Stache";
$config['Site']['www'] = "http://stacheplaza.servegame.com";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "NotTelling";
$config['MySQL']['database'] = "db";
$config['Game']['ip'] = "192.168.2.12";
$config['Game']['port'] = 30000;
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "192.168.2.12";
$config['MUS']['port'] = 30001;
?>
Emu config:
## System Configuration File
## All settings must be correctly configured for the Emulator to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=NotTelling
db.name=db
## MySQL Pooling Setting
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=192.168.2.12
game.tcp.port=30000
game.tcp.conlimit=1500
## Addons
## StartRoomID need Private room!
addons.startroom.id=0
addons.startroom.enabled=false
uVip.publicroom.id=8
What am I doing wrong? :L I want other people to be able to come on my hotel
-
Re: [TUT] How to make a R63 Retro [TUT]
i did everything u said and the emulator connected.. but no images at all on the website!!! help me fix
-
Re: [TUT] How to make a R63 Retro [TUT]
I have everything working, but the only links it will work for is Http://127.0.0.1 or http://192.168.2.12 which are not public links, so other people can't get on my hotel, I posted m configs above ^^
-
Re: [TUT] How to make a R63 Retro [TUT]
I can't access local host, it comes up with a 404 error, im using IE.
I've tried it on Firefox, and Chrome.
-
Re: [TUT] How to make a R63 Retro [TUT]
hello everyone iam having a problem with this
does anyone know what the problem is and how i can fix it?
thx in advance Marcel
http://img842.imageshack.us/img842/3896/uberq.png
-
Re: [TUT] How to make a R63 Retro [TUT]
Most error with the emu idk how to fix.
-
Re: [TUT] How to make a R63 Retro [TUT]
Quote:
Originally Posted by
HabboFan
I have everything working, but the only links it will work for is
Http://127.0.0.1 or
http://192.168.2.12 which are not public links, so other people can't get on my hotel, I posted m configs above ^^
if you need help portfowarding pm me :D
-
Re: [TUT] How to make a R63 Retro [TUT]
Could someone help me!.
When I click start on Apache it doesn't start, or show starting, and I start it from the root directory.
Also I can't get onto localhost, I presume it's because of the apache or something like that.
-
Re: [TUT] How to make a R63 Retro [TUT]
Thank you x
Created the hotel in 5 minutes Haha!
TOPtutorial :]
-
Re: [TUT] How to make a R63 Retro [TUT]
Nice guide, couldnt find any better :P
-
Re: [TUT] How to make a R63 Retro [TUT]
PLEASE HELP? what do you import into it?
-
Re: [TUT] How to make a R63 Retro [TUT]
would anybody be able to help me, when i try and run the emulator i get this message.
http://i52.tinypic.com/292wo7c.png
-
Re: [TUT] How to make a R63 Retro [TUT]
Nice tutorial! I hope that more of you come.
-
Re: [TUT] How to make a R63 Retro [TUT]
Thanks, but do you know how to fix the furni in the catalogue? It's loading all the time... And my name in hotel is Jaco but for a stupid reason it changed to IJaco :(
Edit: Fixed the cata thingie, but my account name is still IJaco xD
-
Re: [TUT] How to make a R63 Retro [TUT]
Jaxo, what stupid reason?
-
Re: [TUT] How to make a R63 Retro [TUT]
Thanks, and omg i thought this was going to go down hill but its actully active. thanks for all the feedback any ideas on tutorials?
-
Quote:
Originally Posted by
Whipe0ne
Jaxo, what stupid reason?
idunno, other accounts do have the same badge in the hotel... I'll setup another r63
Posted via Mobile Device
-
Re: [TUT] How to make a R63 Retro [TUT]
Need help with this part:
$config['Site']['twitter_name'] = "MeetHotel";
$config['Site']['hotel_name'] = "Habbo";
$config['Site']['www'] = "http://HAMACHI IP OR YOUR IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "You Password you made earlier";
$config['MySQL']['database'] = "db";
$config['Game']['ip'] = "Hamachi ip or Your ip";
$config['Game']['port'] = 7575;
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 6565;
Bold: What do I put here? or do i leave it as is?
Also, what do I put for my port numbers?