مشكلة Database error مش لاقى ليها حل يا اهل الخير

اسامه منير

عضو جديد
19 مارس 2009
26
0
0
مشكلة Database error مش لاقى ليها حل يا اهل الخير
يا جماعة المشكلة جت وانا بحذف هاك جوجل ادسنس كموضوع مثبت
وعطلت الهاكات وبرضة المنتدى ما اشتغل
ده رابط المنتدى
http://el7awa.ay300.com/vb
يا ريت الاقى عندكم حل
جزاكم الله كل الخير
 
ياهلا اخوى اكتب الخطأ اللى يظهر لك كامل وابشر


 
هذه يا سيدى صفحة الخطا
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 el7awa.ay300.com home page, then try to open another page.
  • Click the Back button to try another link.
The el7awa.ay300.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.


وهذا السورس


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title> Database Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
<style type="text/css">
<!--
body { background-color: white; color: black; }
#container { width: 400px; }
#message { width: 400px; color: black; background-color: #FFFFCC; }
#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
.bodytext { font: 8pt/11pt verdana, arial, sans-serif; }
a:link { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
a:visited { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
-->
</style>
</head>
<body>
<table cellpadding="3" cellspacing="5" id="container">
<tr>
<td><img src="./image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
<td id="bodytitle" width="100%">Database error</td>
</tr>
<tr>
<td class="bodytext" colspan="2">The database has encountered a problem.</td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td class="bodytext" colspan="2">
Please try the following:
<ul>
<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
<li>Open the <a href="/">el7awa.ay300.com</a> home page, then try to open another page.</li>
<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
</ul>
</td>
</tr>
<tr>
<td class="bodytext" colspan="2">The el7awa.ay300.com forum technical staff have been notified of the error, though you may <a href="mailto:youssef_hany2002@hotmail.com">contact them</a> if the problem persists.</td>
</tr>
<tr>
<td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td>
</tr>
</table>


<!--
Database error in vBulletin :

Invalid SQL:

SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue');

MySQL Error : Table 'sayed_3026127_vb.datastore' doesn't exist
Error Number : 1146
Request Date : Saturday, May 9th 2009 @ 08:16:44 AM
Error Date : Saturday, May 9th 2009 @ 08:16:44 AM
Script : http://el7awa.ay300.com/vb/
Referrer :
IP Address : 41.237.12.72
Username :
Classname : vB_Database
MySQL Version :
-->


</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">

</div></div>


</html>
يا ريت الاقى حل جزاكم الله خيرا
 
ياهلا اخوى , قم برفع ما بداخل مجلد xml بداخل مجلد includes بشكل كامل
لو موجودين استبدلهم بأخر ..

وقم بتعطيل الهاكات من الكونفيج ايضا وردلنا خبر .
 
اوك يا غالى هجرب وارجع ارد عليك جزاك الله الف خير
 
ياهلا اخوى , قم برفع ما بداخل مجلد xml بداخل مجلد includes بشكل كامل
لو موجودين استبدلهم بأخر ..

وقم بتعطيل الهاكات من الكونفيج ايضا وردلنا خبر .
ما زالت المشكلة قائمة يا غالى اسف على الازعاج
 
ما زالت المشكلة قائمة يا غالى اسف على الازعاج
قم بزاعه هذا الامر اخوى ,

PHP:
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', '');


ان شاء الله هذا الحل اكيد بإذن الله
 
زراعتهم يا غالى ولم يفلح الامر لا ادرى ماذا افعل وخاطبت المستضيف ولكن كل شىء تمام عنده
مش عارف الحل فين
 
قبل عادى يا الغالى بس المنتدى ما زال كما هو لا جديد نفس المشكلة
 
طيب يا اخوى حتى الترقية بيظهرلى الخطا ده
PHP:
Database error in vBulletin :

Invalid SQL:

            SELECT *
            FROM datastore
            WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache');

MySQL Error   : Table 'sayed_3026127_vb.datastore' doesn't exist
Error Number  : 1146
Request Date  : Saturday, May 9th 2009 @ 09:42:18 AM
Error Date    : Saturday, May 9th 2009 @ 09:42:18 AM
Script        : http://el7awa.ay300.com/vb3/install/upgrade.php
Referrer      : 
IP Address    : 41.237.12.72
Username      : 
Classname     : vB_Database
MySQL Version : 5.0.77-1
 
عذرا اخوانى ولكن الرابط الى فى اول مشاركة شغال وهذة العبارة التى ظهرت لى

عذراً يتم حالياً نقل الموقع لسيرفر اخر وجارى التجربة ناسف على الازعاج​
يا غالى انا سطبت نسخة تانية على قاعده جديد vb3
لكن القاعده الاصلية vb لا تزال تحمل المشكلة لانى سئمت من المشكلة وبهذا قد افقد كل شىء عندى من مواضيع واعضاء وكل شىء