how do i

Status
Not open for further replies.

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
how do i put up the ads on my site with 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>
where do i do it in my user cp
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
yes i am where do i do that in the user cp
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Are you trying to put it in a forum website or a regular website ?
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
i have a blog there in my site how do i put it up
 

forza

New Member
Messages
230
Reaction score
0
Points
0
If you dont use ftp, go into file manager-->public_html-->***--->~~~

***=the folder the file you want the ad in is in.
~~~=the file you want the ad in.

If you are using a cms like mambo, phpnuke, postnuke etc. or a forum like phpbb, ipb, smf etc. please search through the tutorials.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
what about word press
 
Status
Not open for further replies.
Top