Webalizer with extended reports feature

Now you can generate variety of reports using Webalizer with its custom report generation module.
Using this you can generate RSS feed, sitemaps, html pages for top urls, or low performing urls, or HTML page showing your top viewed wallpapers or least viewed wallpapers or any kind of special report for your analysis in format that [...]

Tuesday, May 19th, 2009

How to debug Webalizer in kdevelop, how to debug a custom make project?

Steps:

Create project in kdevelop

Click on Project->Import Existing Project menu item
Specify the Directory and Project name
Choose the Project type as Generic C Application (Custom Buildsystem)
Click on OK
It will prompt you to populate files, click on Populate button
Add *.h and *.c files

Set Makefile option

Click on Project->Project Options
Click on Build Options in sidebar
Click on Make tab
Enter CFLAGS=”-g -O0″ [...]

Monday, May 4th, 2009