Message [Page 1 of 1 ]
๖ۣۜTiger86 Mod
admin giúp mình cái khung đăng nhập với đăng nhập rồi mà nó vẫn còn cái khung như lúc chưa đăng nhập demo: http://tnhpunbb.forum.st Nick Tex : Admin pas:anhung giup voi admin nhe
An Hùng BMT Admin
đại ca cho đoạn đăng nhập đó vào thẻ này
Code: <!-- BEGIN switch_user_logged_out --> đoạn code đăng nhập <!-- END switch_user_logged_out -->
hình như của đại ka là đoạn này:
Code: <div style="height:165px"><style>.dang_nhap #password,.dang_nhap #username...............
๖ۣۜTiger86 Mod
đây là hea anhung giúp luôn với nha chèn phát lỗi luôn
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> <!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login --> <!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker --> <!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT}); switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; } $(document).ready(function() { var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); if (width_max > 0) { $('#fa_ticker_content').css('display','block'); $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } }); if (slid_vert) { var height_max = h_perso; $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } ); $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); $('ul#fa_ticker_content li').height(height_max); } $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new --> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> }); <!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false; <!-- END switch_login_popup --> <!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup"); $("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]); _gaq.push(["_trackPageview"]); _gaq.push(['_trackPageLoadTime']); <!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis --> (function() { var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview --> <!-- BEGIN switch_login_popup --> <div id="login_popup" class="module main"> <div id="login_popup_title" class="main-head"> <div class="h3">{SITENAME}</div> </div> <div class="main-content"> {LOGIN_POPUP_MSG} <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="button2" value="{L_LOGIN}" /> <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> </div> </div> <!-- END switch_login_popup --> <a id="top" name="top" accesskey="t"></a> <div class="minwidth_IE"> <div class="layout_IE"> <div class="container_IE"> <div class="pun"><div class="pun2" align="left"> <div style="width:200px;float:right"> <div style="height:165px"> <style>.dang_nhap #password, .dang_nhap #username {-moz-background-clip:border;-moz-background-inline-policy:continuous; -moz-background-origin:padding;width:150px;padding:5px 4px 5px 28px; margin-bottom:4px;margin-top:-4px;border:1px solid #000; box-shadow: inset 0 2px 4px #d4d4d4;} .pun .dang_nhap p{color:#fff;font: 12px Arial;margin-top:5px} .pun .login_1 input{padding:2px 10px 4px 10px;width:auto; background:#595b5c url(http://i73.servimg.com/u/f73/17/98/19/05/147.png) repeat-x top left;color:#FFF;font:12px Tahoma;border:1px solid #000} .pun .login_1 input:active{background: #4a4a4a url(); box-shadow: inset 0 2px 2px #333;box-shadow: 0px 0px 0px #000} .pun a.dang_ki {padding:2px 15px 4px 15px;width:auto; background:#6fab57 url(http://i74.servimg.com/u/f74/16/18/15/10/153.png) repeat-x;color:#FFF;font:12px Tahoma;border:1px solid #004000; margin-left:20px;display:inline-block}.pun a.dang_ki:active {background: #609946 url()}#fa_toolbar{display:none !important;}</style> <script>$(function(){$("input#username_reg").attr("maxlength","15");})</script> <form action="/login" method="post" name="form_login" class="dang_nhap"> <script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script> <p><label for="username"><strong>Tên truy cập :</strong></label></p> <p style="height:2em;valign:top;"> <input type="text" name="username" id="username" size="15" maxlength="40" placeholder="Tên truy cập" value="" class="inputbox autowidth" /></p> <p><label for="password"><strong>Mật khẩu :</strong></label></p> <p style="height:2em;valign:top;"> <input type="password" id="password" name="password" size="15" maxlength="25" placeholder="Mật khẩu" class="inputbox autowidth" /></p> <p align="left"><a href="/profile?mode=sendpassword" rel="nofollow" style="font:bold 11px Arial;color:#cccccc">Quên mật khẩu?</a></p> <p align="left" class="login_1"> <input type="checkbox" name="autologin" checked="true" style="display:none"> <input type="submit" name="login" tabindex="6" value="Đăng nhập" class="button1" /> <a href="/register?agreed=true&step=2" class="dang_ki"> Đăng kí</a></p> </form> </div> <ul style="margin:0px;width:200px"><li style="height:30px"> <form id="sell1" target="_blank" method="get" action="/h36-search" name="cpsearch" style="display: block;float:left;margin-right:10px"> <input size="10" name="q" title="tìm kiếm" placeholder="Nhập từ khóa" style="padding:4px;height:15px;width:130px;border:1px solid #000;float:left;color:#333;padding-right:20px;font:11px Tahoma" type="text"><input value="" style="background: url(http://i74.servimg.com/u/f74/16/18/15/10/124.png)no-repeat center;width:30px;height:26px;border:0px;box-shadow: 0px 0px 0px #000;" type="submit"></form></li><li style="margin-bottom:-4px;margin-left:-1px;border-bottom:1px solid #000"><a href="/" class="top_nav1" style="background:none;border-top:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1105.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Diễn Đàn</a></li><li id="operamenu" style="margin-left:-2px"> <ul id="nav"><li><a href="/f40-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1101.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Divide And Fight</a><ul class="hide-mobile"><a href="/f40-forum" class="top_nav2">Divide And Fight</a><li><a href="/f4-forum" style="color:red">Tin tức - Thông báo</a><a href="/f1-forum" style="color:red">Giải đấu (Event)</a><a href="#" >Thông tin Hero</a><a href="#">Thông tin Item</a><a href="/f16-forum">Báo lỗi - Góp ý </a><a href="/f29-forum">Giao lưu học hỏi</a><a href="/f32-forum">Thư viện hướng dẫn</a><a href="/f25-forum">Clan và subbox</a> </li></ul></li><li><a href="/f15-forum" class="top_nav1">WARCRAFT III</a><ul class="hide-mobile"><a href="/f15-forum" class="top_nav2">WARCRAFT III</a><li><a href="/f22-forum">Custom Map</a><a href="/f106-forum">9x Hero Defense VN</a><a href="/f11-forum">Dự án - Map VN</a><a href="/f27-forum">Hướng dẫn tạo map</a><a href="/f105-forum">Movie Maker</a><a href="/f97-forum">Phần mềm tổng hợp</a><a href="/f122-forum">Thủ thuật - Mẹo vặt</a> </li></ul></li><li><a href="/f30-forum" class="top_nav1">Anime Manga</a><ul class="hide-mobile"><a href="/f30-forum" class="top_nav2">Anime Manga</a><li><a href="/f38-forum">Lưu trữ</a><a href="/f41-forum">Danh sách Fanclub</a><a href="/f60-forum">Map Anime</a><a href="/f51-forum">Đấu Trường Anime</a><a href="/f66-forum">Anime Vietsub</a><a href="/f133-forum">Ảnh Anime - Manga</a> </li></ul></li><li><a href="/f107-forum" class="top_nav1">Gunny Privite</a><ul class="hide-mobile"><a href="/f107-forum" class="top_nav2">Gunny Privite</a><li><a href="/f107-forum">Gunny Privite</a><a href="/f112-forum">VL Chi Mộng Private</a><a href="/f119-forum">Kiếm Thế Private</a><a href="/f26-forum">Mu Private</a><a href="/f121-forum">Game Privite Khác</a><a href="/f123-forum">Gift Code GOnline</a> </li></ul></li></ul><ul id="nav"><li><a href="/f115-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1100.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Vui Hài 24h</a><ul class="hide-mobile"><a href="/f115-forum" class="top_nav2">Vui Hài 24h</a><li><a href="/f4-forum">Tin tức D&F</a><a href="/f2-forum">Chuyện lạ quanh ta</a><a href="f3-forum" >Bản tin vip</a><a href="f115-forum">Vui hài 24h</a><a href="/f102-forum">Mật ngữ chòm sao</a><a href="/f126-forum">Xem truyện tranh</a><a href="/f126-forum">Truyện cười</a></li></ul></li><li><a href="/f45-forum" class="top_nav1">Tám - Thư giản</a><ul class="hide-mobile" style="width:450px"><a href="/f45-forum" class="top_nav2">Tám - Thư giản</a><li><a href="/f45-forum">Chuyện trò linh tinh</a><a href="f17-forum">Video clip giải trí</a><a href="f56-forum">Hội quán Truyện</a><a href="/f103-forum">Hình chế CLB</a><a href="/f8-forum">Âm nhạc - Nonstop</a><a href="/f99-forum">Game thủ cần biết</a><a href="/f39-forum">Ảnh thành viên</a><a href="/f61-forum">Phim hay tổng hợp</a><a href="/f58-forum">Game Offline</a> <a href="/f104-forum">Ảnh Warcraft III</a><a href="/f57-forum">Girl xinh - Kute</a><a href="/f55-forum">Ảnh Bikini - Sexy</a> </li></ul></li><li><a href="/h3-tool" class="top_nav1" style="border-bottom:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1104.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Tiện ích</a><ul class="hide-mobile"><a href="/h3-tool" class="top_nav2">Tiện ích</a><li><a href="/h32-photoshop" target="_blank">Photoshop</a><a href="/h1-game_mini" target="_blank">Game Mini</a><a href="/h48-chom_avatar" target="_blank">Chôm Avatar</a><a href="/viewonline">Người Online</a> </li></ul></li></ul></li><li><a href="/t34614-topic" title="Tải Garena Plus"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit313.png" class="icon_down"></a><a href="/t334-topic" title="Hotkey (thay đổi phím số item)" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit317.png" class="icon_down"></a><a href="/t69-topic" title="Tải game Warcraft III" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit323.png" class="icon_down"></a></li></ul><style>#bam1 span.ten1{display:none;color:#FFF;font:bold 11px Arial;}#bam1:hover span.ten1{display:inline-block;padding:4px 10px;position: absolute;margin-left:33px;background:#000;margin-top:-2px;width:75px}#bam1 span.ten1 img{float:left;margin-left:-14px;margin-top:2px}.ads_pt {background: url(http://i74.servimg.com/u/f74/16/18/15/10/1114.png)no-repeat;width:20px;height:20px}</style><a href="/" id="pun-logo"><img src="http://i80.servimg.com/u/f80/16/18/15/10/126.png" alt="" /></a><a href="javascript:remove_ads()" id="bam1" style="position: absolute;bottom:10px;margin-left:176px"><span class="ten1">Ẩn quảng cáo<img src="http://i74.servimg.com/u/f74/16/18/15/10/233.png"></span><img src="http://2img.net/i/fa/empty.gif" class="ads_pt"></a><script>$(function(){$("#bam1").click(function(){$(".quang_cao").remove();});});$(function(){$("#bam1").click(function(){$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});});</script></div></div> <ul style="display:none"><li><a class="mainmenu" href="/"><img id="i_icon_mini_index" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Index" title="Index" />Index</a> </li><li><a class="mainmenu" href="/faq"><img id="i_icon_mini_faq" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Trợ giúp" title="Trợ giúp" />Trợ giúp</a> </li><li><a class="mainmenu" href="/search" onclick="showhide(document.getElementById('search_menu')); return false;"><img id="i_icon_mini_search" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Tìm kiếm" title="Tìm kiếm" />Tìm kiếm</a> <script type="text/javascript">//<![CDATA[ var url_search = '/search'; insert_search_menu_new();//]]> </script></li><li><a class="mainmenu" href="/memberlist" rel="nofollow"><img id="i_icon_mini_members" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Thành viên" title="Thành viên" />Thành viên</a> </li><li><a class="mainmenu" href="/groups"><img id="i_icon_mini_groups" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Nhóm" title="Nhóm" />Nhóm</a> </li><li><a class="mainmenu" href="/register" rel="nofollow"><img id="i_icon_mini_register" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng ký" title="Đăng ký" />Đăng ký</a> </li><li><a class="mainmenu" href="/login" rel="nofollow"><img id="i_icon_mini_login" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng Nhập" title="Đăng Nhập" />Đăng Nhập</a> </li></ul><span class="tip_top"></span><div style="width:780px;margin-left:195px;"><div id="content-container"><div id="outer-wrapper"><div id="wrapper"> <div id="container"><div id="content"><div id="main"><div id="main-content"><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> <div class="nav"> <a href="/" style="background:none;padding:10px;"> <img src="http://i48.servimg.com/u/f48/14/28/30/23/home10.gif" style="margin-top:5px;margin-bottom:-5px"></a> </div>
๖ۣۜTiger86 Mod
ko có nút thoát luôn An HÙNG GIÚP VỚI
LÀM SAO SAU KHI ĐĂNG NHẬP NÓ GIỐNG PHỤ TỬ NHỈ ADMIN GIÚP VỚI GIỐNG 4FORUM NÀY : http://www.phutu.org/ nicktex : cùi mía pas: 21122012
An Hùng BMT Admin
đại ca thay vào xem
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> <!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login --> <!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker --> <!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT}); switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; } $(document).ready(function() { var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); if (width_max > 0) { $('#fa_ticker_content').css('display','block'); $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } }); if (slid_vert) { var height_max = h_perso; $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } ); $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); $('ul#fa_ticker_content li').height(height_max); } $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new --> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> }); <!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false; <!-- END switch_login_popup --> <!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup"); $("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]); _gaq.push(["_trackPageview"]); _gaq.push(['_trackPageLoadTime']); <!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis --> (function() { var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview --> <!-- BEGIN switch_login_popup --> <div id="login_popup" class="module main"> <div id="login_popup_title" class="main-head"> <div class="h3">{SITENAME}</div> </div> <div class="main-content"> {LOGIN_POPUP_MSG} <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="button2" value="{L_LOGIN}" /> <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> </div> </div> <!-- END switch_login_popup --> <a id="top" name="top" accesskey="t"></a> <div class="minwidth_IE"> <div class="layout_IE"> <div class="container_IE"> <div class="pun"><div class="pun2" align="left"> <div style="width:200px;float:right"> <div style="height:165px"> <style>.dang_nhap #password, .dang_nhap #username {-moz-background-clip:border;-moz-background-inline-policy:continuous; -moz-background-origin:padding;width:150px;padding:5px 4px 5px 28px; margin-bottom:4px;margin-top:-4px;border:1px solid #000; box-shadow: inset 0 2px 4px #d4d4d4;} .pun .dang_nhap p{color:#fff;font: 12px Arial;margin-top:5px} .pun .login_1 input{padding:2px 10px 4px 10px;width:auto; background:#595b5c url(http://i73.servimg.com/u/f73/17/98/19/05/147.png) repeat-x top left;color:#FFF;font:12px Tahoma;border:1px solid #000} .pun .login_1 input:active{background: #4a4a4a url(); box-shadow: inset 0 2px 2px #333;box-shadow: 0px 0px 0px #000} .pun a.dang_ki {padding:2px 15px 4px 15px;width:auto; background:#6fab57 url(http://i74.servimg.com/u/f74/16/18/15/10/153.png) repeat-x;color:#FFF;font:12px Tahoma;border:1px solid #004000; margin-left:20px;display:inline-block}.pun a.dang_ki:active {background: #609946 url()}#fa_toolbar{display:none !important;}</style> <script>$(function(){$("input#username_reg").attr("maxlength","15");})</script> <!-- BEGIN switch_user_logged_out --> <form action="/login" method="post" name="form_login" class="dang_nhap"> <script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script> <p><label for="username"><strong>Tên truy cập :</strong></label></p> <p style="height:2em;valign:top;"> <input type="text" name="username" id="username" size="15" maxlength="40" placeholder="Tên truy cập" value="" class="inputbox autowidth" /></p> <p><label for="password"><strong>Mật khẩu :</strong></label></p> <p style="height:2em;valign:top;"> <input type="password" id="password" name="password" size="15" maxlength="25" placeholder="Mật khẩu" class="inputbox autowidth" /></p> <p align="left"><a href="/profile?mode=sendpassword" rel="nofollow" style="font:bold 11px Arial;color:#cccccc">Quên mật khẩu?</a></p> <p align="left" class="login_1"> <input type="checkbox" name="autologin" checked="true" style="display:none"> <input type="submit" name="login" tabindex="6" value="Đăng nhập" class="button1" /> <a href="/register?agreed=true&step=2" class="dang_ki"> Đăng kí</a></p> </form> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <a href="/profile?mode=editprofile&page_profil=avatars" accesskey="4" title="Kick để thay đổi Avatar"> <br> Xin Chào Bạn: <br><font size="5px"><strong{LOGGED_AS}</strong></font> <br><div id="th_avarx" ></div> </a> <br> <a href="/profile?mode=editprofile">Thay đổi thông tin</a> <br> <a href="/profile?mode=editprofile&page_profil=signature">Sửa chữ ký</a><br> <a href="/profile?mode=editprofile&page_profil=preferences">Cài đặt tài khoản</a> <br><a rel="help" href="/login?logout=1" accesskey="5">Thoát</a> <!-- END switch_user_logged_in --> </div> <ul style="margin:0px;width:200px"><li style="height:30px"> <form id="sell1" target="_blank" method="get" action="/h36-search" name="cpsearch" style="display: block;float:left;margin-right:10px"> <input size="10" name="q" title="tìm kiếm" placeholder="Nhập từ khóa" style="padding:4px;height:15px;width:130px;border:1px solid #000;float:left;color:#333;padding-right:20px;font:11px Tahoma" type="text"><input value="" style="background: url(http://i74.servimg.com/u/f74/16/18/15/10/124.png)no-repeat center;width:30px;height:26px;border:0px;box-shadow: 0px 0px 0px #000;" type="submit"></form></li><li style="margin-bottom:-4px;margin-left:-1px;border-bottom:1px solid #000"><a href="/" class="top_nav1" style="background:none;border-top:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1105.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Diễn Đàn</a></li><li id="operamenu" style="margin-left:-2px"> <ul id="nav"><li><a href="/f40-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1101.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Divide And Fight</a><ul class="hide-mobile"><a href="/f40-forum" class="top_nav2">Divide And Fight</a><li><a href="/f4-forum" style="color:red">Tin tức - Thông báo</a><a href="/f1-forum" style="color:red">Giải đấu (Event)</a><a href="#" >Thông tin Hero</a><a href="#">Thông tin Item</a><a href="/f16-forum">Báo lỗi - Góp ý </a><a href="/f29-forum">Giao lưu học hỏi</a><a href="/f32-forum">Thư viện hướng dẫn</a><a href="/f25-forum">Clan và subbox</a> </li></ul></li><li><a href="/f15-forum" class="top_nav1">WARCRAFT III</a><ul class="hide-mobile"><a href="/f15-forum" class="top_nav2">WARCRAFT III</a><li><a href="/f22-forum">Custom Map</a><a href="/f106-forum">9x Hero Defense VN</a><a href="/f11-forum">Dự án - Map VN</a><a href="/f27-forum">Hướng dẫn tạo map</a><a href="/f105-forum">Movie Maker</a><a href="/f97-forum">Phần mềm tổng hợp</a><a href="/f122-forum">Thủ thuật - Mẹo vặt</a> </li></ul></li><li><a href="/f30-forum" class="top_nav1">Anime Manga</a><ul class="hide-mobile"><a href="/f30-forum" class="top_nav2">Anime Manga</a><li><a href="/f38-forum">Lưu trữ</a><a href="/f41-forum">Danh sách Fanclub</a><a href="/f60-forum">Map Anime</a><a href="/f51-forum">Đấu Trường Anime</a><a href="/f66-forum">Anime Vietsub</a><a href="/f133-forum">Ảnh Anime - Manga</a> </li></ul></li><li><a href="/f107-forum" class="top_nav1">Gunny Privite</a><ul class="hide-mobile"><a href="/f107-forum" class="top_nav2">Gunny Privite</a><li><a href="/f107-forum">Gunny Privite</a><a href="/f112-forum">VL Chi Mộng Private</a><a href="/f119-forum">Kiếm Thế Private</a><a href="/f26-forum">Mu Private</a><a href="/f121-forum">Game Privite Khác</a><a href="/f123-forum">Gift Code GOnline</a> </li></ul></li></ul><ul id="nav"><li><a href="/f115-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1100.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Vui Hài 24h</a><ul class="hide-mobile"><a href="/f115-forum" class="top_nav2">Vui Hài 24h</a><li><a href="/f4-forum">Tin tức D&F</a><a href="/f2-forum">Chuyện lạ quanh ta</a><a href="f3-forum" >Bản tin vip</a><a href="f115-forum">Vui hài 24h</a><a href="/f102-forum">Mật ngữ chòm sao</a><a href="/f126-forum">Xem truyện tranh</a><a href="/f126-forum">Truyện cười</a></li></ul></li><li><a href="/f45-forum" class="top_nav1">Tám - Thư giản</a><ul class="hide-mobile" style="width:450px"><a href="/f45-forum" class="top_nav2">Tám - Thư giản</a><li><a href="/f45-forum">Chuyện trò linh tinh</a><a href="f17-forum">Video clip giải trí</a><a href="f56-forum">Hội quán Truyện</a><a href="/f103-forum">Hình chế CLB</a><a href="/f8-forum">Âm nhạc - Nonstop</a><a href="/f99-forum">Game thủ cần biết</a><a href="/f39-forum">Ảnh thành viên</a><a href="/f61-forum">Phim hay tổng hợp</a><a href="/f58-forum">Game Offline</a> <a href="/f104-forum">Ảnh Warcraft III</a><a href="/f57-forum">Girl xinh - Kute</a><a href="/f55-forum">Ảnh Bikini - Sexy</a> </li></ul></li><li><a href="/h3-tool" class="top_nav1" style="border-bottom:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1104.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Tiện ích</a><ul class="hide-mobile"><a href="/h3-tool" class="top_nav2">Tiện ích</a><li><a href="/h32-photoshop" target="_blank">Photoshop</a><a href="/h1-game_mini" target="_blank">Game Mini</a><a href="/h48-chom_avatar" target="_blank">Chôm Avatar</a><a href="/viewonline">Người Online</a> </li></ul></li></ul></li><li><a href="/t34614-topic" title="Tải Garena Plus"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit313.png" class="icon_down"></a><a href="/t334-topic" title="Hotkey (thay đổi phím số item)" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit317.png" class="icon_down"></a><a href="/t69-topic" title="Tải game Warcraft III" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit323.png" class="icon_down"></a></li></ul><style>#bam1 span.ten1{display:none;color:#FFF;font:bold 11px Arial;}#bam1:hover span.ten1{display:inline-block;padding:4px 10px;position: absolute;margin-left:33px;background:#000;margin-top:-2px;width:75px}#bam1 span.ten1 img{float:left;margin-left:-14px;margin-top:2px}.ads_pt {background: url(http://i74.servimg.com/u/f74/16/18/15/10/1114.png)no-repeat;width:20px;height:20px}</style><a href="/" id="pun-logo"><img src="http://i80.servimg.com/u/f80/16/18/15/10/126.png" alt="" /></a><a href="javascript:remove_ads()" id="bam1" style="position: absolute;bottom:10px;margin-left:176px"><span class="ten1">Ẩn quảng cáo<img src="http://i74.servimg.com/u/f74/16/18/15/10/233.png"></span><img src="http://2img.net/i/fa/empty.gif" class="ads_pt"></a><script>$(function(){$("#bam1").click(function(){$(".quang_cao").remove();});});$(function(){$("#bam1").click(function(){$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});});</script></div></div> <ul style="display:none"><li><a class="mainmenu" href="/"><img id="i_icon_mini_index" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Index" title="Index" />Index</a> </li><li><a class="mainmenu" href="/faq"><img id="i_icon_mini_faq" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Trợ giúp" title="Trợ giúp" />Trợ giúp</a> </li><li><a class="mainmenu" href="/search" onclick="showhide(document.getElementById('search_menu')); return false;"><img id="i_icon_mini_search" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Tìm kiếm" title="Tìm kiếm" />Tìm kiếm</a> <script type="text/javascript">//<![CDATA[ var url_search = '/search'; insert_search_menu_new();//]]> </script></li><li><a class="mainmenu" href="/memberlist" rel="nofollow"><img id="i_icon_mini_members" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Thành viên" title="Thành viên" />Thành viên</a> </li><li><a class="mainmenu" href="/groups"><img id="i_icon_mini_groups" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Nhóm" title="Nhóm" />Nhóm</a> </li><li><a class="mainmenu" href="/register" rel="nofollow"><img id="i_icon_mini_register" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng ký" title="Đăng ký" />Đăng ký</a> </li><li><a class="mainmenu" href="/login" rel="nofollow"><img id="i_icon_mini_login" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng Nhập" title="Đăng Nhập" />Đăng Nhập</a> </li></ul><span class="tip_top"></span><div style="width:780px;margin-left:195px;"><div id="content-container"><div id="outer-wrapper"><div id="wrapper"> <div id="container"><div id="content"><div id="main"><div id="main-content"><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> <div class="nav"> <a href="/" style="background:none;padding:10px;"> <img src="http://i48.servimg.com/u/f48/14/28/30/23/home10.gif" style="margin-top:5px;margin-bottom:-5px"></a> </div> <script>jQuery(document).ready( function() {jQuery("#th_avarx").load("/profile?mode=editprofile&page_profil=avatars .frm-set dd:eq(0) img ");});</script>
๖ۣۜTiger86 Mod
gần được rồi còn cái avata nửa cái avats nó to hơn che hết khung an hùng đăng nhập 2 4forum để thấy nha 4forum anh : http://tnhpunbb.forum.st nick tex : admin pas: anhung cái 4forum gốc :http://www.phutu.org/ nick tex: cùi mía pas: 21122012 giúp giúp cho chót luôn nha an hùng
An Hùng BMT Admin
của a : hehe
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> <!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login --> <!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker --> <!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT}); switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; } $(document).ready(function() { var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); if (width_max > 0) { $('#fa_ticker_content').css('display','block'); $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } }); if (slid_vert) { var height_max = h_perso; $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } ); $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); $('ul#fa_ticker_content li').height(height_max); } $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new --> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> }); <!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false; <!-- END switch_login_popup --> <!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup"); $("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]); _gaq.push(["_trackPageview"]); _gaq.push(['_trackPageLoadTime']); <!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis --> (function() { var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview --> <!-- BEGIN switch_login_popup --> <div id="login_popup" class="module main"> <div id="login_popup_title" class="main-head"> <div class="h3">{SITENAME}</div> </div> <div class="main-content"> {LOGIN_POPUP_MSG} <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="button2" value="{L_LOGIN}" /> <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> </div> </div> <!-- END switch_login_popup --> <a id="top" name="top" accesskey="t"></a> <div class="minwidth_IE"> <div class="layout_IE"> <div class="container_IE"> <div class="pun"><div class="pun2" align="left"> <div style="width:200px;float:right"> <div style="height:165px"> <style>.dang_nhap #password, .dang_nhap #username {-moz-background-clip:border;-moz-background-inline-policy:continuous; -moz-background-origin:padding;width:150px;padding:5px 4px 5px 28px; margin-bottom:4px;margin-top:-4px;border:1px solid #000; box-shadow: inset 0 2px 4px #d4d4d4;} .pun .dang_nhap p{color:#fff;font: 12px Arial;margin-top:5px} .pun .login_1 input{padding:2px 10px 4px 10px;width:auto; background:#595b5c url(http://i73.servimg.com/u/f73/17/98/19/05/147.png) repeat-x top left;color:#FFF;font:12px Tahoma;border:1px solid #000} .pun .login_1 input:active{background: #4a4a4a url(); box-shadow: inset 0 2px 2px #333;box-shadow: 0px 0px 0px #000} .pun a.dang_ki {padding:2px 15px 4px 15px;width:auto; background:#6fab57 url(http://i74.servimg.com/u/f74/16/18/15/10/153.png) repeat-x;color:#FFF;font:12px Tahoma;border:1px solid #004000; margin-left:20px;display:inline-block}.pun a.dang_ki:active {background: #609946 url()}#fa_toolbar{display:none !important;} #th_avarx img { width: 60px; height: 60px; } </style> <script>$(function(){$("input#username_reg").attr("maxlength","15");})</script> <!-- BEGIN switch_user_logged_out --> <form action="/login" method="post" name="form_login" class="dang_nhap"> <script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script> <p><label for="username"><strong>Tên truy cập :</strong></label></p> <p style="height:2em;valign:top;"> <input type="text" name="username" id="username" size="15" maxlength="40" placeholder="Tên truy cập" value="" class="inputbox autowidth" /></p> <p><label for="password"><strong>Mật khẩu :</strong></label></p> <p style="height:2em;valign:top;"> <input type="password" id="password" name="password" size="15" maxlength="25" placeholder="Mật khẩu" class="inputbox autowidth" /></p> <p align="left"><a href="/profile?mode=sendpassword" rel="nofollow" style="font:bold 11px Arial;color:#cccccc">Quên mật khẩu?</a></p> <p align="left" class="login_1"> <input type="checkbox" name="autologin" checked="true" style="display:none"> <input type="submit" name="login" tabindex="6" value="Đăng nhập" class="button1" /> <a href="/register?agreed=true&step=2" class="dang_ki"> Đăng kí</a></p> </form> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <a href="/profile?mode=editprofile&page_profil=avatars" accesskey="4" title="Kick để thay đổi Avatar"> <br> <font size="5px"><strong{LOGGED_AS}</strong></font> <div id="th_avarx" ></div> </a> <a href="/profile?mode=editprofile">Thay đổi thông tin</a> <br> <a href="/profile?mode=editprofile&page_profil=signature">Sửa chữ ký</a><br> <a href="/profile?mode=editprofile&page_profil=preferences">Cài đặt tài khoản</a> <br><a rel="help" href="/login?logout=1" accesskey="5">Thoát</a> <!-- END switch_user_logged_in --> </div> <ul style="margin:0px;width:200px"><li style="height:30px"> <form id="sell1" target="_blank" method="get" action="/h36-search" name="cpsearch" style="display: block;float:left;margin-right:10px"> <input size="10" name="q" title="tìm kiếm" placeholder="Nhập từ khóa" style="padding:4px;height:15px;width:130px;border:1px solid #000;float:left;color:#333;padding-right:20px;font:11px Tahoma" type="text"><input value="" style="background: url(http://i74.servimg.com/u/f74/16/18/15/10/124.png)no-repeat center;width:30px;height:26px;border:0px;box-shadow: 0px 0px 0px #000;" type="submit"></form></li><li style="margin-bottom:-4px;margin-left:-1px;border-bottom:1px solid #000"><a href="/" class="top_nav1" style="background:none;border-top:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1105.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Diễn Đàn</a></li><li id="operamenu" style="margin-left:-2px"> <ul id="nav"><li><a href="/f40-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1101.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Divide And Fight</a><ul class="hide-mobile"><a href="/f40-forum" class="top_nav2">Divide And Fight</a><li><a href="/f4-forum" style="color:red">Tin tức - Thông báo</a><a href="/f1-forum" style="color:red">Giải đấu (Event)</a><a href="#" >Thông tin Hero</a><a href="#">Thông tin Item</a><a href="/f16-forum">Báo lỗi - Góp ý </a><a href="/f29-forum">Giao lưu học hỏi</a><a href="/f32-forum">Thư viện hướng dẫn</a><a href="/f25-forum">Clan và subbox</a> </li></ul></li><li><a href="/f15-forum" class="top_nav1">WARCRAFT III</a><ul class="hide-mobile"><a href="/f15-forum" class="top_nav2">WARCRAFT III</a><li><a href="/f22-forum">Custom Map</a><a href="/f106-forum">9x Hero Defense VN</a><a href="/f11-forum">Dự án - Map VN</a><a href="/f27-forum">Hướng dẫn tạo map</a><a href="/f105-forum">Movie Maker</a><a href="/f97-forum">Phần mềm tổng hợp</a><a href="/f122-forum">Thủ thuật - Mẹo vặt</a> </li></ul></li><li><a href="/f30-forum" class="top_nav1">Anime Manga</a><ul class="hide-mobile"><a href="/f30-forum" class="top_nav2">Anime Manga</a><li><a href="/f38-forum">Lưu trữ</a><a href="/f41-forum">Danh sách Fanclub</a><a href="/f60-forum">Map Anime</a><a href="/f51-forum">Đấu Trường Anime</a><a href="/f66-forum">Anime Vietsub</a><a href="/f133-forum">Ảnh Anime - Manga</a> </li></ul></li><li><a href="/f107-forum" class="top_nav1">Gunny Privite</a><ul class="hide-mobile"><a href="/f107-forum" class="top_nav2">Gunny Privite</a><li><a href="/f107-forum">Gunny Privite</a><a href="/f112-forum">VL Chi Mộng Private</a><a href="/f119-forum">Kiếm Thế Private</a><a href="/f26-forum">Mu Private</a><a href="/f121-forum">Game Privite Khác</a><a href="/f123-forum">Gift Code GOnline</a> </li></ul></li></ul><ul id="nav"><li><a href="/f115-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1100.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Vui Hài 24h</a><ul class="hide-mobile"><a href="/f115-forum" class="top_nav2">Vui Hài 24h</a><li><a href="/f4-forum">Tin tức D&F</a><a href="/f2-forum">Chuyện lạ quanh ta</a><a href="f3-forum" >Bản tin vip</a><a href="f115-forum">Vui hài 24h</a><a href="/f102-forum">Mật ngữ chòm sao</a><a href="/f126-forum">Xem truyện tranh</a><a href="/f126-forum">Truyện cười</a></li></ul></li><li><a href="/f45-forum" class="top_nav1">Tám - Thư giản</a><ul class="hide-mobile" style="width:450px"><a href="/f45-forum" class="top_nav2">Tám - Thư giản</a><li><a href="/f45-forum">Chuyện trò linh tinh</a><a href="f17-forum">Video clip giải trí</a><a href="f56-forum">Hội quán Truyện</a><a href="/f103-forum">Hình chế CLB</a><a href="/f8-forum">Âm nhạc - Nonstop</a><a href="/f99-forum">Game thủ cần biết</a><a href="/f39-forum">Ảnh thành viên</a><a href="/f61-forum">Phim hay tổng hợp</a><a href="/f58-forum">Game Offline</a> <a href="/f104-forum">Ảnh Warcraft III</a><a href="/f57-forum">Girl xinh - Kute</a><a href="/f55-forum">Ảnh Bikini - Sexy</a> </li></ul></li><li><a href="/h3-tool" class="top_nav1" style="border-bottom:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1104.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Tiện ích</a><ul class="hide-mobile"><a href="/h3-tool" class="top_nav2">Tiện ích</a><li><a href="/h32-photoshop" target="_blank">Photoshop</a><a href="/h1-game_mini" target="_blank">Game Mini</a><a href="/h48-chom_avatar" target="_blank">Chôm Avatar</a><a href="/viewonline">Người Online</a> </li></ul></li></ul></li><li><a href="/t34614-topic" title="Tải Garena Plus"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit313.png" class="icon_down"></a><a href="/t334-topic" title="Hotkey (thay đổi phím số item)" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit317.png" class="icon_down"></a><a href="/t69-topic" title="Tải game Warcraft III" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit323.png" class="icon_down"></a></li></ul><style>#bam1 span.ten1{display:none;color:#FFF;font:bold 11px Arial;}#bam1:hover span.ten1{display:inline-block;padding:4px 10px;position: absolute;margin-left:33px;background:#000;margin-top:-2px;width:75px}#bam1 span.ten1 img{float:left;margin-left:-14px;margin-top:2px}.ads_pt {background: url(http://i74.servimg.com/u/f74/16/18/15/10/1114.png)no-repeat;width:20px;height:20px}</style><a href="/" id="pun-logo"><img src="http://i80.servimg.com/u/f80/16/18/15/10/126.png" alt="" /></a><a href="javascript:remove_ads()" id="bam1" style="position: absolute;bottom:10px;margin-left:176px"><span class="ten1">Ẩn quảng cáo<img src="http://i74.servimg.com/u/f74/16/18/15/10/233.png"></span><img src="http://2img.net/i/fa/empty.gif" class="ads_pt"></a><script>$(function(){$("#bam1").click(function(){$(".quang_cao").remove();});});$(function(){$("#bam1").click(function(){$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});});</script></div></div> <ul style="display:none"><li><a class="mainmenu" href="/"><img id="i_icon_mini_index" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Index" title="Index" />Index</a> </li><li><a class="mainmenu" href="/faq"><img id="i_icon_mini_faq" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Trợ giúp" title="Trợ giúp" />Trợ giúp</a> </li><li><a class="mainmenu" href="/search" onclick="showhide(document.getElementById('search_menu')); return false;"><img id="i_icon_mini_search" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Tìm kiếm" title="Tìm kiếm" />Tìm kiếm</a> <script type="text/javascript">//<![CDATA[ var url_search = '/search'; insert_search_menu_new();//]]> </script></li><li><a class="mainmenu" href="/memberlist" rel="nofollow"><img id="i_icon_mini_members" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Thành viên" title="Thành viên" />Thành viên</a> </li><li><a class="mainmenu" href="/groups"><img id="i_icon_mini_groups" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Nhóm" title="Nhóm" />Nhóm</a> </li><li><a class="mainmenu" href="/register" rel="nofollow"><img id="i_icon_mini_register" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng ký" title="Đăng ký" />Đăng ký</a> </li><li><a class="mainmenu" href="/login" rel="nofollow"><img id="i_icon_mini_login" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng Nhập" title="Đăng Nhập" />Đăng Nhập</a> </li></ul><span class="tip_top"></span><div style="width:780px;margin-left:195px;"><div id="content-container"><div id="outer-wrapper"><div id="wrapper"> <div id="container"><div id="content"><div id="main"><div id="main-content"><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> <div class="nav"> <a href="/" style="background:none;padding:10px;"> <img src="http://i48.servimg.com/u/f48/14/28/30/23/home10.gif" style="margin-top:5px;margin-bottom:-5px"></a> </div> <script>jQuery(document).ready( function() {jQuery("#th_avarx").load("/profile?mode=editprofile&page_profil=avatars .frm-set dd:eq(0) img ");});</script>
An Hùng BMT Admin
của a : hehe
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> <!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login --> <!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker --> <!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT}); switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; } $(document).ready(function() { var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); if (width_max > 0) { $('#fa_ticker_content').css('display','block'); $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } }); if (slid_vert) { var height_max = h_perso; $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } ); $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); $('ul#fa_ticker_content li').height(height_max); } $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new --> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> }); <!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false; <!-- END switch_login_popup --> <!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup"); $("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]); _gaq.push(["_trackPageview"]); _gaq.push(['_trackPageLoadTime']); <!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis --> (function() { var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview --> <!-- BEGIN switch_login_popup --> <div id="login_popup" class="module main"> <div id="login_popup_title" class="main-head"> <div class="h3">{SITENAME}</div> </div> <div class="main-content"> {LOGIN_POPUP_MSG} <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="button2" value="{L_LOGIN}" /> <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> </div> </div> <!-- END switch_login_popup --> <a id="top" name="top" accesskey="t"></a> <div class="minwidth_IE"> <div class="layout_IE"> <div class="container_IE"> <div class="pun"><div class="pun2" align="left"> <div style="width:200px;float:right"> <div style="height:165px"> <style>.dang_nhap #password, .dang_nhap #username {-moz-background-clip:border;-moz-background-inline-policy:continuous; -moz-background-origin:padding;width:150px;padding:5px 4px 5px 28px; margin-bottom:4px;margin-top:-4px;border:1px solid #000; box-shadow: inset 0 2px 4px #d4d4d4;} .pun .dang_nhap p{color:#fff;font: 12px Arial;margin-top:5px} .pun .login_1 input{padding:2px 10px 4px 10px;width:auto; background:#595b5c url(http://i73.servimg.com/u/f73/17/98/19/05/147.png) repeat-x top left;color:#FFF;font:12px Tahoma;border:1px solid #000} .pun .login_1 input:active{background: #4a4a4a url(); box-shadow: inset 0 2px 2px #333;box-shadow: 0px 0px 0px #000} .pun a.dang_ki {padding:2px 15px 4px 15px;width:auto; background:#6fab57 url(http://i74.servimg.com/u/f74/16/18/15/10/153.png) repeat-x;color:#FFF;font:12px Tahoma;border:1px solid #004000; margin-left:20px;display:inline-block}.pun a.dang_ki:active {background: #609946 url()}#fa_toolbar{display:none !important;} #th_avarx img { width: 60px; height: 60px; } </style> <script>$(function(){$("input#username_reg").attr("maxlength","15");})</script> <!-- BEGIN switch_user_logged_out --> <form action="/login" method="post" name="form_login" class="dang_nhap"> <script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script> <p><label for="username"><strong>Tên truy cập :</strong></label></p> <p style="height:2em;valign:top;"> <input type="text" name="username" id="username" size="15" maxlength="40" placeholder="Tên truy cập" value="" class="inputbox autowidth" /></p> <p><label for="password"><strong>Mật khẩu :</strong></label></p> <p style="height:2em;valign:top;"> <input type="password" id="password" name="password" size="15" maxlength="25" placeholder="Mật khẩu" class="inputbox autowidth" /></p> <p align="left"><a href="/profile?mode=sendpassword" rel="nofollow" style="font:bold 11px Arial;color:#cccccc">Quên mật khẩu?</a></p> <p align="left" class="login_1"> <input type="checkbox" name="autologin" checked="true" style="display:none"> <input type="submit" name="login" tabindex="6" value="Đăng nhập" class="button1" /> <a href="/register?agreed=true&step=2" class="dang_ki"> Đăng kí</a></p> </form> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <a href="/profile?mode=editprofile&page_profil=avatars" accesskey="4" title="Kick để thay đổi Avatar"> <br> <font size="5px"><strong{LOGGED_AS}</strong></font> <div id="th_avarx" ></div> </a> <a href="/profile?mode=editprofile">Thay đổi thông tin</a> <br> <a href="/profile?mode=editprofile&page_profil=signature">Sửa chữ ký</a><br> <a href="/profile?mode=editprofile&page_profil=preferences">Cài đặt tài khoản</a> <br><a rel="help" href="/login?logout=1" accesskey="5">Thoát</a> <!-- END switch_user_logged_in --> </div> <ul style="margin:0px;width:200px"><li style="height:30px"> <form id="sell1" target="_blank" method="get" action="/h36-search" name="cpsearch" style="display: block;float:left;margin-right:10px"> <input size="10" name="q" title="tìm kiếm" placeholder="Nhập từ khóa" style="padding:4px;height:15px;width:130px;border:1px solid #000;float:left;color:#333;padding-right:20px;font:11px Tahoma" type="text"><input value="" style="background: url(http://i74.servimg.com/u/f74/16/18/15/10/124.png)no-repeat center;width:30px;height:26px;border:0px;box-shadow: 0px 0px 0px #000;" type="submit"></form></li><li style="margin-bottom:-4px;margin-left:-1px;border-bottom:1px solid #000"><a href="/" class="top_nav1" style="background:none;border-top:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1105.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Diễn Đàn</a></li><li id="operamenu" style="margin-left:-2px"> <ul id="nav"><li><a href="/f40-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1101.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Divide And Fight</a><ul class="hide-mobile"><a href="/f40-forum" class="top_nav2">Divide And Fight</a><li><a href="/f4-forum" style="color:red">Tin tức - Thông báo</a><a href="/f1-forum" style="color:red">Giải đấu (Event)</a><a href="#" >Thông tin Hero</a><a href="#">Thông tin Item</a><a href="/f16-forum">Báo lỗi - Góp ý </a><a href="/f29-forum">Giao lưu học hỏi</a><a href="/f32-forum">Thư viện hướng dẫn</a><a href="/f25-forum">Clan và subbox</a> </li></ul></li><li><a href="/f15-forum" class="top_nav1">WARCRAFT III</a><ul class="hide-mobile"><a href="/f15-forum" class="top_nav2">WARCRAFT III</a><li><a href="/f22-forum">Custom Map</a><a href="/f106-forum">9x Hero Defense VN</a><a href="/f11-forum">Dự án - Map VN</a><a href="/f27-forum">Hướng dẫn tạo map</a><a href="/f105-forum">Movie Maker</a><a href="/f97-forum">Phần mềm tổng hợp</a><a href="/f122-forum">Thủ thuật - Mẹo vặt</a> </li></ul></li><li><a href="/f30-forum" class="top_nav1">Anime Manga</a><ul class="hide-mobile"><a href="/f30-forum" class="top_nav2">Anime Manga</a><li><a href="/f38-forum">Lưu trữ</a><a href="/f41-forum">Danh sách Fanclub</a><a href="/f60-forum">Map Anime</a><a href="/f51-forum">Đấu Trường Anime</a><a href="/f66-forum">Anime Vietsub</a><a href="/f133-forum">Ảnh Anime - Manga</a> </li></ul></li><li><a href="/f107-forum" class="top_nav1">Gunny Privite</a><ul class="hide-mobile"><a href="/f107-forum" class="top_nav2">Gunny Privite</a><li><a href="/f107-forum">Gunny Privite</a><a href="/f112-forum">VL Chi Mộng Private</a><a href="/f119-forum">Kiếm Thế Private</a><a href="/f26-forum">Mu Private</a><a href="/f121-forum">Game Privite Khác</a><a href="/f123-forum">Gift Code GOnline</a> </li></ul></li></ul><ul id="nav"><li><a href="/f115-forum" class="top_nav1"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1100.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Vui Hài 24h</a><ul class="hide-mobile"><a href="/f115-forum" class="top_nav2">Vui Hài 24h</a><li><a href="/f4-forum">Tin tức D&F</a><a href="/f2-forum">Chuyện lạ quanh ta</a><a href="f3-forum" >Bản tin vip</a><a href="f115-forum">Vui hài 24h</a><a href="/f102-forum">Mật ngữ chòm sao</a><a href="/f126-forum">Xem truyện tranh</a><a href="/f126-forum">Truyện cười</a></li></ul></li><li><a href="/f45-forum" class="top_nav1">Tám - Thư giản</a><ul class="hide-mobile" style="width:450px"><a href="/f45-forum" class="top_nav2">Tám - Thư giản</a><li><a href="/f45-forum">Chuyện trò linh tinh</a><a href="f17-forum">Video clip giải trí</a><a href="f56-forum">Hội quán Truyện</a><a href="/f103-forum">Hình chế CLB</a><a href="/f8-forum">Âm nhạc - Nonstop</a><a href="/f99-forum">Game thủ cần biết</a><a href="/f39-forum">Ảnh thành viên</a><a href="/f61-forum">Phim hay tổng hợp</a><a href="/f58-forum">Game Offline</a> <a href="/f104-forum">Ảnh Warcraft III</a><a href="/f57-forum">Girl xinh - Kute</a><a href="/f55-forum">Ảnh Bikini - Sexy</a> </li></ul></li><li><a href="/h3-tool" class="top_nav1" style="border-bottom:0px"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1104.png" style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px">Tiện ích</a><ul class="hide-mobile"><a href="/h3-tool" class="top_nav2">Tiện ích</a><li><a href="/h32-photoshop" target="_blank">Photoshop</a><a href="/h1-game_mini" target="_blank">Game Mini</a><a href="/h48-chom_avatar" target="_blank">Chôm Avatar</a><a href="/viewonline">Người Online</a> </li></ul></li></ul></li><li><a href="/t34614-topic" title="Tải Garena Plus"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit313.png" class="icon_down"></a><a href="/t334-topic" title="Hotkey (thay đổi phím số item)" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit317.png" class="icon_down"></a><a href="/t69-topic" title="Tải game Warcraft III" target="_blank"><img src="http://i48.servimg.com/u/f48/16/18/15/10/untit323.png" class="icon_down"></a></li></ul><style>#bam1 span.ten1{display:none;color:#FFF;font:bold 11px Arial;}#bam1:hover span.ten1{display:inline-block;padding:4px 10px;position: absolute;margin-left:33px;background:#000;margin-top:-2px;width:75px}#bam1 span.ten1 img{float:left;margin-left:-14px;margin-top:2px}.ads_pt {background: url(http://i74.servimg.com/u/f74/16/18/15/10/1114.png)no-repeat;width:20px;height:20px}</style><a href="/" id="pun-logo"><img src="http://i80.servimg.com/u/f80/16/18/15/10/126.png" alt="" /></a><a href="javascript:remove_ads()" id="bam1" style="position: absolute;bottom:10px;margin-left:176px"><span class="ten1">Ẩn quảng cáo<img src="http://i74.servimg.com/u/f74/16/18/15/10/233.png"></span><img src="http://2img.net/i/fa/empty.gif" class="ads_pt"></a><script>$(function(){$("#bam1").click(function(){$(".quang_cao").remove();});});$(function(){$("#bam1").click(function(){$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});});</script></div></div> <ul style="display:none"><li><a class="mainmenu" href="/"><img id="i_icon_mini_index" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Index" title="Index" />Index</a> </li><li><a class="mainmenu" href="/faq"><img id="i_icon_mini_faq" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Trợ giúp" title="Trợ giúp" />Trợ giúp</a> </li><li><a class="mainmenu" href="/search" onclick="showhide(document.getElementById('search_menu')); return false;"><img id="i_icon_mini_search" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Tìm kiếm" title="Tìm kiếm" />Tìm kiếm</a> <script type="text/javascript">//<![CDATA[ var url_search = '/search'; insert_search_menu_new();//]]> </script></li><li><a class="mainmenu" href="/memberlist" rel="nofollow"><img id="i_icon_mini_members" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Thành viên" title="Thành viên" />Thành viên</a> </li><li><a class="mainmenu" href="/groups"><img id="i_icon_mini_groups" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Nhóm" title="Nhóm" />Nhóm</a> </li><li><a class="mainmenu" href="/register" rel="nofollow"><img id="i_icon_mini_register" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng ký" title="Đăng ký" />Đăng ký</a> </li><li><a class="mainmenu" href="/login" rel="nofollow"><img id="i_icon_mini_login" src="http://2img.net/i/fa/empty.gif" border="0" hspace="2" alt="Đăng Nhập" title="Đăng Nhập" />Đăng Nhập</a> </li></ul><span class="tip_top"></span><div style="width:780px;margin-left:195px;"><div id="content-container"><div id="outer-wrapper"><div id="wrapper"> <div id="container"><div id="content"><div id="main"><div id="main-content"><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> <div class="nav"> <a href="/" style="background:none;padding:10px;"> <img src="http://i48.servimg.com/u/f48/14/28/30/23/home10.gif" style="margin-top:5px;margin-bottom:-5px"></a> </div> <script>jQuery(document).ready( function() {jQuery("#th_avarx").load("/profile?mode=editprofile&page_profil=avatars .frm-set dd:eq(0) img ");});</script>
Message [Page 1 of 1 ]
Similar topics
Similar topics
Permissions in this forum: You cannot reply to topics in this forum