<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>123 Tweak &#187; Php</title>
	<atom:link href="http://www.123tweak.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123tweak.com</link>
	<description>Optimize your Website</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Optimizing a php application in 5 minutes</title>
		<link>http://www.123tweak.com/optimizing-php-application/</link>
		<comments>http://www.123tweak.com/optimizing-php-application/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 09:48:03 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=839</guid>
		<description><![CDATA[It is often said that premature optimization is the root of all evil: it is indeed true that the optimization stage must come after the main development of an application has been completed. Optimizing means reducing loading and execution times, improving the user experience by making the application reacting more responsively. When it comes the [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/optimizing-php-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing PHP webservers</title>
		<link>http://www.123tweak.com/securing-php-webservers/</link>
		<comments>http://www.123tweak.com/securing-php-webservers/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 18:35:30 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=825</guid>
		<description><![CDATA[PHP applications have a reputation for higher than average security problems. What configuration techniques do you use for making sure the application is secure as possible ? I&#8217;m looking for ideas like: Using Hardened PHP/Suhosin Using mod_security Disabling register_globals and allow_url_fopen in php.ini I normally use Linux, but feel free to suggest Windows solutions too. [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/securing-php-webservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mcache (msession) to be used for session caching in PHP</title>
		<link>http://www.123tweak.com/install-mcache-msession/</link>
		<comments>http://www.123tweak.com/install-mcache-msession/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 05:00:12 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=732</guid>
		<description><![CDATA[Installing mcache, previously known as msession, on CentOS 32 bit system. MCache can be used completely transparently to a PHP application. By editing PHP&#8217;s “php.ini” file to use MCache as its default session handler (see Appendix D), applications will simply use MCache without knowing. This has an advantage in that MCache presents a standard interface [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/install-mcache-msession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop PHP nobody Spammers</title>
		<link>http://www.123tweak.com/stop-php-nobody-spammers/</link>
		<comments>http://www.123tweak.com/stop-php-nobody-spammers/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:00:48 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[nobody]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=643</guid>
		<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where. Watching your exim_mainlog doesn&#8217;t exactly help, you see th [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/stop-php-nobody-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotating Banner in PHP</title>
		<link>http://www.123tweak.com/rotating-banner-in-php/</link>
		<comments>http://www.123tweak.com/rotating-banner-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:36:50 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[banner]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=638</guid>
		<description><![CDATA[This is a snippet that will rotate a banner on a page. All you have to do is set $File and $Images to the paths to the images. It will just do the next image in $Images in order. It doesn&#8217;t rotate banners for seperate users, it just goes through. Before you use it, create [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/rotating-banner-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text counter in PHP</title>
		<link>http://www.123tweak.com/text-counter-in-php/</link>
		<comments>http://www.123tweak.com/text-counter-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:07:26 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[counter]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=630</guid>
		<description><![CDATA[A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We&#8217;re going to save the amount of hits in a .dat file, so you [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/text-counter-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Random Text in PHP</title>
		<link>http://www.123tweak.com/create-random-text-in-php/</link>
		<comments>http://www.123tweak.com/create-random-text-in-php/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:28:34 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=589</guid>
		<description><![CDATA[Want to put a random quote on your site? Or randomize some other aspect of your site? It&#8217;s easy. You&#8217;ll want to use PHP or some other server-side scripting language instead of a client-side scripting language like JavaScript. Server-side languages write the content to the page in html before it ever leaves the server. Search [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/create-random-text-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Lighttpd With PHP5 Support On CentOS</title>
		<link>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/</link>
		<comments>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:52:08 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lighttd]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=566</guid>
		<description><![CDATA[Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.0 server with PHP5 support (through FastCGI) and MySQL support. rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm Afterwards, we can install Lighttpd like this: yum install lighttpd Then we create the system startup links for Lighttpd [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/installing-lighttpd-with-php5-support-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install IonCube Loader</title>
		<link>http://www.123tweak.com/how-to-install-ioncube-loader/</link>
		<comments>http://www.123tweak.com/how-to-install-ioncube-loader/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:00:17 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[IonCube]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=450</guid>
		<description><![CDATA[If you need IonCube loader in order to encode scripts. You will need to install IonCube loadar on your box. Login to your server as root and download the loaderfor your server: http://www.ioncube.com/loader_download.php Then extract it tar -zxvf ioncube_loaders.tar.gz cd ioncube Copy ioncube-install-assistant.php file to a www diretory cp ioncube-install-assistant.php /home/username_here/www Go to: http://www.yourdomain.com/ioncube-install-assistant.php You [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-ioncube-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run PHP 4 and 5 on Cpanel</title>
		<link>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/</link>
		<comments>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 07:00:39 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Domain/Hosting]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=439</guid>
		<description><![CDATA[This information is helpful for hosting companies that want to run PHP 4 &#038; 5 on the same cPanel server. After this, Hosting costumers / cPanel users should choose what version of PHP will they use on theirs scripts. You should consider some implications on your server performance, but webhosts are using because they don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/howto-run-php-4-and-5-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder, and Libog from source</title>
		<link>http://www.123tweak.com/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-and-libog-from-source/</link>
		<comments>http://www.123tweak.com/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-and-libog-from-source/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:25:03 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flv2tool]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[MP3]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=282</guid>
		<description><![CDATA[This article shows how to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder, and Libog from source. It should work on most systems, however may need some tweaking from system to sytem. Download source tarballs: wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2 wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz wget http://www4.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 Extract the tarballs: tar zxvf lame-3.97.tar.gz tar [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-and-libog-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing PHP</title>
		<link>http://www.123tweak.com/securing-php/</link>
		<comments>http://www.123tweak.com/securing-php/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:28:44 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=265</guid>
		<description><![CDATA[Well PHP is one of the most popular applications that run on Linux and Windows servers today. It&#8217;s also one of the main sources for servers and user accounts getting compromised. I want to go over some of the things you can do to help lock down PHP, securing php and securing php.ini First off [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/securing-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good and Bad PHP Code</title>
		<link>http://www.123tweak.com/good-and-bad-php-code/</link>
		<comments>http://www.123tweak.com/good-and-bad-php-code/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:38:07 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[good]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=198</guid>
		<description><![CDATA[When interviewing a PHP developer candidate for a job at SitePoint, there is one question that I almost always ask, because their answer tells me so much about the kind of programmer they are. Hereâ€™s the question: â€œIn your mind, what are the differences between good PHP code and bad PHP code?â€ The reason I [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/good-and-bad-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Loading Time</title>
		<link>http://www.123tweak.com/page-loading-time/</link>
		<comments>http://www.123tweak.com/page-loading-time/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:42:05 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[microtime]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=186</guid>
		<description><![CDATA[Learn how to output the time a page takes to load. Have you ever noticed that lots of websites feature a little &#8220;Page loading took x.xxx seconds to load&#8221; at the bottom of their pages? It&#8217;s a pretty simple thing to make and gives your site something that we all love&#8230; Stats! Here is what [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/page-loading-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Password Protection using PHP</title>
		<link>http://www.123tweak.com/simple-password-protection-using-php/</link>
		<comments>http://www.123tweak.com/simple-password-protection-using-php/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:13:57 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Protection]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=178</guid>
		<description><![CDATA[Learn how to super protect your files without the use of mySQL. This tutorial will help you learn how to password protect your file quickly and easily in a few lines of code. The code can be split up into three if-else statements. Let&#8217;s take a look at what we will have to do in [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/simple-password-protection-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying PHP APC Cache Information</title>
		<link>http://www.123tweak.com/displaying-php-apc-cache-information/</link>
		<comments>http://www.123tweak.com/displaying-php-apc-cache-information/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:05:17 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[optimizing]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=46</guid>
		<description><![CDATA[APC is the Alternative PHP Cache, which is a free, open, and robust framework for caching and optimizing PHP intermediate code. I posted about how to install APC on Linux a couple of days ago, and will now look at the apc.php script which comes with APC and shows information about how much of the [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/displaying-php-apc-cache-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounding numbers with PHP</title>
		<link>http://www.123tweak.com/rounding-numbers-with-php/</link>
		<comments>http://www.123tweak.com/rounding-numbers-with-php/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:04:24 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Rounding]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=63</guid>
		<description><![CDATA[round() The round() function rounds the number passed in to the specified number of decimal places. If the decimal places is a negative number then the numbers to the left of the decimal place are rounded. If the decimal places parameter is not passed in then it defaults to zero and will round as an [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/rounding-numbers-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Alternative PHP Cache (APC)</title>
		<link>http://www.123tweak.com/installing-the-alternative-php-cache-apc/</link>
		<comments>http://www.123tweak.com/installing-the-alternative-php-cache-apc/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:04:15 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[optimizing]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=33</guid>
		<description><![CDATA[APC is the Alternative PHP Cache, which is a free, open, and robust framework for caching and optimizing PHP intermediate code. What this means is that APC reads your PHP files, parses them into a more efficient binary format and then caches them in memory so that each request for your PHP files and PHP [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/installing-the-alternative-php-cache-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

