please can anyone put the ads for me

Status
Not open for further replies.

parshatim

New Member
Messages
106
Reaction score
0
Points
0
Hello, I am usinf phpbb integra mod. Bu t i am quite noob in php (actually i do not know programmming at all :innocent: ). So can anyone put the ads on my site.

Plan : x10corporate
subdomain: funatic.x10hosting.com
cpanel username: funatic

Please anyone.

Also can anyone put this logo inplace of the integramod logo
 

Attachments

  • image.jpg
    image.jpg
    30.2 KB · Views: 24
Last edited:

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
At your intramod portal page they are two logo one above the mainpage and one above the main..

If it the one above the main content delete the file called phpbbintegramod.jpg which is located in the images folder.. I believe you have installed the portal in your root folder.. Now rename your file called image.jpg to phpbbintegramod.jpg and then upload it to the images folder..

In place of the the above logo called phpbb2_logo.jpg and the ad on the left you can place the x10 corporate ads..

here is the code..

before puting the ads

Code:
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="portal.php"><img src="./images/logo/phpbb2_logo.jpg" width="470" height="110" border="0" alt="yourdomain.com" title="yourdomain.com" width="504" height="110" /></a></td>
<td width="100%" colspan="3"><div align="right"><a href="redirect.php?banner_id=5" target="_blank"><img src="images/banners/phpbbintegraMOD.jpg"  border="0" alt="phpbb2 integraMOD" title="phpbb2 integraMOD" /></a></div></td>
<td align="center" width="100%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>

after putting the ads.. I have delete the phpbb2_logo.jpg and ads and placed the x10 Corporate Ads..

Code:
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<center>
<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>
</center>
</tr>
</table>

I have not used INTRAMOD before and am not sure of what file to edit.. If you have any problem the moderators will help place the ads..
 
Last edited:

parshatim

New Member
Messages
106
Reaction score
0
Points
0
Did it and its working, thanks iron. That was quick and precise...thanks
 
Status
Not open for further replies.
Top