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
[Release] BadgeShop RevCMS
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="JayC" data-source="post: 332664" data-attributes="member: 36373"><p>Hey Guys! Here with another release, don't forget to check out my Lottery Release!</p><p></p><p>Thanks to [USER=9938]@Khalil[/USER] for helping me finish up the code to check if the badge is in the folder <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>Heres the database query:</p><p>[CODE]DROP TABLE IF EXISTS `badgeshop`;</p><p>CREATE TABLE `badgeshop` (</p><p> `badge_id` text NOT NULL,</p><p> `cost` int(11) NOT NULL DEFAULT '500',</p><p> `rank` int(11) NOT NULL DEFAULT '1',</p><p> `amount_bought` int(11) NOT NULL DEFAULT '0'</p><p>) ENGINE=InnoDB DEFAULT CHARSET=utf8;[/CODE]</p><p></p><p><strong>UPDATED LINK 2/5/2018</strong></p><p><strong><a href="https://mega.nz/#!dBMlnJjQ!Vy0K_noL3V1RFKghd7I93Ks_jIYglmp93tNeld8sfjM" target="_blank">https://mega.nz/#!dBMlnJjQ!Vy0K_noL3V1RFKghd7I93Ks_jIYglmp93tNeld8sfjM</a></strong></p><p></p><p>Images:</p><p>[SPOILER="Click Me!"]</p><p><img src="http://i.imgur.com/XJKJJPe.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><img src="http://i.imgur.com/ypDqzV7.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>[/SPOILER]</p><p></p><p>Features:</p><p>- Different ranks can buy different badges</p><p>- Different colored badge codes represent how many users have bought those badges</p><p>- Simple sleek design blends with any revcms</p><p>- Separates "Purchased" badges from badges received from emulator</p><p>- Removes the badge from the badgeshop JUST for that user if they already bought it (Makes the shop smaller the more they buy!)</p></blockquote><p></p>
[QUOTE="JayC, post: 332664, member: 36373"] Hey Guys! Here with another release, don't forget to check out my Lottery Release! Thanks to [USER=9938]@Khalil[/USER] for helping me finish up the code to check if the badge is in the folder :) Heres the database query: [CODE]DROP TABLE IF EXISTS `badgeshop`; CREATE TABLE `badgeshop` ( `badge_id` text NOT NULL, `cost` int(11) NOT NULL DEFAULT '500', `rank` int(11) NOT NULL DEFAULT '1', `amount_bought` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8;[/CODE] [B]UPDATED LINK 2/5/2018 [URL]https://mega.nz/#!dBMlnJjQ!Vy0K_noL3V1RFKghd7I93Ks_jIYglmp93tNeld8sfjM[/URL][/B] Images: [SPOILER="Click Me!"] [IMG]http://i.imgur.com/XJKJJPe.png[/IMG] [IMG]http://i.imgur.com/ypDqzV7.png[/IMG] [/SPOILER] Features: - Different ranks can buy different badges - Different colored badge codes represent how many users have bought those badges - Simple sleek design blends with any revcms - Separates "Purchased" badges from badges received from emulator - Removes the badge from the badgeshop JUST for that user if they already bought it (Makes the shop smaller the more they buy!) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
[Release] BadgeShop RevCMS
Top