برق الشمال
04-24-2005, 06:44 PM
بسم الله الرحمن الرحيم
اخواني واخواتي اعضاء وزوار مجالس برق الشمال
السلام عليكم ورحمة الله وبركاته
يسرنا ان نقدم لكم ستايل مياسة آملين ان يحوز على رضائكم
لمشاهدة الاستايل اضغط هنا استايل مياسة (http://www.barqalshamal.com/vb/index.php?styleid=36)
طريقة التركيب :
بعد فك الملف المرفق ستجد بداخله
ملف باسم ((myash))
وهذا الملف يرفع الى مجلد المنتدى ((vb)) مباشرة بواسطة ال اف تي بي
يوجد بالملف المرفق ملف vbulletin-style
من لوحة التحكم
ستايلات & القوالب
رفـع / تحميل ملف الستايل
يتم رفعه
ويوجد داخل الملف صورة باسم sendpmonline
توضع في مجلد الصور في مجلد المنتدى
على هذا المسار
vb\myash
ويوجد داخل الملف ملف سويتش باسم clock وينقل الى ملف الصور في المنتدى
على خذا المسار
vb\images
بالاضافة الى عدة هاكات وهي :
هاك المتواجدين لهذا اليوم بدون مربعات وذلك لعملية تلوين اسامي الاعضاء
هاك احصائيات المنتدى
هاك الصندوق السحري للذين لديهم الصندوق السحري
بالاضافة الى هاك آخر المواضيع بجدول متقلب
ولتشغيله
******************************************
افتح ملف
index.php
في مجلد المنتدى الرئيسي وابحث عن
eval('print_output("' . fetch_template('FORUMHOME') . '");');
تقريبا السطر الأخير ...... وقبله مباشرة اضف
************************************************** *************
// latest threads by rouad , edit by almuhajir
//if (!isset($action) or $action == "getactive") {
// active topics
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter,rep lycount from thread WHERE visible order by lastpost desc limit 5");
if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");
}
if (mysql_num_rows($result)) {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);
$title = $latest_array['title'];
$startedby = $latest_array['postusername'];
$numreplies = $latest_array['replycount'];
$lastposter = $latest_array['lastposter'];
$mpostid= $result_thread_array['postid'];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);
$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}
eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
//}
if ($action == "getnew") {
// new posts by rouad , edit by almuhajir
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter from thread WHERE visible AND thread.lastpost>=".$bbuserinfo[lastvisit]." AND thread.open<>10 order by lastpost desc limit 5");
if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");
} else {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);
$title = $latest_array["title"];
$startedby = $latest_array["postusername"];
$lastposter = $latest_array["lastposter"];
$mpostid= $result_thread_array["postid"];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);
$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}
eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
}
eval("\$threads = \"".fetch_template('home_threads')."\";");
احفظ الملف وارفعه الى منتداك
************************************************** ****
الخطوة الثانية اضافة قوالب جديدة
************************************************** ****
الآن من لوحة التحكم اضف تمبلت باسم home_threads
وضع بداخله هذا الكود
************************************************** ****
<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="2" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#B8BEB8" colspan="4">
<table width="100%" border=0 cellspacing=0 cellpadding=0><tr><td>
<smallfont>آخر مواضيع المنتدى</smallfont>
</td><td align=center>
<form style="margin-bottom:-2;" action="index.php" method="get">
<p align="left">
<select name="action" onchange="window.location=('index.php?s=$session[sessionhash]&action='+this.options[this.selectedIndex].value+'')">
<option>اعرض...</option>
<option>---------------------</option>
<option value="getactive">المواضيع النشطة</option>
<option value="getnew">المواضيع الجديدة</option>
</select> </p>
</form>
</td></tr></table>
</td></tr><tr><td bgcolor="#E9EBE9">
<!-- rouad.com/nabdh-alm3ani.net -->
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1
scrollDelay=50 direction=up width="100%" height=60>
$threadbits
</marquee>
</table>
</td></tr></table>
************************************************** ****
اضف ايضاً تمبلت آخر باسم home_threadbits
واضف بداخله هذا الكود
************************************************** ****
<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td bgcolor="#B8BEB8"><smallfont>الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="20%" align="center"><smallfont>كاتب الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="5%" align="center"><smallfont>الردود</smallfont></td>
<td bgcolor="#B8BEB8" width="22%" align="center"><smallfont>اخر مشاركه</smallfont></td>
</tr>
<tr>
<td bgcolor="$threadbg" align="right">
<p><smallfont><b><a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"> $title</a></b></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$startedby">$startedby</a></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont>$numreplies</smallfont></p>
</td>
<td bgcolor="$threadbg" align="left">
<smallfont>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><smallfont>بواسطة <a href="member.php?s=$session[sessionhash]&action=getinfo&username=$lastposter">
$lastposter</a></smallfont></td>
<td nowrap> <a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"><img src="images/buttons/lastpost.gif" border="0" alt="اذهب لآخر مشاركة"></a></td>
</tr></table>
</td>
</tr></table>
</td></tr></table>
<br>
************************************************** ******
افتح تمبلت forumhome
واضف فيه هذا الكود
$threads
ويفضل بعد $navbar
اتمنى ان ينال هذا الاستايل على رضائكم
اخوكم برق الشمال
اخواني واخواتي اعضاء وزوار مجالس برق الشمال
السلام عليكم ورحمة الله وبركاته
يسرنا ان نقدم لكم ستايل مياسة آملين ان يحوز على رضائكم
لمشاهدة الاستايل اضغط هنا استايل مياسة (http://www.barqalshamal.com/vb/index.php?styleid=36)
طريقة التركيب :
بعد فك الملف المرفق ستجد بداخله
ملف باسم ((myash))
وهذا الملف يرفع الى مجلد المنتدى ((vb)) مباشرة بواسطة ال اف تي بي
يوجد بالملف المرفق ملف vbulletin-style
من لوحة التحكم
ستايلات & القوالب
رفـع / تحميل ملف الستايل
يتم رفعه
ويوجد داخل الملف صورة باسم sendpmonline
توضع في مجلد الصور في مجلد المنتدى
على هذا المسار
vb\myash
ويوجد داخل الملف ملف سويتش باسم clock وينقل الى ملف الصور في المنتدى
على خذا المسار
vb\images
بالاضافة الى عدة هاكات وهي :
هاك المتواجدين لهذا اليوم بدون مربعات وذلك لعملية تلوين اسامي الاعضاء
هاك احصائيات المنتدى
هاك الصندوق السحري للذين لديهم الصندوق السحري
بالاضافة الى هاك آخر المواضيع بجدول متقلب
ولتشغيله
******************************************
افتح ملف
index.php
في مجلد المنتدى الرئيسي وابحث عن
eval('print_output("' . fetch_template('FORUMHOME') . '");');
تقريبا السطر الأخير ...... وقبله مباشرة اضف
************************************************** *************
// latest threads by rouad , edit by almuhajir
//if (!isset($action) or $action == "getactive") {
// active topics
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter,rep lycount from thread WHERE visible order by lastpost desc limit 5");
if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");
}
if (mysql_num_rows($result)) {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);
$title = $latest_array['title'];
$startedby = $latest_array['postusername'];
$numreplies = $latest_array['replycount'];
$lastposter = $latest_array['lastposter'];
$mpostid= $result_thread_array['postid'];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);
$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}
eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
//}
if ($action == "getnew") {
// new posts by rouad , edit by almuhajir
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter from thread WHERE visible AND thread.lastpost>=".$bbuserinfo[lastvisit]." AND thread.open<>10 order by lastpost desc limit 5");
if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");
} else {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);
$title = $latest_array["title"];
$startedby = $latest_array["postusername"];
$lastposter = $latest_array["lastposter"];
$mpostid= $result_thread_array["postid"];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);
$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}
eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
}
eval("\$threads = \"".fetch_template('home_threads')."\";");
احفظ الملف وارفعه الى منتداك
************************************************** ****
الخطوة الثانية اضافة قوالب جديدة
************************************************** ****
الآن من لوحة التحكم اضف تمبلت باسم home_threads
وضع بداخله هذا الكود
************************************************** ****
<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="2" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#B8BEB8" colspan="4">
<table width="100%" border=0 cellspacing=0 cellpadding=0><tr><td>
<smallfont>آخر مواضيع المنتدى</smallfont>
</td><td align=center>
<form style="margin-bottom:-2;" action="index.php" method="get">
<p align="left">
<select name="action" onchange="window.location=('index.php?s=$session[sessionhash]&action='+this.options[this.selectedIndex].value+'')">
<option>اعرض...</option>
<option>---------------------</option>
<option value="getactive">المواضيع النشطة</option>
<option value="getnew">المواضيع الجديدة</option>
</select> </p>
</form>
</td></tr></table>
</td></tr><tr><td bgcolor="#E9EBE9">
<!-- rouad.com/nabdh-alm3ani.net -->
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1
scrollDelay=50 direction=up width="100%" height=60>
$threadbits
</marquee>
</table>
</td></tr></table>
************************************************** ****
اضف ايضاً تمبلت آخر باسم home_threadbits
واضف بداخله هذا الكود
************************************************** ****
<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td bgcolor="#B8BEB8"><smallfont>الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="20%" align="center"><smallfont>كاتب الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="5%" align="center"><smallfont>الردود</smallfont></td>
<td bgcolor="#B8BEB8" width="22%" align="center"><smallfont>اخر مشاركه</smallfont></td>
</tr>
<tr>
<td bgcolor="$threadbg" align="right">
<p><smallfont><b><a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"> $title</a></b></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$startedby">$startedby</a></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont>$numreplies</smallfont></p>
</td>
<td bgcolor="$threadbg" align="left">
<smallfont>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><smallfont>بواسطة <a href="member.php?s=$session[sessionhash]&action=getinfo&username=$lastposter">
$lastposter</a></smallfont></td>
<td nowrap> <a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"><img src="images/buttons/lastpost.gif" border="0" alt="اذهب لآخر مشاركة"></a></td>
</tr></table>
</td>
</tr></table>
</td></tr></table>
<br>
************************************************** ******
افتح تمبلت forumhome
واضف فيه هذا الكود
$threads
ويفضل بعد $navbar
اتمنى ان ينال هذا الاستايل على رضائكم
اخوكم برق الشمال