<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'admine' => 'removed on purpose', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS
'timestamp' => DATE_RFC822, # Date format, for most people default is good
'httpd.conf' => '/usr/local/apache/conf/httpd.conf', # Location of httpd.conf to edit
'plans' => array( # Array of plans you want to apply ads on
'Free Hosting', # Plan one and then a comma ( if only one plan no comma needed after it's name )
'free' # Plan two NO COMMA because there are no more plans ....
),
'ads' => array(
'header' => '/home/inxangoo/public_html/ad.html', # HTML file containing the code for header ads
'footer' => '/home/inxangoo/public_html/powered.html' # HTML file containing the code for footer ads
),
);
?>