Anime Central

View previous topic View next topic Go down

Anime Central

Post by Fox on Sun Sep 14, 2008 8:36 am


Fox
Bronze Member

Number of posts: 35
Registration date: 2008-07-28

View user profile

Back to top Go down

Re: Anime Central

Post by Null-11 on Sun Sep 14, 2008 8:11 pm

+ADDED! Very Happy

_________________

Stay connected to us with the NEW Add My Forum Community Toolbar!



Recent Posts @ AMF's Official Blog:

Null-11
Admin
Admin

Number of posts: 1123
Registration date: 2007-12-24

View user profile http://addmyforum.forumotion.com

Back to top Go down

Re: Anime Central

Post by Fox on Mon Sep 15, 2008 3:46 am

Hey i was wondering what code do you for the Banner Promotion.

Fox
Bronze Member

Number of posts: 35
Registration date: 2008-07-28

View user profile

Back to top Go down

Re: Anime Central

Post by Null-11 on Sun Sep 21, 2008 12:22 am

Embarassed Sorry for the late reply.

For the banner rotation I use Javascript.

Here's the code:
Spoiler:
<script language="JavaScript">
<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
};

function rand(number) {
var result = Math.ceil(rnd()*number);
if (!result)result++;
return result
};
var ad_cnt1 = 5;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://www.addmyforum.co.nr/";
adBanner1="http://i42.servimg.com/u/f42/11/82/07/58/amf_bl10.png";
width1="400";
height1="100";
alt1="Free Forum Promotion at AddMyForum.co.nr";
title1="Free Forum Promotion at AddMyForum.co.nr";
}
if (ad1==2) {
link1="http://forumdirectory.freeforums.org/portal.php";
adBanner1="http://forumdirectory.freeforums.org/files/forumdirectory/logos/logo_phpBB.gif";
width1="440";
height1="88";
alt1="Forum Directory";
}
if (ad1==3) {
link1="http://www.postexchanger.com/";
adBanner1="http://i21.photobucket.com/albums/b283/Digitalpimp0101/PEbanner.gif";
width1="728";
height1="90";
alt1="Post Exchanger";
}
if (ad1==4) {
link1="http://yourvoicecentral.phpbbhosts.co.uk/";
adBanner1="http://i59.servimg.com/u/f59/11/79/88/30/yvc_ba10.jpg";
width1="400";
height1="200";
alt1="Your Voice Central- Where YOU can talk about anything.";
}
if (ad1==5) {
link1="http://www.chiranth.uni.cc/yourspace/smf/";
adBanner1="http://i30.servimg.com/u/f30/11/87/32/21/smf_lo11.gif";
width1="200";
height1="91";
alt1="YourSpace";
}
document.write('<center><a href="' + link1 + '" target="_blank">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '" ></a>');
document.write('</center>');
// End -->
</SCRIPT>

I didn't include all the banners but this is the exact code I use.

_________________

Stay connected to us with the NEW Add My Forum Community Toolbar!



Recent Posts @ AMF's Official Blog:

Null-11
Admin
Admin

Number of posts: 1123
Registration date: 2007-12-24

View user profile http://addmyforum.forumotion.com

Back to top Go down

Re: Anime Central

Post by Fox on Tue Oct 14, 2008 2:22 am

Can you change it since It has been dedte.


Code:
<a href="http://animecentral.prophpbb.com/"><img src="http://i33.tinypic.com/4hd4cl.jpg"></a><br></div>

_________________
Anime Central
A site for any Anime or Manga fans. But it also for anyone who just wants people to talk to, and a lively community that just never stops growing! Come and check out Anime Central so you can learn Japanese, be part of the contests, play online games, listen to music, and many.

Fox
Bronze Member

Number of posts: 35
Registration date: 2008-07-28

View user profile

Back to top Go down

Re: Anime Central

Post by Null-11 on Tue Oct 14, 2008 9:10 pm

+UPDATED! Very Happy

_________________

Stay connected to us with the NEW Add My Forum Community Toolbar!



Recent Posts @ AMF's Official Blog:

Null-11
Admin
Admin

Number of posts: 1123
Registration date: 2007-12-24

View user profile http://addmyforum.forumotion.com

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum