Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Ads on PHP Fusion

Asked Modified Viewed 1,844 times
A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi, how do I add advertisements like banners in the sidebars on my php-fusion site?
I would like it to be like the "Hosted by" on the left bottom of this site...

Would be glad if someone could tell me what to do.
0 replies

10 posts

E
Elactos
E
Elactos 10
Infusions & modifications for PHP-Fusion v7
http://www.redward.org
  • Member, joined since
  • Contributed 138 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Just add a new panel...
0 replies
A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Ehh, that doesn't help me. How do I do that?
I have not worked with PHP at all before...
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
answered
Member

Log into your Admin, go to System Admin, you'll see 'Panels'
0 replies
A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Yes, and in add its like ... "wtf?!" Where can I put in the javascript?
Edited by Apathicus on 12-02-2008 21:23,
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

just put it into a new panel... But use php ;)
And then activate the panel...
0 replies
A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Hmm I can't use php :P Don't know any codes in that language -.-

Can anyone make a PHP script for the given info, if I say that I want this to be showed:
<script type="text/javascript">
var uri = 'http://impdk.tradedoubler.com/imp?type(js)g(8879)a(1329661)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset=""></sc'+'ript>');
</script>
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Then you can disable it around your code:

?>
<script type="text/javascript">
var uri = 'http://impdk.tradedoubler.com/imp?type(js)g(8879)a(1329661)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset=""></sc'+'ript>');
</script>
<?php
0 replies
A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Ehm, what do I exactly insert in the content box?
Edited by Apathicus on 12-02-2008 21:38,
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

A
Apathicus
A
Apathicus 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks, now it's working :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 10 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet