List/Grid

Monthly Archives: July 2010

PHP and AJAX shell console

PHP and AJAX shell console

Shared by 小董 這個我喜歡啦 Ever wanted to execute commands on your server through php to mimick a shell login? Now you can. I’m calling this file (see below) shell.php and it allows you to run commands on your web server with the same permissions that your php executable has

Advanced WordPress wp-config.php Tweaks

Advanced WordPress wp-config.php Tweaks

Shared by 小董 這個大佬寫的東西一向經典 The bottom line for this article is that I want to make WordPress as fast, secure, and easy to install, run, and manage because I am using it more and more for client production sites, I will work for days in order to solve an issue so that I never have to spend time on that issue again. Time is money in this industry and that is ultimately (time) what there is to gain by tweaking WordPress. Note: I spent no time on readability, this is primarily a read the code and figure it out article.