Archive for the 'Software' Category

Improved phpWebsite speed with cache_page module

Thursday, April 28th, 2005

After using the the cache_page module for over a week on the City of Rolfe website, I new it was faster, but hadn’t done suitable testing to find out how much faster. When I finally took the time for testing, I was quite pleased with the result. Under normal server load, pages served from […]

cache_page - phpWebSite page level cache module

Monday, April 18th, 2005

cache_page uses php output buffering to capture the output of phpWebSite and store it in a cache in the files/cache_page/cache directory. Pages are identified based on the request_uri. The next time the same request_uri is received, the stored page will be served from the cache instead of being dynamically generated by phpwebsite.
See a […]

Logging Clicks to Detect Click Fraud

Wednesday, January 19th, 2005

AffTrack – Insurance Against Click Fraud
AffTrack is a free GPL php script to help track outgoing affiliate clicks and incoming pay-per-click (PPC) advertising.
Click fraud is not just people like the Texas-based company in this article that created web sites specifically designed to generate false clicks on your PPC ads. It’s also affiliate programs […]