Asking again lol

Status
Not open for further replies.

butter_wing

New Member
Messages
60
Reaction score
0
Points
0
I know I've asked a few times already, but I get so busy I dont have time to check and the last time they where doing the updates and i cant find my question. So i'll ask one more time! Lol

I need the Ad code thingy to put on the Webpage, not on the forum someone said i could get in the account thing on here, well thats not working so any other way? or a link..and if possible dont hyperlink it, because it doesnt always show up for me.

Thanks a bunch
 

butter_wing

New Member
Messages
60
Reaction score
0
Points
0
Use it for what? I dont understand..
all I want is the Ad code so I can put on the first page of my webpage.
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
The page Brandon gave you has the "JavaScript" and "Php" codes to show up the ads for Corporate or Advanced plan.
If your website is .php you can use the Php code, if not use the JavaScript code.

Also, you MUST have the ads in ALL your pages, not just in the first page.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
The ad code must be on all pages, we check mot accounts every 2-3 weeks, if it comes around and you don't have the ads, you'll be suspended.

Use the Javascript is its HTML and CGI, or if its PHP use the PHP code.
 

butter_wing

New Member
Messages
60
Reaction score
0
Points
0
Yes I understand that its suppose to be on all pages, and I can not see the Page that your speaking of. If its a link, for some reason its not showing for me. And the website is not Php, if it was i would have already done that :) But yeah um I have no idea about the link you posted brandon why its not working for me.
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
JavaScript code:
Code:
<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 ("&what=zone:3&target=_blank");
   document.write ("&exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->

</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788' border='0' alt=''></a></noscript>

PHP code:
Code:
<? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
 
Status
Not open for further replies.
Top