طريقة نزع كود التبليغ لنسخ vbulletin على طريقة فريق GYSN

طريقة نزع كود التبليغ لنسخ vbulletin على طريقة فريق GYSN

<div>شرح طريقة نزع كود التبليغ لنسخ vbulletin على طريقة فريق GYSN<div align="center">

سيتم شرح خطوات النزع على اجزاء في ردود
يرجى الأخد بالاعتبار معلومات هذه النسخة :


1 - حساب العميل ( Licence Number )

2 - تاريخ تحميل النسخة

3 - رقم العميل ( Customer Number )
لكنه في ملفي tools.php و authenticate.php يكون مشفر بالـ MD5


اولا يتم حذف Licence Number الخاص بالنسخة من جميع الملفات وهو يكون في بداية الملف
مشار اليه بالاحمر :

كود:
|| ################################################## ################## ||
|| # vBulletin 3.8.4 - Licence Number VB8A6D0FQ2
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2009 Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.

All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # | # ||
|| ################################################## ################## ||
\*================================================ ======================*/
ثانيا يتم حذف تاريخ تحميل Downloaded للنسخة من جميع الملفات وهو يكون في نهاية الملف
مشار اليه بالاحمر

كود:
/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 21:56, Tue Aug 11th 2009
|| # CVS: $RCSfile$ - $Revision: 27688 $
|| ################################################## ##################
\*================================================ ======================*/
الملفات المتبقية هي :

كود:
+ do_not_upload\
-----tools.php

+ upload\
++ \admincp\
----- backup.php
----- index.php
----- misc.php
----- newsproxy.php

++ \includes\
----- adminfunctions.php
----- adminfunctions_template.php
----- functions.php
----- md5_sums_vbulletin.php
----- vbulletin_credits.php

++ \install\
----- authenticate.php
----- install_language_en.php
----- upgrade_language_en.php
----- vbulletin-adminhelp.xml
----- vbulletin-language.xml
----- vbulletin-settings.xml

++ \modcp\
----- index.php
do_not_upload\tools.php
ابحث ثم احذف

كود:
if (strlen('0423cf329db4c816a95d05e2dfae8882') == 32)
{
/**
* @ignore
*/
define('CUSTOMER_NUMBER', '0423cf329db4c816a95d05e2dfae8882');
}
else
{
/**
* @ignore
*/
define('CUSTOMER_NUMBER', md5(strtoupper('0423cf329db4c816a95d05e2dfae8882') ));
}
ابحث ثم احذف

كود:
$customerid = $vbulletin->input->clean_gpc('p', 'customerid', TYPE_STR);
$bbcustomerid = $vbulletin->input->clean_gpc('c', 'bbcustomerid', TYPE_STR);

// ################################################## ###########################
if ($_POST['do'] == 'login')
{
if (md5(strtoupper($vbulletin->GPC['customerid'])) == CUSTOMER_NUMBER)
{
set******('bbcustomerid', md5(strtoupper($vbulletin->GPC['customerid'])), 0, '/', '');
$vbulletin->GPC['bbcustomerid'] = CUSTOMER_NUMBER;
$_REQUEST['do'] = '';
}
}

// ################################################## ###########################
if ($vbulletin->GPC['bbcustomerid'] !== CUSTOMER_NUMBER)
{
global $stylevar;

// set the style folder
if (empty($vbulletin->options['cpstylefolder']))
{
$vbulletin->options['cpstylefolder'] = 'vBulletin_3_Silver';
}
// set the forumhome script
if (empty($vbulletin->options['forumhome']))
{
$vbulletin->options['forumhome'] = 'index';
}
// set the version
$vbulletin->options['templateversion'] = VERSION;

define('NO_PAGE_TITLE', true);
print_cp_header('Tools');

?>
</b>
















Customer Number


This is the number with which you log in to the vBulletin.com Members' Area













, Copyright &copy;2000-, Jelsoft Enterprises Ltd</p>
admincp\backup.php
ابحث ثم احذف الكود المشار اليه بالاحمر

كود:
print_input_row($vbphrase['path_and_file_to_save_backup_to'], 'filename', './forumbackup-' . vbdate(str_replace(array('\\', '/', ' '), '', $vbulletin->options['dateformat']), TIMENOW) . '-' . substr(md5('VBF10EFC6A' . TIMENOW), 0, 5) . '.sql', 0, 60);
admincp\index.php

ابحث ثم أحذف

كود:
$versionhost = REQ_PROTOCOL . '://version.vbulletin.com';
ابحث ثم احدف الكود المشار اليه بالاحمر

كود:
</b> (vBulletin )

ابحث ثم احذف

كود:


ابحث ثم احدف الكود المشار اليه بالاحمر

<div style="margin:20px; margin-top:5px"> كود:
?>