منتديات سوبر كول

<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">التسجيل السريع</phrase></td>
</tr>
<tr>

<td class="alt1" colspan="6">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('لم تقم بتعبئة خانات الإسم المستخدم / كلمة المرور');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{


md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);



return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="50%">الاسم المستخدم :</td>
<td width="50%"><input type="text" class="bginput" name="username" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>نعم ، قمت بالإطلاع على <a href="register.php?">شروط $vboptions[bbtitle]</a> وموافق عليها .</strong></td>
<td width="50%"><input type="submit" class="button" value="اتمام التسجيل" accesskey="s" /></td>
</tr>
</table>
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : marsauae.com -->


انضم إلى المنتدى ، فالأمر سريع وسهل

منتديات سوبر كول

<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">التسجيل السريع</phrase></td>
</tr>
<tr>

<td class="alt1" colspan="6">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('لم تقم بتعبئة خانات الإسم المستخدم / كلمة المرور');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{


md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);



return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="50%">الاسم المستخدم :</td>
<td width="50%"><input type="text" class="bginput" name="username" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>نعم ، قمت بالإطلاع على <a href="register.php?">شروط $vboptions[bbtitle]</a> وموافق عليها .</strong></td>
<td width="50%"><input type="submit" class="button" value="اتمام التسجيل" accesskey="s" /></td>
</tr>
</table>
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : marsauae.com -->

منتديات سوبر كول

هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

[center][flash(510,320)](http://dc10.arabsh.com/i/01510/dceclisehb02.swf)[/flash][/center]

منتديات سوبر كول ترحب بك   مويجب التسجيل و الانضمام إلى الاسره لتسجيل اضغط هنا

3 مشترك

    بل نَسْلَمُ ويَسْلَمونُ‏

    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف الجديد الأربعاء 23 ديسمبر 2009 - 1:24


    بسم الله الرحمن الرحيم
    إليكم قصّة الإمامُ الحافظُ قصيرة ولكن بها عبرة ليتنا نتحلى بها
    التابعيُّ الجليلُ إبراهيمُ النخعيّ

    كانَ إبراهيمُ النخعيُّ رحمهُ اللهُ تعالى أعورَ العينِ.
    وكانَ تلميذهُ سليمانُ بنُ مهرانٍ أعمشَ العينِ )ضعيفَ البصرِ(
    وقد روى عنهما ابنُ الجوزيّ في كتابهِ [المنتظم] أنهما سارا في أحدِ طرقاتِ الكوفةِ يريدانِ الجامعَ
    وبينما هما يسيرانِ في الطريقِ
    قالَ الإمامُ النخعيُّ: يا سليمان! هل لكَ أن تأخذَ طريقًا وآخذَ آخرَ؟
    فإني أخشى إن مررنا سويًا بسفهائها، لَيقولونَ أعورٌ ويقودُ أعمشَ! فيغتابوننا فيأثمونَ.
    فقالَ الأعمشُ: يا أبا عمران! وما عليك في أن نؤجرَ ويأثمونَ؟!
    فقال إبراهيم النخعي : يا سبحانَ اللهِ! بل نَسْلَمُ ويَسْلَمونُ خيرٌ من أن نؤجرَ ويأثمونَ.

    المنتظم في التاريخ (7/15).

    نعم! يا سبحانَ اللهِ!

    أيَّ نفوسٍ نقيةٍ هذهِ؟!

    والتي لا تريدُ أن تَسْلَمَ بنفسها.

    بل تَسْلَمُ ويَسْلَمُ غيرُها.

    إنها نفوسٌ تغذَّتْ بمعينِ ((قَالَ يَالَيْتَ قَوْمِي يَعْلَمُونَ)).

    كنتُ أتساءلُ كثيرًا. لو كانَ إبراهيمُ النخعيُّ يكتبُ بيننا.

    هل تُراهُ كانَ يُعممُ كلامهُ، ويُثيرُ الجدالَ، وَيُوهِمُ الآخرينَ، ويُورِّي في عباراتهِ،
    ويطرحُ المُشكلَ بلا حلولٍ؛ ليؤجَرَ ويأثَمَ غيرهُ؟!!!

    أم تُراهُ كانَ صريحًا ناصحًا، وبعباراتهِ واضحًا؟!

    وَرَضِيَ اللهُ عن عمرَ إذ كانَ يسألُ الرجلَ فيقولُ: كيف أنت؟
    فإن حمدَ اللهَ.
    قال عمرُ : (( هذا الذي أردتُ منكَ )).
    رواه البخاري في الأدب المفرد وصححه الألباني.

    تأمل معي .. إنهم يسوقونَ الناسَ سوقًا للخيرِ؛ لينالوا الأجرَ

    )) هذا الذي أردتُ منكَ.. ((

    أردتك أن تحمدَ اللهَ فتؤجرَ.

    إنهُ يستنُّ بسنة حبيبهِ صلَّى اللهُ عليهِ وآلهِ وسلَّمَ إذ ثبتَ عنهُ صلَّى اللهُ عليهِ وآلهِ وسلَّمَ مثلُ ذلكَ.

    فهل نتبع سنة حبيبنا صلَّى اللهُ عليهِ وآلهِ وسلَّمَ؟

    أوَ ليسَ :

    نَسْلَمُ ويَسْلَمونَ

    خيرٌ من أن :

    نُؤجَرُ ويأثمونَ؟!!!



    منقول لذوي البصائر الحيّة ،،
    »̵ζ͡β!şση«
    »̵ζ͡β!şση«
    .:[العسول نائب المدير]:.


    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف »̵ζ͡β!şση« الثلاثاء 26 يناير 2010 - 23:16

    مشكووووووVery Happy وووووور
    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف الجديد الإثنين 22 فبراير 2010 - 11:15

    مشكووور على المرور العطر
    »̵ζ͡β!şση«
    »̵ζ͡β!şση«
    .:[العسول نائب المدير]:.


    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف »̵ζ͡β!şση« الأربعاء 24 فبراير 2010 - 6:45

    يسلم متابعتك
    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف الجديد الأربعاء 24 فبراير 2010 - 7:34

    الله اسلمك
    »̵ζ͡β!şση«
    »̵ζ͡β!şση«
    .:[العسول نائب المدير]:.


    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف »̵ζ͡β!şση« الأربعاء 24 فبراير 2010 - 9:55

    يسلم عيونك
    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : بل نَسْلَمُ ويَسْلَمونُ‏ W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف الجديد الأحد 11 أبريل 2010 - 14:38

    وعيونك
    §¥£μΩ£¤
    §¥£μΩ£¤
    ~عضو جديد~
    ~عضو جديد~


    المشاركات : 30
    تاريخ التسجيل : 20/04/2010

    بل نَسْلَمُ ويَسْلَمونُ‏ Empty رد: بل نَسْلَمُ ويَسْلَمونُ‏

    مُساهمة من طرف §¥£μΩ£¤ الثلاثاء 20 أبريل 2010 - 19:12

    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة] ننتظر الجديد والجديد

      الوقت/التاريخ الآن هو الجمعة 19 أبريل 2024 - 3:59