01-22-2010, 04:37 PM
01-22-2010, 04:37 PM
01-23-2010, 12:20 AM
Hi guys is this right
<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'admine' => 'support@3hosts.co.uk', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS, THEY ARE VERY IMPORTANT
'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
'hostscou_free' => array( hostscou_free
'hostscou_Free' # This is the WHM name of the plan(s) you want to put ads on
),
'ads' => array(
'header' => '/home/hostscou/public_html/adsh.html', # HTML file containing the code for header ads - edit these so that they point to your THT directory.
'footer' => '/home/hostscou/public_html/adsf.html' # HTML file containing the code for footer ads - edit these so that they point to your THT directory.
),
);
?>
OR THIS
<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'support@3hosts.co.uk' => 'support@3hosts.co.uk', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS, THEY ARE VERY IMPORTANT
'DATE_RFC822' => DATE_RFC822, # Date format, for most people default is good
'/usr/local/apache/conf/httpd.conf' => '/usr/local/apache/conf/httpd.conf', # Location of httpd.conf to edit
'******_free' => array( # Array of plans you want to apply ads on
'******_free' # This is the WHM name of the plan(s) you want to put ads on
),
'ads' => array(
'header' => '/home/*******/public_html/billing/includes/adsh.html', # HTML file containing the code for header ads - edit these so that they point to your THT directory.
'footer' => '/home/********/public_html/billing/includes/adsf.html' # HTML file containing the code for footer ads - edit these so that they point to your THT directory.
),
);
?>
please help
<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'admine' => 'support@3hosts.co.uk', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS, THEY ARE VERY IMPORTANT
'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
'hostscou_free' => array( hostscou_free
'hostscou_Free' # This is the WHM name of the plan(s) you want to put ads on
),
'ads' => array(
'header' => '/home/hostscou/public_html/adsh.html', # HTML file containing the code for header ads - edit these so that they point to your THT directory.
'footer' => '/home/hostscou/public_html/adsf.html' # HTML file containing the code for footer ads - edit these so that they point to your THT directory.
),
);
?>
OR THIS
<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'support@3hosts.co.uk' => 'support@3hosts.co.uk', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS, THEY ARE VERY IMPORTANT
'DATE_RFC822' => DATE_RFC822, # Date format, for most people default is good
'/usr/local/apache/conf/httpd.conf' => '/usr/local/apache/conf/httpd.conf', # Location of httpd.conf to edit
'******_free' => array( # Array of plans you want to apply ads on
'******_free' # This is the WHM name of the plan(s) you want to put ads on
),
'ads' => array(
'header' => '/home/*******/public_html/billing/includes/adsh.html', # HTML file containing the code for header ads - edit these so that they point to your THT directory.
'footer' => '/home/********/public_html/billing/includes/adsf.html' # HTML file containing the code for footer ads - edit these so that they point to your THT directory.
),
);
?>
please help
11-16-2010, 02:48 PM
What is this script ment to place in the httpd.conf?
i have installed everything as it should be but no ads are showing and the httpd config shows no change from paid services and free
Many thanks
i have installed everything as it should be but no ads are showing and the httpd config shows no change from paid services and free
Many thanks
12-08-2010, 08:56 AM
Has anyone gotten this working?
I dont think mod_layout works properly with most of the recent versions of apache/php.
I tested this plugin extensively and it Did Not work. In latest standard cpanel/whm configuration on centos.
If Anyone gets this working please inform the forum. But anyone who asks why it is not working... mod_layout apparently fails.
I dont think mod_layout works properly with most of the recent versions of apache/php.
I tested this plugin extensively and it Did Not work. In latest standard cpanel/whm configuration on centos.
If Anyone gets this working please inform the forum. But anyone who asks why it is not working... mod_layout apparently fails.
12-21-2010, 06:04 AM
(12-22-2009 06:21 PM)Kevin Wrote: [ -> ](12-22-2009 12:55 PM)mghq2 Wrote: [ -> ]What ftp client do you recommend
Personally, FileZIlla and FileZilla Portable.
There's also a FireFTP Addon for Firefox.
Personaly i prefer CoreFTP
Thanks
01-01-2011, 10:53 PM
When I originally ported this from the old CPCreator script, It was working. From what I have seen and read elsewhere, mod_layout has been depreciated for a long time now.
On a more serious note, that's a good question.