Search results

  1. 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.
  2. SaW

    Questions surrounding classes and Rev

    All good, still learning so I'll probably figure out how it works sometime.
  3. SaW

    Questions surrounding classes and Rev

    I do have that table in my database. That isn't the problem, as it works before trying the $engine->query() method. Allowing me to include the dbconn in the functions without having to call it everytime i guess. I'm still getting around the basics, so if you've got any suggestions I'm all...
  4. SaW

    RevCMS pages load all stylesheet

    Correct assumption, I don't see how this is incorrectly phrased. Got it working, thanks.
  5. 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.
  6. 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.
  7. SaW

    Questions surrounding classes and Rev

    {coins} has nothing to do with this, was just to show the fatal error i was getting. This is the method that i am trying to call, which is in class.engine.php: I'm just testing to see if my engine methods work, as i find them more practical when using mysqli. Using arcturus database, therefore...
  8. SaW

    Questions surrounding classes and Rev

    class.engine.php. This is the method:
  9. SaW

    Questions surrounding classes and Rev

    Still not it: *EDIT Looking at others global.php, they have just made a new function in the global.php. I just don't get why it won't let me access the function in my other pages.
  10. SaW

    Questions surrounding classes and Rev

    Trying to turn this code: ->
  11. SaW

    Questions surrounding classes and Rev

    Appreciate it. Though what do i do wrong here then? Got this code on my /me page, and i get this err: Fatal error: Call to a member function query() on null in C:\xampp\htdocs\app\tpl\skins\Habbo\me.php on line 145
  12. 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...
  13. SaW

    Service In Game Banner

    Is it a floor furni for your wall?
  14. SaW

    Arcturus Error

    Yes sir
  15. SaW

    Looking for RevCMS index

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

    Keeping CMS secure

    Thanks a lot Would it make sense to restrict the db account to certain columns, so that it doesn't have access to e.g passwords?
  17. 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...
  18. SaW

    Issues using $_GET

    Inserts the /ref/ in the stylesheet path.. how do i get around this?? : I really appreciate the help. *EDIT: Nvm, got it working, thank you very much!
  19. SaW

    Issues using $_GET

    Works, though now the CSS is gone. Any idea why? CSS is active if i go to localhost/index.php?url=register&ref=saw..
  20. SaW

    Issues using $_GET

    Thanks a lot. I've got a hard time wrapping my head around rewriting, but do you mean something like this?
Top