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...
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__) ...
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 )
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
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 ;)
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...
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)
{...
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
@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