Closed Thread
Page 6 of 7 FirstFirst ... 4567 LastLast
Results 76 to 90 of 93

Thread: Force ads on accounts automatically for FREE with cpanel ...

  1. #76
    NLC .Andy has disabled reputation
    Join Date
    May 2006
    Location
    google.com
    Posts
    1,168
    iPanel is alwyas a option.

  2. #77
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444
    Quote Originally Posted by GR-Andy View Post
    iPanel is alwyas a option.
    I tried I ipanel before it wasn't what I was looking for...
    My-FreeHost is a great new post2host I found!

  3. #78
    It gets better. Dynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant future
    Join Date
    Jan 2008
    Location
    United Kingdom
    Posts
    4,531
    What about just iAds?
    JavaKrypt

    "If you think education is expensive. You should see the cost of ignorance."

  4. #79
    Im Da Man! DanTheMan is a jewel in the roughDanTheMan is a jewel in the rough DanTheMan's Avatar
    Join Date
    Jul 2005
    Posts
    1,444
    I was trying to go free
    My-FreeHost is a great new post2host I found!

  5. #80
    stop staring krakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to behold krakjoe's Avatar
    Join Date
    May 2006
    Location
    UK
    Posts
    3,616
    Sorry bout the delay, real busy...

    This was tested with all versions of apache and mod_layout, it should work with whatever you throw at it ...

    You should bear in mind that, mod_layout and mod_gzip ( or any gzip compression output filters ) do not get along, lots of forums and CMS' use gzip to reduce bandwidth, as yet there is no solution or workaround other than disabling gzip compression wherever it is a problem ...
    (\__/) Joe Watkins
    (='.'=) Software Architect
    (")_(") http://pthreads.org
    Copy and paste bunny into your sig, help him gain world domination.

  6. #81
    b& Zombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond repute
    Join Date
    Mar 2007
    Location
    Florida
    Posts
    1,985
    The tut you provided wouldnt install on my server i had to use mod layout 5.1 and your APX or w.e fix but it works now

  7. #82
    stop staring krakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to behold krakjoe's Avatar
    Join Date
    May 2006
    Location
    UK
    Posts
    3,616
    This thread is quite old, I'm not surprised you had to read the whole thing, might be useful for other people if you wrote down what you did in detail ??

    Glad you got it working anyway ...
    (\__/) Joe Watkins
    (='.'=) Software Architect
    (")_(") http://pthreads.org
    Copy and paste bunny into your sig, help him gain world domination.

  8. #83
    b& Zombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond reputeZombie has a reputation beyond repute
    Join Date
    Mar 2007
    Location
    Florida
    Posts
    1,985
    Quote Originally Posted by krakjoe View Post
    This thread is quite old, I'm not surprised you had to read the whole thing, might be useful for other people if you wrote down what you did in detail ??

    Glad you got it working anyway ...
    Old yes, Useless No

    I will sometime later write it down for others if someone dont beat me to it.

  9. #84
    Junior Member jaspert is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    1

    Issues getting this to work with Apache 2.2 / mod_layout 5.1

    I've filtered though this thread for most of the day (as it has the most information related to my issues) and I still cannot get the ads to show on client sites.

    -I have followed the instructions to the dot:
    -downloaded mod_layout 5.1 for Apache 2.2
    -unzipped & edited Makefile to show path to APXS
    -make, make install....
    -verified in phpinfo.php that mod_layout is showing as a handler
    -downloaded and unzipped the other zip to /scripts
    -edited mod-layout.conf.php to show valid values (root account packages no reseller prefix)
    -renamed postwwwacct.php to postwwwacct and chmod 755
    -restarted httpd.conf

    On WHM account creation, I see where it runs postwwwacct:

    Code:
    System has 1 free ip.
    
    Running post creation scripts (/scripts/legacypostwwwacct, /scripts/postwwwacct, /scripts/postwwwacctuser)......Done
    This is my mod-layout.conf.php:

    Code:
    <?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
    	),
    );
    ?>
    I am 100% stumped at this point and will take whatever assistance I can get.

  10. #85
    stop staring krakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to behold krakjoe's Avatar
    Join Date
    May 2006
    Location
    UK
    Posts
    3,616
    If you'd like to PM/Email me a login for this server Il'l have a look for you ... happy new year
    (\__/) Joe Watkins
    (='.'=) Software Architect
    (")_(") http://pthreads.org
    Copy and paste bunny into your sig, help him gain world domination.

  11. #86
    Junior Member codevtechnology is an unknown quantity at this point
    Join Date
    Jan 2009
    Posts
    1
    Followed the instructions.
    Doesnt seem to be working
    http://free.codevhosting.net

    Quote Originally Posted by cPanel WHM
    System has 0 free ips.
    Running post creation scripts (/scripts/legacypostwwwacct, /scripts/postwwwacct, /scripts/postwwwacctuser)......Done

  12. #87
    FWS Addict theraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant futuretheraptor has a brilliant future theraptor's Avatar
    Join Date
    Nov 2008
    Location
    /dev/null
    Posts
    502
    Quote Originally Posted by jaspert View Post
    Code:
    	'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 ....
    .
    Your plan names are incorrect. You want the backend plan names, which in cPanel are

    'yourcpusername_planname' format. just click "edit plan" in whm to see the backend plan name
    (,,)(,,)
    (@.'.)=@ TheHostingTool - Is Better Than cPCreator - And still Free!
    (/ \) Coming Soon: MintForumSystem - A New Breed of Forum Software

  13. #88
    Junior Member Danni_X is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    1
    Hi my friends!
    where I download the script?

  14. #89
    Junior Member omar14 is an unknown quantity at this point
    Join Date
    Sep 2009
    Posts
    1
    but mod_layout is no longer supported and updated .

    is there another way to force ads ?

  15. #90
    Junior Member OpticHosts is an unknown quantity at this point
    Join Date
    Sep 2009
    Posts
    2
    Hey Guys,

    I know this thread is getting quite old, however i have been looking for something like this for some time. Just happened to really get into it today. Is there any ways to have the Scripts posted again for download. The link is broken from previous posts.

    Thanks in advance.

Closed Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts