ผู้เขียน หัวข้อ: Code go.php เอาไว้ทำำ LinkPR สำหรับ SMF ได้ทุกเวอร์ชั่น  (อ่าน 3141 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ Admin

  • Administrator
  • *****
  • กระทู้: 1415
  • Level:
    0%
  • Thank : 61
  • เพศ: ชาย
    • ดูรายละเอียด
    • สะกิดข่าว
อันนี้ยกมาจากเว็บ www.system-4x.com เลยนะครับยังไงก็ลองเอาไปแก้กันดูละกัน

ข้อความถูกซ่อน คลิกเพื่อดู
<?
$out = $_SERVER['QUERY_STRING'];
if(empty($out))
header("Location: http://www.system-4x.com");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>System-4x</title>

<meta http-equiv="refresh" content="3;url=<?php echo $out; ?>">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="robots" content="all" /><meta name="language" content="TH-th" />
<link type="text/css" rel="stylesheet" href="linkpr.css" />
</head>
<body>

<div id="container">
<div id="lights">  <!-- lights go here --> </div>   
<div id="content">   
<table height="150" width="100%">   
<tr>     
<td>       
<center>
<p>กำลังโหลดหน้าเว็บ
<?php
echo $out;
?> ภายในเวลา 2 วินาที</p>
<p>If your browser does not automatically redirect in 2 seconds
<a href="<?php echo $out; ?>"> Click here [/url]

</p>
</center>
</td>   
</tr> 
</table>
</center> 
</body>
</html>

ส่วนการเพิ่ม code LinkPR หาดู google เลยครับ เยอะแยะ

 
แชร์บทความ...
โค้ดแบบ forum
(BBCode)
โค้ดแบบ site/blog
(HTML)