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

<!-- 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]

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

2 مشترك

    عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل

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


    . : المدير
    الاوسمة : عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل Empty عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل

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

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




    HyperSnap 6.70.01



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




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

    HyperSnap is the fastest and easiest way to take screen captures from Windows screen, and text capture (TextSnap?) from places where normal text copy is not possible. HyperSnap combines the power of a first-class screen capture application with an advanced image editing utility - wrapped into one easy-to-use tool!
    It's perfect for capturing images that you want to include in your Help system, online tutorials, manuals, training handouts, presentations, marketing materials, Web pages, emails and more. Use HyperSnap to quickly share a picture-perfect representation of anything on your screen.

    New In HyperSnap-DX 6.70.01:

    * New "Save All" command added to File menu and the main toolbar.
    * New "paste" commands added on Edit menu, to paste image to the right, bottom, left or top of current selection or entire picture.
    * TextSnap improved to capture text drawn with GDI+ API functions (e.g. texts from graphs of SonrayTrader financial application now captures fine)
    * Fixed double-click on magnification control in the main toolbar - now again toggles correctly between 100% and auto-fit.





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




    Size : 5.33 MB

    تاريخ الاصدار :

    8/11/2009

    الباتش مرفق مع البرنامج .




    اثبات النسخة:


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




    التحميل :

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


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


    الاوسمة : عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل Empty رد: عملاق عمل الشروحات والتقاط الصور الرائع HyperSnap 6.70.01 اخر اصداراته & باتش التفعيل

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

    مشكووووووVery Happy ووووووور

      الوقت/التاريخ الآن هو الجمعة 26 أبريل 2024 - 15:20