Posts Tagged ‘PHP’
Saturday, October 3rd, 2009
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.. This is for advanced users looking for a reference or discussion and for those of you looking to advance. Feedback would be great if you make it that far..
Tags: admin, advanced, Cookies, debugging, htaccess, mod_rewrite, PHP, phpinfo, WordPress, wp-config.php
Posted in CSS, Cache, Featured, Hacking, Javascript, Linux Unix BSD, PHP, SEO, Security, Server Administration, Shell Scripting, Web Design, Web Hosting, Webmaster, WordPress, WordPress Plugins, htaccess, mod_rewrite | 4 Comments »
Saturday, June 13th, 2009
Ever wanted to execute commands on your server through php? 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.
Tags: Ajax, bash, console, Hacking, htaccess, Javascript, linux, mod_rewrite, PHP, Security, Shell, shell console, Shell Scripting
Posted in Ajax, DreamHost, Featured, Hacking, Javascript, Linux Unix BSD, PHP, Security, Server Administration, Shell Scripting, Web Hosting, Web Tools, Webmaster, htaccess, mod_rewrite | 13 Comments »
Wednesday, July 2nd, 2008
PHP’s fsockopen function lets you open an Internet or Unix domain socket connection for connecting to a resource, and is one of the most powerful functions available in the php language.
Tags: Cache, Fsockopen, Hacking, HTTO, linux, Networking, Performance, PHP, Pipelining, Socket
Posted in Cache, Featured, Hacking, Linux Unix BSD, PHP, Security, Webmaster | 3 Comments »
Wednesday, May 7th, 2008
Wouldn’t you love to have Akismet Anti-spam protection for non-wordpress forms and pages?
Tags: Anti-Spam, PHP, Security
Posted in Featured, PHP, Security, Webmaster | 5 Comments »
Friday, March 28th, 2008
This article shows how to save and modify php session data, cookies, do anything really… without using ajax or iframes or forcing the user make a request.
Tags: Cookies, PHP, Sessions
Posted in Ajax, Apache, Featured, Javascript, PHP, Security, htaccess | 1 Comment »
Tuesday, March 4th, 2008
Part II: Example illustrating how to speed up GET/POST form submissions. Uses fsockopen to initiate a server-side background request to process the submitted data, so that the result page of the form is displayed to the client lightningly quick.
Tags: Forms, Fsockopen, optimization, PHP
Posted in Ajax, Apache, Cache, Featured, Javascript, Linux Unix BSD, PHP, Security, Server Administration, Web Design, Web Hosting, Web Tools, Webmaster, htaccess, mod_rewrite | 3 Comments »
Friday, January 4th, 2008
There are a total of 57 HTTP Status Codes recognized by the Apache Web Server. Wouldn’t you like to see what all those headers and their output, ErrorDocuments look like?
Tags: Apache, errordocument, htaccess, HTTP Error, HTTP Status Codes, PHP, Redirect, Status Code
Posted in Apache, DreamHost, Featured, PHP, htaccess | 17 Comments »
Thursday, November 29th, 2007
Ultimate Redirect Cheatsheet for multiple programming languages. Redirecting Users with Javascript redirect, meta refresh redirect, and php redirect, also htaccess methods, python, coldfusion, asp, perl, etc.
Tags: ASP, ColdFusion, htaccess, HTTP-EQUIV, Javascript, Perl, PHP, Python
Posted in Apache, DreamHost, Featured, Javascript, PHP, SEO, Shell Scripting, htaccess | 7 Comments »
Monday, February 5th, 2007
Tags: htaccess, PHP, php.ini
Posted in Linux Unix BSD, PHP | 8 Comments »