ขอคำแนะนำติดสคริปโฆษณา

แอดมินมือใหม่(ไม่ค่อยชำนาญเกี่ยวกับระบบค่ะ) ขอคำแนะนำค่ะ อยากจะติดโฆษณาในเว็บค่ะ สม้ครได้โค๊ตของ popcash มาแล้ว ไม่ทราบว่าจะแทรงโค๊ตโฆษณาลงตรงไหน เป็นเว็บโปรแกรม php ค่ะ โค๊ตดังนี้ค่ะ

[COLOR=#333333][FONT=monospace]<script type=“text/javascript”>[/FONT][/COLOR]
[COLOR=#333333][FONT=monospace]var uid = ‘xxxxxxx1’;[/FONT][/COLOR]
[COLOR=#333333][FONT=monospace]var wid = ‘5555555’;[/FONT][/COLOR]
[COLOR=#333333][FONT=monospace]</script>[/FONT][/COLOR]
[COLOR=#333333][FONT=monospace]<script type=“text/javascript” src=“http://cdn.popcash.net/pop.js”></script>

ตอนนี้ลองทำเป็นบล๊อคแล้วอับโหลดไฟล์ไปไว้ใน block ไม่ทราบถูกหรือเปล่า ขอบคุณล่วงหน้าค่ะ

[/FONT][/COLOR]

1 Like

[SIZE=2]<!DOCTYPE html>[/SIZE]
[SIZE=2]<html>[/SIZE]
[SIZE=2]<head>[/SIZE]
[SIZE=2]<title>Page Title</title>[/SIZE]
[SIZE=2]</head>[/SIZE]
[SIZE=2]<body>[/SIZE]
[SIZE=2]
[/SIZE]
[SIZE=2]<h1>This is a Heading</h1>[/SIZE]
[SIZE=2]<p>This is a paragraph.</p>[/SIZE]
[SIZE=3]
[COLOR=#ff0000]ตรงนี้ครับ[/COLOR][/SIZE]
[SIZE=2]</body>[/SIZE]
[SIZE=2]</html>[/SIZE]

:f6eb47d3:
ขอบคุณค่ะ แบบนี้ใช่ป่าวคะ

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<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>

</body>
</html>

เจอปัญหาใหม่คือไม่มีโค๊ตแบบนี้ให้แทรกค่ะเพราะเป็น 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();
}

define(‘NUKE_HEADER’, true);
require_once(“mainfile.php”);

##################################################

Include some common header for HTML generation

##################################################

function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
$ThemeSel = get_theme();
include_secure(“themes/$ThemeSel/theme.php”);
echo ‘<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>’;
echo ‘<html xmlns=“http://www.w3.org/1999/xhtml”>’;
echo "<head>
";
echo "<title>$sitename $pagetitle</title>
";
echo ‘<meta name=“google-site-verification” content=“3y3xJYDHSYUitn7cbfFfI6C2BiK_q66dtRfykpzHW5w” />’;

?&gt;


&lt;script language=JavaScript&gt;

<!–
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>

&lt;!-- banner org_green --&gt;

		&lt;!-- Attach our CSS --&gt;
  	&lt;link rel="stylesheet" href="themes/&lt;?php echo $ThemeSel?&gt;/orbit-1.2.3.css"&gt;


  	
	&lt;!-- Attach necessary JS --&gt;
	&lt;script type="text/javascript" src="themes/&lt;?php echo $ThemeSel?&gt;/jquery-1.5.1.min.js"&gt;&lt;/script&gt;
	&lt;script type="text/javascript" src="themes/&lt;?php echo $ThemeSel?&gt;/jquery.orbit-1.2.3.min.js"&gt;&lt;/script&gt;	
	
		&lt;!--[if IE]&gt;
		     &lt;style type="text/css"&gt;
		         .timer { display: none !important; }
		         div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
		    &lt;/style&gt;
		&lt;![endif]--&gt;
	
	&lt;!-- Run the plugin --&gt;
	&lt;script type="text/javascript"&gt;
		$(window).load(function() {
			$('#featured').orbit();
		});
	&lt;/script&gt;



&lt;!-- end banner org_green --&gt;

<!-- End Quantcast tag –>
<?php
include(“includes/meta.php”);
include(“includes/javascript.php”);

if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
	echo "&lt;link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\"&gt;

";
}
echo "<link rel="alternate" type="application/rss+xml" title="RSS" href="backend.php">
";
echo "<LINK REL="StyleSheet" HREF="themes/$ThemeSel/style/style.css" TYPE="text/css">

";
if (file_exists(“includes/custom_files/custom_head.php”)) {
include_secure(“includes/custom_files/custom_head.php”);
}
echo "

</head>

";
if (file_exists(“includes/custom_files/custom_header.php”)) {
include_secure(“includes/custom_files/custom_header.php”);
}
themeheader();
}

online();
head();
include(“includes/counter.php”);
if(defined(‘HOME_FILE’)) {
message_box();
blocks(“Center”);
}

?>

ประมาณนี้ค่ะ หากต้องการแทรกสคริปพวกโฆษณาจะแทรงตรงไหนคะ รบกวนด้วยค่ะ ขอบคุณล่วงหน้าค่ะ

อยากใส่ให้ banner ไปโผล่ตรงไหนก็ต้องแทรกตรงนั้นครับ
ไม่มีใครบอกได้ว่าคุณต้องใส่ตรงไหน ตราบใดที่ไม่เห็น code ทั้งหมดครับ

ค่ะ แต่ขอรอดูไปเรื่อยๆก่อนค่ะ เผื่อมีคนบอกได้เพราะหวังว่าอาจมีคนที่มีความรู้และมีใจและทักษะในการถ่ายทอดให้คนไม่รู้พอใช้เป็นแนวทางได้ ส่วนคนบอกไม่ได้ก็ไม่เป็นไรค่ะ ส่วนคนไม่รู้ก็จำเป็นต้องถามและรอคำแนะนำค่ะ

ปล.ที่ยกมาเป็นโค๊ตไฟล์ header.php ทั้งหมดนะคะ ถ้าจะยกโค๊ตมาทั้งเว็บก็น่าจะเยอะไป ส่วนโค๊ตโฆษณาก็อยู่ด้านบนสุดแล้วค่ะ

เดาว่าน่าจะเป็น ads แบบ popup ใส่ตรงใหนก็ได้ ลองใส่แทรกระหว่าง 2 บรรทัดนี้ดูครับ

</script>

&lt;!-- banner org_green --&gt;

ถ้าเจอ Uncaught ReferenceError: $ is not defined ให้วาง Code ตรงนี้

[COLOR=#333333]<!-- Attach necessary JS -->[/COLOR]
[COLOR=#333333]<script type=“text/javascript” src=“themes/<?php echo $ThemeSel?>/jquery-1.5.1.min.js”></script>[/COLOR]
[COLOR=#333333]<script type=“text/javascript” src=“themes/<?php echo $ThemeSel?>/jquery.orbit-1.2.3.min.js”></script>
[/COLOR][COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=monospace]<script type=“text/javascript”>[/FONT][/COLOR][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=monospace]var uid = ‘xxxxxxx1’;[/FONT][/COLOR][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=monospace]var wid = ‘5555555’;[/FONT][/COLOR][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=monospace]</script>[/FONT][/COLOR][/COLOR][/COLOR]
[COLOR=#333333][COLOR=#333333][COLOR=#333333][FONT=monospace]<script type=“text/javascript” src=“http://cdn.popcash.net/pop.js”></script>[/FONT][/COLOR][/COLOR][/COLOR]

ขอบคุณมากค่ะ แทรกตรงนี้ใช้ได้ค่ะ แต่มีอีกไฟล์ที่ต้องขอคำแนะนำเพราะเป็นไฟล์ 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”);
die();
}

define(‘NUKE_HEADER’, true);
require_once(“mainfile.php”);

##################################################

Include some common header for HTML generation

##################################################

function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
$ThemeSel = get_theme();
include_once(“themes/$ThemeSel/theme.php”);
echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
";
echo "<html>
";
echo "<head>
";
echo "<title>$sitename $pagetitle</title>
";
include(“includes/meta.php”);
include(“includes/javascript.php”);
include(“includes/my_header.php”);
//include(“includes/rightclickmenu.php”);//

if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
	echo "&lt;link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\"&gt;

";
}
echo "<link rel="alternate" type="application/rss+xml" title="RSS" href="backend.php">
";
echo "<LINK REL="StyleSheet" HREF="themes/$ThemeSel/style/style.css" TYPE="text/css">

";
if (file_exists(“includes/custom_files/custom_head.php”)) {
include_once(“includes/custom_files/custom_head.php”);
}
echo "

</head>

";
if (file_exists(“includes/custom_files/custom_header.php”)) {
include_once(“includes/custom_files/custom_header.php”);
}
themeheader();
}

online();
head();
include(“includes/counter.php”);
//include(“includes/visitors.php”);//
if(defined(‘HOME_FILE’)) {
message_box();
blocks(“Center”);
}

// Test javascript Block activeshow_mod
echo "<script type="text/javascript" src="modules/activeshow_mod/js/prototype.js"></script>
";
echo "<script type="text/javascript" src="modules/activeshow_mod/js/scriptaculous.js?load=effects"></script>
";
echo “<script type="text/javascript" src="modules/activeshow_mod/js/lightbox.js"></script>
“;
echo “<link rel="stylesheet" href="modules/activeshow_mod/css/lightbox.css" type="text/css" media="screen" />
“;
// End test
echo”<script src="js/main.js"”
. “ype="text/javascript"></script>”
.””;
?>

ขอบคุณมากค่ะ เว็บแรกแทรกโค๊ตได้แล้ว แต่อีกเว็บไฟล์ 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”);
die();
}

define(‘NUKE_HEADER’, true);
require_once(“mainfile.php”);

##################################################

Include some common header for HTML generation

##################################################

function head() {
global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
$ThemeSel = get_theme();
include_once(“themes/$ThemeSel/theme.php”);
echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
";
echo "<html>
";
echo "<head>
";
echo "<title>$sitename $pagetitle</title>
";
include(“includes/meta.php”);
include(“includes/javascript.php”);
include(“includes/my_header.php”);
//include(“includes/rightclickmenu.php”);//

if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
    echo "&lt;link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\"&gt;

";
}
echo "<link rel="alternate" type="application/rss+xml" title="RSS" href="backend.php">
";
echo "<LINK REL="StyleSheet" HREF="themes/$ThemeSel/style/style.css" TYPE="text/css">

";
if (file_exists(“includes/custom_files/custom_head.php”)) {
include_once(“includes/custom_files/custom_head.php”);
}
echo "

</head>

";
if (file_exists(“includes/custom_files/custom_header.php”)) {
include_once(“includes/custom_files/custom_header.php”);
}
themeheader();
}

online();
head();
include(“includes/counter.php”);
//include(“includes/visitors.php”);//
if(defined(‘HOME_FILE’)) {
message_box();
blocks(“Center”);
}

// Test javascript Block activeshow_mod
echo "<script type="text/javascript" src="modules/activeshow_mod/js/prototype.js"></script>
";
echo "<script type="text/javascript" src="modules/activeshow_mod/js/scriptaculous.js?load=effects"></script>
";
echo “<script type="text/javascript" src="modules/activeshow_mod/js/lightbox.js"></script>
“;
echo “<link rel="stylesheet" href="modules/activeshow_mod/css/lightbox.css" type="text/css" media="screen" />
“;
// End test
echo”<script src="js/main.js"”
. “ype="text/javascript"></script>”
.””;
?>

โค๊ตโฆษณาอีกแบบที่จะแทรกประมาณนี้ค่ะ

<script type=‘text/javascript’>
(function(w) {
var d=document,h=d.getElementsByTagName(‘head’)[0],j=d.createElement(‘script’),k=d.createElement(‘script’);
j.setAttribute(‘src’,‘//cdn.adsoptimal.com/advertisement/settings/0000000.js’);
k.setAttribute(‘src’,‘//cdn.adsoptimal.com/advertisement/manual.js’);
h.appendChild(j); h.appendChild(k);
})(window);
</script>

อีกไฟล์โฆษณาที่ต้องการแทรกคือไฟล์ประมาณนี้ค่ะ

[COLOR=#909090][FONT=Roboto]<script type=‘text/javascript’>[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto](function(w) {[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]var d=document,h=d.getElementsByTagName(‘head’)[0],j=d.createElement(‘script’),k=d.createElement(‘script’);[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]j.setAttribute(‘src’,’//cdn.adsoptimal.com/advertisement/settings/000000.js’);[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]k.setAttribute(‘src’,’//cdn.adsoptimal.com/advertisement/manual.js’);[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]h.appendChild(j); h.appendChild(k);[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]})(window);[/FONT][/COLOR]
[COLOR=#909090][FONT=Roboto]</script>[/FONT][/COLOR]

แจ้งล่าสุดแทรกโค๊ตโฆษณาในไฟล์ header.php ได้ครบแล้วค่ะ พยายามทำหาอยู่นานในระหว่างรอคำตอบในที่สุดก็ทำได้ค่ะ ขอบคุณท่านที่ให้คำแนะนำก่อนหน้านี้ค่ะ