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 applications page [HELP]
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="Decellor" data-source="post: 380150" data-attributes="member: 42657"><p>[USER=59782]@Joshia[/USER] <a href="https://hostr.co/dxHr4vCO7B7B" target="_blank">https://hostr.co/dxHr4vCO7B7B</a> and run this query in your database</p><p></p><p>[CODE]</p><p>DROP TABLE IF EXISTS `staffapps`;CREATE TABLE `staffapps` (</p><p> `AppID` int(11) NOT NULL AUTO_INCREMENT,</p><p> `RealName` varchar(75) NOT NULL,</p><p> `UserName` varchar(75) DEFAULT NULL,</p><p> `Age` int(2) DEFAULT NULL,</p><p> `Timezone` varchar(10) DEFAULT NULL,</p><p> `Experience` longtext,</p><p> `Why` longtext,</p><p> `What` longtext,</p><p> `TimeStamp` int(11) DEFAULT NULL,</p><p> `IP` varchar(15) DEFAULT NULL,</p><p> PRIMARY KEY (`AppID`)</p><p></p><p>) ENGINE=InnoDB AUTO_INCREMENT=685 DEFAULT CHARSET=utf8;</p><p>[/CODE]</p><p></p><p> Make sure you edit db.php and index.php</p></blockquote><p></p>
[QUOTE="Decellor, post: 380150, member: 42657"] [USER=59782]@Joshia[/USER] [URL]https://hostr.co/dxHr4vCO7B7B[/URL] and run this query in your database [CODE] DROP TABLE IF EXISTS `staffapps`;CREATE TABLE `staffapps` ( `AppID` int(11) NOT NULL AUTO_INCREMENT, `RealName` varchar(75) NOT NULL, `UserName` varchar(75) DEFAULT NULL, `Age` int(2) DEFAULT NULL, `Timezone` varchar(10) DEFAULT NULL, `Experience` longtext, `Why` longtext, `What` longtext, `TimeStamp` int(11) DEFAULT NULL, `IP` varchar(15) DEFAULT NULL, PRIMARY KEY (`AppID`) ) ENGINE=InnoDB AUTO_INCREMENT=685 DEFAULT CHARSET=utf8; [/CODE] Make sure you edit db.php and index.php [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS applications page [HELP]
Top