<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 21 Nov 2008 07:56:27 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Securing Data Sent Via GET Requests]]></title>
      <guid>http://www.phpdeveloper.org/news/9243</guid>
      <link>http://www.phpdeveloper.org/news/9243</link>
      <description><![CDATA[<p>
PHPBuilder.com has a <a href="http://www.phpbuilder.com/columns/hillel_aftel20070510.php3">new article</a> by <i>Hillel Aftel</i> about his method of choice for securing the data that you send over the GET string when moving things around on your site.
</p>
<blockquote>
In this article I'm going to show you how you can use PHP to encode your data for transit. Most importantly, it will be done in a way that makes the data decodable, and therefore much more usable, by the receiving page.
</blockquote>
<p>
His encryption method - sending everything in a single string and modifying the scheme each time - uses static pairs of values (of your choosing) to "encode" the outgoing string. It actually consists of three different files: the script itself, a single-use script that makes the third file, an include file to handle the conversion back from the encoded results.
</p>]]></description>
      <pubDate>Fri, 14 Dec 2007 08:49:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Solar 0.27.0 and 0.27.1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/7369</guid>
      <link>http://www.phpdeveloper.org/news/7369</link>
      <description><![CDATA[<p>
<i>Paul Jones</i> has <a href="http://paul-m-jones.com/blog/?p=244">released two new concurrent versions</a> of the <a href="http://solarphp.com/">Solar framework</a> today:
</p>
<blockquote>
Yesterday, I released <a href="http://solarphp.com/">Solar</a> 0.27.0, then quick-fixed two minor bugs and released 0.27.1 an hour later. It feels so good to be back doing releases on a monthly basis.
</blockquote>
<p>
Some of the updates/changes in these new releases include:
<ul>
<li>The use of <a href="http://php.net/spl">spl_autolaod</a> to load classes
<li>Locale functions have <a href="http://solarphp.com/class/Solar_Locale">a new home</a>
<li>a super-fast <a href="http://solarphp.com/class/Solar_Json">JSON encoder/decoder</a>
<li>a modification to <a href="http://paul-m-jones.com/blog/?p=243">the SQL adapter</a> for PDO
<li>A new bit of functionality in <a href="http://solarphp.com/class/Solar_Uri">Solar_Url</a> that can find the ".ext" filename extension in a URL automagically
</ul>
You can download this latest update(s) from <a href="http://solarphp.com/">the framework's main website</a>.
</p>]]></description>
      <pubDate>Fri, 02 Mar 2007 07:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Cyberlot's Blog: Funny little php "virus" floating around]]></title>
      <guid>http://www.phpdeveloper.org/news/7257</guid>
      <link>http://www.phpdeveloper.org/news/7257</link>
      <description><![CDATA[<p>
<i>Richard Thomas</i> <a href="http://www.cyberlot.net/funny-little-php-virus-floating-around">comments on</a> a "funny little PHP 'virus'" that he's noticed coming to him via emails:
</p>
<blockquote>
Got an email that claimed to be from my host, it used a generic return address and talked about security upgrades and such and how due to new policy to help keep a secure data center I was required to upload and run 1 of 2 files in a zip attachment, the first was a php file the other was an asp file.
</blockquote>
<p>
Of course, it wasn't from the host, so he investigated a little further to find out exactly what was going on with the file. Basically, it was a modified nsTView file with some added emailing and password discovery code. The code was "hidden" though - through a base64_encode call on one side and then decoded it on the other to cause the server to execute the code. He <a href="http://www.cyberlot.net/funny-little-php-virus-floating-around">even posts</a> and example of what the base64ed code might look like.
</p>]]></description>
      <pubDate>Mon, 12 Feb 2007 09:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jim Plush's Blog: The Zend Encoder Fiasco Part Deux - The Personal Attack]]></title>
      <guid>http://www.phpdeveloper.org/news/4745</guid>
      <link>http://www.phpdeveloper.org/news/4745</link>
      <description><![CDATA[In a <a href="http://www.phpdeveloper.org/news/4625">previous post</a>, <i>Jim Plush</i. commented on the sites/utilities out there that reversed the encoding that the Zend Encoder project made possible. Well, he's back with <a href="http://www.litfuel.net/plush/?postid=109">a follow-up post</a> and some surprising results.
<p>
<quote>
<i>
This story just keeps getting better. Some of you may recall I posted a story a few weeks back when to my SHOCK I found that websites were offering to decoded Zend Encoded files for $5. There were literally 10+ sites I found in a simple search. I emailed all my Zend contacts right away to find out what the status of this is. No reply.
<p>
Here comes the good part... Zend's Chief Marketing Officer Mark de Visser had the balls to say that I was just as bad as the people who were able to reverse engineer the zend encoding by showing people the websites.
</i>
</quote>
<p>
<i>Jim</i> <a href="http://www.litfuel.net/plush/?postid=109">also notes</a> that several of the links to the sites were found in Zend's own forums (which, apparently, have been removed), and includes links to screenshots of their site...]]></description>
      <pubDate>Fri, 27 Jan 2006 12:49:20 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jim Plush's Blog: Censorship at Zend??? Zend Encoder swept under the rug]]></title>
      <guid>http://www.phpdeveloper.org/news/4625</guid>
      <link>http://www.phpdeveloper.org/news/4625</link>
      <description><![CDATA[On <i>Jim Plush</i>'s blog today, there's <a href="http://www.litfuel.net/plush/?postid=97">a new post</a> as a follow up to his <a href="http://www.phpdeveloper.org/news/4618">previous post</a> concerning the Zend Encoder and some issues with sites that can decode its files.
<p>
<quote>
<i>
I <a href="http://www.zend.com/forums/index.php?t=msg&th=54&start=0&S=dcc7a77cf34fd3f271a6938a7e2c4f17">made a post</a> on the Zend Forums asking for a statement on the decoding of Zend Encoded files.
<p>
Notice how there is NO MESSAGE. Why would they delete the text of my forum post? I was asking for a statement and a patch fix for a list of sites offering the decoding of encoded files. Is Zend trying to sweep this under the rug because they're looking to dump the encoder project and don't want to waste any money on fixing this issue? This doesn't look good for Zend PR.
</i>
</quote>
<p>
It's definitely interesting to see that they removed the post - not just replied with a simple "We're looking into it" or "We're aware of the situation. Thank you for your input" kind of thing. Instead, they take the "what forum post?" approach. Well, <i>Jim</i>'s <a href="http://www.zend.com/forums/index.php?t=msg&goto=141&S=dcc7a77cf34fd3f271a6938a7e2c4f17#msg_141">posted another message</a> that, as of the writing of this post, is still there, but unanswered...]]></description>
      <pubDate>Mon, 09 Jan 2006 06:37:40 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jim Plush's Blog: Holy Shit Batman - Sites popping up to decode Zend encoded files!]]></title>
      <guid>http://www.phpdeveloper.org/news/4618</guid>
      <link>http://www.phpdeveloper.org/news/4618</link>
      <description><![CDATA[On his blog today, <i>Jim Plush</i> has <a href="http://www.litfuel.net/plush/?postid=95">a list of sites</a> that have "popped up" to decode Zend encoded files.
<p>
<quote>
<i>
I have yet to find a response by anyone from Zend on this matter but it seems sites are popping up all over the place that can decode Zend Encoded scripts. Since my company is a customer of this product and rely on this product I'm quite scared as to the slowness of Zend's response.
</i>
</quote>
<p>
Some of the sites listed are:
<ul>
<li><a href="http://phpdecode.com/">phpdecode.com</a>
<li><a href="http://www.phprecovery.com/">phprecovery.com</a>
<li><a href="http://www.zic-recovery.com/">zic-recovery.com</a>
</ul>
<p>
Of course, of the ones <a href="http://www.litfuel.net/plush/?postid=95">he lists</a>, only one might be a free service. Otherwise, the prices range widly from $15 USD all the way up to $2000 USD.]]></description>
      <pubDate>Fri, 06 Jan 2006 06:56:23 -0600</pubDate>
    </item>
  </channel>
</rss>
