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
RevCMS Housekeeping?
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="c0detweaker" data-source="post: 208012" data-attributes="member: 32590"><p>Okay I made myself admin via the database and the housekeeping won't show up on the tabs, and when I try to access it manually like</p><p> </p><p>"<a href="http://localhost/ase" target="_blank">http://localhost/ase</a>"</p><p> </p><p>It gives me:</p><p>[CODE]Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\app\tpl\class.html.php on line 45[/CODE]</p><p> </p><p>And I went to line 45 and this is whats all around it..</p><p> </p><p>[CODE]if(file_exists('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php'))</p><p> {</p><p> ob_start();</p><p> require_once('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php');</p><p> $this->html .= ob_get_contents();</p><p> ob_end_clean();</p><p> </p><p> $this->setHTML();</p><p> }[/CODE]</p><p> </p><p>Any help?</p></blockquote><p></p>
[QUOTE="c0detweaker, post: 208012, member: 32590"] Okay I made myself admin via the database and the housekeeping won't show up on the tabs, and when I try to access it manually like "[url]http://localhost/ase[/url]" It gives me: [CODE]Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\app\tpl\class.html.php on line 45[/CODE] And I went to line 45 and this is whats all around it.. [CODE]if(file_exists('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php')) { ob_start(); require_once('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' . $file . '.php'); $this->html .= ob_get_contents(); ob_end_clean(); $this->setHTML(); }[/CODE] Any help? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS Housekeeping?
Top