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

مشاهدة النسخة كاملة : حل مشكلة ( فقدان الارشفة indexation ) في هاك product كرستالة الاصدار الثالث



walid
11-01-2013, بتوقيت غرينيتش 10:49 PM
السلام عليكم ورحمة الله وبركاته ~

اسعد الله ايامكم بكل خير

تم حل مشكلة فقدان الارشفه عن بعض المواقع .. بسبب كرستالة ..

وهالمشكلة تظهر عند البعض ..

ماعليه سوء استبدال بلوقن البوست لجسي ..
او تحمل الهاك product من جديد بالموضوع الاصلي من
والي مركبه وحاب يعمل استبدال >>

من لوحه التحكم >> Product الهاك productات Plugins >> التحكم بالإضافات البرمجية Plugin


او من هنا
http://xxxx.com/vb/admincp/plugin.php?do=modify
طبعا غير مسار الموقع ومسار اللوحه ع مايناسب موقعك


بعدها ابحث عن

المنتج plugin/Product : GXCSS_CSS / شامل بوست كرستال T H E C R Y S T A L

http://upload.dzbatna.net/upfiles/vpu76637.gif

دور على

GXCSS_CSS / شامل بوست كرستال T H E C R Y S T A L ~ المقابل له >> postbit_display_complete

واضغط ع تعديل



ثم استبدل مافي البلوقن بي


رمز PHP:

<code style="white-space:nowrap"> <code> global $vbulletin, $vGx ,$vboptions, $bbuserinfo, $threadinfo;
$bbuserinfo = $this->registry->userinfo;
$post = $this->post;

// G X G I F LOCK
if ($post&#91;'gxcss_color'&#93; OR $post&#91;'gxcss_font'&#93; OR $post&#91;'gxcss_size'&#93;) {
if ($post&#91;'gxcss_color'&#93;) { $is_color = ' color="' . $post&#91;'gxcss_color'&#93; . '"'; }
if ($post&#91;'gxcss_font'&#93;) { $is_font = ' face="' . $post&#91;'gxcss_font'&#93; . '"'; }
if ($post&#91;'gxcss_size'&#93;) { $is_size = ' size="' . $post&#91;'gxcss_size'&#93; . '"'; }
if ($post&#91;'gxcss_up'&#93;) {
if($vbulletin->options&#91;'id_post_up_texet'&#93; == '0') {
$ups .= $vGx->Gbbcode($post&#91;'gxcss_up'&#93;);
$ups .= '<br />';
$ups .= '<br />';
} else {
$ups = ' <img border="0" src="' . $post&#91;'gxcss_up'&#93; . '" alt="" /><br /><br />';
}
}
if ($post&#91;'gxcss_up'&#93;) {
if($vbulletin->options&#91;'id_post_up_texet'&#93; == '0') {
$downs .= '<br />';
$downs .= '<br />';
$downs .= $vGx->Gbbcode($post&#91;'gxcss_down'&#93;);
} else {
$downs = '<br /><br /><img border="0" src="' . $post&#91;'gxcss_down'&#93; . '" alt="" />';
}
}
$post&#91;'message'&#93; = ''.$ups.'<font ' . $is_color . $is_font . $is_size . '>' . $post&#91;'message'&#93; . '</font>'.$downs.'';}

if ($this->registry->options&#91;'postbit_none'&#93; == '0' || $this->registry->options&#91;'postbit_none'&#93; == '2') {
$postnon = 'style="border:0px; padding:0px; margin:0px"';
}






// G X G I F NEWS
$fourm_news = (in_array($threadinfo&#91;'forumid'&#93;, explode('|', $this->registry->options&#91;'news_fourm'&#93; ))) ? true : false;
if ($post&#91;'gxcss_news'&#93; AND !$fourm_news) {
if($bbuserinfo&#91;'userid'&#93;==$post&#91;'userid'&#93;) {
$onclec = "\r onclick=\"window.open('profile.php?do=news','news','statusba r=no,menubar=no,toolbar=no,scrollbars=yes,resizabl e=yes,width=620,height=420'); return false;\"";
$inclec = "\r <a href=\"#\" $onclec > $vbphrase&#91;change&#93;</a>";

}
$is_news = $vGx->Gbbcode($post&#91;'gxcss_news'&#93;);
$news_out .= '<marquee onmouseover="this.stop()" onmouseout="this.start()" direction="right" scrolldelay="6" scrollamount="3" style="border-style:solid; border-width:1px; text-align: center; font-family: Tahoma">
'.$is_news.'
</marquee>';


@eval('$news_out');
$nnww .= '<div align="center">
<table class="tborder" cellpadding="'.$stylevar&#91;cellpadding&#93;.'" cellspacing="'.$stylevar&#91;cellspacing&#93;.'" border="0" width="100%">
<tr><td class="alt2" title="اخر اخبارالعضو" align="center" width="15%"><b>آخر آخباري
<font size="1">'.$inclec.'</font></b></td>
<td class="alt1" title="اخر اخبار العضو" align="center" width="85%">
'.$news_out.'</td>
</tr>
</table>
</div>';
@eval('$nnww');
if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
if(!$this->registry->options&#91;'news_wsaly'&#93; AND !$post&#91;'signature'&#93;) {
$template_hook&#91;postbit_signature_end&#93; = $template_hook&#91;postbit_signature_end&#93;." $nnww";
} else {
$post&#91;signature&#93; = $post&#91;signature&#93;." $news_out";
}
}

}

if(!empty($this->registry->options&#91;'a3lan_add'&#93;)) {
$a3lans_out .= '<div><fieldset '.$postnon.'>';
$a3lans_out .= '<legend><label>آعلانات </label></legend>';
$Exss = @explode("\r\n", @trim($this->registry->options&#91;'a3lan_add'&#93;));
foreach ($Exss AS $Mxss) {
$Ixss = @preg_replace('#(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93; +)?#si', '\\1', $Mxss);
$Lxss = @preg_replace('#(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93; +)?#si', '\\3', $Mxss);
$Txss = @preg_replace('#(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93;+)?(\|)?(&#91;^\|&#93; +)?#si', '\\5', $Mxss);
if (@strlen($Lxss)) { $Lxss = " onClick=\"window.open('$Lxss');\""; }
if (@strlen($Txss)) { $Txss = " alt=\"$Txss\""; }
$a3lans_out .= "\r<div style=\"padding: 2px\" align=\"center\"><img src=\"$Ixss\" $Txss $Lxss class=\"inlineimg\" /></div>";
}
$a3lans_out .= '</fieldset></div>';
@eval('$a3lans_out');
if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
$template_hook&#91;postbit_userinfo_right&#93; = $template_hook&#91;postbit_userinfo_right&#93;.$a3lans_out ;
}
}

// G X G I F MMS
$fourm_mms = (in_array($threadinfo&#91;'forumid'&#93;, explode('|', $this->registry->options&#91;'fourm_mms'&#93; ))) ? true : false;
if ($post&#91;'gxcss_mms'&#93; AND !$fourm_mms) {
if($bbuserinfo&#91;'userid'&#93;==$post&#91;'userid'&#93;) {
$onclec = "\r onclick=\"window.open('profile.php?do=mms','mms','statusbar= no,menubar=no,toolbar=no,scrollbars=yes,resizable= yes,width=620,height=420'); return false;\"";
$inclec = "\r <a href=\"#\" $onclec >$vbphrase&#91;change&#93;</a>";
}
$is_mms = ' src="' . $post&#91;'gxcss_mms'&#93; . '"';
$mms_out .= '<div><fieldset '.$postnon.'>';
$mms_out .= "<legend><label>$vbphrase&#91;mms_information&#93; $inclec</label></legend>";
$mms_out .= '<img ' . $is_mms . ' border="0" alt="" title="" />';
$mms_out .= '</fieldset></div>';
$mms_out = str_replace('<img', '<img style="max-width: ' . $this->registry->options&#91;'mms_max'&#93; . 'px; cursor: pointer;" onclick="window.open(this.src)" ', $mms_out);
if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
@eval('$mms_out');
$template_hook&#91;postbit_userinfo_right&#93; = $mms_out .$template_hook&#91;postbit_userinfo_right&#93; ;
}
}
if ($this->registry->options&#91;'id_post_wsamon'&#93;) {
$id = @intval($post&#91;'userid'&#93;);
$limtend = @intval($this->registry->options&#91;'id_post_wsam_limtend'&#93;);

if ($this->registry->options&#91;'id_post_wsam_post'&#93; == 'shat') {
$wsam_moves .= '<div>';
$wsam_moven .= '</div>';
} else {
$goawey = $this->registry->options&#91;'id_post_wsam_post'&#93;;
$wsam_moves .= '<marquee direction="'.$goawey.'" onmouseover="this.stop()" onmouseout="this.start()" scrolldelay="4" scrollamount="2" style="text-align: center; font-family: Tahoma;">';
$wsam_moven .= '</marquee>';
}


$viwe_wsam = $vbulletin->db->query_read("
SELECT gxcss_wsam
FROM " . TABLE_PREFIX . "userwsam
WHERE useridr = ". $id ."



ORDER BY RAND() LIMIT 0,$limtend ");

if ($vbulletin->db->num_rows($viwe_wsam) > 0)
{

$wsam_out .= '<div><fieldset '.$postnon.'>';
$wsam_out .= '<legend><label>آلاوسـمـة</label></legend> '.$wsam_moves.'';

while($wsam = $vbulletin->db->fetch_array($viwe_wsam))
{
$wsam_out .='<img border="0" src="'.$wsam&#91;'gxcss_wsam'&#93;.'" style="border:0px; padding:2px; margin:2px" alt="" />';
}

$wsam_out .= ''.$wsam_moven.'</fieldset></div>';
}
$vbulletin->db->free_result($viwe_wsam);
if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
$template_hook&#91;postbit_userinfo_right&#93; = $template_hook&#91;postbit_userinfo_right&#93;.$wsam_out ;
}
}


$id_post_wsam_modint = (in_array($vbulletin->userinfo&#91;'userid'&#93;, explode('|', $this->registry->options&#91;'id_post_wsam_modint'&#93; ))) ? true : false;
$id_post_wsam_modon = (in_array($vbulletin->userinfo&#91;'userid'&#93;, explode('|', $this->registry->options&#91;'id_post_wsam_modon'&#93; ))) ? true : false;
if($id_post_wsam_modint AND $id_post_wsam_modon) {
$addwsams .= ' <tr><td class="vbmenu_option"><a href="profile.php?'.$session&#91;sessionurl&#93;.'do=addwsam&amp;u=' .$post&#91;userid&#93;.'">آضافة وسام جديد للعضو</td></tr>';
$template_hook&#91;postbit_user_popup&#93; = $template_hook&#91;postbit_user_popup&#93;."$addwsams";
}

if ($post&#91;'fieldsex'&#93;) {
if ($this->registry->options&#91;'id_post_sex_img'&#93;) {
$sex_out .= $post&#91;'fieldsex'&#93;;
}

}

if ($post&#91;'gxcss_mzag'&#93;) {
$mzag_out .= '<div><fieldset '.$postnon.'>';
$mzag_out .= '<legend><label>مزاجي </label></legend>';
$mzag_out .= '<div align="center"><img src="' . $post&#91;'gxcss_mzag'&#93; . '" border="0" alt="" title="" /></div>';
$mzag_out .= '</fieldset></div>';

if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
$template_hook&#91;postbit_userinfo_right&#93; = $mzag_out.$template_hook&#91;postbit_userinfo_right&#93;;
}
}

// G X G I F SMS
$fourm_sms = (in_array($threadinfo&#91;'forumid'&#93;, explode('|', $this->registry->options&#91;'fourm_sms'&#93; ))) ? true : false;
if ($post&#91;'gxcss_sms'&#93; AND !$fourm_sms) {
if($bbuserinfo&#91;'userid'&#93;==$post&#91;'userid'&#93;) {
$onclec = "\r onclick=\"window.open('profile.php?do=sms','sms','statusbar= no,menubar=no,toolbar=no,scrollbars=yes,resizable= yes,width=536,height=447'); return false;\"";
$inclec = "\r <a href=\"#\" $onclec >$vbphrase&#91;change&#93;</a>";
}

$act = $this->registry->options&#91;'bbcode_norml'&#93;;
if($act == 1):
$is_sms = $vGx->Gbbcode($post&#91;'gxcss_sms'&#93;);
endif;
if($act == 0):
$is_sms = $vGx->Gbbcode_removers($post&#91;'gxcss_sms'&#93;);
endif;
$sms_out .= '<div><fieldset '.$postnon.'>';
$sms_out .= "<legend><label>$vbphrase&#91;sms_information&#93; $inclec</label></legend>";
$sms_out .= '<marquee direction="up" onmouseover="this.stop()" onmouseout="this.start()" scrolldelay="2" scrollamount="1" style="text-align: center; font-family: Tahoma;" height="75">' . $is_sms . '</marquee>';
$sms_out .= '</fieldset></div>';

if ($this->registry->options&#91;'postbit_none'&#93; == '2' && $this->registry->options&#91;'postbit_none'&#93; == '3') {
$template_hook&#91;postbit_userinfo_right&#93; = $sms_out.$template_hook&#91;postbit_userinfo_right&#93; ;
}
}
</code> </code>



وبكذا باذن الله انحلت مشكلته http://www.gxcss.com/vb/images/smaill/msn/rose.gif

طبعا حبيت ابلغكم .. حل المشكله ماراح يظهر لكم بين يوم وليله .. لان قوقل google ياخذ له وقت بهالسوالف http://www.gxcss.com/vb/images/smaill/msn/CAZMYKT3.gif

.. منقول من رومنتك ~
>> وتم التجربه في موقعي ~





https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

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


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