Thanks for the reply, but still no results:
Should display the result in the 'refferer' tab. Using this code:
<input placeholder="
<?php
if($_GET['ref'] != ''){
$ref = $_GET['r'];
echo $ref;
} else {
echo "Refferer";
};
?>">
Trying to set up a refferal system which uses $_GET to pick up the refferer, like https://hotel.com/index?ref=SaW, though it doesn't work.
Even this won't output correctly
$ref = $_GET['ref'];
echo $ref;
using https://hotel.com/index?ref=saw
Any ideas why this happens, maybe because of .htaccess?
So i would like to move up the loading bar, and maybe make it shorter, but i have no idea how to, or if it is even possible:
I would like it to look like the old loading screen:
I'm aware that this has been requested a lot of times, but I can't seem to find any refferal systems that actually work for me. Would anyone be able to point me in the right direction? I sadly haven't got the skills to code it myself.
I got Habboemulator to work on my local, but when i try and put in on VPS and changing the paths, ip and webconfig, it stops at 76%. I'm very sure that my paths are correct, and have been searching forums but without result.
While my local loads everything perfectly fine, it stops at the...
Having the problem that my client loads to 100% and lets me have a slight glimpse of the "online friends" bar before disconnecting with this error:
I have no idea what to do as i think my client.php and config.php is set up properly, and have tried multiple other things.
Using Habboemulator
Trying to get Habboemulator to work, but it just touches 100% then disconnects.
Getting this error in developer:
Assuming its the // that's causing the error, but have checked everywhere and don't know from where it's from..
Wouldn't it work if i tried changing the color of an existing dragon too then? Tried changing the color of rare_dragonlamp*9 to another color, but didn't change
@RushDK U sure it works this way? I tried duplicating a dragon and naming it rare_dragonlamp*18, change the color, adding it into db in furniture and catalog_items but it comes out white:
So i found out that the dragonlamp initially is just one swf which is then colored later on, and i wanted to ask if anyone knew how this worked. Have tried going into the furnidata.xml and changing the <partcolors> but without result:
Will this work for the whole page if i want to be able to set all the different settings and then hit save to remember them?
Going for something that looks like this:
So after searching for answer on google ive decided to ask here:
I want my account settings in CMS to be chosen using a dropdown instead of having a textinput, but i don't know how to set this up as I've got no knowledge on the matter.
<p><label>Setting:<select>
<option...