المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : «®°·.¸.•°°·.¸¸.•°°·.¸.•°®»مكتبة هاكات الجيل الثالث«®°·.¸.•°°·.¸¸.•°°·.¸.•°®»


abdalla ahmed
17-08-2006, 11:36 AM
مكتبة هاكات الجيل الثالث
[]§¤~¤§¤~¤§بسم الله الرحمن الرحيم §¤~¤§¤~¤§
ان شاء الله نبدأ مكتبة هكات للجيل الثالث (3,0,0],[3,5,0],[3,6,0]
ارق التحيات مني ..:) :)

abdalla ahmed
17-08-2006, 11:45 AM
هاك اخر زيارة (بالتاريخ والوقت)
افتح ملف : includes/functions_showthread.php
بحث عن/

$post['joindate'] = vbdate($vboptions['registereddateformat'], $post['joindate']);

اضف بعده سطر /

$post['lso_date'] = vbdate($vboptions['dateformat'], $post['lastactivity'], true);
$post['lso_time'] = vbdate($vboptions['timeformat'], $post['lastactivity'], false

افتح تمبلت postbit أو postbit_legacy/
<input type="text" name="lastactivity" size="24" dir="rtl" value="اخر زيارة : $post[lso_date]" style="border-style:solid; border-width:1px; font-family:MS Sans Serif; font-size:10px; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#FCEBFF; color:#6C2A78"><br>
<input type="text" name="lastactivity" size="24" dir="rtl" value="بالساعة : $post[lso_time]" style="border-style:solid; border-width:1px; font-family:MS Sans Serif; font-size:10px; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#FCEBFF; color:#6C2A78"><br>

خبير البرمجه
17-08-2006, 11:47 AM
يسلمووووا مشكور طال عمرك
وننتظر جديدك يالغالي
اخوك:صالح

abdalla ahmed
17-08-2006, 11:49 AM
هاك الاعضاء الذين تواجدوا اليوم في المنتدى
فتح ملف/ index.php
بحث عن/

// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ###

أضف فوقه /

// ### TODAY ONLINE USERS BY ANIMEWEBBY ###########################################
$todayactiveusers = '';
$todaystarttime = mktime(0, 0, 0, date('m'), date('d'), date('Y'));

$todaynumbervisible = 0;
$todaynumberregistered = 0;

$todayforumusers = $DB_site->query("SELECT
user.userid, user.username, (user.options & $_USEROPTIONS[invisible]) AS invisible, user.usergroupid, user.lastactivity,
IF(displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "user
WHERE user.lastactivity >= $todaystarttime
ORDER BY " . iif($permissions['genericpermissions'] & CANSEEHIDDEN, 'invisible ASC, ') . "username ASC, lastactivity DESC
");

if ($bbuserinfo['userid'])
{
// fakes the user being online for an initial page view of index.php
$bbuserinfo['joingroupid'] = iif($bbuserinfo['displaygroupid'], $bbuserinfo['displaygroupid'], $bbuserinfo['usergroupid']);
$todayuserinfos = array
(
$bbuserinfo['userid'] => array
(
'userid' => $bbuserinfo['userid'],
'username' => $bbuserinfo['username'],
'invisible' => $bbuserinfo['invisible'],
'lastactivity' => TIMENOW,
'musername' => fetch_musername($bbuserinfo, 'joingroupid')
)
);
$todaynumberregistered = 1;
$todaynumbervisible = 1;
fetch_online_status($todayuserinfos[$bbuserinfo['userid']]);
$todayloggedin = $todayuserinfos[$bbuserinfo['userid']];
eval('$todayactiveusers = ", ' . fetch_template('forumhome_todayloggedinuser') . '";');
}
else
{
$todayuserinfos = array();
}

while ($todayloggedin = $DB_site->fetch_array($todayforumusers))
{
$todayuserid = $todayloggedin[userid];
if (!$todayuserid)
{ // Guest
$todaynumberguest++;
}
else if (empty($todayuserinfos["$todayuserid"]['lastactivity']) OR ($todayuserinfos["$todayuserid"]['lastactivity'] < $todayloggedin['lastactivity']))
{
$todayuserinfos["$todayuserid"] = $todayloggedin;
$todaynumberregistered++;
$todayloggedin['musername'] = fetch_musername($todayloggedin);

if ($todayloggedin['invisible'])
{
if (($permissions['genericpermissions'] & CANSEEHIDDEN) OR $todayloggedin['userid'] == $bbuserinfo['userid'])
{
// user is online and invisible BUT bbuser can see them
$todayloggedin['invisiblemark'] = '*';
$todaynumbervisible++;
eval('$todayactiveusers .= ", ' . fetch_template('forumhome_todayloggedinuser') . '";');
}
}
else
{
// user is online and visible
$todaynumbervisible++;
eval('$todayactiveusers .= ", ' . fetch_template('forumhome_todayloggedinuser') . '";');
}

//if (fetch_online_status($todayloggedin))
//{
// $todaynumbervisible++;
// eval('$todayactiveusers .= ", ' . fetch_template('forumhome_todayloggedinuser') . '";');
//}
}
}

// memory saving
unset($todayuserinfos, $todayloggedin);

$todayactiveusers = substr($todayactiveusers , 2); // get rid of initial comma

$DB_site->free_result($todayloggedins);

$todaynumberinvisible = $todaynumberregistered - $todaynumbervisible;
$todaytotalonline = $todaynumberregistered - $todaynumberinvisible;

// ### MAX LOGGEDIN USERS ################################
$todaymaxusers = unserialize($datastore['todaymaxonline']);
if (intval($todaymaxusers['todaymaxonline']) <= $todaynumberregistered)
{
$todaymaxusers['todaymaxonline'] = $todaynumberregistered;
$todaymaxusers['todaymaxonlinedate'] = TIMENOW;
$DB_site->query("REPLACE INTO " . TABLE_PREFIX . "datastore (title, data) VALUES ('todaymaxonline', '" . addslashes(serialize($todaymaxusers)) . "')");
}

$todayrecordusers = $todaymaxusers['todaymaxonline'];
$todayrecorddate = vbdate($vboptions['dateformat'], $todaymaxusers['todaymaxonlinedate'], 1);

أضف تمبلت جديد بأسم / forumhome_todayloggedinuser

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userid">
<input style="font-size: 10px; vertical-align: middle; color: #3858AD; font-family: MS Sans Serif; letter-spacing: 0px; text-align: center; border-style: solid; border-width: 1px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; background-color: #FFFFFF" size="15" value="$todayloggedin[musername]" name="oline"></a>$invisibleuser

أفتح تمبلت /FORUMHOME
بحث عن/

<!-- end logged-in users -->
</if>
أضف تحته التالي /

<!-- today logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_todayactiveusers')"><img id="collapseimg_forumhome_todayactiveusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayactiveusers].gif" alt="" border="0" /></a>
عدد الاعضاء الذي تواجدوا اليوم في المنتدى&nbsp; : $todaytotalonline
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayactiveusers" style="$vbcollapse[collapseobj_forumhome_todayactiveusers]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div>$todayactiveusers</div>
</div>
</td>
</tr>
</tbody>
<!-- end today logged-in users-->

abdalla ahmed
17-08-2006, 11:52 AM
يسلمووووا مشكور طال عمرك
وننتظر جديدك يالغالي
اخوك:صالح
مشكووووور على مرورك الطيب نورت الموضوع بارك الله فيك

abdalla ahmed
17-08-2006, 12:16 PM
[ هاك ] عدم مشاهدة الموضوع للزائر الا بعد التسجيل 3.5
هذا الهاك لايسمح للضيوف بمشاهدة المواضيع و افعناوين




1 - في تمبلت postbit

##### ابحث عن:

<if condition="$show['messageicon'] OR $post['title']">

##### اضف فوقة :

<if condition="$bbuserinfo[userid] != 0">
##### بحث عن:

<if condition="$post['signature']">

##### اضف فوقة ::

<else /> لايمكنكم مشاهده الموضوع الرجاء التسجيل للمتابعة.<if condition="$show['registerbutton']"> ( <a href="register.php?$session[sessionurl]do=signup">للتسجيل!</a> )</if>
</if>
بعدها احفظ التلمبت

2 - في تمبلت postbit_legacy

##### بحث عن:

<!-- message -->

##### اضف تحتة :

<if condition="$bbuserinfo[userid] != 0">

##### بحث عن:
<if condition="$post['signature']">

##### اضف فوقة ::
<else /> لايمكنكم مشاهده الموضوع الرجاء التسجيل للمتابعة.<if condition="$show['registerbutton']"> ( <a href="register.php?$session[sessionurl]do=signup">للتسجيل!</a> )</if>
</if>
بعدها احفظ التلمبت
3 - في تمبلت threadbit

##### بحث عن:

<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">

##### استبدلة بــــ ::::::::::::::::::::::::

<td class="alt1" id="td_title_$thread[realthreadid]"<if condition="$show['member']"> title="$thread[preview]"</if>>

بعدها احفظ التلمبت
انتهى
تحياتى

ابدول
21-08-2006, 02:13 AM
بس ماعندك هاكات 3.5.4

تسلم اخى abdalla ahmed على الهاكات الجميله بس لو عندك هاكات 3.5.4

زهير العجميZAF
21-08-2006, 07:09 AM
تسلم على الهاكات

ننتظر منك كل اهاكات الجديده

نور الدين جمعه
21-08-2006, 12:31 PM
شكراً

abdalla ahmed
07-09-2006, 02:53 PM
مشكووووور

abdalla ahmed
07-09-2006, 02:53 PM
مشكووووور

abdalla ahmed
07-09-2006, 02:53 PM
مشكووووور

abdalla ahmed
07-09-2006, 02:54 PM
مشكووووور

abdalla ahmed
07-09-2006, 02:55 PM
مشكوووووور على المرور

abdalla ahmed
07-09-2006, 03:01 PM
مشكوووووور على المرور

alfaahmed1958
07-09-2006, 03:16 PM
الف شكر على الهاكات الروعة

abdalla ahmed
07-09-2006, 03:23 PM
مشكوووور على المرور

alfaahmed1958
07-09-2006, 03:24 PM
تسلم على الهاكات

ننتظر منك كل اهاكات الجديده

abdalla ahmed
07-09-2006, 03:27 PM
مشكوووور على المرور

abdalla ahmed
20-10-2006, 09:58 AM
هذا للتحميل من لوحة التحكم :
Products
[Add/Import Product]
أفضل مشاركين.xml

بعد التحميل مباشرة تطلع على الصفحة الرئيسية في خيارات سريعة (( أفضل مشاركين ))

مثال

http://www.traidnt.net/vb/attachment.php?attachmentid=62504&stc=1&thumb=1&d=1154124530

http://www.traidnt.net/vb/attachment.php?attachmentid=62506&stc=1&thumb=1&d=1154124530


تحميل من هنا (http://www.traidnt.net/vb/attachment.php?attachmentid=64614&d=1154880492)

abdalla ahmed
20-10-2006, 10:06 AM
هاك الترحيب اسفل الاسكبلورر:
http://www.traidnt.net/vb/attachment.php?attachmentid=60169&stc=1&d=1153179884

لتركيب :.

1 - قم بالدخول الى لوحة الحكم

2 - اختر الستايلات والقوالب

3 - قم بالدخول على الستايل الذي تريد وضع الترحيب فيه اسفل الأكسبلورر

4 - ادخل على ال hedaer الخاص بالستايل
<!-- /logo -->
واستبدلها بالتالي
<if condition="$bbuserinfo[userid] != 0">
<******>
<!-- Hide from old browsers
message = " مرحبا بك يا $bbuserinfo[username] في $vboptions[bbtitle] ^" +
" آخر زيارة لك كانت في $pmbox[lastvisitdate] $pmbox[lastvisittime]^" +
" بريدك المسجل لدينا هو $bbuserinfo[email]^" +
" أنت الآن في رتبة $bbuserinfo[usertitle]^" +
<if condition="$bbuserinfo['options'] & $_USEROPTIONS['receivepm']">
" يوجد لديك $bbuserinfo[pmunread] رسالة خاصة غير مقروءة^" +
" مجموع الرسائل الخاصة هو $bbuserinfo[pmtotal]^" +

</if>
"^"
scrollSpeed = 50
lineDelay = 1800
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</******>
<else />
<******>
<!-- Hide from old browsers
message = " مرحبا عزيزي الضيف في $vboptions[bbtitle] ^" +
" أنت غير مسجل لدينا^" +
" يمكنك التسجيل في المنتدى والمشاركة مع $vboptions[bbtitle]^" +
" أو يمكنك تسجيل الدخول إذا كنت قد سجلت مسبقا^" +
"^"
scrollSpeed = 50
lineDelay = 1800
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</******>
</if>
<!-- /logo -->

abdalla ahmed
20-10-2006, 10:11 AM
وضع تحذير تحت المرفقات:
افتح تمبلت Postbit_Legacy

ملاحظة : أنسخ التمبلت الاصلي قبل عمل أي شئ

ابحث عن


<!-- / attachments -->


و ضع فوقها الآتى





<div ><fieldset class="fieldset">
<legend>
<p dir="rtl"><b><font color="#ff0000">نصائح هتفيدك قبل تحميل المرفق</font></b><font color="#FF0000">
</font> </p>
</legend>
<p dir="rtl"><b>1- أفحص الملف المرفق بأي برنامج مضاد للفيروسات<br>
2-<span lang="en-us"> </span>قم بمراسلة المراقب عن أي مرفق يوجد به فيروس<br>
3-<span lang="en-us"> </span>المنتدى غير مسول عن ما يحتويه المرفق من بيانات</b></fieldset><p dir="rtl">&nbsp;</div>

ملك النيت
20-10-2006, 01:27 PM
مشكور أخي على الجهد

mega-scorpion
20-10-2006, 02:14 PM
شكرا لك على هذه المكتبة المميزة و المنوعة
احسنت

ahmed@saied
28-02-2007, 04:15 PM
مشكووووووووووووووووور

أبو حمد الغريب
15-04-2008, 02:50 PM
ألف شكر لك أخي الكريم