Search results

  1. SaW

    Issues using $_GET

    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"; }; ?>">
  2. SaW

    Issues using $_GET

    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?
  3. SaW

    Arcturus Error

    Trying to set up Arcturus on my local, but it spits out this error, and I've got no clue on what to do:
  4. SaW

    Modifying loading page

    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:
  5. SaW

    Refferal System

    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.
  6. SaW

    Client not loading

    Yea
  7. SaW

    Client not loading

    Yea
  8. SaW

    Client not loading

    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...
  9. SaW

    Client keeps redirecting to /me

    For the 2nd picture it looks like you're missing a "/" after the production folder in either config.php or client.php
  10. SaW

    Error when loading client

    ^ What Rush said.
  11. SaW

    Error when loading client

    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
  12. SaW

    Habboemulator loads 100% then disconnects

    Still disconnecting:
  13. SaW

    Habboemulator loads 100% then disconnects

    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..
  14. SaW

    Changing color of furni

    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
  15. SaW

    Changing color of furni

    @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:
  16. SaW

    Changing color of furni

    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:
  17. SaW

    Account Settings using <select>

    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:
  18. SaW

    Account Settings using <select>

    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...
  19. SaW

    News selection

    All good, trying to get my head around php so was nice trying to figure it out myself. Though thx alot @Zachariah
  20. SaW

    News selection

    @RushDK @Synapse SO appreciated guys!!! thank you!
Top