It's driving me nuts..

Status
Not open for further replies.

Flyingpanda2

New Member
Messages
22
Reaction score
0
Points
0
Hello everybody,

Well i have been suspended recently cause of no ads, i explained the reason in another post that i did a few days ago but well...

Now i'm trying to fight with those damn ads and i still don't get it at all, to try it i'm doing it in a simple html page. My package is advanced.

I have tried to copy/paste the code as it is from the zip package(Java version) in the <body> of my pages but no result , I have tried to do the same in the <head> of my page but nothing. I have tried to put the script part in the head and the <a...</a> in the body as i've seen some other scripts but it didn't gave anymore result so now i'm geting a huuuuuuuge headache.

I'm sure to have copy/pasted the code correctly because i verified 2 or 3 time each time that i did it.

I also tried to view the page "preview the Ads" that is in the zip package but it only show the title of each package " Large Banner (Corporate)" , " Text Link(Advanced)" in normal text not the package itself, doesn't work either when i tried to run it from the server.

Question : What am i doing wrong ? Is it possible that protections on my computer block adverts so i can't see them ? Is their anyone who could link a page with the advanced advertising up and runing ?

Well thank your per advance for your help. Cya all , have fun
biggrin.gif
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
just try copying and pasting the advanced text ad code from the page that i posted, put it were you want the text to be on your page and it should work fine.
 

Flyingpanda2

New Member
Messages
22
Reaction score
0
Points
0
What code is it ? can you post a link to your post about the code ? i just copy/paste as it is in the body right ?
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
correct.

and if you are using firefox make sure the ad-blocker plugin is turned off if you have it. Also, what is your link so other people can check and see if you have done it correctly even if you can't see the images.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
correct.

and if you are using firefox make sure the ad-blocker plugin is turned off if you have it. Also, what is your link so other people can check and see if you have done it correctly even if you can't see the images.

also have you tried the php version of the ads. you don't have to make anychanges to the code except turn the pages to .php and add the ad code

its like

PHP:
<?php include('http://staff.x10hosting.com/adCode.php?ad=xxxxxxxxx'); ?>

where xxxxxxxxx is corporate or advanced
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
1) you could have edited it

2) if you dont have your page in php then you dont need to change it
full code is:
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:3&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=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&amp;n=a915c788' border='0' alt=''></a></noscript>
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
First of all I need your user name befor we can do anything for you.
 

Flyingpanda2

New Member
Messages
22
Reaction score
0
Points
0
Well i have no more problem but i just wanted to say thank to those who helped. The problem is actualy that i can't see adverts from my computer neither on IE or mozilla , maybe some protection(i'm a lil praranoiac) is keeping them from appearing but i've got a friend to place them for me and since i've not ben suspended again it seems to have worked so thank you all for your help ;)
 
Last edited:
Status
Not open for further replies.
Top