MailWatch is a frontend for MailScanner. Its written in php, Mysql and JPGraph, contains custom config module for MailScanner to log all the traffic to mysql database, obviously body of mail is not part of logging.
Few Features:
In/Out mail queue size, total message, spam, virus and blocked content.
Drill down for almost all reports, and may others.
Please [...]
Check out a php tool that shows mysql queries on web interface. Its shows index usage,query cache hit rate,slow queries,table scans,tables lock waits, etc… in a beautiful way on the browser. It also provides online demo. Best part is its freeware.
Please follow link to get more details on it and check for yourself.
There is an interesting article about the PHP Pagination and easy to integrate. As a developer you’ll soon find a need to paginate data when displaying contents from the database, and rather than use JavaScript which could require all the data to be loaded into the page on load, we can use PHP to ensure [...]
Looking for php scripts.
Found an interesting link which has cool collection of php scripts. Really interesting, It has collection of php, java, Ajax and many other.
Check out by visiting site .
PHP has now been widely used as a development platform for web-based applications. As PHP is in continued development process, we observe different enhancements in PHP itself. One of the major changes we have recently observed is the release of its new version PHP5.
Now your application is developed in PHP4 and you want to upgrade [...]
Awstats front end in itself is really good, but if you are looking for some other front ends to see Awstats result in a different manner. You can click on link provided below to check yourself how Awstats results can be shown on different frontends. There are many but I liked below two very much.
JAWStats [...]
Wondering to figure out if there was an attempt on your site using Apache logs, you can do that using Ida. It is Intrusion Detection for Apache which scans Apache logs to detect attempts. The log format needs to be in common format. It contains plugins to find out attempts. Really a handy tool to [...]
There are hundreds of plug-ins available for the Eclipse IDE. In which few of them i have used, few ones i found interesting. Here is the list
EasyEclipse for LAMP
PyDev – Python Development Environment for Eclipse
CFEclipse
Spket IDE
ATL
PTI – PHP Tool Integration
Skyway Builder Community Edition
soapui-eclipse-plugin
SMODL Development Suite
Apache Directory Studio
Bravo JSP editor
Google Eclipse Search (GES)
Regex Util
Want to get rss for your apache logs for quicker response to error reporting and troubleshooting. You can try error_log feed. Its a php script that generated rss for errors.
Please follow link to get more details about it.
Securing your site and vulnerability scanning of php files are very important. Improper coding can lead hack on sites and can cause unwanted results. I was looking around for some scanner which can scan my php files and can provide me some standards and suggestions so that my site can be secure.
Please follow this link [...]
Friday, January 22, 2010
0 Comments