Problem with revCMS HabboTheme Figure?

TrueHabb

Member
Dec 20, 2011
117
8
so ive noticed that the habbo figure is not slowing on "me.php" and any other pages.
iknow its not just a error on my hotel, its on many others that ive checked out using revCMS on thehabbos.

does anybody know how to fix this error. Thanks

heres what im going on about >>
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
Ah, I would say you can make a new account and try, but that would still read from your cache...

No way to know until you go public man.

You could always preload the images.
 

TrueHabb

Member
Dec 20, 2011
117
8
yeh thats what i thought, ill wait untill i go public cause that should only be the error on the hotel when i open as im fixing/creating everything so its all ready so i have no stress when opening lol!
 

Flint

http://Dusk-Hotel.com
Jul 10, 2012
464
48
so ive noticed that the habbo figure is not slowing on "me.php" and any other pages.
iknow its not just a error on my hotel, its on many others that ive checked out using revCMS on thehabbos.

does anybody know how to fix this error. Thanks

heres what im going on about >>

This happend to me fix:

Go To The File Where Your Avater Is So For You Its Me.php
and Replace habbo.com with habbo.fr
 

Flint

http://Dusk-Hotel.com
Jul 10, 2012
464
48
You'd have to save every character image, and then change the habbo.com to your domain :p
Cant you make like a image saver auto image saver?
fml im having trouble with my hotel index page Look in signature to see wat problem it is
pm if u have fix thanks
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
HTML:
<script type="text/javascript">
if (document.images) {
img1 = new Image();
img2 = new Image();
img3 = new Image();
 
img1.src = "IMAGE URL";
img2.src = "IMAGE URL";
img3.src = "IMAGE URL";
}
</script>

Use this to preload the images, that should fix it, change the IMAGE URL to the URL to the image ofc :p
 

Flint

http://Dusk-Hotel.com
Jul 10, 2012
464
48
HTML:
<script type="text/javascript">
if (document.images) {
img1 = new Image();
img2 = new Image();
img3 = new Image();
 
img1.src = "IMAGE URL";
img2.src = "IMAGE URL";
img3.src = "IMAGE URL";
}
</script>

Use this to preload the images, that should fix it, change the IMAGE URL to the URL to the image ofc :p
Alright nice.
But can u help me solve my other issue with RevCMS?
go to my hotel link :
the index is fucked.
its because the {url} and stuff isnt working just for idnex page please help
im usin iis
 

Users who are viewing this thread

Top