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 Page Addon
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="Obey" data-source="post: 365924" data-attributes="member: 40005"><p>I made a help tool addon based off of zMagenta's staff application standalone page. This works by sending the submitted information into your database therefore it's essential that you run the SQL below or it simply won't work. Install instructions are included within the download, it really isn't hard to do. <strong>This is old and at the time I didn't replace my skin with {skin}, but I have now, so ignore that in the install instructions. </strong></p><p></p><p style="text-align: center"><img src="https://i.gyazo.com/df3c409ebba53093f78ed2451e3b6915.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>RUN THIS SQL IN YOUR DATABASE:</p><p>[code]</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> `staff` 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>[/code]</p><p>The only bug I can see is the "content-bottom" that doesn't show. I've tried to fix it but can't, so if you can post it in the replies. I didn't want such a small bug to hold this release back, so I just posted it anyway.</p><p></p><p><strong>Download:</strong> <a href="http://www.mediafire.com/download/cq2wf4gskxhkngg/Help+Tool.rar" target="_blank">http://www.mediafire.com/download/cq2wf4gskxhkngg/Help+Tool.rar</a></p><p></p><p>If you have any feedback please leave it below and I would be happy to try and improve.</p></blockquote><p></p>
[QUOTE="Obey, post: 365924, member: 40005"] I made a help tool addon based off of zMagenta's staff application standalone page. This works by sending the submitted information into your database therefore it's essential that you run the SQL below or it simply won't work. Install instructions are included within the download, it really isn't hard to do. [B]This is old and at the time I didn't replace my skin with {skin}, but I have now, so ignore that in the install instructions. [/B] [CENTER][IMG]https://i.gyazo.com/df3c409ebba53093f78ed2451e3b6915.png[/IMG][/CENTER] RUN THIS SQL IN YOUR DATABASE: [code] 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, `staff` varchar(255) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; [/code] The only bug I can see is the "content-bottom" that doesn't show. I've tried to fix it but can't, so if you can post it in the replies. I didn't want such a small bug to hold this release back, so I just posted it anyway. [B]Download:[/B] [URL]http://www.mediafire.com/download/cq2wf4gskxhkngg/Help+Tool.rar[/URL] If you have any feedback please leave it below and I would be happy to try and improve. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
[REVCMS] Help Page Addon
Top