Search results

  1. G

    R63 Catalogue?

    please don't double post. i understand you want an answer but this is annoying :(
  2. G

    Help radio DJ

    i can't understand if this has been solved or not. Basically if you want to add a radio to your website, Habbo or not you have 2 options. Use a premade radio. Search Shoutcast there is many! Build your own radio with shoutcast or icecast. there is many shoutcast hosting companies out there, use...
  3. G

    PHP MVC Loading a file. :c

    I tried require_once, include_once, require and include all give the same error. This is how i solve it, added a slash b4 the namespace name. public function loadModel($model) { $class = "\Models\\$model"; if(class_exists($model) != true) { require_once( dirname(__FILE__) ...
  4. G

    PC What's your favourite Steam game?

    a few would have to be: L4D2 ( payed ) Skyrim ( payed ) I didn't buy this one so i don't know if its a steam game but The Child of Light ~ i play it with my little cousin ( torrent )
  5. G

    [MY HABBO FANSITE] PHP ERRORS????

    Don't use standard mysql extension. Use PDO or Mysqli. Google PHP Mysqli class You'll find something. Also I can help if you fix the thread and use the CODE bb
  6. G

    Maintenance with cool effects

    Messy Source code... i cleaned it up. also the zip provided is worthless https://www.dropbox.com/s/7a2v1v5qlombr75/Maintaince.zip
  7. G

    Simple Habbo Avatar generator

    Awesome! I am 100% integrating this into HybridCMS! :P
  8. G

    Mark had an accident

    isn't mark also very scrawny?
  9. G

    [DEV] InsanityCMS - v1.0 [MySQLi | PHP | SQL]

    I use the stripped Habbo Phoenix SQL file for the base of my projects, does not mean its HabboCMS. I do this because i am familiar with the sql structure ;)
  10. G

    Rate my design so far?

    navigation .. i think that is what it is the icons need to be better aligned, also its very empty
  11. G

    HybridCMS [OOP-MVC][DEV-W/Source]

    HybridCMS Updates: Removed TWIG engine Most of the code has been rewritten. Better Folder Tree What i will be working on this week and next week! Basic CMS Functions, Login, Register, Logout .. ect Microsoft Translator Support. Administration. Integration of Exclusive Theme. Check the...
  12. G

    RevCMS - Index & Register

    Some Tips: Add Padding Bootstrap <-- USE THE GRID SYSTEM http://necolas.github.io/normalize.css/
  13. G

    PHP MVC Loading a file. :c

    I am trying to require a file, the script needs to require and then return a new instance (think that's the word) of that file. Simply i need to combine a namespace and a string. :) --- EDIT ABOVE --- Hey everyone i am trying to load my models like this: public function loadModel($model) {...
  14. G

    Can anyone?

    Is this even a release?
  15. G

    [Development] HydroCMS v0.1

    Tips Remove the interfaces they don't do anything. Add Autoloader Add Better Account Security Then I'd be worth switching to custom rev
  16. G

    Undefined Variable...

    Add this and post the results global $index: echo var_dump( $index ); exit; Also for this project I'd advise against a template engine as your limiting your self
  17. G

    HybridCMS [OOP-MVC][DEV-W/Source]

    @Mega not you Sorry for the Lack of updates I am redesigning the base code and testing on how I can make multi language work with content stored in the database
  18. G

    Video Rap battle what yah think? who won?

    Walter killed him I love the last thing he says
  19. G

    [Question] PHP Anonymous functions

    I understood what he ment
  20. G

    [Question] PHP Anonymous functions

    Nothing that's what I do I was wondering if there useful for anything
Top