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 Releases
CMS Releases
GrapeASE for RevCMS by Mitchell/Grapefruit
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="FarLock" data-source="post: 96549" data-attributes="member: 15510"><p><strong>THIS IS A REPOST FROM A RIVAL FORUM IF ANYONE FINDS IT HARD TO SEARCH FOR GRAPEASE.</strong></p><p> </p><p>As many of you probably saw my thread saying it was in development, I got many requests for a BETA release... I thought long and hard, and then decided I may as well release a BETA version of GrapeASE. It includes all the features listed below:</p><ul> <li data-xf-list-type="ul">Give a user regular VIP</li> <li data-xf-list-type="ul">Edit a user's account</li> </ul><p>All of the below are rank 7 (Administrator)</p><ul> <li data-xf-list-type="ul">Post a news article (With the 'coding' error fixed)</li> <li data-xf-list-type="ul">Delete a news article (By ID)</li> <li data-xf-list-type="ul">In-game command logs</li> <li data-xf-list-type="ul">Change the welcome message</li> <li data-xf-list-type="ul">Empty a table</li> <li data-xf-list-type="ul">Change the credits & pixels timer</li> </ul><p>All of the below are for the moderation rank (Rank 4 and above)</p><ul> <li data-xf-list-type="ul">Ban list</li> <li data-xf-list-type="ul">IP lookup</li> <li data-xf-list-type="ul">Unban a user</li> <li data-xf-list-type="ul">Ban a user</li> </ul><p>Below is everything to do with badges, so rank 4 and above...</p><ul> <li data-xf-list-type="ul">List badges</li> <li data-xf-list-type="ul">Add a badge</li> <li data-xf-list-type="ul">Delete a badge</li> <li data-xf-list-type="ul">Here is a few screenshots:</li> </ul><p>As I already said, this is just a BETA release, and there will be many more features to come.</p><p> </p><p>How to install:</p><p>1. Download and extract the hk.rar file to your desktop. Place it in htdocs(or wwwroot)/app/tpl/skins/YOURSKIN/</p><p>2. Make sure there is already no HK folder in there, if there is delete it and replace it with the new one.</p><p>3. Open up databaseconfig.php and input your database details otherwise it will not work.</p><p> </p><p>Enjoy!</p><p> </p><p><strong>Q: </strong>My logo isn't showing at the top?!</p><p> </p><p><strong>A: </strong>You need to go into /hk/styles/global.css and replace:</p><p> </p><p>[CODE]#logoimg{ width: 1020px;</p><p> height: 60px;</p><p> background: url(http://localhost/app/tpl/skins/Mitch/images/logo.png)no-repeat;</p><p>}[/CODE]</p><p> </p><p>With:</p><p> </p><p>[CODE]#logoimg</p><p>{ width: 1020px;</p><p> height: 60px;</p><p> background: url(YOUR LOGO URL HERE)no-repeat;</p><p>}[/CODE]</p><p> </p><p>Hope it helped.</p><p> </p><p>##If you are using this you agree to:##</p><p>Not remove any credits placed there.</p><p>Not abuse the HK.</p><p>Not copy/re-write and claim the code as YOUR OWN.</p><p>########################################</p><p>Credits:</p><p>The features and design: Grapefruit</p><p>Implemented into RevCMS by Kryptos.</p><p>########################################</p><p>Enjoy.</p><p> </p><p><strong>Download link:</strong> <a href="http://www.mediafire.com/?bg4iuogrh8gb8pb" target="_blank">http://www.mediafire.com/?bg4iuogrh8gb8pb</a></p><p> </p><p><strong>Password:</strong> <img src="http://i.imgur.com/6Tjfe.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="FarLock, post: 96549, member: 15510"] [B]THIS IS A REPOST FROM A RIVAL FORUM IF ANYONE FINDS IT HARD TO SEARCH FOR GRAPEASE.[/B] As many of you probably saw my thread saying it was in development, I got many requests for a BETA release... I thought long and hard, and then decided I may as well release a BETA version of GrapeASE. It includes all the features listed below: [LIST] [*]Give a user regular VIP [*]Edit a user's account [/LIST] All of the below are rank 7 (Administrator) [LIST] [*]Post a news article (With the 'coding' error fixed) [*]Delete a news article (By ID) [*]In-game command logs [*]Change the welcome message [*]Empty a table [*]Change the credits & pixels timer [/LIST] All of the below are for the moderation rank (Rank 4 and above) [LIST] [*]Ban list [*]IP lookup [*]Unban a user [*]Ban a user [/LIST] Below is everything to do with badges, so rank 4 and above... [LIST] [*]List badges [*]Add a badge [*]Delete a badge [*]Here is a few screenshots: [/LIST] As I already said, this is just a BETA release, and there will be many more features to come. How to install: 1. Download and extract the hk.rar file to your desktop. Place it in htdocs(or wwwroot)/app/tpl/skins/YOURSKIN/ 2. Make sure there is already no HK folder in there, if there is delete it and replace it with the new one. 3. Open up databaseconfig.php and input your database details otherwise it will not work. Enjoy! [B]Q: [/B]My logo isn't showing at the top?! [B]A: [/B]You need to go into /hk/styles/global.css and replace: [CODE]#logoimg{ width: 1020px; height: 60px; background: url(http://localhost/app/tpl/skins/Mitch/images/logo.png)no-repeat; }[/CODE] With: [CODE]#logoimg { width: 1020px; height: 60px; background: url(YOUR LOGO URL HERE)no-repeat; }[/CODE] Hope it helped. ##If you are using this you agree to:## Not remove any credits placed there. Not abuse the HK. Not copy/re-write and claim the code as YOUR OWN. ######################################## Credits: The features and design: Grapefruit Implemented into RevCMS by Kryptos. ######################################## Enjoy. [B]Download link:[/B] [URL]http://www.mediafire.com/?bg4iuogrh8gb8pb[/URL] [B]Password:[/B] [IMG]http://i.imgur.com/6Tjfe.png[/IMG] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
GrapeASE for RevCMS by Mitchell/Grapefruit
Top