ipb forums help me out

symbianclub

New Member
Messages
80
Reaction score
0
Points
0
hey can i add latest forums to my ipb forums if i can then how i add latest forums mod to my forums pls help me to find the code and where i have to paste it pls help me soon
 

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
1- The codes

Code:
 <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;amp;what=zone:1&amp;amp;target=_blank");
	document.write ("&amp;amp;exclude=" + document.phpAds_used);
	if (document.referrer)
		document.write ("&amp;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;amp;n=a7fb3e9d' border='0' alt=''></a></noscript>

</center>

2- You mean you want to update your old forum with new released IPB?
   Sure you can but you must have the upgrade folders... It can be found by downloading ( BUY ) at Invision Power Board main site...
 

symbianclub

New Member
Messages
80
Reaction score
0
Points
0
flankerdin said:
1- The codes

Code:
 <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;amp;what=zone:1&amp;amp;target=_blank");
	document.write ("&amp;amp;exclude=" + document.phpAds_used);
	if (document.referrer)
		document.write ("&amp;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;amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
 
</center>
 
2- You mean you want to update your old forum with new released IPB?
Sure you can but you must have the upgrade folders... It can be found by downloading ( BUY ) at Invision Power Board main site...
hey sorry u r answer was correct according to my question but that was not my question
my question is
in every forums there will be a latest forums script means when user post a forum it will be automattically listed on the latest forums list like that i want the latest forum script for my ipb forums and where i have to post it
==================
PHP:
 <?php
<?php echo $_SERVER['REMOTE_ADDR']; ?> 
?>
 

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
You mean when someone post something new it will appear in the main portal?

By the your account suspended...
I cant access your site....
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Admincp -> Skins & Templates -> Skin Manager -> *Skin Name* -> edit root skin board header and footer wrapper

Copy the code from root skin board header and footer wrapper in NotePad or WordPad.. Now search for <!--IBF.NEWPMBOX-->

then put the ads code btn <!--IBF.NEWPMBOX--> and <% BOARD %> i.e <!--IBF.NEWPMBOX--> put ads code here and center<% BOARD %>

Code:
<div class="borderwrap" style="display:show" id="fc_2">
<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>
</div><br>
before the code is added it should be like
Code:
<% BOARD HEADER %>
<% MEMBER BAR %>
<% NAVIGATION %>
<!--IBF.NEWPMBOX-->
<% BOARD %>
after the code is added it should like
Code:
<% BOARD HEADER %>
<% MEMBER BAR %>
<% NAVIGATION %>
<!--IBF.NEWPMBOX-->
[COLOR=Red]<div class="borderwrap" style="display:show" id="fc_2">
<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>
</div><br>[/COLOR]
<% BOARD %>

Screenshots:-
~ ~
 
Top