<h1>This is a Heading</h1>
<p>This is a paragraph.</p> <script type=“text/javascript”> var uid = ‘xxxxxxx1’; var wid = ‘5555555’; </script> <script type=“text/javascript” src=“http://cdn.popcash.net/pop.js”></script>
เจอปัญหาใหม่คือไม่มีโค๊ตแบบนี้ให้แทรกค่ะเพราะเป็น php ไม่มี html ค่ะ เช่นไฟล์ header.php จะประมาณนี้ค่ะ
<?php
//
/ PHP-NUKE: Advanced Content Management System /
/ ============================================ /
//
/ Copyright (c) 2007 by Francisco Burzi /
/http://phpnuke.org/
//
/ This program is free software. You can redistribute it and/or modify /
/ it under the terms of the GNU General Public License as published by /
/ the Free Software Foundation; either version 2 of the License. /
//
if (stristr(htmlentities($_SERVER[‘PHP_SELF’]), “header.php”)) {
Header(“Location: index.php”);
fdie();
}
//
/ PHP-NUKE: Advanced Content Management System /
/ ============================================ /
//
/ Copyright (c) 2007 by Francisco Burzi /
/http://phpnuke.org/
//
/ This program is free software. You can redistribute it and/or modify /
/ it under the terms of the GNU General Public License as published by /
/ the Free Software Foundation; either version 2 of the License. /
//
if (stristr(htmlentities($_SERVER[‘PHP_SELF’]), “header.php”)) {
Header(“Location: index.php”);
die();
}
//
/ PHP-NUKE: Advanced Content Management System /
/ ============================================ /
//
/ Copyright (c) 2007 by Francisco Burzi /
/http://phpnuke.org/
//
/ This program is free software. You can redistribute it and/or modify /
/ it under the terms of the GNU General Public License as published by /
/ the Free Software Foundation; either version 2 of the License. /
//
if (stristr(htmlentities($_SERVER[‘PHP_SELF’]), “header.php”)) {
Header(“Location: index.php”);
die();
}