Placing ads in subdreamer

Status
Not open for further replies.

Anton

New Member
Messages
196
Reaction score
0
Points
0
I need to place the corporate ads
PHP:
<?php include('http://staff.x10hosting.com/adCode.php?ad=corporate'); ?>
in subdreamer, problem is it doesnt really work, and comes up with errors I cant fix, you can view it all here: www.ddxt.be/main if anyone can fix this tell me how please.
 

Burak

New Member
Messages
258
Reaction score
0
Points
0
I'm having she same problem on my site. Does anyone knows?
 

Sephiroty

New Member
Messages
64
Reaction score
0
Points
0
it opens index.php with a text editor and puts the java code where it wants
 
Last edited:

ak007

Member
Messages
216
Reaction score
0
Points
16
Well You Can use Javascript Heres the code :
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>

<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:1&amp;target=_blank");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
You Can Still use PHP To Display Ads But Need Some Modding To Subdreamer
And Try To Put The Ads In the Templates Not Directly In index.php
 
Last edited:

Anton

New Member
Messages
196
Reaction score
0
Points
0
Thanks, hopefully Ill make it work this time

Nope java/php wont work I tried in breath_1 and it didnt work, maybe someone can make a small script for subdreamer? Or find a way, derz gotta be a way ><!
 
Last edited:

Anton

New Member
Messages
196
Reaction score
0
Points
0
Subdreamer ... content management ... its simple and so far I love it more than any others ... ok ill try that, problem is that, ther is more than 1 template html (breath_1,_2,_3 and others) I googled it and it came with some results, one result was on the subdreamer forums which one person asks for a ad-management plugin but that hasnt been released yet, I look through the plugins everyday to see if one is added...
 

Anton

New Member
Messages
196
Reaction score
0
Points
0
Cmon, someone must know how to place some ads T-T
 
Status
Not open for further replies.
Top