Server Complete
Current time: 09-10-2010, 07:29 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Forced Ads Support
01-22-2010, 04:37 PM
Post: #41
RE: [split] Forced Ads Support
(01-21-2010 12:45 AM)mghq2 Wrote:  
(01-19-2010 07:36 AM)Nick Wrote:  this might be because of another conflicting apache plugin. There are a couple that this will not work on your server with.

Do you happen to know which ones?

mod_pony. Tongue On a more serious note, that's a good question.

Kevin - TheHostingTool Lead Developer
[Image: standard.png][Image: standard.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
01-23-2010, 12:20 AM
Post: #42
RE: [split] Forced Ads Support
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
Find all posts by this user
Quote this message in a reply


Forum Jump: