/***************************************************************************
* Dolphin Smart Community Builder
* -----------------
* begin : Mon Mar 23 2006
* copyright : (C) 2006 BoonEx Group
* website : http://www.boonex.com/
* This file is part of Dolphin - Smart Community Builder
*
* Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License.
* http://creativecommons.org/licenses/by/3.0/
*
* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Creative Commons Attribution 3.0 License for more details.
* You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin,
* see license.txt file; if not, write to marketing@boonex.com
***************************************************************************/
require_once( '../inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin_design.inc.php' );
if (getParam("enable_aff") != 'on')
{
$sCode = MsgBox( _t( '_affiliate_system_was_disabled' ) );
$_page['name_index'] = 0;
$_page_cont[0]['page_main_code'] = $sCode;
PageCode();
exit();
}
$logged['aff'] = member_auth( 2 );
$AFF = (int)$_COOKIE['affID'];
// - GET variables --------------
$_page['header'] = "Affiliate's insructions page";
$_page['header_text'] = "Affiliate's insructions page";
$_page['js'] = 1;
TopCodeAdmin();
ContentBlockHead("Link");
?>
ContentBlockFoot();
$respd = db_res("SELECT * FROM `aff_banners` WHERE `Added` = '1' AND `Status` = 'Active' ORDER BY `ID` DESC");
$rows_num = mysql_num_rows($respd);
if ( $rows_num > 0 )
{
ContentBlockHead("Banners");
?>
{$arrpd['Text']}
";
}
else
{
$size = getimagesize("{$site['banners']}{$arrpd['Banner']}");
$link_code = "";
}
?>
= $arrpd['BannerName'].' '.$arrpd['XSize'].'x'.$arrpd['YSize'];?>
|
if( $arrpd['XSize'] > 400 )
{
?>
Large Banner
}
else
{
?>
}
?>
|
= $arrpd['Text'] ?> |
Place following banner code on your site:
|
ContentBlockFoot();
}
BottomCode();
?>