Share Code Ai đang Online , Ai đang ở đây Trên Xtgem
B1. Dán code này vào _footer wap
<xt:widget id="online" user="viptruyen" mode="counter" page="/online.php" time="7" />
B2: Tạo file online.php rồi dán code sau vào
<style>
#online_browser_head{
font-weight:bold;
}
#online_country_head{
font-weight:bold;
}
#online_ip_head{
font-weight:bold;
}
#online_time_head{
font-weight:bold;
}
#online_browser_content{
font-style:italic;
color: blue;
}
#online_country_content{
font-style:italic;
color: green;
}
#online_ip_content{
font-style:italic;
color: red;
}
#online_time_content{
font-style:italic;
color: black;
}
</style>
<div class="phdr">Đang Online</div>
<!--parser:xtscript-->
get s
if not $s or $s==
Print <xt:widget id="online" user="viptruyen" mode="counter" page="/online.php" time="7" />
else
Print <xt:widget id="online" user="viptruyen" mode="who" page="/online.php" time="7" />
endif
<!--/parser:xtscript-->
#online_browser_head{
font-weight:bold;
}
#online_country_head{
font-weight:bold;
}
#online_ip_head{
font-weight:bold;
}
#online_time_head{
font-weight:bold;
}
#online_browser_content{
font-style:italic;
color: blue;
}
#online_country_content{
font-style:italic;
color: green;
}
#online_ip_content{
font-style:italic;
color: red;
}
#online_time_content{
font-style:italic;
color: black;
}
</style>
<div class="phdr">Đang Online</div>
<!--parser:xtscript-->
get s
if not $s or $s==
Print <xt:widget id="online" user="viptruyen" mode="counter" page="/online.php" time="7" />
else
Print <xt:widget id="online" user="viptruyen" mode="who" page="/online.php" time="7" />
endif
<!--/parser:xtscript-->
Xong và xem thành quả
thanks to Dead