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

<!-- 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 مشترك

    كذاب ماتعرف تحب .. Topics

    *.. ملاكــ الروح ..*
    *.. ملاكــ الروح ..*
    ~عضو جديد~
    ~عضو جديد~


    المشاركات : 17
    تاريخ التسجيل : 11/09/2009
    الموقع : في مكان ما بلا لقافة

    كذاب ماتعرف تحب .. Topics Empty كذاب ماتعرف تحب .. Topics

    مُساهمة من طرف *.. ملاكــ الروح ..* الجمعة 11 سبتمبر 2009 - 19:28

    بسم الله الرحمن الرحيم
    هذي مجموعة من التوبيكات
    ااكيد راح تعجبكم <<< ياواثقة afro
    الموهيم
    هذي هي



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



    الأكواد




    [c=6]?![/c] [c=14]آعترف إني [c=7]آحبـہ [/c]ومآلقيت[/c] [c=7][a=7]|||[/a=6][/c=6]


    [c=14]وسط هذآ [c=6]الگوטּ[/c] شخص [c=7]بطيبتہ[/c][/c] [c=7]....[/c]




    .......




    [c=14]واللـہ لو على رقبتيے [c=#FF0080]..[/c] [c=0][a=3]}[/a][/c][/c]


    [c=14] غيري مآترڪِـتـہ [c=0][a=3]لڪِ[/a][/c] [c=#FF0080]●[/c]؟[/c]




    ..........





    [c=14][c=50]يآوآش [/c]الـכنيآ [a=23]م[/a]آتسوى ][c=7]~[/c][/c]



    [c=14]ـلى [c=50]فرآقڪِ [/c]آنآ [c=23][c=14][a=23]م[/a][/c][/c]آآقوىξ[/c]





    ............




    هذآ [c=0][a=#FD007E]حآلي[/a=#86D5F2][/c] [c=#42BDEC]//[/c] مآآتحمل يوم وآحد في [c=#42BDEC]غيآبگ[/c] [c=#42BDEC]~[/c]}


    [c=#42BDEC]بس مآني دآري [c=#FD007E]//[/c] ليه فجأهـ ثرت و[c=0][a=#FD007E]آهديتڪِ[/a][/c] عذآبي[/c]




    ...............




    [c=1]إذآ [c=#FF0080]قلبڪِ [/c]فقد من غيبتي[c=9] //[/c] غآلي[/c] [c=1][a=9]●[/a][a=#FF0080]▪️[/a][/c]


    [c=1][a=#FF0080]●[/a][a=9]▪️[/a][/c][c=1] [a=9]آ[/a]نآ قلبي فقد من [c=#FD007E]غيبتڪِ [/c]ديرهـ[/c]




    ...............




    [c=14]ڪِذآب مآتعرف [c=4]تـבـب[/c][/c] [c=14][a=3]|||[/a=4][/c]


    [c=14][c=0][a=14]: ([/a][/c] المسآلـہ [c=3]عندڪِ [/c]لعب[/c]





    .............




    [c=3]عهد آبقى على [c=#FF0080]حبي [/c][c=0][a=#FF0080]و[/a][/c]حبگ[/c] [c=#FF0080]••••[/c=3]


    [c=#FF0080]••••[/c=3] [c=#FF0080]ولآخر [c=3]نبضه[/c] في قلبي [c=0][a=3]آحبگ[/a][/c][/c]





    ...................






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


    الاوسمة : كذاب ماتعرف تحب .. Topics Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    كذاب ماتعرف تحب .. Topics Empty رد: كذاب ماتعرف تحب .. Topics

    مُساهمة من طرف »̵ζ͡β!şση« السبت 12 سبتمبر 2009 - 6:20

    مشكوووووورة على التوبيكات يصلمووو Very Happy

    تقبلي مروووري afro
    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : كذاب ماتعرف تحب .. Topics W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    كذاب ماتعرف تحب .. Topics Empty رد: كذاب ماتعرف تحب .. Topics

    مُساهمة من طرف الجديد الإثنين 9 نوفمبر 2009 - 9:37

    مشكوووره

      الوقت/التاريخ الآن هو الثلاثاء 19 مارس 2024 - 0:05