tubotocdo
Active Member
DEMO: Đẹptraikệtao.iNFO | WAP3G | Thế giới giải trí mobile
CODE:
Anh em fix head và foot lại nha.....
CODE:
HTML:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Đẹptraikệtao.iNFO | WAP3G | Thế giới giải trí mobile</title>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=utf-8"/>
<meta name="description" content="Wapsite 3G TUBOTOCDO | Tin tức cập nhật từng phút, đọc báo trên mobile, đọc truyện trên mobile, kho download game, ứng dụng, nhạc chuông, hình nền, ảnh đẹp và nhiều tiện ích hay" />
<meta name="keywords" content="wap 3g, doc bao 24h, tin tuc mobile, ung dung, mobile, hinh nen, nhac chuong, doc truyen, tai game, game mien phi, tai ve dien thoai" />
<script type="text/javascript">
function get_randomCssNum()
{
var ranCssNum= Math.floor(Math.random()*3);
//var ranCssNum= Math.floor(Math.random()*Number of CSS you Have);
return ranCssNum;
}
function getaCss()
{
var whichCss=get_randomCssNum();
var cssName=new Array(3)
// var cssName=new Array(Number of CSS you Have)
cssName[0]="<link rel='stylesheet' type='text/css' href='http://deptraiketao.info/css/stylesheet.css'>";
cssName[1]="<link rel='stylesheet' type='text/css' href='http://deptraiketao.info/css/stylesheet.css'>";
cssName[2]="<link rel='stylesheet' type='text/css' href='http://deptraiketao.info/css/stylesheet.css'>";
return cssName[whichCss]
}
document.write(getaCss());
</script>
<div class="row">
<div class="duongdan"; align="center"><a href="/"><img src="http://deptraiketao.info/logo.png" /></a></div><div class="baivietmoi_td"><b><img src="/thong-bao.png" /> Thông báo</b> | <a href="/?style=10" style="color: lime ; font-weight: bold" >Style sáng</a></div><div class="baivietmoi_nd">» <a href="http://musicso1.net">Website nghe nhạc</a></div><div class="baivietmoi_nd">» <a href="chat">Phòng chat</a></div><div class="baivietmoi_td"><img src="/chu-y.png" /> <a href="/chu-y.php" style="color: #00FF00;"><b>Chú ý (+4)</b></a></div><div class="duongdan" align="center">
<script type="text/javascript" src="http://escovietnam.vn/esco-jquery/"></script>
<script>
//luu y phai chen thu vien jquey moi su dung dc.
$(document).ready(function() {
$(".phobien,.vietnam,.quocte,.dm_khung_nut,.pb,.dvn,.qt").css("cursor","pointer");//xu ly cac su kien co ban tay khi de chuot vao
$(".dm_khung_nut").mouseover(function(){$(this).addClass("hightlight");});//xu ly doi mau khi de chuot vao nut check
$(".dm_khung_nut").mouseout(function(){$(this).removeClass("hightlight");});//xu ly doi mau khi bo chuot ra nut check
$("input[class='phobien']").each(function(){this.checked='checked';})//mac dinh check pho bien
$("input[class='pb']").each(function(){this.checked='checked';})//mac dinh check các .(*) pho bien
//xu ly khi lick vao cac .(*)
$(".phobien").click(function(){var status=this.checked;
$("input[class='pb']").each(function(){this.checked=status;})});
$(".vietnam").click(function(){var status=this.checked;
$("input[class='dvn']").each(function(){this.checked=status;})});
$(".quocte").click(function(){var status=this.checked;
$("input[class='qt']").each(function(){this.checked=status;})});
//xu ly khi enter hoac cach ra thi them ,
$('.dm_domain_text').keyup(function(e){
if(e.keyCode==13){var domain = $(this).val()+',';$(this).val(domain.replace(' ', ''))};
if(e.keyCode==32){var domain = $(this).val()+',';$(this).val(domain.replace(' ', ''))};
});
$(".dm_khung_nut").click(function(){
var dm_nd=$(".dm_domain_text").attr('value');//domain da nhap
if(dm_nd==''){alert("Bạn chưa nhập domain để kiểm tra..!");}// kiem tra gia tri da dc nhap chua
else{
//xu ly lay mang .(*) da chon
var listid="";
$("input[class='pb']").each(function(){if (this.checked) listid = listid+","+this.value;});
$("input[class='dvn']").each(function(){if (this.checked) listid = listid+","+this.value;});
$("input[class='qt']").each(function(){if (this.checked) listid = listid+","+this.value;});
listid=listid.substr(1);var mang_com=listid;var mang_domain=dm_nd;
$(".esco_check_domain").empty()
//server check
var host_link='http://escovietnam.vn';
var esco_xuly=host_link+"/flugins/check_domain/xuly.php?re_arr=?&mang_domain="+mang_domain+"&mang_com="+mang_com;
//xu ly ket noi vao server bang getJSON
$.getJSON(esco_xuly,function(esco_data_xuly){
$.each(esco_data_xuly, function(num,domain){
$(".esco_check_domain").append('<li class="esco_doshow" id="esco_doshow'+num+'" val='+domain+'>'+domain+'<img src="'+host_link+'/flugins/flugin-imgs/loading.gif/" width="16"/></li>');// hien loading check khi check
});
esco_kq(esco_data_xuly.length);
});
function esco_kq($esco_length){
for($i=0 ; $i < $esco_length ; $i++){
var esco_domain=$('#esco_doshow'+$i).attr("val");
var esco_kq=host_link+"/flugins/check_domain/get_domain.php?re_kq=?&num="+$i+"&domain="+esco_domain;
$.getJSON(esco_kq,function(esco_data_kq){
$.each(esco_data_kq, function(num1,kq){
$("#esco_doshow"+num1).html(kq);// tra ra ket qua khi check xong
});
});
};
};
};
});
});
</script>
<style>
.dm_khung{width:100%; height:auto; border:solid 1px #CCCCCC; font-size:14px;}
.dm_khung table{width:98%; margin:10px auto 10px auto; border:none;}
.dm_khung_td{width:90px; padding:10px; font-weight:bold; text-align:left;}
.dm_khung_com{padding:10px; font-weight:bold;text-align:left;}
.dm_domain_text{width:98%; height:60px; padding:10px;}
.dm_khung_nut{ width:80px; border:solid 1px #CCCCCC; line-height:80px; text-align:center; font-weight:bold; font-size:24px; background-color:#F3F3F3;}
.hightlight{background-color:#FF6;}
.esco_check_domain li{list-style:decimal;}
.esco_check_domain li a{text-decoration:none;color:#00F;}
.esco_check_domain .domain_roi{color:#F00; font-weight:bold; text-decoration:none; text-decoration:line-through;}
.esco_check_domain .domain_chua{color:#3C0; font-weight:bold; text-decoration:none;}
.by{ width:300px; bottom:5px; right:5px; position:absolute;}
.by a{color:#06F; text-decoration:none;}
.by a:hover{color:#F00; text-decoration:underline;}
</style>
</head>
<body>
<div class="dm_khung">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="dm_khung_td">
<input title="Click chọn hoặc bỏ tất cả domain phổ biến..!" class="phobien" name="phobien" type="checkbox" value="-1" />
Phổ biến
</td>
<td class="dm_khung_com">
<input title=".com" class="pb" name="com" type="checkbox" value=".com" />.com
<input title=".net" class="pb" name="net" type="checkbox" value=".net" />.net
<input title=".org" class="pb" name="org" type="checkbox" value=".org" />.org
<input title=".vn" class="pb" name="vn" type="checkbox" value=".vn" />.vn
<input title=".com.vn" class="pb" name="comvn" type="checkbox" value=".com.vn" />.com.vn
<input title=".net.vn" class="pb" name="netvn" type="checkbox" value=".net.vn" />.net.vn
</td>
</tr>
<tr>
<td class="dm_khung_td">
<input title="Click chọn hoặc bỏ tất cả domain Việt Nam..!" class="vietnam" name="vietnam" type="checkbox" value="-2" />
Việt Nam
</td>
<td class="dm_khung_com">
<input title="ac.vn" class="dvn" name="acvn" type="checkbox" value=".ac.vn" />.ac.vn
<input title=".edu.vn" class="dvn" name="eduvn" type="checkbox" value=".edu.vn" />.edu.vn
<input title=".info.vn" class="dvn" name="infovn" type="checkbox" value=".info.vn" />.info.vn
<input title=".org.vn" class="dvn" name="orgvn" type="checkbox" value=".org.vn" />.org.vn
<input title=".biz.vn" class="dvn" name="bizvn" type="checkbox" value=".biz.vn" />.biz.vn
<input title=".gov.vn" class="dvn" name="govvn" type="checkbox" value=".gov.vn" />.gov.vn
<input title=".name.vn" class="dvn" name="namevn" type="checkbox" value=".name.vn" />.name.vn
<input title=".pro.vn" class="dvn" name="provn" type="checkbox" value=".pro.vn" />.pro.vn
<input title=".health.vn" class="dvn" name="healthvn" type="checkbox" value=".health.vn" />.health.vn
</td>
</tr>
<tr>
<td class="dm_khung_td">
<input title="Click chọn hoặc bỏ tất cả domain quốc tế..!" class="quocte" name="quocte" type="checkbox" value="-3" />
Quốc tế
</td>
<td class="dm_khung_com">
<input title=".asia" class="qt" name="asia" type="checkbox" value=".asia" />.asia
<input title=".biz" class="qt" name="biz" type="checkbox" value=".biz" />.biz
<input title=".bz" class="qt" name="bz" type="checkbox" value=".bz" />.bz
<input title=".cc" class="qt" name="cc" type="checkbox" value=".cc" />.cc
<input title=".co" class="qt" name="co" type="checkbox" value=".co" />.co
<input title=".co.uk" class="qt" name="couk" type="checkbox" value=".co.uk" />.co.uk
<input title=".com.co" class="qt" name="comco" type="checkbox" value=".com.co" />.com.co
<input title=".com.tw" class="qt" name="comtw" type="checkbox" value=".com.tw" />.com.tw
<input title=".de" class="qt" name="de" type="checkbox" value=".de" />.de
<input title=".eu" class="qt" name="eu" type="checkbox" value=".eu" />.eu
<input title=".in" class="qt" name="in" type="checkbox" value=".in" />.in
<input title=".info" class="qt" name="info" type="checkbox" value=".info" />.info
<input title=".jp" class="qt" name="jp" type="checkbox" value=".jp" />.jp
<input title=".me" class="qt" name="me" type="checkbox" value=".me" />.me
<input title=".mobi" class="qt" name="mobi" type="checkbox" value=".mobi" />.mobi
<input title=".name" class="qt" name="name" type="checkbox" value=".name" />.name
<input title=".net.co" class="qt" name="netco" type="checkbox" value=".net.co" />.net.co
<input title=".net.tw" class="qt" name="nettw" type="checkbox" value=".net.tw" />.net.tw
<input title=".nom.co" class="qt" name="nomco" type="checkbox" value=".nom.co" />.nom.co
<input title=".org.tw" class="qt" name="orgtw" type="checkbox" value=".org.tw" />.org.tw
<input title=".pro" class="qt" name="pro" type="checkbox" value=".pro" />.pro
<input title=".tel" class="qt" name="tel" type="checkbox" value=".tel" />.tel
<input title=".tv" class="qt" name="tv" type="checkbox" value=".tv" />.tv
<input title=".tw" class="qt" name="tw" type="checkbox" value=".tw" />.tw
<input title=".us" class="qt" name="us" type="checkbox" value=".us" />.us
<input title=".ws" class="qt" name="ws" type="checkbox" value=".ws" />.ws
<input title=".***" class="qt" name="***" type="checkbox" value=".***" />.***
</td>
</tr>
<tr>
<td class="dm_khung_td">
<div class="dm_khung_nut" title="Click kiểm tra domain..!">Check</div>
</td>
<td class="dm_khung_com">
<textarea class="dm_domain_text" name="domain" placeholder="Domain cách nhau bằng dấu phẩy(,) nếu bạn nhập domain có domain.(*) thì hệ thống chỉ check domain.(*) đó, nếu domain không .(*) thì hệ thống check theo .(*) bạn chọn phía trên."></textarea>
</td>
</tr>
</table>
</div>
<ul class="esco_check_domain"></ul>
<div class="baivietmoi_td"><img alt="" src="http://deptraiketao.info/css/vs_menu/chat.png"/><b> Đang Online</b></div><div class="baivietmoi_nd"> Online:<b><a href="/111.php">2</a></b><font color="red"> |</font> Hôm nay:<b><a href="/111.php">27</b></a><font color="red"> |</font> Tổng:<b><a href="/111.php">173</b></a></div><div class="duongdan" align="center">|<a href="http://deptraiketao.info" style="color:green"><b>Trang chủ</b></a>|<a href="/all.php" style="color:green;"><b>Danh mục</b></a>|</div> <div class="topic_td" align="center">© 2013 <b><a href="http://tuoitreit.vn">Host by Tuoitrevn.Biz</a></b></div></div>
Anh em fix head và foot lại nha.....