Forum Moderators: phranque
I have a few questions.
I want to run 4-5 different rich media codes for my client's website using some ad management program. My questions are:
1. Which is the best and robust ad management program for linux system and capable of serving around a million pageviews per day easily. [please list their websites also where I could download them]
2. Would google's adsense program also work with it?
Thanks.
Like eaden said, speed depends on your server & server software. But *if* you are running your site on a good machine, then PhpAdsNew can handle *WAY* more then million impressions.
Generally when you use javascript to serve banner, you can be almost certain that the load time will increase by few seconds, so can't help you much there, however if you are using PhpAdsNew on a static site or on php pages then I would *highly* recommend you to use "Local Mode" banner innovacation method. This method is lot more effective then Java and also helps on the page load time.
:)
NS
Just add below line in your .htaccess file
AddType application/x-httpd-php .html
I am not sure if you will be able to phrase both .html and .shtml pages at php, but there is nothing wrong in trying (let me know what the result is, or tell me and I will try it), to see if you can phrase both .html and .shtml at the same time you can try below line
AddType application/x-httpd-php .html
AddType application/x-httpd-php .shtml
P.S.. I personally don't think it would work.. but well things don't always work the way I think, so this is worth a shot.
NS