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
RevCMS ~ Help Tool
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="AssLikeThat" data-source="post: 203499" data-attributes="member: 27476"><p>EDIT: ADDED IMAGE LINK!</p><p> </p><p>PLEASE POST ANY FEEDBACK AND WAYS I COULD IMPROVE THIS ! <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p>Not sure if this is a Tutorial or a Release as it's kind of both ;o</p><p> </p><p>Hey there, got a bit bored so i decided to "Re-do" & fix the help page.</p><p> </p><p>Screenshots:</p><p><img src="https://dl.dropboxusercontent.com/u/43003552/Habbo%20Images/Tutorials/help.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="https://dl.dropboxusercontent.com/u/43003552/Habbo%20Images/Tutorials/submitted.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p> </p><p><strong>help.php</strong>:</p><p><a href="https://dl.dropboxusercontent.com/u/43003552/Releases/help.php" target="_blank">https://dl.dropboxusercontent.com/u/43003552/Releases/help.php</a></p><p>OR</p><p><a href="http://pastebin.com/F1hwbW9X" target="_blank">http://pastebin.com/F1hwbW9X</a></p><p> </p><p><strong>submitted.php</strong>:</p><p><a href="https://dl.dropboxusercontent.com/u/43003552/Releases/submitted.php" target="_blank">https://dl.dropboxusercontent.com/u/43003552/Releases/submitted.php</a></p><p>OR</p><p><a href="http://pastebin.com/GxV2rpT1" target="_blank">http://pastebin.com/GxV2rpT1</a></p><p> </p><p><strong>Run this SQL</strong>:</p><p>[CODE]</p><p>SET FOREIGN_KEY_CHECKS=0;</p><p> </p><p>-- ----------------------------</p><p>-- Table structure for `helptool`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `helptool`;</p><p>CREATE TABLE `helptool` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `subject` varchar(255) DEFAULT NULL,</p><p> `message` varchar(255) DEFAULT NULL,</p><p> `username` varchar(255) DEFAULT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</p><p> </p><p>-- ----------------------------</p><p>-- Records of helptool</p><p>-- ----------------------------</p><p>[/CODE]</p><p> </p><p>Put the folder inside this zip file in your images folder:</p><p><a href="https://dl.dropboxusercontent.com/u/43003552/Releases/putinimagesfolder.zip" target="_blank">https://dl.dropboxusercontent.com/u/43003552/Releases/putinimagesfolder.zip</a></p><p> </p><p>Put this folder in your styles folder:</p><p><a href="https://dl.dropboxusercontent.com/u/43003552/Releases/2.zip" target="_blank">https://dl.dropboxusercontent.com/u/43003552/Releases/2.zip</a></p><p>Enjoy <3</p></blockquote><p></p>
[QUOTE="AssLikeThat, post: 203499, member: 27476"] EDIT: ADDED IMAGE LINK! PLEASE POST ANY FEEDBACK AND WAYS I COULD IMPROVE THIS ! :) Not sure if this is a Tutorial or a Release as it's kind of both ;o Hey there, got a bit bored so i decided to "Re-do" & fix the help page. Screenshots: [IMG]https://dl.dropboxusercontent.com/u/43003552/Habbo%20Images/Tutorials/help.png[/IMG] [IMG]https://dl.dropboxusercontent.com/u/43003552/Habbo%20Images/Tutorials/submitted.png[/IMG] [B]help.php[/B]: [URL]https://dl.dropboxusercontent.com/u/43003552/Releases/help.php[/URL] OR [URL]http://pastebin.com/F1hwbW9X[/URL] [B]submitted.php[/B]: [URL]https://dl.dropboxusercontent.com/u/43003552/Releases/submitted.php[/URL] OR [URL]http://pastebin.com/GxV2rpT1[/URL] [B]Run this SQL[/B]: [CODE] SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `helptool` -- ---------------------------- DROP TABLE IF EXISTS `helptool`; CREATE TABLE `helptool` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(255) DEFAULT NULL, `message` varchar(255) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of helptool -- ---------------------------- [/CODE] Put the folder inside this zip file in your images folder: [URL]https://dl.dropboxusercontent.com/u/43003552/Releases/putinimagesfolder.zip[/URL] Put this folder in your styles folder: [url]https://dl.dropboxusercontent.com/u/43003552/Releases/2.zip[/url] Enjoy <3 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
RevCMS ~ Help Tool
Top