<?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>PHP &#8211; systemBash</title>
	<atom:link href="https://systembash.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://systembash.com</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Tue, 06 Sep 2011 14:15:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>

<image>
	<url>https://systembash.com/wp-content/uploads/2023/08/cropped-icon-dark-bg-32x32.png</url>
	<title>PHP &#8211; systemBash</title>
	<link>https://systembash.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Exporting Announcements from WHMCS</title>
		<link>https://systembash.com/exporting-announcements-from-whmcs/</link>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 13:59:31 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[whmcs]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=1022</guid>

					<description><![CDATA[Doing some integration work with <a href="http://whmcs.com/">WHMCS</a>, I found the need to export some of the announcements into <a href="http://wordpress.org/">Wordpress</a>. Since there isn't any native implementation of this, I found the best way is to export it directly from the database. The PHP code to do this is fairly easy...]]></description>
		
		
		
			</item>
		<item>
		<title>Adding Random Quotes to the Bash Login Screen</title>
		<link>https://systembash.com/adding-random-quotes-to-the-bash-login-screen/</link>
					<comments>https://systembash.com/adding-random-quotes-to-the-bash-login-screen/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:49:13 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[quotes]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=873</guid>

					<description><![CDATA[According to &#8220;official&#8221; system administrator rules and guidelines you shouldn&#8217;t be adding&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/adding-random-quotes-to-the-bash-login-screen/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Find Out If A Twitter Username Exists Using PHP/JSON</title>
		<link>https://systembash.com/find-out-if-a-twitter-username-exists-using-php-json/</link>
					<comments>https://systembash.com/find-out-if-a-twitter-username-exists-using-php-json/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Sat, 20 Nov 2010 03:32:11 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=861</guid>

					<description><![CDATA[I&#8217;ve been trying to grab a Twitter screenname that people continually register&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/find-out-if-a-twitter-username-exists-using-php-json/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>A phpBB 3 iPhone Style Theme With Option to Disable</title>
		<link>https://systembash.com/phpbb-3-iphone-style-theme-option-to-disable/</link>
					<comments>https://systembash.com/phpbb-3-iphone-style-theme-option-to-disable/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:34:37 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[theme]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=707</guid>

					<description><![CDATA[A forum that I am an adminstrator for has been clamoring for an iPhone theme (style) for a long time now. In the past, I hadn't seen any usable iPhone template for phpBB3, until now.

View this entire post to view my modifications to a theme switcher for mobile devices, so that the end user can disable a mobile theme for their login if they should choose to do so. ]]></description>
		
					<wfw:commentRss>https://systembash.com/phpbb-3-iphone-style-theme-option-to-disable/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
		<item>
		<title>Problem installing PECL PHP extensions while /tmp is secured</title>
		<link>https://systembash.com/problem-installing-pecl-php-extensions-while-tmp-is-secured/</link>
					<comments>https://systembash.com/problem-installing-pecl-php-extensions-while-tmp-is-secured/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Fri, 21 Nov 2008 19:17:10 +0000</pubDate>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sysadmin]]></category>
		<guid isPermaLink="false">http://systembash.com/?p=292</guid>

					<description><![CDATA[I recently tried to install a PHP PECL extension on a server&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/problem-installing-pecl-php-extensions-while-tmp-is-secured/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Use PHP, GD and .htaccess to Watermark All Images in a Directory</title>
		<link>https://systembash.com/php-gd-htaccess-to-watermark-all-images-in-directory/</link>
					<comments>https://systembash.com/php-gd-htaccess-to-watermark-all-images-in-directory/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:01:20 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[no cache]]></category>
		<category><![CDATA[USD]]></category>
		<category><![CDATA[watermark]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">http://systembash.com/content/php-gd-htaccess-to-watermark-all-images-in-directory/</guid>

					<description><![CDATA[The goal here is to watermark all images in a certain directory,&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/php-gd-htaccess-to-watermark-all-images-in-directory/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>ffmpeg PHP Extension Howto for CentOS</title>
		<link>https://systembash.com/ffmpeg-php-extension-howto-for-centos/</link>
					<comments>https://systembash.com/ffmpeg-php-extension-howto-for-centos/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Mon, 17 Sep 2007 14:21:11 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[YouTube]]></category>
		<guid isPermaLink="false">http://systembash.com/content/ffmpeg-php-extension-howto-for-centos/</guid>

					<description><![CDATA[If you need to compile ffmpeg for PHP (for example, to allow&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/ffmpeg-php-extension-howto-for-centos/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>New systemBash Theme</title>
		<link>https://systembash.com/new-systembash-theme/</link>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Tue, 07 Aug 2007 18:33:55 +0000</pubDate>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://systembash.com/content/new-systembash-theme/</guid>

					<description><![CDATA[New theme with hopefully a better design! Drop me a line to&#8230;]]></description>
		
		
		
			</item>
		<item>
		<title>Joomla! 1.0.12 Double Pathway Bug</title>
		<link>https://systembash.com/joomla-double-home-pathway-bug/</link>
					<comments>https://systembash.com/joomla-double-home-pathway-bug/#comments</comments>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Wed, 27 Jun 2007 12:57:41 +0000</pubDate>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Reinhard Hiebl]]></category>
		<category><![CDATA[whos site]]></category>
		<category><![CDATA[www.hieblmedia.de]]></category>
		<guid isPermaLink="false">http://systembash.com/content/joomla-double-home-pathway-bug/</guid>

					<description><![CDATA[Joomla! 1.0.12 appears to have a pathway bug. If you use a&#8230;]]></description>
		
					<wfw:commentRss>https://systembash.com/joomla-double-home-pathway-bug/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Cacti remote exploit</title>
		<link>https://systembash.com/cacti-remote-exploit/</link>
		
		<dc:creator><![CDATA[Dave Drager]]></dc:creator>
		<pubDate>Fri, 26 Jan 2007 20:24:27 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Cacti Command]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine search]]></category>
		<guid isPermaLink="false">http://systembash.com/content/cacti-remote-exploit/</guid>

					<description><![CDATA[There appears to be an exploit in the wild which is automating&#8230;]]></description>
		
		
		
			</item>
	</channel>
</rss>
