I found out how to install mod_layout correctly and I do have forced ads now. http://ralph.0cpanel.com
This is for apache 1.3 and make sure that you have enable curl ssl with your php4 and php5.
I ran php -q /home/someuser/public_html/ipanel/cron/cronjob.php --job=httpd_conf --debug --force --verbose to force the ads whenever I felt like the cronjob wasn't doing its job......
Code:
cd /usr/local/src
wget http://0cpanel.com/mod_layout-3.2.1.tar.gz
tar xvfz mod_layout-3.2.1.tar.gz
cd mod*
make clean
make
make install
service httpd restart
This is for apache 1.3 and make sure that you have enable curl ssl with your php4 and php5.
I ran php -q /home/someuser/public_html/ipanel/cron/cronjob.php --job=httpd_conf --debug --force --verbose to force the ads whenever I felt like the cronjob wasn't doing its job......
Last edited: