ad change question

Status
Not open for further replies.

nightscream

New Member
Messages
948
Reaction score
0
Points
0
i got advanced hosting and i have a question about the ad
i have to add a text link to it
but am i allowed to do a litte change, look for yourself, it's in the menu
http://iwek.x10hosting.com
if it's not allowed i'll change it, don't you guys have a banner for advanced hosting
because then i could put it above my webpage
 
Last edited:

unpixelatedgamers

New Member
Messages
674
Reaction score
0
Points
0
Well, start Here

As far as i am aware you need the javascript code in all your pages to show the ad rather than an anchor link.

If you use php as you file extension you can just put this in:
PHP:
<?php include(http://staff.x10hosting.com/adCode.php?ad=advanced); ?>

Or you can put the javascript from the source of that page:
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 ("[URL="http://x10hosting.com/advert/adjs.php?n"]http://x10hosting.com/advert/adjs.php?n[/URL]=" + 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>
 

nightscream

New Member
Messages
948
Reaction score
0
Points
0
that's not really my question, i have the hosting thingy in my menu.php that is an php include
but the question is that i can do it like how i did now, because i changed it a little bit
so i need to know if it's allowed like that or not?
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
I just looked at the souce of your webpage, and this is what I saw pertaining to the ad:
Code:
			<table cellpading="0" cellspacing="1" width="115" border="1">
				<tr>
					<td background="images/menu_head.gif" height="17" class="menu-title">Free Hosting by</td>
				</tr>
				<tr>
					<td class="menu" align="left"><a href="http://www.x10hosting.com" target="_blank">x10hosting.com</a></td>
				</tr>

			</table>
As that is not the javascript code that the automated checking system looks for it will think you don't have the ad, so therefore you can't keep it.

You can keep it in your table structure though, just use the php include code underneath the Free hosting heading.

All the php include code does is include the javascript code, so use that and your site will not get suspended.

EDIT: If you want a banner, you can use the corporate ad code, and the not will detect you have the corporate ad code on advanced plan and won't suspend you as it is more than what is needed. For the corporate you can use:

Code:
<?php include(http://staff.x10hosting.com/adCode.php?ad=corporate); ?>

I can't think of the actual code off the top of my head. But that is equally valid.
 
Last edited:

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
i didnt feel like reading other peoples responses.... so this is mine if i had read your post originally.

no, you cannot do that, you MUST ahve te exact ad code or your site will get suspended. you could always make the table be "Hosting" and then in the table have it be "Free hosting by x10hosting.com" if you get what i mean.

also, if you feel really nice, you can use the banner ad in place of any other ads (thats the corprate banner ad to be specific). so if you use the corprate banner and your x10advanced your site will be counted as having the "ad code displayed".

i know this is how its been, if its changed i'd like to know :)... you can go above and beyond expectations, just not below.
 
Status
Not open for further replies.
Top