WP-Lens Plugin Specs: Security: Check for account named admin. Determines if the default table prefix is being used. MySQL DB password strength. MySQL DB username strength. Looks to see if admin users authenticate over SSL. Checks to see if the template editor is enabled. Checks if plugins can be added/edited/removed through the admin. Checks if WordPress is up to date. Checks if you are a plugin hoarder. Blogspam analysis. Database...
LSMailer is a modern and efficient library to send emails using SMTP driver. It can be use in simple projects, where there is a need for a simple way to send emails (as in contact forms, polls, etc). It’s very easy to use, just one file to include and a SMTP account set up. Check the documentation to see how easy is to pass the configuration data to the class. It has very intuitive methods, as to(), cc(), bcc(), send(). More than that, t...
Debugged! is the premier debugging suite for WordPress theme and plugin developers (although everyone is certainly welcome to it!). It provides a simple to use and unobtrusive debugging bar (the location and display of which is configurable) which will allow you to check system information, GET and POST variables, cookies, session variables and SQL queries at a glance, as well as providing a simple-to-use error checker and inline W3C validatio...
PHP Debug Tracer Debug and trace your PHP scripts live while your script is still running in the background. PHP Debug Tracer allows you to debug and trace your PHP script, making code analysis easy and fun. You can view and change variables live and see live code positions. It can even be used by someone wanting to learn PHP . Check out the Live Preview with audio to see how everything works!Features Debug/Trace any PHP Script live Built in ...
If you experience any kind of “content denied” errors when viewing demo – please click “remove the frame” link. Description Usernoise Pro is a minimalistic WordPress plugin for gathering and discussing users feedback thus engaging them into communication. If your site does not use WordPress, a standalone version is available. Main Features Adds a modal feedback window with item discussions. No coding required. Sexy and responsive design ...
This plugin will help you to debug and speedup development of wordpress plugins and themes. Besides logging PHP error it can log a bunch of other things to help you make your website better. Features Log PHP errors Choose log level Log fatal errors Log SQL queries Log login attempts Log use of deprecated functions Browser Console integration, view PHP errors in the javascript console window. Log hack attempts like XSS and SQL in...
Speed up development by using this Console log class. Instead of using echo and print_r to show debug information you can now write information to the Javascript console window of your favorite browser. It supports normal variables like strings and integer but also arrays and objects. Supported browser Mozilla Safari Opera Chrome Internet explorer (has no console but shows alerts instead) How to use Here an example of how to write somethi...