CODE
<?php
include "includes/site_config.php";
if ($display_ads)
{
include "ads_header.php";
}
$main page = include "main_site_page.php";
echo ($main_page);
if ($display_ads)
{
include "ads_footer.php";
}
include "includes/site_config.php";
if ($display_ads)
{
include "ads_header.php";
}
$main page = include "main_site_page.php";
echo ($main_page);
if ($display_ads)
{
include "ads_footer.php";
}
and the ads_*.php pages could be actively writen from a page processor inside the admin panel.
this would be a godsend if you could incorperate this.
I have already ordered a license for this.
I think that you guys are aiming this product at the web hosting companys and this would be a great tool to get out advertising cheap.
-LquiD