مشاهدة النسخة كاملة : مشكله في الصفحه الشخصيه للعضو؟؟؟


الباحثه
2008-09-22, 11:43 PM
السلام عليكم

انا عندي منتدى vb نسخه 3.7.2


من سويت المنتدى والصفحه الشخصيه للعضو ماتطلع عندي ولا عند اي عضو في المنتدى؟؟؟


وانا مو عارفه شنو المشكله بالضبط؟؟؟؟؟

Eng Muhamed
2008-09-23, 12:00 AM
بيطلع ايه

صفحه بيضاء او اكواد بتظهر

وضح لنا اكتر ويريت بالصور ان وجد

الباحثه
2008-09-23, 12:14 AM
http://hasafa.freehostia.com/vb/image.php?type=dberrorDatabase errorThe ******** database has encountered a problem.Please try the following:

Load the page again by clicking the Refresh (http://hasafa.freehostia.com/vb/member.php?u=7#) button in your web browser.
Open the hasafa.freehostia.com (http://hasafa.freehostia.com/) home page, then try to open another page.
Click the Back (javascript:history.back(1)) button to try another link.
The hasafa.freehostia.com forum technical staff have been notified of the error, though you may contact them (reeem_abc@hotmail.com) if the problem persists.
We apologise for any inconvenience.


هذا اللي يطلع وتحته كود...

Eng Muhamed
2008-09-23, 12:23 AM
طيب يريت تجيب لنا مصدر الصفحه
من المتصفح
من view واختر source
وضع الكود كامل هنا

الباحثه
2008-09-23, 12:34 AM
<!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>
++++++++++++++++++ ++++++++++++++++++++++++++++++="Content-Type" content="text/html; charset=ISO-8859-1" />
++++++++++++++++++ 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="************* (http://hasafa.freehostia.com/vb/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="/">********</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********staff have been notified of the error, though you may <a href=mailto:******* (*******)>contact them</a> if the problem persists.</td>
</tr>
<tr>
<td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>
</tr>
</table>
<form><textarea rows="15" cols="70" wrap="off" id="message">Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT album.*,
picture.pictureid, picture.extension, picture.idhash, album.moderation,
picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height

FROM album AS album
LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize &gt; 0)

WHERE album.userid = 2
AND album.state IN ('public', 'private', 'profile')
AND (album.visible &gt; 0 OR album.moderation &gt; 0)

ORDER BY album.lastpicturedate DESC
LIMIT 2;
MySQL Error : Table ***** doesn't exist
Error Number : 1146
Request Date : Monday, September 22nd 2008 @ 09:21:18 AM
Error Date : Monday, September 22nd 2008 @ 09:21:18 AM

Classname : vB_Database
MySQL Version : 4.1.22-standard-log</textarea></form>
</body>
</html>

Eng Muhamed
2008-09-23, 12:48 AM
من السىبانل
ادخل على قواعد البيانات من phpmyadmin

اختر قاعده بيانات المنتدى
وازرع الامر التالى



CREATE TABLE `album` (
`albumid` int(10) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`createdate` int(10) unsigned NOT NULL default '0',
`lastpicturedate` int(10) unsigned NOT NULL default '0',
`visible` int(10) unsigned NOT NULL default '0',
`moderation` int(10) unsigned NOT NULL default '0',
`title` varchar(100) NOT NULL default '',
`description` mediumtext,
`state` enum('public','private','profile') NOT NULL default 'public',
`coverpictureid` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`albumid`),
KEY `userid` (`userid`,`lastpicturedate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

شرح : طريقة تنفيذ أمر في قاعدة البيانات (http://www.support-ar.com/vb/showthread.php?t=282)

الباحثه
2008-09-23, 12:57 AM
معليش انا ماعندي خبره بهالشغلات صار لي يومين من عملت المنتدى...

ممكن اعرف وين phpmyadmin ???

Eng Muhamed
2008-09-23, 01:16 AM
معليش انا ماعندي خبره بهالشغلات صار لي يومين من عملت المنتدى...

ممكن اعرف وين phpmyadmin ???
ادخلى لوحه تحكم السىبانل وصوريهالى لانى ما اعرف انتى تسخدمى انهى لوحه

الباحثه
2008-09-23, 01:23 AM
Site Management

https://cp.freehostia.com/images/domain_manager.gif
Hosted Domains (https://cp.freehostia.com/members/domain/?action=domains)


https://cp.freehostia.com/images/domain_registration.gif
Domain Manager (https://cp.freehostia.com/members/domain/?action=domains_manage)


https://cp.freehostia.com/images/subdomains.gif
Subdomain Manager (https://cp.freehostia.com/members/subdomain/?action=subdomains)


https://cp.freehostia.com/images/custom_dns_records.gif
Custom DNS Records (https://cp.freehostia.com/members/subdomain/?action=records)


https://cp.freehostia.com/images/ftp.gif
FTP Manager (https://cp.freehostia.com/members/ftp/?action=ftp)


https://cp.freehostia.com/images/file_manager.gif
File Manager (https://cp.freehostia.com/members/filemanager2/#/www)


https://cp.freehostia.com/images/fpse.gif
FrontPage Extensions (https://cp.freehostia.com/members/fpe/?action=fpe)


https://cp.freehostia.com/images/database.gif
MySQL Databases (https://cp.freehostia.com/members/sql/?action=sql)


https://cp.freehostia.com/images/ppa.gif
Password Protected Areas (https://cp.freehostia.com/members/ppa/?action=ppa)


https://cp.freehostia.com/images/csr_for_ssl.gif
SSL Certificate Requests (https://cp.freehostia.com/members/subdomain/?action=generate_csr)


https://cp.freehostia.com/images/php_settings.gif
PHP Settings (https://cp.freehostia.com/members/php/?action=php)


E-mail Options

https://cp.freehostia.com/images/email_manager.gif
E-mail Manager (https://cp.freehostia.com/members/mail/?action=mail)


https://cp.freehostia.com/images/mailfilters.gif
E-mail Filters (https://cp.freehostia.com/members/mail/?action=mailfilters)


https://cp.freehostia.com/images/spf.gif
SPF Protection (https://cp.freehostia.com/members/mail/?action=spf)


https://cp.freehostia.com/images/forwarders.gif
E-mail Forwarding (https://cp.freehostia.com/members/mail/?action=forwarders)


https://cp.freehostia.com/images/web_mail.gif
Webmail (https://cp.freehostia.com/webmail/)


https://cp.freehostia.com/images/mailing_list.gif
Mailing Lists (https://cp.freehostia.com/members/maillist/?action=maillist)

Web Tools

https://cp.freehostia.com/images/free_scripts.gif
Elefante Free Scripts (https://cp.freehostia.com/members/ei2/)


https://cp.freehostia.com/images/ico_elefante_tools.gif
Elefante Marketing Tools (https://cp.freehostia.com/members/tools/?action=tools)


https://cp.freehostia.com/images/make_money.gif
Make Money (https://cp.freehostia.com/members/make_money/)

Live Stats

https://cp.freehostia.com/images/server_info.gif
Server Information (https://cp.freehostia.com/members/?action=server)


https://cp.freehostia.com/images/access_logs.gif
Access & Error Logs (https://cp.freehostia.com/members/logs/?action=logs)


https://cp.freehostia.com/images/bandwidth_stats.gif
Bandwidth Stats (https://cp.freehostia.com/members/traffic/?action=list)


https://cp.freehostia.com/images/traffic_stats.gif
Traffic Stats (https://cp.freehostia.com/members/subdomain/?action=list)


https://cp.freehostia.com/images/loadstats.gif
Load Stats (https://cp.freehostia.com/members/loadstats/?action=monthly)

Help Center

https://cp.freehostia.com/images/help_center.gif
F.A.Q. (https://cp.freehostia.com/members/tickets/?menu=1)


https://cp.freehostia.com/images/video_tutorial.gif
Video Tutorials (https://cp.freehostia.com/members/tutorials/)


https://cp.freehostia.com/images/open_ticket.gif
Open New Ticket (https://cp.freehostia.com/members/tickets/?menu=4)


https://cp.freehostia.com/images/view_open.gif
View Opened Tickets (https://cp.freehostia.com/members/tickets/?menu=2)


https://cp.freehostia.com/images/view_closed.gif
View Closed Tickets (https://cp.freehostia.com/members/tickets/?menu=3)
My Account

https://cp.freehostia.com/images/account_details.gif
Change Login Credentials (https://cp.freehostia.com/members/account/?action=user_details)


https://cp.freehostia.com/images/change_theme.gif
Customize Control Panel (https://cp.freehostia.com/members/account/?action=change_theme)


https://cp.freehostia.com/images/tell_a_friend.gif
Invite a Friend (https://cp.freehostia.com/members/invitation/)




تقريبا هذي هي اللوحه...

Eng Muhamed
2008-09-23, 01:30 AM
اختارى


https://cp.freehostia.com/images/database.gif
MySQL Databases (https://cp.freehostia.com/members/sql/?action=sql)

ومنها اختارى
phpmyadmin
لو مش موجود يريت تصورى لنا ما بداخلها غير اسماء القواعد

الباحثه
2008-09-23, 01:42 AM
دخلت ع القاعده ولقيت جداول شنو اختار؟؟؟شلون ازرعه؟؟؟

Eng Muhamed
2008-09-23, 02:04 AM
دخلت ع القاعده ولقيت جداول شنو اختار؟؟؟شلون ازرعه؟؟؟
شرح طريقة تنفيذ أمر في قاعدة البيانات

بعد الدخول إلى: phpmyadmin

نضغط على القاعدة

http://www.tlbat.com/images/cp_ima/phpmyadmin_cp_alam_1.jpg

ننتقل إلى الصفحة التالية وضغط على: sql

http://www.tlbat.com/images/cp_ima/phpmyadmin_cp_alam_2.jpg


بطلع لنا النافذة التالية نضع الامر المطلوب ثم نضغط: go

http://www.tlbat.com/images/cp_ima/phpmyadmin_cp_alam_3.jpg

بالتوفيق للجميع

Eng Muhamed
2008-09-23, 02:05 AM
ده الامر فى المشاركة التاليه

http://www.support-ar.com/vb/showpost.php?p=4107&postcount=6

الباحثه
2008-09-23, 02:10 AM
مشكوووووووووووووووووووووووووووووووووووووووووووووووووووور اخوووي جدا...


الله يوفقك

بارك الله فيك

الحمد لله ضبطت معاي

Eng Muhamed
2008-09-23, 02:20 AM
الحمد لله ويغلق للانتهاء