Search results

  1. LouisJW

    Fatal error - class.engine.php

    $this->connect($_CONFIG['mysql']['connection_type']); My code is this, I changed back. Problem fixed now anyway thank you all for responses.
  2. LouisJW

    Fatal error - class.engine.php

    Have tried, no difference unfortunately.
  3. LouisJW

    Fatal error - class.engine.php

    <?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } /* ____ _ _ ____ __ __ ____ / ___|| | ___ ___| | __/ ___| \/ / ___| \___ \| |/ _ \/ _ \ |/ / | | |\/| \___ \ ___) | | __/ __/ <| |___| | | |___) | |____/|_|\___|\___|_|\_\\____|_|...
  4. LouisJW

    Fatal error - class.engine.php

    PHP 5.6 using IIS, I have URL Rewrite also
  5. LouisJW

    Fatal error - class.engine.php

    I have done, changed $_CONFIG['mysql']['connection_type'] = 'pconnect'; // This MUST be either connect or pconnect (if you want a persistent connection). from connect to pconnect; nothing changes. All is correct in config.
  6. LouisJW

    Fatal error - class.engine.php

    <?php namespace Revolution; if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } class engine { private $initiated; private $connected; private $connection; final public function Initiate() { global $_CONFIG...
  7. LouisJW

    Fatal error - class.engine.php

    Sorry, what do you mean the content of it?
  8. LouisJW

    Fatal error - class.engine.php

    So, usually I wouldn't post stuff like this but it's annoying now and is probably something so simple. When I go to localhost I get this error. Fatal error: Function name must be a string in C:\inetpub\wwwroot\app\class.engine.php on line 48 Line 48 of class.engine.php...
  9. LouisJW

    Habbo UI Editor

    It's sorted, thanks though.
  10. LouisJW

    Habbo UI Editor

    I did yes, still nothing has changed.
  11. LouisJW

    Habbo UI Editor

    Anybody on here have in-depth experience with habboUI editor? I am trying to remove "game centre" but nothing is happening. Discord - Louis#3032
  12. LouisJW

    Daily login gift system

    It's working fine now, thanks though for replying!
  13. LouisJW

    Daily login gift system

    I have recently tried to add the "Daily login gift" I followed a previous tutorial and used the codes said to use & the SQL's. Everything works but the users aren't actually receiving the gift. Is there anybody who'd be able to point me in the right direction or tell me what I am doing wrong...
  14. LouisJW

    Client "users online" top-bar.

    Hi, I'm unsure if I have this in the correct place, if not someone can move/delete it, I was wondering if there is anybody who has code or has released an users online top bar for retro client, for a friend. If so and don't mind sharing it can you comment or pm me, thanks.
  15. LouisJW

    Hi Bop!

    Hi Bop!
Top