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
WIRED and Catalogue problem
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="Hypothesis" data-source="post: 446422" data-attributes="member: 83881"><p>Your SWFS aren't linked correctly, as if you can tell, many other images are not showing as well, so it has to be your swf links, also you probably don't have the furniture icons if furniture icons aren't showing. As for the Wired furniture, does your database have the table called wired_items? If not, run this query.</p><p>[CODE]DROP TABLE IF EXISTS `wired_items`;</p><p>CREATE TABLE `wired_items` (</p><p> `id` int(11) NOT NULL,</p><p> `items` varchar(5000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,</p><p> `delay` int(11) NOT NULL,</p><p> `string` varchar(5000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,</p><p> `bool` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`id`) USING BTREE,</p><p> UNIQUE INDEX `id`(`id`) USING BTREE</p><p>) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;[/CODE]</p></blockquote><p></p>
[QUOTE="Hypothesis, post: 446422, member: 83881"] Your SWFS aren't linked correctly, as if you can tell, many other images are not showing as well, so it has to be your swf links, also you probably don't have the furniture icons if furniture icons aren't showing. As for the Wired furniture, does your database have the table called wired_items? If not, run this query. [CODE]DROP TABLE IF EXISTS `wired_items`; CREATE TABLE `wired_items` ( `id` int(11) NOT NULL, `items` varchar(5000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `delay` int(11) NOT NULL, `string` varchar(5000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `bool` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0', PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `id`(`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Compact;[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
WIRED and Catalogue problem
Top