Can't setup RevCMS

Status
Not open for further replies.

bradandrews4

New Member
Dec 4, 2011
10
1
Hello,

I'm currently trying to setup a retro using REVCMS but I'm having an issue with a few things.

ASE (all seeing eye): I can't login to this even though I'm rank 7 (phoenix emu PAID)
Client: When you try and access the client it wont let you
Voting API: gives you an error.

If you want to see the error the site is just register and try and access client.

Any help would be much appreciated!

Thanks,
Brad
 

bradandrews4

New Member
Dec 4, 2011
10
1
The config doesn't actually have CURL in it :S

PHP:
<?php
//////////////////////////////////////////////////////////
// # TheHabbos Topsites API Script - Release 1.0.1      //
// # (C) Copyright TheHabbos 2011. All rights reserved. //
//////////////////////////////////////////////////////////
 
if(!defined('IN_THEHABBOS_API')) {
  die('Sorry, but you can not access this file directly. :(');
}
 
/* FEEL FREE TO EDIT ANYTHING BELOW */
 
$CONFIG['Username'] = 'bradandrews4'; //thehabbos topsites username
$CONFIG['URL'] = 'http://tropical-resort.zapto.org/api.php'; //the location to the file api.php on your website (i.e. http://example.com/api.php)
$CONFIG['Type'] = 'client'; //current options: other or client (thehabbos_api/types)
$CONFIG['Style'] = 'Habbo Sleek'; //don't change this unless you have created your own style (thehabbos_api/styles)
$CONFIG['Credits'] = '500'; //you can use this if you are using a specific type above - your users will be rewarded this many credits for voting
 
/* DO NOT EDIT ANYTHING BELOW */
 
$votingValidation = new Validate();
$CONFIG['Status'] = $votingValidation->validateVote();
 

Error 501

Member
Nov 25, 2011
50
0
PHP:
$CONFIG['URL'] = 'http://tropical-resort.zapto.org/api.php'; //the location to the file api.php on your website (i.e. http://example.com/api.php)
then u need to make an api.php
 

bradandrews4

New Member
Dec 4, 2011
10
1
api.php
PHP:
<?php
//////////////////////////////////////////////////////////////
// # TheHabbos Topsites API Script - Release 1.0.0 (BETA 2) //
// # (C) Copyright TheHabbos 2010. All rights reserved.    //
//////////////////////////////////////////////////////////////
 
define('IN_THEHABBOS_API', 1);
 
require_once 'thehabbos_api/includes.php';
 
$create = new API_Template(); $create->buildTemplate();
 

bradandrews4

New Member
Dec 4, 2011
10
1
I deleted api.php but when I click enter hotel its a hyperlink to api.php which because i've deleted it, it now takes me to a 404 :L
 

PATiii

New Member
Nov 22, 2011
16
1
Guys, i got a problem with RevCMS.
Everything works fine untill i get to my client.
It load normally, but when its just go in black?
I have tried 3 different SWFs and i tried 2 different IPs to set it up.
And still it dosn't work..
Can somone help me?
I got: Teamviewer, msn, and steam.
Please reply!! :D
 

Bullethotel

Brick Hotel Owner
Dec 3, 2011
73
7
Guys, i got a problem with RevCMS.
Everything works fine untill i get to my client.
It load normally, but when its just go in black?
I have tried 3 different SWFs and i tried 2 different IPs to set it up.
And still it dosn't work..
Can somone help me?
I got: Teamviewer, msn, and steam.
Please reply!! :D


RevCMS works fine for my hotel, must be you doing something wrong. Check out mine: Bullet-hotel.com working FINE.
 
Status
Not open for further replies.

Users who are viewing this thread

Top