[TUT] Making an r61 Hotel [VIA UBER]

Sander de Lange

New Member
Sep 19, 2011
1
0
Ok, now i can tell my problem.
I've uploaded my CMS to my webhost with all config. files filled in the correct way. Now if i go to my site i get the following message:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /public/sites/MY SITENAME.nl/inc/inc.config.php on line 25

It's a parse error to my database name wich is correct. Can someone help.

PS. I think by myself that my webhost didn't get the MySQL connector. Maybe is that the problem?
 

arfix

New Member
Oct 3, 2011
9
0
System Requirment's
- Support for the .NET framework and the MySQL driver is required


where is the download link
i can't find the good program lol
 

xTerra

Slut Muffin :]
Oct 8, 2011
60
1
Great tutorial, very helpful! I'm sure new users to Retros this tut will have a great deal of help! :]
 

HabCityRP

Member
Sep 17, 2011
52
11
Be right back, have to get a magnifying glass to read your font. Hehe.

Jk jk, This is a nice tut, you're very good at tuts!
 

Calamt

New Member
Nov 28, 2011
1
0
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\htdocs\global.php on line 30 on the website i followed everything.
 

Mat Jengka

New Member
Oct 23, 2011
9
0
uberEmulator
uberEmulator, I'm going to show you how to set-up and Flash hotel using uberCMS for the Site and uberEmulator as the Core of the hotel.

System Requirment's
- Support for the .NET framework and the MySQL driver is required.
- Window's OS - 2000/XP/Vista/Windows 7
- uberEmulator & CMS Provided in Link's below
- XAMPP Control Panel or a Host
- At least 1 GB of RAM.
----------------------------------------
Download Link: [SERVER ONLY]
Newer Version of CMS:
XAMPP:
Database:
SWF's:
-----------------------------------------
1. We go into Local Disk:C and Find xampp
2. We find htdocs
3. We then delete the XAMPP folder and Index.html in htdocs
4. We open up WinRAR and find our uberCMS the updated one
5. We then extract it to our htdocs folder.
6. We go to localhost/xamppsecurity/security.php and change our password
7. We go to localhost/phpmyadmin then login as root, and your password
8. We then make a new db, naming what ever you want.
9. We click on Import whislt we're on db and Head over to our db whereever you saved it
10. When you import the db we head to our Htdoc's and find inc directory
11. We click on inc Config and it'll Look like this:
PHP:
<?php[/SIZE]
[SIZE=1]/*=======================================================================[/SIZE]
[SIZE=1]| UberCMS - Advanced Website and Content Management System for uberEmu[/SIZE]
[SIZE=1]| #######################################################################[/SIZE]
[SIZE=1]| Copyright (c) 2010, Roy 'Meth0d'[/SIZE]
[SIZE=1]| http://www.meth0d.org[/SIZE]
[SIZE=1]| #######################################################################[/SIZE]
[SIZE=1]| This program is free software: you can redistribute it and/or modify[/SIZE]
[SIZE=1]| it under the terms of the GNU General Public License as published by[/SIZE]
[SIZE=1]| the Free Software Foundation, either version 3 of the License, or[/SIZE]
[SIZE=1]| (at your option) any later version.[/SIZE]
[SIZE=1]| #######################################################################[/SIZE]
[SIZE=1]| This program is distributed in the hope that it will be useful,[/SIZE]
[SIZE=1]| but WITHOUT ANY WARRANTY; without even the implied warranty of[/SIZE]
[SIZE=1]| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the[/SIZE]
[SIZE=1]| GNU General Public License for more details.[/SIZE]
[SIZE=1]\======================================================================*/[/SIZE]
 
[SIZE=1]$config['Site']['www'] = "Site URL, or Localhost or Hamachi IP";[/SIZE]
[SIZE=1]$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";[/SIZE]
 
[SIZE=1]$config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost";[/SIZE]
[SIZE=1]$config['MySQL']['username'] = "root";[/SIZE]
[SIZE=1]$config['MySQL']['password'] = "Your password";[/SIZE]
[SIZE=1]$config['MySQL']['database'] = "Name of database";[/SIZE]
 
[SIZE=1]$config['MUS']['enabled'] = false;[/SIZE]
[SIZE=1]$config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank";[/SIZE]
[SIZE=1]$config['MUS']['port'] = 2001;[/SIZE]
 
[SIZE=1]?>
12. After that we go to class.php in the inc folder. and find
Code:
$this->SetParam('web_build',

13. Underneath that there will be a few number's change it to
Code:
63_1dc60c6d6ea6e089c6893ab4e0541ee0/12
14. Then go to your site and see if your Site's working!
--------------------------------------------------------------
Your Emulator.

1. We go to bin/debug and find Config
2. We edit all our information to what is needed
3.
4. We do what it say's on the Thread
5. We add the Htaccses found on the README
6. We go to yoursite.w.e/r61_pack_editor and edit Variable's to your IP. (NOTE ONLY LOCALHOST IS ALLOWED)
9. We go to our emulator and let it Load up the information
10. If it say's Ready for connection's, Listening your READY to GO!
-----------------------------------------------------------------
How do I set the SWF'S up?
How do i setup this shizzle?
PHP:
- Drop all the files in /htdocs and replace all files ( client.php )[/SIZE]
[SIZE=1]- Edit The variables ( You can do this easily through the R61+ Pack Editor )[/SIZE]
[SIZE=1]- Read the file "README.txt"[/SIZE]
[SIZE=1]- Delete this line from you'r .htaccess:[/SIZE]
[SIZE=1]Code:[/SIZE]
[SIZE=1]RewriteRule ^gamedata/external(|/)$ ./externals.php[/SIZE]
[SIZE=1]- Edit you'r host & port in client.php[/SIZE]
[SIZE=1]PHP Code:[/SIZE]
[SIZE=1]$client->SetParam('info_host', '127.0.0.1');[/SIZE]
[SIZE=1]$client->SetParam('info_port', '30000');  [/SIZE]
 
[SIZE=1]How does the Multi-language system work?[/SIZE]
[SIZE=1]Well it works pretty easy, you just go to this link:[/SIZE]
[SIZE=1]http://%hotel_url%/client?lang=%language code here%[/SIZE]
[SIZE=1]Example language codes:[/SIZE]
[SIZE=1]NL[/SIZE]
[SIZE=1]DE[/SIZE]
[SIZE=1]SE[/SIZE]
[SIZE=1]ES
Credit's to:
- iJakey for Emulator and Database (and cuz he's cewl xD)
- PEJump2 the SWF man on (censored) for the SWF Pack
- MDK, for the Newer uberContent Managment System
- and Me for the tutorial (powahcoder)
-----------------------------------------------------------------

- Struggling, contact me on msn or e-mail at: [email protected]
-----------------------------------------------------------------
Much love, |ivar. :rolleyes::p:cool:
[/php][/SIZE][/quote]
 

blommas

New Member
Dec 31, 2011
26
1
PHP:
$config['Site']['www'] = "Site URL, or Localhost or Hamachi IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "Your password";
$config['MySQL']['database'] = "Name of database";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank";
$config['MUS']['port'] = 2001;


should I change password, name of database, hostname, ip and all that?
 

blommas

New Member
Dec 31, 2011
26
1
Nice tut.. But when I'm trying to download UberCms r51 and click on download on the page it just keeps loading and loading and loading and doesn't start.
 

ross rose

Member
Oct 27, 2011
38
0
Nice TUT, As many people are strugglying with the difference with UBER R63 and Normal Uber r61 Good TUT Keep it up
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Guys I'd probably give RevCMS a try, it's being updates frequently, and allot easier to set-up, click for it. Also, you need to enable magic_quotes.
 

xRespectttt

New Member
Jan 23, 2012
16
0
Ivar, NICE tutorial! I haven't tried it yet, but I will use it.
And aswell I'm a newbie around here.. So if you could TV me and help settin it up, THAT would be nice! :)
 

Users who are viewing this thread

Top