Hello, i had my hotel going 100% just fine. no problems, but my VPS had ended up getting a Virus. i re-installed windows, and re-downloaded my CMS, i even tried getting new ones, to make sure nothing was corrupted... but that doesnt seem to help. when i go to my hotel link, all it does is go to a white page, it seems like its getting stuck on the First initial index. in the actual htdocs folder, not even in the skins. I say that because i opened the First index in my Notepad ++ and added an echo command, with "Hello" and i saw the word hello, and this is it. ive since changed the CMS, filled in all the settings details, and when i go to my site, again, white page. It IS up if anyone wants to check it out, maybe you can help me figure out the issue...
The Source of the White Page
”."><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "
<html>
<head>
<title>Habbsane Hotel</title>
<meta name="keywords" content="Habbsane Hotel" />
<meta name="description" content="Habbsane Hotel" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<frameset rows="100%">
<frame src="(Hotel-IP)" title="Habbsane Hotel" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>Habbsane Hotel</h1>
<p><a href="(Hotel-IP)">
</body>
</noframes>
</frameset>
</html>
its not getting re-directed to my skin
this is my htacess file:
RewriteEngine On
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dashboard.html?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dashboard.html?url=$1
RewriteRule ^home/(.*)/?$ index.php?url=home&user=$1 [L,QSA]
this is my managment settings, (in app)
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'connect';
$_CONFIG['mysql']['hostname'] = 'habbsane-hotel.com';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '(Password)';
$_CONFIG['mysql']['database'] = 'habbsane';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['server_ip'] = '(Hotel-IP)';
$_CONFIG['hotel']['url'] = '
$_CONFIG['hotel']['name'] = 'Habbsane';
$_CONFIG['hotel']['desc'] = 'Welcome to Habbsane Hotel!';
$_CONFIG['hotel']['email'] = '[email protected]';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'I am a new user to ' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 7500;
$_CONFIG['hotel']['pixels'] = 2500;
$_CONFIG['hotel']['figure'] = 'hd-180-8.ca-3175-1408.ch-3222-92.lg-281-92.sh-295-73.hr-3163-1395';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2863';
$_CONFIG['hotel']['external_vars'] = '
$_CONFIG['hotel']['external_texts'] = '
$_CONFIG['hotel']['product_data'] = '
$_CONFIG['hotel']['furni_data'] = '
$_CONFIG['hotel']['swf_folder'] = '
$_CONFIG['template']['style'] = 'Custom-Habbo';
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
And here is my vhosts file, since im using a virtual host for my apache (everything is done exactly the same as before... but ony this time... its not working)
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/
ServerName habbsane-hotel.com
<Directory "c:/xampp/htdocs/">
AllowOverride All
Require all Granted
</Directory>
</VirtualHost>
Any help is SERIOUSLY appreciated.
You must be registered for see links
its being ran off of xampp.The Source of the White Page
”."><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "
You must be registered for see links
"><html>
<head>
<title>Habbsane Hotel</title>
<meta name="keywords" content="Habbsane Hotel" />
<meta name="description" content="Habbsane Hotel" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<frameset rows="100%">
<frame src="(Hotel-IP)" title="Habbsane Hotel" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>Habbsane Hotel</h1>
<p><a href="(Hotel-IP)">
You must be registered for see links
</a></p></body>
</noframes>
</frameset>
</html>
its not getting re-directed to my skin
this is my htacess file:
RewriteEngine On
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dashboard.html?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dashboard.html?url=$1
RewriteRule ^home/(.*)/?$ index.php?url=home&user=$1 [L,QSA]
this is my managment settings, (in app)
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'connect';
$_CONFIG['mysql']['hostname'] = 'habbsane-hotel.com';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '(Password)';
$_CONFIG['mysql']['database'] = 'habbsane';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['server_ip'] = '(Hotel-IP)';
$_CONFIG['hotel']['url'] = '
You must be registered for see links
$_CONFIG['hotel']['name'] = 'Habbsane';
$_CONFIG['hotel']['desc'] = 'Welcome to Habbsane Hotel!';
$_CONFIG['hotel']['email'] = '[email protected]';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'I am a new user to ' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 7500;
$_CONFIG['hotel']['pixels'] = 2500;
$_CONFIG['hotel']['figure'] = 'hd-180-8.ca-3175-1408.ch-3222-92.lg-281-92.sh-295-73.hr-3163-1395';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2863';
$_CONFIG['hotel']['external_vars'] = '
You must be registered for see links
$_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
$_CONFIG['hotel']['product_data'] = '
You must be registered for see links
$_CONFIG['hotel']['furni_data'] = '
You must be registered for see links
$_CONFIG['hotel']['swf_folder'] = '
You must be registered for see links
$_CONFIG['template']['style'] = 'Custom-Habbo';
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
And here is my vhosts file, since im using a virtual host for my apache (everything is done exactly the same as before... but ony this time... its not working)
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/
ServerName habbsane-hotel.com
<Directory "c:/xampp/htdocs/">
AllowOverride All
Require all Granted
</Directory>
</VirtualHost>
Any help is SERIOUSLY appreciated.
Last edited: