|
|
|
ช่วยผมทีนะครับ ขอร้องหล่ะ คือผมอยากให้เป็นแค่ php อ่ะครับ แบบว่าไม่ต้องมา ใช้ Code Frame |
|
|
|
|
|
|
|
คือผมอยากให้เป็นแค่ php อ่ะครับ
แบบว่าไม่ต้องมา ใช้ Code Frame
คือแบบ Frame ที่ ลิ้งโค้ดนี้ ก็จะเป็น เฉพาะ ranking อ่ะครับไม่ต้องมีพื้นหลัง..
ช่วยทีนะครับ
Code
<?
session_start();
require_once("config.php");
require_once("news.php");
require_once("includes/web_modules.php");
require_once("server_status.php");
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>.: MU ONLINE :.</title>
<link href="images/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #877641;
background-image: url();
background-position: center top;
background-repeat: no-repeat;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link {
color: #CCCCCC;
}
a:visited {
color: #CCCCCC;
}
a:hover {
color: #FF0000;
}
a:active {
color: #CCCCCC;
}
.style2 {color: #669966}
-->
.textfields, input{
border: 1px solid #000000;
background-color: #000000;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
}
.style4 {color: #669966; font-weight: bold; }
.style6 {color: #99FF00; font-weight: bold; }
.style7 {color: #99FF00}
.style8 {color: #FF0000; font-weight: bold; }
</style>
<script language=JavaScript>
<!--
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
//-->
</script>
</head>
<body>
<table width="175" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="175"><table width="234" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="175"><table width="234" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="231" valign="top"><table width="215" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="215"> </td>
</tr>
<tr>
<td><table width="199" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="">
<tr>
<td width="199" bgcolor="#877641">
<?
$sql = 'SELECT * FROM character ORDER BY cLevel DESC';
$query = mssql_query($sql);
$i = 1;
while ($row = mssql_fetch_row($query)){
if ($i < 31){
?>
<table width="191" border="0" cellpadding="0" cellspacing="1">
<tr>
<td width="27" bgcolor="#877641"><div align="center"><img src="images/ranking/ranking_num<? echo $i; ?>.gif" width="11" height="10" /></div></td>
<td width="111" bgcolor="#877641"><div align="left"><span class="style2"><?echo $row[1];?></span></div></td>
<td width="89" bgcolor="#877641"><div align="left"> : <?echo $row[2]?></div>
<div align="left"></div></td>
</tr>
</table>
<?
$i = $i+1;
}}
?> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="10"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<script language=JavaScript>
<!--
var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<script language="JavaScript1.2">function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
</body>
</html>
Tag : PHP, HTML/CSS, JavaScript
|
|
|
|
|
|
Date :
2012-01-11 20:08:35 |
By :
ทำไม่เป็นเลยครับ |
View :
870 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่รู้จะตอบยังไงดีครับ
|
|
|
|
|
Date :
2012-01-11 22:53:41 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันเป็นประมาณนี้อ่ะคับ
http://www.zeus-juti.com/rank.php?mode=pvp
เอา เฉพาะ ชื่อตัวละคร กับ เลเวล มาใส่หน้าเว็บอ่ะครับ โดยไม่ต้องมีพื้นหลัง
|
|
|
|
|
Date :
2012-01-11 22:55:04 |
By :
ไม่รู้จริงๆครับ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โห...อะไรเนี่ย ยังมี if ie4+ กับ ns6 อีกเหรอ จะอนุรักษ์สิ่งโบราณแบบนี้กันอีก?
|
|
|
|
|
Date :
2012-01-12 07:17:26 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือผม เอา สคริป ranking ของเพื่อนมาอ่ะครับ อยากจะแก้ แต่ทำไม่เป็น
ช่วยทีผมนะครับ T___T
|
|
|
|
|
Date :
2012-01-12 12:46:22 |
By :
T__________T |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เขียนเองเลยครับ ^^
|
|
|
|
|
Date :
2012-01-12 13:04:21 |
By :
EzilliL3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|