Search results

  1. SaW

    knowledge

    Hey Trying to wrap my head around how Habbo emulators actually work, and I can't seem to do that by my own, so I am asking here if anyone would be able to point me in a direction on where i could find resources on how it works. As I have limited knowledge, this also means that I am not sure...
  2. SaW

    Additional dragon colors

    Hello. Does anyone know how to add additional colors to dragons, so that it is possible to use rare_dragonlamp*11 and so on..? I've tried adding the color ids in the swf and adding the color to the furni in the furnidata.xml, but still no results:
  3. SaW

    Change catalogue currency icons

    Hey, anyone know where (if even possible) I would have to change the graphics for the ducket icons shown here - both the small and larger one. Have been searching through both Habbo.swf and c_images without luck. Cheers!
  4. SaW

    Unlimited HC, Arcturus

    Wondered if there are other ways of giving unlimited HC to users other than implementing it in the register function in Revcms, thanks.
  5. SaW

    Prepared statements in RevCMS

    New to prepared statements, and I don't know how I would go about implementing it in RevCMS. Would it be safe to just create a method in class.engine like this to get the connection: To then accessing it through class.users: I'm all in for learning, and asking here as this is one of the things...
  6. SaW

    Preserving linebreaks after filtering

    Trying to allow linebreaks in my comment section of the news page, but I can't seem to keep the linebreaks after filtering, and I've been struggling with it for a long, so I thought I'd ask for help here. This is the process of the comment with filtering: And the secure method: This interfers...
  7. SaW

    Avoiding form duplication in Rev

    Would i be fine implementing this method into RevCMS to prevent my forms from duplicating when refreshed? https://arjunphp.com/prevent-multiple-form-submissions-php/ Thanks.
  8. SaW

    Escaping curly braces. Revcms

    I have no idea how to escape these: {server_ip} and {url} in rev, when people put them as their motto. How do i do this? Thanks.
  9. SaW

    RevCMS calling db connection

    Getting into setting up prepared statements for revcms, but I'm unsure on how to call my db connection from the engine. How would i do so? Thanks.
  10. SaW

    RevCMS pages load all stylesheet

    After converting my RevCMS classes to mysqli, my pages gets linked up to all of the stylesheets in my stylesfolder: I assume it has something to do with my class.css.php, but I'm unsure what makes it freak out like that. Using the RevCMS mysqli edit by wesley.
  11. SaW

    Questions surrounding classes and Rev

    So i just started learning OOP PHP aswell as functions, and some things doesn't make sense to me when i look at how RevCMS works. 1. How does fx. {username} work, and how does it call it from the class without the class being included in the page? 2. Gonna be converting from mysql to mysqli, and...
  12. SaW

    Looking for RevCMS index

    Anyone know if this index and register exist for RevCMS?
  13. SaW

    Keeping CMS secure

    I barely just started coding html and php so that i could create my own stuff for my CMS, and even though i know the code might not be the best, I think it'll do, but my only concern is it being unsafe and unsecure, which i definitely don't want. Therefore I want to ask if theres any basic...
  14. 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?
  15. 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:
  16. 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:
  17. 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.
  18. 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...
  19. 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
  20. 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..
Top