• عزيزي العضو

    إذا كنت تواجه مشكلة في تسجيل الدخول الى عضويتك فضلا قم بطلب تغيير كلمة المرور عبر (نسيت كلمة المرور) أو التواصل معنا عبر أيقونة التواصل في الأسفل او البريد [email protected] او من خلال المحادثات على الواتساب عبر الرابط التالي https://wa.link/bluuun او مسح الباركود في الصوره

    إدارة الموقع

[شرح] : كل مايتعلق بهاك الاوسمة

الاعضاء الذين تم تكريمهم لهذا الشهر

لجنة التطوير

عضوية تقوم بجلب المواضيع من مواقع اخرى
السلام عليكم ورحمة الله وبركاته

اعضاء معهد تريدانت مرحباً بكم

اليوم اقدم لكم موضوع كامل عن هاك الاوسمة

(الهاك+شرح تريكبه+حل جميع مشاكله+اضافة اوسمة)


نبداً
اولاً نحمل الهاك في المرفقات ثمها نقوم بفك الضغط على الملف المرفق

ثم نقوم برفع محتويت مجلد upload الى مجلد المنتدى vb
لانقوم برفع ملفupload بل الملفات التي في داخله في مجلد vb
كما في الصورة\

729643d1403521970-ط§ظ„ط§ظˆط³ظ…ظ‡.png






ثم نقوم باستيراد المنتج (البروكت) من لوحة التحكم المنتدى


بعد رفع الهاك سوف تجد مشاكل في الهاك سوف نتعلم حلها باذن الله

سوف نزرع امور في قاعدة البينات
شاهد هذا الموضوع لتعلم كيفية زراعة الازامر من قاعدة البينات

شرح زراعة الاوامر
كيفية زراعة الاوامر من قاعدة البينات - معهد في بي هوست vbhost


بعد تعلم كيفية زراعة الاوامر
نقوم بزراعة الاوامر الاتية:


رمز Code:
[FONT=&quot]CREATE TABLE
[FONT=&quot]`[/FONT][FONT=&quot]award_user[/FONT][FONT=&quot]` ([/FONT][FONT=&quot] `[/FONT][FONT=&quot]issue_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL auto_increment[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]userid[/FONT][FONT=&quot]` [/FONT][FONT=&quot]int[/FONT][FONT=&quot]([/FONT][FONT=&quot]10[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]issue_reason[/FONT][FONT=&quot]` [/FONT][FONT=&quot]text NOT NULL[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]issue_time[/FONT][FONT=&quot]` [/FONT][FONT=&quot]int[/FONT][FONT=&quot]([/FONT][FONT=&quot]10[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot]PRIMARY KEY [/FONT][FONT=&quot](`[/FONT][FONT=&quot]issue_id[/FONT][FONT=&quot]`)[/FONT][FONT=&quot]) [/FONT][FONT=&quot]ENGINE[/FONT][FONT=&quot]=[/FONT][FONT=&quot]MyISAM [/FONT][FONT=&quot]DEFAULT [/FONT][FONT=&quot]CHARSET[/FONT][FONT=&quot]=[/FONT][FONT=&quot]utf8 AUTO_INCREMENT[/FONT][FONT=&quot]=[/FONT][FONT=&quot]1 [/FONT][FONT=&quot];[/FONT]
[/FONT]


رمز Code:
[FONT=&quot]CREATE TABLE
[FONT=&quot]`[/FONT][FONT=&quot]award[/FONT][FONT=&quot]` ([/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]unsigned NOT NULL auto_increment[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_cat_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'1'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_name[/FONT][FONT=&quot]` [/FONT][FONT=&quot]varchar[/FONT][FONT=&quot]([/FONT][FONT=&quot]50[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]''[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_desc[/FONT][FONT=&quot]` [/FONT][FONT=&quot]text NOT NULL[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_icon_url[/FONT][FONT=&quot]` [/FONT][FONT=&quot]varchar[/FONT][FONT=&quot]([/FONT][FONT=&quot]250[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]''[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_img_url[/FONT][FONT=&quot]` [/FONT][FONT=&quot]varchar[/FONT][FONT=&quot]([/FONT][FONT=&quot]225[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]''[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_displayorder[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_allowrequest[/FONT][FONT=&quot]` [/FONT][FONT=&quot]tinyint[/FONT][FONT=&quot]([/FONT][FONT=&quot]1[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'1'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_active[/FONT][FONT=&quot]` [/FONT][FONT=&quot]tinyint[/FONT][FONT=&quot]([/FONT][FONT=&quot]1[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'1'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_allowrecommend[/FONT][FONT=&quot]` [/FONT][FONT=&quot]tinyint[/FONT][FONT=&quot]([/FONT][FONT=&quot]1[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'1'[/FONT][FONT=&quot],[/FONT][FONT=&quot] `[/FONT][FONT=&quot]award_pointvalue[/FONT][FONT=&quot]` [/FONT][FONT=&quot]tinyint[/FONT][FONT=&quot]([/FONT][FONT=&quot]3[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot]PRIMARY KEY [/FONT][FONT=&quot](`[/FONT][FONT=&quot]award_id[/FONT][FONT=&quot]`)[/FONT][FONT=&quot]) [/FONT][FONT=&quot]ENGINE[/FONT][FONT=&quot]=[/FONT][FONT=&quot]MyISAM [/FONT][FONT=&quot]DEFAULT [/FONT][FONT=&quot]CHARSET[/FONT][FONT=&quot]=[/FONT][FONT=&quot]utf8 AUTO_INCREMENT[/FONT][FONT=&quot]=[/FONT][FONT=&quot]4 [/FONT][FONT=&quot]; [/FONT]
[/FONT]


رمز Code:
[FONT=&quot]CREATE TABLE [/FONT][FONT=&quot]`[/FONT][FONT=&quot]award_user[/FONT][FONT=&quot]` ([/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]issue_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL auto_increment[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]smallint[/FONT][FONT=&quot]([/FONT][FONT=&quot]5[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]userid[/FONT][FONT=&quot]` [/FONT][FONT=&quot]int[/FONT][FONT=&quot]([/FONT][FONT=&quot]10[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]issue_reason[/FONT][FONT=&quot]` [/FONT][FONT=&quot]text NOT NULL[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]issue_time[/FONT][FONT=&quot]` [/FONT][FONT=&quot]int[/FONT][FONT=&quot]([/FONT][FONT=&quot]10[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot]PRIMARY KEY [/FONT][FONT=&quot](`[/FONT][FONT=&quot]issue_id[/FONT][FONT=&quot]`)[/FONT][FONT=&quot] [FONT=&quot]) [/FONT][/FONT][FONT=&quot]ENGINE[/FONT][FONT=&quot]=[/FONT][FONT=&quot]MyISAM [/FONT][FONT=&quot]DEFAULT [/FONT][FONT=&quot]CHARSET[/FONT][FONT=&quot]=[/FONT][FONT=&quot]utf8 AUTO_INCREMENT[/FONT][FONT=&quot]=[/FONT][FONT=&quot]1 [/FONT][FONT=&quot];[/FONT]


رمز Code:
[FONT=&quot]CREATE TABLE [/FONT][FONT=&quot]`[/FONT][FONT=&quot]award_cat[/FONT][FONT=&quot]` ([/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_cat_id[/FONT][FONT=&quot]` [/FONT][FONT=&quot]mediumint[/FONT][FONT=&quot]([/FONT][FONT=&quot]8[/FONT][FONT=&quot]) [/FONT][FONT=&quot]unsigned NOT NULL auto_increment[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_cat_title[/FONT][FONT=&quot]` [/FONT][FONT=&quot]varchar[/FONT][FONT=&quot]([/FONT][FONT=&quot]100[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]''[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_cat_desc[/FONT][FONT=&quot]` [/FONT][FONT=&quot]varchar[/FONT][FONT=&quot]([/FONT][FONT=&quot]250[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]''[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_cat_displayorder[/FONT][FONT=&quot]` [/FONT][FONT=&quot]mediumint[/FONT][FONT=&quot]([/FONT][FONT=&quot]8[/FONT][FONT=&quot]) [/FONT][FONT=&quot]unsigned NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'0'[/FONT][FONT=&quot],[/FONT][FONT=&quot] [FONT=&quot] `[/FONT][/FONT][FONT=&quot]award_cat_parentid[/FONT][FONT=&quot]` [/FONT][FONT=&quot]mediumint[/FONT][FONT=&quot]([/FONT][FONT=&quot]8[/FONT][FONT=&quot]) [/FONT][FONT=&quot]NOT NULL [/FONT][FONT=&quot]default [/FONT][FONT=&quot]'-1'[/FONT][FONT=&quot],[/FONT][FONT=&quot]PRIMARY KEY [/FONT][FONT=&quot](`[/FONT][FONT=&quot]award_cat_id[/FONT][FONT=&quot]`),[/FONT][FONT=&quot]KEY [/FONT][FONT=&quot]`[/FONT][FONT=&quot]award_cat_order[/FONT][FONT=&quot]` (`[/FONT][FONT=&quot]award_cat_displayorder[/FONT][FONT=&quot]`)[/FONT][FONT=&quot] [FONT=&quot]) [/FONT][/FONT][FONT=&quot]ENGINE[/FONT][FONT=&quot]=[/FONT][FONT=&quot]MyISAM [/FONT][FONT=&quot]DEFAULT [/FONT][FONT=&quot]CHARSET[/FONT][FONT=&quot]=[/FONT][FONT=&quot]utf8 AUTO_INCREMENT[/FONT][FONT=&quot]=[/FONT][FONT=&quot]2 [/FONT][FONT=&quot]; [/FONT]


الان نأتي الى طريقة رفع اوسمة

ملف الصور نفترض مثلا انه اسمه awards
بنرفع الملف على المسار الاتى
/htdocs/vb/images
بعد كدة بنفتح لوحه التحكم
إضــافــة وسـام جــديــد >>> بنكتب وصف الوسام
رابـط أيـقـونـة الـوسـام
و
رابـط صـورة الـوسـام
بنكتب الكود الاتى مع تغيير رابط المنتدي وتغيير مسار الصورة
ونضغط حفظ



http:mahadvb.ml/vb/images/medals/11.gif



لتحميل الهاك في المرفقات


الشرح منقول لافادة






الصور المصغرة المرفقة
الملفات المرفقة
zip.gif
الاوسمة 381.zip (40.4 كيلوبايت)
 
عودة
أعلى