Jump to content
kAyOeR

Website Kene godam

Recommended Posts

hmm cube drop dan create blk table admin_rights. Bwh ni ade sql dump tp untuk phpfusion versi v7.00.2

SQL
--
-- Dropkan dan create balik `fusion_admin`
--
DROP TABLE IF EXISTS fusion_admin;
CREATE TABLE `fusion_admin` (
`admin_id` mediumint(8) unsigned NOT NULL auto_increment,
`admin_rights` char(4) NOT NULL default '',
`admin_image` varchar(50) NOT NULL default '',
`admin_title` varchar(50) NOT NULL default '',
`admin_link` varchar(100) NOT NULL default 'reserved',
`admin_page` tinyint(1) unsigned NOT NULL default '1',
PRIMARY KEY (`admin_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=41 ;

--
-- Dumping data untuk table `fusion_admin`
--

INSERT INTO `fusion_admin` (`admin_id`, `admin_rights`, `admin_image`, `admin_title`, `admin_link`, `admin_page`) VALUES
(1, 'AD', 'admins.gif', 'Administrators', 'administrators.php', 2),
(2, 'AC', 'article_cats.gif', 'Article Categories', 'article_cats.php', 1),
(3, 'A', 'articles.gif', 'Articles', 'articles.php', 1),
(4, 'SB', 'banners.gif', 'Banners', 'banners.php', 3),
(5, 'BB', 'bbcodes.gif', 'BB Codes', 'bbcodes.php', 3),
(6, 'B', 'blacklist.gif', 'Blacklist', 'blacklist.php', 2),
(7, 'C', '', 'Comments', 'reserved', 2),
(8, 'CP', 'c-pages.gif', 'Custom Pages', 'custom_pages.php', 1),
(9, 'DB', 'db_backup.gif', 'Database Backup', 'db_backup.php', 3),
(10, 'DC', 'dl_cats.gif', 'Download Categories', 'download_cats.php', 1),
(11, 'D', 'dl.gif', 'Downloads', 'downloads.php', 1),
(12, 'FQ', 'faq.gif', 'FAQs', 'faq.php', 1),
(13, 'F', 'forums.gif', 'Forums', 'forums.php', 1),
(14, 'IM', 'images.gif', 'Images', 'images.php', 1),
(15, 'I', 'infusions.gif', 'Infusions', 'infusions.php', 3),
(16, 'IP', '', 'Infusion Panels', 'reserved', 3),
(17, 'M', 'members.gif', 'Members', 'members.php', 2),
(18, 'NC', 'news_cats.gif', 'News Categories', 'news_cats.php', 1),
(19, 'N', 'news.gif', 'News', 'news.php', 1),
(20, 'P', 'panels.gif', 'Panels', 'panels.php', 3),
(21, 'PH', 'photoalbums.gif', 'Photo Albums', 'photoalbums.php', 1),
(22, 'PI', 'phpinfo.gif', 'PHP Info', 'phpinfo.php', 3),
(23, 'PO', 'polls.gif', 'Polls', 'polls.php', 1),
(24, 'S', 'shout.gif', 'Shoutbox', 'shoutbox.php', 2),
(25, 'SL', 'site_links.gif', 'Site Links', 'site_links.php', 3),
(26, 'SM', 'smileys.gif', 'Smileys', 'smileys.php', 3),
(27, 'SU', 'submissions.gif', 'Submissions', 'submissions.php', 2),
(28, 'U', 'upgrade.gif', 'Upgrade', 'upgrade.php', 3),
(29, 'UG', 'user_groups.gif', 'User Groups', 'user_groups.php', 2),
(30, 'WC', 'wl_cats.gif', 'Web Link Categories', 'weblink_cats.php', 1),
(31, 'W', 'wl.gif', 'Web Links', 'weblinks.php', 1),
(32, 'S1', 'settings.gif', 'Main Settings', 'settings_main.php', 3),
(33, 'S2', 'settings_time.gif', 'Time and Date Settings', 'settings_time.php', 3),
(34, 'S3', 'settings_forum.gif', 'Forum Settings', 'settings_forum.php', 3),
(35, 'S4', 'registration.gif', 'Registration Settings', 'settings_registration.php', 3),
(36, 'S5', 'photoalbums.gif', 'Photo Gallery Settings', 'settings_photo.php', 3),
(37, 'S6', 'settings_misc.gif', 'Miscellaneous Settings', 'settings_misc.php', 3),
(38, 'S7', 'settings_pm.gif', 'Private Message Settings', 'settings_messages.php', 3),
(39, 'UF', 'user_fields.gif', 'User Fields', 'user_fields.php', 2),
(40, 'FR', 'forum_ranks.gif', 'Forum Ranks', 'forum_ranks.php', 2);
Edited by johnburn

Share this post


Link to post
Share on other sites
QUOTE(kripkorn @ Dec 14 2008, 03:24 PM) <{POST_SNAPBACK}>
kat localhost tuh, ada privileges, click situ, annti set jela.


ha, ni satu lg nk tya..
nape tade priviledges eah? betol kan cam bawah nih? tapi nape diye bagi warning no priviledges? masalah server ke?



en. john, sy nk add ym awk leh tak?

Share this post


Link to post
Share on other sites
QUOTE(juju315 @ Dec 14 2008, 04:59 PM) <{POST_SNAPBACK}>
ha, ni satu lg nk tya..
nape tade priviledges eah? betol kan cam bawah nih? tapi nape diye bagi warning no priviledges? masalah server ke?



en. john, sy nk add ym awk leh tak?


ni bukan dalam localhostkan? sememangnya jadi cam tuh, sbb die kasi 1 dababase jela tuh.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...