Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Can someone help me with this error?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="HoldUp" data-source="post: 422856" data-attributes="member: 77448"><p>Make a new file in Notepad ++ paste this into it:</p><p>[PHP]<?php</p><p></p><p>namespace Revolution;</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>interface iCore</p><p>{</p><p> public function getOnline();</p><p> </p><p> public function getStatus();</p><p> </p><p> public function systemError($who, $txt);</p><p> </p><p> public function handleCall($k);</p><p> </p><p> public function hashed($password);</p><p></p><p>}</p><p>?>[/PHP]</p><p>Then save it as interface.core.php in htdocs or wwwroot, // app // interfaces</p></blockquote><p></p>
[QUOTE="HoldUp, post: 422856, member: 77448"] Make a new file in Notepad ++ paste this into it: [PHP]<?php namespace Revolution; if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } interface iCore { public function getOnline(); public function getStatus(); public function systemError($who, $txt); public function handleCall($k); public function hashed($password); } ?>[/PHP] Then save it as interface.core.php in htdocs or wwwroot, // app // interfaces [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Can someone help me with this error?
Top