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

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

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

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


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

    برنامج حمايه نورتون العملاق يحميك من كل شيء حتا الهكر المحترف وا اقوا الفايروسات Empty برنامج حمايه نورتون العملاق يحميك من كل شيء حتا الهكر المحترف وا اقوا الفايروسات

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


    البرنامج طبعا هو الافضل في مجال مكفاحة الانتي فيرس


    والاول عالميا بدون منازاع

    والبرنامج شغلته
    • Antivirus software
    • Spyware remover
    • Bot protection
    • Browser protection
    • Internet worm protection
    • Intrusion prevention
    • OS and application protection
    • Rapid pulse updates
    • Recovery tool
    • Rootkit detection
    • Norton™️ Insight
    • SONAR™️ behavioral protection

    مميزات هذا الاصدار اولا سرعته وخفته علي الجهاز (مقارنة بالاصدرات السابقة)

    سرعته اثناء الفخص علي عالله الاصدارات السابقة واهم ما يميز هذا الاصدار

    انه نازل معاه كرك يعيد ضبط المدة ويزودها

    طبعا كل الي بيستخد نورتن بيعاني من البطئ

    لان نورتن عاوز مطلبات تشغيل وهي

    * 300 MHz or faster processor
    * 256 MB of RAM

    ولو امكانياتك اقل من كدا يبقي الافضل انك تسطبه من وقت لاخر

    وتعمل بيه اسكان علشان هيكون تقيل علي الجهاز

    ملحوظة غالبا نورتن مش بيظهر كل الفيروسات الي بينظفها

    بيظهر الي المطلوبة منك انك تصلحها او الي علي درجة من الخطورة

    مثال بيوضح دا لو عملت اسكان بالكاسر ممكن يطلع 200 فيرس

    وبالنورتن ممكن يكونوا 20 او 30 لانه بيقولك علي الفيروسات الخطيرة فقد

    طبعا فيه ناس متشتتة بين انتي فيرس ولا انترنت سكيورتي

    الحل بسيط جدا الانتي فيرس بيكون اخف من الانترنت سكيروتي

    ومع ذلك الانتر نت سكيورتي بيكون ليه هيمنة علي المتصفح فيقلل

    من سرعته شوية بس انما غير كدا هما بنفس الكفائة

    وانت ورغبتك انك تسطب مين فيهم

    ملحوظة وانت بتشغل الباتش افقل النت علشان الشركة متكشفش

    الباتش ويبوظ علي طول وبامانه وبكل امانه دا افضل انتي فيرس موجود




    Symantec’s Norton AntiVirus 2009 - Winning protection against viruses, spyware, and other malicious threats! Heuristically detects Spyware threats, detects blocks Internet worm attacks, and protects email. Norton AntiVirus blocks viruses and spyware with advanced protection.


    It helps protect your entire computer by stopping viruses, spyware, and other security risks. Norton AntiVirus works in the background so you can surf the Internet, read the news, play games, and download software or music without disruption. It also scans and cleans all email and instant messaging (IM) attachments, preventing you from receiving viruses, or spreading them to others. With set-it and forget-it functionality, Norton AntiVirus checks for updates continuously and automatically blocks new and emerging threats from getting on your system. In addition to protection updates, Norton AntiVirus provides new product features as available throughout your service sub***********on.

    Key Technologies:
    • Antivirus software
    • Spyware remover
    • Bot protection
    • Browser protection
    • Internet worm protection
    • Intrusion prevention
    • OS and application protection
    • Rapid pulse updates
    • Recovery tool
    • Rootkit detection
    • Norton™️ Insight
    • SONAR™️ behavioral protection

    Key Benefits:
    • Stops viruses, worms, spyware, bots, and more—Keeps your system protected against all types of malicious threats.
    • Norton™️ Insight—Delivers innovative intelligence-driven technology for faster, fewer, shorter scans.
    • Rapid pulse updates every 5 to 15 minutes—provides up-to-the-minute protection.
    • Prevents virus-infected emails and instant messages from spreading—Feel secure while you keep in touch.
    • Blocks browser exploits and protects against infected Web sites—Surf the Internet with confidence.

    Norton AntiVirus Features:
    Engineered for Speed
    * New! Proven fastest, lightest security suite available.
    * New! Scans only files and processes at risk using Norton™️ Insight.
    * New! Installs in under one minute on average, requires less than 10 MB of memory, and only 100 MB of disk space plus definitions.

    Up-to-the-minute Protection
    * New! Delivers up-to-the-minute protection with rapid pulse updates.
    * Improved! Provides multilayered security through the Norton™️ Protection System.
    * New! Prevents bots from taking control of your PC.
    * Detects and automatically removes malicious threats.
    * Improved! Defends against Web-****d attacks.
    * Automatically detects and removes spyware, viruses, Trojans, bots and Internet worms.
    * New! Boots and repairs badly infected PCs.
    * New! Delivers our most complete, deep cleaning scan possible.

    Control without disruptions
    * New! Automatically schedules scans and updates to occur while PC is idle.†
    * New! Review the security status of every process on your PC.
    * New! Ensures movies and games are never interrupted.

    Microsoft®️ ******s Vista®️ Home Basic/Home Premium/Business/Ultimate**
    Microsoft®️ ******s®️ XP with Service Pack 2 Home/XP Pro/XP Media Center Edition
    * 300 MHz or faster processor
    * 256 MB of RAM
    * 150 MB of available hard disk space.

    Email scanning supported for POP3- and SMTP-compatible email clients.
    Browser support for Browser Protection feature:
    * Microsoft Internet Explorer®️ 32-bit 6.0 or higher
    * Mozilla Firefox®️ 2.0 or higher

    Supported instant messaging clients:
    * AOL®️
    * Yahoo!®️
    * Microsoft®️
    * Trillian™️


    This crack is for Norton Internet Security 2009 & Norton AntiVirus 2009. It just resets the trial period every time you start your computer. It is only for ******s XP (x32) & Vista (x32). I wasn’t able to get Norton 2009 to install on ******s x64. There is a nag screen when you open up Norton 2009.

    Installation:
    1. Install Norton 2009. (It would be best if you are not connected to the internet.)
    2. Install crack and restart your PC.
    3. To remove, just use the uninstall.




    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
    »̵ζ͡β!şση«
    »̵ζ͡β!şση«
    .:[العسول نائب المدير]:.


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

    برنامج حمايه نورتون العملاق يحميك من كل شيء حتا الهكر المحترف وا اقوا الفايروسات Empty رد: برنامج حمايه نورتون العملاق يحميك من كل شيء حتا الهكر المحترف وا اقوا الفايروسات

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

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

      الوقت/التاريخ الآن هو الخميس 28 مارس 2024 - 23:52