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
[SUPPORT]UberCMS Vip Shop Fix
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="firsthacks" data-source="post: 154227" data-attributes="member: 22577"><p>To Fix The VIP SHOP</p><p><img src="http://i1282.photobucket.com/albums/a534/Volthotel/img1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Just Replace vipshop.php with this</p><p>[PHP]<?php</p><p>/*=======================================================================</p><p>| UberCMS - Advanced Website and Content Management System for uberEmu</p><p>| #######################################################################</p><p>| Copyright (c) 2010, Roy 'Meth0d'</p><p>| http://www.meth0d.org</p><p>| #######################################################################</p><p>| This program is free software: you can redistribute it and/or modify</p><p>| it under the terms of the GNU General Public License as published by</p><p>| the Free Software Foundation, either version 3 of the License, or</p><p>| (at your option) any later version.</p><p>| #######################################################################</p><p>| This program is distributed in the hope that it will be useful,</p><p>| but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p>| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p>| GNU General Public License for more details.</p><p>\======================================================================*/</p><p> </p><p> </p><p> </p><p>define('TAB_ID', 12);</p><p>define('PAGE_ID', 13);</p><p> </p><p>require_once "global.php";</p><p> </p><p>if (!LOGGED_IN)</p><p>{</p><p> header("Location: /");</p><p> exit;</p><p>}</p><p> </p><p>$tpl->Init();</p><p> </p><p>$tpl->AddGeneric('head-init');</p><p> </p><p>$tpl->AddIncludeSet('generic');</p><p>$tpl->WriteIncludeFiles();</p><p> </p><p>$tpl->AddGeneric('head-overrides-generic');</p><p>$tpl->AddGeneric('head-bottom');</p><p>$tpl->AddGeneric('generic-top');</p><p> </p><p>$tpl->Write('<div id="column1" class="column">');</p><p>$tpl->AddGeneric('comp-vip-redeem');</p><p>$tpl->Write('</div>');</p><p> </p><p>$tpl->Write('<div id="column2" class="column">');</p><p>$tpl->AddGeneric('comp-vip-balance');</p><p>$tpl->AddGeneric('comp-vip-about');</p><p>$tpl->AddGeneric('comp-vip-support');</p><p>$tpl->Write('</div>');</p><p> </p><p>$tpl->AddGeneric('generic-column3');</p><p>$tpl->AddGeneric('footer');</p><p> </p><p>$tpl->SetParam('page_title', 'VIP Shop');</p><p>$tpl->SetParam('body_id', 'home');</p><p> </p><p>$tpl->Output();</p><p> </p><p>?>[/PHP]</p><p> </p><p>how it was fixed > looks like somewone edited it</p><p>[PHP]/** Secret! **/ require_once "error.php"; exit; /** Secret! **/[/PHP]</p><p> </p><p>Hope i helped</p></blockquote><p></p>
[QUOTE="firsthacks, post: 154227, member: 22577"] To Fix The VIP SHOP [IMG]http://i1282.photobucket.com/albums/a534/Volthotel/img1.png[/IMG] Just Replace vipshop.php with this [PHP]<?php /*======================================================================= | UberCMS - Advanced Website and Content Management System for uberEmu | ####################################################################### | Copyright (c) 2010, Roy 'Meth0d' | http://www.meth0d.org | ####################################################################### | This program is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | ####################################################################### | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. \======================================================================*/ define('TAB_ID', 12); define('PAGE_ID', 13); require_once "global.php"; if (!LOGGED_IN) { header("Location: /"); exit; } $tpl->Init(); $tpl->AddGeneric('head-init'); $tpl->AddIncludeSet('generic'); $tpl->WriteIncludeFiles(); $tpl->AddGeneric('head-overrides-generic'); $tpl->AddGeneric('head-bottom'); $tpl->AddGeneric('generic-top'); $tpl->Write('<div id="column1" class="column">'); $tpl->AddGeneric('comp-vip-redeem'); $tpl->Write('</div>'); $tpl->Write('<div id="column2" class="column">'); $tpl->AddGeneric('comp-vip-balance'); $tpl->AddGeneric('comp-vip-about'); $tpl->AddGeneric('comp-vip-support'); $tpl->Write('</div>'); $tpl->AddGeneric('generic-column3'); $tpl->AddGeneric('footer'); $tpl->SetParam('page_title', 'VIP Shop'); $tpl->SetParam('body_id', 'home'); $tpl->Output(); ?>[/PHP] how it was fixed > looks like somewone edited it [PHP]/** Secret! **/ require_once "error.php"; exit; /** Secret! **/[/PHP] Hope i helped [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[SUPPORT]UberCMS Vip Shop Fix
Top