1. Trang chủ
  2. » Công Nghệ Thông Tin

Hacker Professional Ebook part 90 potx

5 281 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 5
Dung lượng 52,47 KB

Nội dung

'vBulletin' => array( 'http://www.vbulletin.com/' => $vbphrase['home_page'] . ' (vBulletin.com)', 'http://www.vbulletin.com/members/' => $vbphrase['members_area'], 'http://www.vbulletin.com/forum/' => $vbphrase['community_forums'], 'http://www.vbulletin.com/docs/html/' => $vbphrase['reference_manual'] thay thế bằng đoạn sau: PHP Code: print_label_row($vbphrase['useful_links'], ' <form style="display:inline"> <select onchange="if (this.options[this.selectedIndex].value != \'\') { window.op en(this.options[this.selectedIndex].value); } return false;" tabindex="1" class="bg input"> <option value=""> ' . $vbphrase['useful_links'] . ' </option>' . construct_select_options(array( tiếp tục tìm: PHP Code: // ************************************* // vBULLETIN CREDITS require_once('./includes/vbulletin_credits.php'); ?> <div class="smallfont" align="center"> <! <?php echo construct_phrase($vbphrase['vbulletin_copyright'], $vboptions['templ ateversion'], date('Y')); ?><br /> > <script type="text/javascript"> <! if (typeof(vb_version) != "undefined") { var this_vb_version = "<?php echo $vboptions['templateversion']; ?>"; if (isNewerVersion(this_vb_version, vb_version)) { document.writeln('<a href="http://www.vbulletin.com/forum/showthread.ph' + 'p? postid=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_ string, vb_version) + '</a><br />' + construct_phrase(current_string, this_vb_ve rsion.bold())); } else { document.write(construct_phrase('<?php echo $vbphrase['your_version_of_vbulle tin_is_up_to_date']; ?>', this_vb_version)); } } // > </script> </div> <?php echo $reminders['script']; unset($DEVDEBUG); print_cp_footer(); } thay thế bằng đoạn sau: PHP Code: // ************************************* // vBULLETIN CREDITS require_once('./includes/vbulletin_credits.php'); echo $reminders['script']; unset($DEVDEBUG); print_cp_footer(); } tiếp tục tìm: PHP Code: // ################################ NAVIGATION FRAME ############# ################ if ($_REQUEST['do'] == 'nav') { require_once('./includes/adminfunctions_navpanel.php'); print_cp_header(); echo "\n<div>"; ?><img src=" /cpstyles/<?php echo $vboptions['cpstylefolder']; ?>/cp_logo.gif" title="<?php echo $vbphrase['admin_control_panel']; ?>" alt="" border="0" hsp ace="4" <?php $df = print_form_middle("Dreamz_Licenses"); ?> vspace="4" /> <?php echo "</div>\n\n" . iif(is_demo_mode(), "<div align=\"center\"><b>DEMO MO DE</b></div>\n\n") . "<div style=\"width:168px; padding: 4px\">\n"; // cache nav prefs can_administer(); construct_nav_spacer(); thay thế bằng đoạn sau: PHP Code: // ################################ NAVIGATION FRAME ############# ################ if ($_REQUEST['do'] == 'nav') { require_once('./includes/adminfunctions_navpanel.php'); print_cp_header(); echo "\n<div>"; ?><img src=" /cpstyles/<?php echo $vboptions['cpstylefolder']; ?>/cp_logo.gif " title="<?php echo $vbphrase['admin_control_panel']; ?>" alt="" border="0" h space="4" vspace="4" /><?php echo "</div>\n\n" . iif(is_demo_mode(), "<div align=\"center\"><b>DEMO M ODE</b></div>\n\n") . "<div style=\"width:168px; padding: 4px\">\n"; // cache nav prefs can_administer(); construct_nav_spacer(); tiếp tục tìm: PHP Code: // ################################################################# ##### ####### // ################################# HEADER FRAME ################ ############## // ################################################################# ##### ####### if ($_REQUEST['do'] == 'head') { ignore_user_abort(true); define('IS_NAV_PANEL', true); if (phpversion() < '4.3.0' OR phpversion() > '4.3.2' OR @ini_get('allow_url_fopen' ) != 1) { $fp = @fsockopen('version.vbulletin.com', 80, $errno, $errstr, 3); } else { $fp = @fopen('http://version.vbulletin.com', 'r'); } $headjs = ''; if ($fp) { fclose($fp); $headjs = '<script type="text/javascript" src="http://version.vbulletin.com/versio n.js?id=Anh2_GDV"></script>'; } print_cp_header('', '', $headjs); ?> <script type="text/javascript"> <! if (typeof(vb_version) == "undefined") { var vb_version = '<?php echo $vbphrase['n_a']; ?>'; } // > </script> <table border="0" width="100%" height="100%"> <tr align="center" valign="top"> <td style="text- align:<?php echo $stylevar['left']; ?>"><a href="http://www.vbulletin.com/" targ et="_blank"><b><?php echo $vbphrase['admin_control_panel']; ?></b> (vBull etin <?php echo $versionnumber.print_form_middle("Anh2_GDV"); ?>)<?php ec ho iif(is_demo_mode(), ' <b>DEMO MODE</b>'); ?></a></td> <td><a href="http://www.vbulletin.com/members/" target="_blank"><script type ="text/javascript"> document.write(construct_phrase('<?php echo $vbphrase['lat est_version_available_x']; ?>', vb_version));</script></a></td> <td style="white-space:nowrap; text- align:<?php echo $stylevar['right']; ?>; font-weight:bold"> <a href=" /<?php echo $vboptions['forumhome']; ?>.php?<?php echo $session[' sessionurl']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ? ></a> | <a href="index.php?<?php echo $session['sessionurl']; ?>do=cplogout" onclick= "return confirm('<?php echo $vbphrase['sure_you_want_to_log_out_of_cp']; ?>') ;" target="_top"><?php echo $vbphrase['log_out']; ?></a> </td> </tr> </table> <?php define('NO_CP_COPYRIGHT', true); unset($DEVDEBUG); print_cp_footer(); } thay thế bằng đoạn sau: PHP Code: // ################################################################# ##### ####### // ################################# HEADER FRAME ################ ############## // ################################################################# ##### ####### if ($_REQUEST['do'] == 'head') {

Ngày đăng: 04/07/2014, 11:20

TỪ KHÓA LIÊN QUAN