Database error
The database has encountered a problem.
--------------------------------------------------------------------------------
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the kfs-u.com home page, then try to open another page.
Click the Back button to try another link.
The kfs-u.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience
.................................................. ..............................
خطأ ف الداتا بيز مع العلم اني عطلت الهاكات رجاء قولولي الحل
ورابط المنتدى اهوه www.kfs-u.com/vb
عرضت مشكلتي هنا البارحه ورد عليا بعض الاعضاء وقالولي ان في جدول مفقود بهذا الاسم
MySQL Error : Table 'kfs_vb.datastore' doesn't exist
وفي واحد قالى نفذ الامر ده
اقتباس:
CREATE TABLE `vbdatastore` (
`title` varchar(15) NOT NULL default '',
`data` mediumtext,
PRIMARY KEY (`title`)
) TYPE=MyISAM;
INSERT INTO `vbdatastore` VALUES ('attachmentcache', '');
INSERT INTO `vbdatastore` VALUES ('products', '');
INSERT INTO `vbdatastore` VALUES ('languagecache', '');
INSERT INTO `vbdatastore` VALUES ('stylecache', '');
INSERT INTO `vbdatastore` VALUES ('options', '');
INSERT INTO `vbdatastore` VALUES ('smiliecache', '');
INSERT INTO `vbdatastore` VALUES ('iconcache', '');
INSERT INTO `vbdatastore` VALUES ('bbcodecache', '');
INSERT INTO `vbdatastore` VALUES ('userstats', '');
INSERT INTO `vbdatastore` VALUES ('usergroupcache', '');
INSERT INTO `vbdatastore` VALUES ('forumcache', '');
INSERT INTO `vbdatastore` VALUES ('cron', '');
INSERT INTO `vbdatastore` VALUES ('bitfields', '');
INSERT INTO `vbdatastore` VALUES ('maxloggedin', '');
INSERT INTO `vbdatastore` VALUES ('ranks', '');
INSERT INTO `vbdatastore` VALUES ('mailqueue', '');
INSERT INTO `vbdatastore` VALUES ('wol_spiders', '');
INSERT INTO `vbdatastore` VALUES ('banemail', '');
INSERT INTO `vbdatastore` VALUES ('birthdaycache', '');
INSERT INTO `vbdatastore` VALUES ('eventcache', '');
INSERT INTO `vbdatastore` VALUES ('pluginlist', '');
INSERT INTO `vbdatastore` VALUES ('pluginlistadmin', '');
بس مش عارف انفذه
وعضو تاني قالى ازرع الجدول ده
اقتباس:
CREATE TABLE `datastore` (
`title` char(50) NOT NULL default '',
`data` mediumtext,
`unserialize` smallint(6) NOT NULL default '0',
PRIMARY KEY (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
بس انا مش عارف ازرعه
ارجو المساعه منتدايا معطل من اسبوع والاعضاء تشتكي