Once you are accepted hosted, you will need to place an advertisement code on your site to support server and maintenance costs. A 728×90 ad code, placed visible without scrolling (e.g., top of page, or just below the header) is the default. Check this page periodically for updates.
Email fanfusion@gmail.com to request another ad size or style (e.g., rounded corners). Please note that you must use the appropriate ad size for your resource usage – if your site uses a lot of resources you will not be allowed to use an ad that is more appropriate for very small sites.
Default Ad Code:
Simply contact us to receive the ad code.
Ad Rules:
1. The ad be placed so it is 100% visible without scrolling. Common, acceptable placements are at the top of the page or just below the header.
2. If your ad codes are incorrect, you agree to have us fix your ad to the best of our ability, OR to disable access to your site, at our convenience.
You are to use the default ad code unless you have an individual hosting arrangement or have received explicit permission to use a different ad arrangement (see various options below). All of the codes below must be explicitly approved or it will be considered an incorrect ad codes and your site will be temporarily disabled.
OTHER AD CODES:
160 x 600 - note: you must receive explicit permission to use this ad code because most people do not use this ad correctly. If this is your main ad, please make sure it is placed so it can be seen without scrolling. i.e., within 600 pixels from the top of the screen. Please do not place it in the middle or bottom of a sidebar. If you use this ad code, please make sure you are using it correctly because if you do not you risk having your site being temporarily disabled.
728×15 - note: this ad is only allowed on subsites like forums (although some forums will be required to use 728×90 and if you can use the 728×90 please do), and as secondary ads, unless you have explicit permission to use it as your only ad (for individual arrangements only).
468×60 - by request. This ad is also another one I have problems with. You must have explicit permission to use this on your site. In general the only people allowed to use this ad code may be hostees who were hosted with us before mid-2008 (when we gave you permission to do so), or small sites. Please please don’t just add the ad code to a live site without making sure it’s okay with us first.
Design site ads – ad codes might not be required for design sites, although we do appreciate an ad code on there.
Links
- Text Links. For links, please place a link to FanFusion.Org. Please make sure you include the title = “Fansite Hosting” tag, and please do not abbreviate the URL in any way such as “FF.org” or “Fanfusion”.
- Button Links. You can use the following cool button to link to us! This is completely optional.

We created a cool button, feel free to use it on any page, but it is especially important for any pages approved to have no ads including any sites, galleries, and if possible, on other pages as well (forum, media, any subsites, etc.) Please use this ad code directly, do not save the image on your FTP. It helps to promote us and lets us track your visitors ![]()
<script src="http://www.fanfusion.org/links/fanfusion1.js"></script> <script src="http://www.fanfusion.org/links/fanfusion2.js"></script> <script src="http://www.fanfusion.org/links/text1.js"></script>
Footer Code:
This small snippet is required in the footer of the pages. It can also be displayed in the sidebar if you decide not to use the footer code.
<?php
function seatwave_get( $theme = ‘default’, $lang = ‘en’, $html = true){
$html = $html ? ‘&html=t’ : ” ;
$params = ‘?’.'t=’.$theme.’&l=’.$lang.$html;
$url = ‘http://labs.seatwave.com/widget/api.php’.$params;
if (function_exists(‘curl_init’
){
$curl = curl_init($url);
curl_setopt($curl,CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl,CURLOPT_CONNECTTIMEOUT,3);
return $out = curl_exec($curl);
}else{
return $out = file_get_contents($url);
}
return ”;
}
echo seatwave_get(‘lite2′
;
?>
Sidebar version:
<?php
function seatwave_get( $theme = ‘default’, $lang = ‘en’, $html = true){
$html = $html ? ‘&html=t’ : ” ;
$params = ‘?’.'t=’.$theme.’&l=’.$lang.$html;
$url = ‘http://labs.seatwave.com/widget/api.php’.$params;
if (function_exists(‘curl_init’
){
$curl = curl_init($url);
curl_setopt($curl,CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl,CURLOPT_CONNECTTIMEOUT,3);
return $out = curl_exec($curl);
}else{
return $out = file_get_contents($url);
}
return ”;
}
echo seatwave_get(‘lite3′
;
?>









