<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PHPAzure Discussions Rss Feed</title><link>http://phpazure.codeplex.com/Thread/List.aspx</link><description>PHPAzure Discussions Rss Description</description><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;I have downloaded it and tried to install on wamp server but not able to figure out how to use this sdk for my web application.&lt;br /&gt;
&lt;/div&gt;</description><author>adeshpandey</author><pubDate>Tue, 14 May 2013 12:09:33 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130514120933P</guid></item><item><title>New Post: How to install FPDF in Windows Azure</title><link>http://phpazure.codeplex.com/discussions/443542</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I've been trying to install FPDF (fpdf.org) on Windows Azure. I have already succeeded with a local server (XAMPP) and everything works.&lt;br /&gt;
&lt;br /&gt;
Now, when I try to install on Windows Azure using WebMatrix, nothing happens.&lt;br /&gt;
&lt;br /&gt;
Here's what I've done : &lt;br /&gt;
&lt;br /&gt;
I uploaded the FPDF files on the website folder. Then I created a main page (index.php) and wrote a simple example using FPDF.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;?php
require('../[FPDF folder]/fpdf.php');

$pdf = new FPDF();
$pdf-&amp;gt;AddPage();
$pdf-&amp;gt;SetFont('Arial','B',16);
$pdf-&amp;gt;Cell(40,10,'Hello World!');
$pdf-&amp;gt;Output();
?&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

I don't think that the code is wrong (I tested with my local server XAMPP and it worked), however maybe I forgot to configure something on the Windows Azure configuration page.&lt;br /&gt;
&lt;br /&gt;
Someone suggested that I had to do stuff with the &amp;quot;App settings&amp;quot; in the configure page; however I have no idea what I should put there regarding FPDF.&lt;br /&gt;
&lt;br /&gt;
Anyone knows how to fix my problem ?&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
Edit1 : The output should be a pdf, but I get a blank web page.&lt;br /&gt;
&lt;/div&gt;</description><author>TiKaY</author><pubDate>Tue, 14 May 2013 00:42:28 GMT</pubDate><guid isPermaLink="false">New Post: How to install FPDF in Windows Azure 20130514124228A</guid></item><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;As mentioned on on the home page of this project, it has been deprecated in favor of the official SDK created by the Windows Azure team. It is available on Github at &lt;a href="https://github.com/WindowsAzure/azure-sdk-for-php" rel="nofollow"&gt;https://github.com/WindowsAzure/azure-sdk-for-php&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>blobaugh</author><pubDate>Mon, 13 May 2013 02:08:03 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130513020803A</guid></item><item><title>New Post: PHP sdk for blob storage</title><link>http://phpazure.codeplex.com/discussions/443230</link><description>&lt;div style="line-height: normal;"&gt;Hey everyone, I am new to azure and set up azure recently. We want to upload user profile Images automatically from our website to azure blob storage using php code. Can anybody help me out how to do that I tried the steps described at windows azure website but it did not work for me. I am using wamp on my local machine so I want to use that php sdk on wamp stack.   &lt;br /&gt;
&lt;/div&gt;</description><author>adeshpandey</author><pubDate>Fri, 10 May 2013 11:30:15 GMT</pubDate><guid isPermaLink="false">New Post: PHP sdk for blob storage 20130510113015A</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;can you get rid out of from or can u correct my code.&lt;br /&gt;
&lt;/div&gt;</description><author>AzureWajih</author><pubDate>Thu, 21 Mar 2013 09:28:31 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321092831A</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;This SDK has been deprecated in favor of the SDK released by Windows Azure at &lt;a href="https://github.com/WindowsAzure/azure-sdk-for-php" rel="nofollow"&gt;https://github.com/WindowsAzure/azure-sdk-for-php&lt;/a&gt; . As the Windows Azure API evolves this CodePlex project code will stop working. Please try using the new SDK and post an issue on Github if you have issues there also.&lt;br /&gt;
&lt;br /&gt;
Another great resource is &lt;a href="https://www.windowsazure.com/en-us/develop/php/" rel="nofollow"&gt;https://www.windowsazure.com/en-us/develop/php/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>blobaugh</author><pubDate>Thu, 21 Mar 2013 09:23:55 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321092355A</guid></item><item><title>New Post: FileUpload Azure Php</title><link>http://phpazure.codeplex.com/discussions/437458</link><description>&lt;div style="line-height: normal;"&gt;Hi I am wajih &lt;br /&gt;
 &lt;br /&gt;
That's my first time to deal with azure i have done configuration my Senerio is that&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;upload file from browser to php&lt;/li&gt;
&lt;li&gt;php puts file in blob&lt;/li&gt;
&lt;li&gt;
puts blob refrence in queue&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
So first upload file from browser that thing i have done for remaning two i have written this code please tell is there any mistake so correct my code.&lt;br /&gt;
&lt;br /&gt;
here code given below &lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
require_once &amp;quot;vendor/autoload.php&amp;quot;;&lt;br /&gt;
require_once &amp;quot;AzureBlobPhpUploader/bookMessage.php&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
use WindowsAzure\Common\ServicesBuilder;&lt;br /&gt;
use WindowsAzure\Blob\Models\CreateContainerOptions;&lt;br /&gt;
use WindowsAzure\Blob\Models\PublicAccessType;&lt;br /&gt;
use WindowsAzure\Common\ServiceException;&lt;br /&gt;
use WindowsAzure\ServiceBus\Models\QueueInfo;&lt;br /&gt;
use WindowsAzure\Queue\QueueRestProxy;&lt;br /&gt;
use WindowsAzure\Queue\Models\CreateQueueOptions;&lt;br /&gt;
use WindowsAzure\Queue\Models\CreateMessageOptions;&lt;br /&gt;
use WindowsAzure\ServiceBus\models\BrokeredMessage;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class fileLoaderForProcess&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;public static function uploadFile($filePath)
{
    // Create blob REST proxy.
    $connectionString = &amp;quot;&amp;quot;;
    $blobRestProxy = ServicesBuilder::getInstance()-&amp;gt;createBlobService($connectionString);
    $createContainerOptions = new CreateContainerOptions();

    // Set public access policy. Possible values are
    // PublicAccessType::CONTAINER_AND_BLOBS and PublicAccessType::BLOBS_ONLY.
    // CONTAINER_AND_BLOBS: full public read access for container and blob data.
    // BLOBS_ONLY: public read access for blobs. Container data not available.
    // If this value is not specified, container data is private to the account owner.
    $createContainerOptions-&amp;gt;setPublicAccess(PublicAccessType::CONTAINER_AND_BLOBS);

    $msg = new BookMessage();
    $getUniqueId = uniqid();
    $msg-&amp;gt;setBookguid($getUniqueId);
    $bookGuid = $msg-&amp;gt;getBookguid();
    $msg-&amp;gt;setFilename($filePath);
    $msg-&amp;gt;setBlobReference($bookGuid);
    $blobRefrence = $msg-&amp;gt;getBlobReference();

//  $message = new BrokeredMessage();
//  $message-&amp;gt;setBody($msg);

    try {
        // Create container.
        $blobRestProxy-&amp;gt;createContainer(&amp;quot;books&amp;quot;, $createContainerOptions);
        $content = fopen($filePath, &amp;quot;r&amp;quot;);
        $blob_name = &amp;quot;pdfFile&amp;quot;;

        $blobref = $blobRestProxy-&amp;gt;createBlockBlob(&amp;quot;books&amp;quot;, $blob_name, $content);

        // Create Service Bus REST proxy.
        $createQueueOptions = new CreateQueueOptions();
        $messageQueue = $queueRestProxy-&amp;gt;createQueue(&amp;quot;booksQueue&amp;quot;, $createQueueOptions);
        $queueRestProxy-&amp;gt;createMessage($messageQueue, $msg);

    } catch(ServiceException $e){
        $code = $e-&amp;gt;getCode();
        $error_message = $e-&amp;gt;getMessage();
        echo $code.&amp;quot;: &amp;quot;.$error_message.&amp;quot;&amp;lt;br /&amp;gt;&amp;quot;;
    }
}&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AzureWajih</author><pubDate>Thu, 21 Mar 2013 09:18:09 GMT</pubDate><guid isPermaLink="false">New Post: FileUpload Azure Php 20130321091809A</guid></item><item><title>New Post: LocalStorage and ConfigurationSettings</title><link>http://phpazure.codeplex.com/discussions/64334</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've downloaded and installed the library NTS on PHP 5.3 but I continue to receive&amp;nbsp;&amp;quot;Call to undefined function azure_getconfig()&amp;quot;&lt;/p&gt;
&lt;p&gt;Does it work to someone?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;/div&gt;</description><author>Danielebr_</author><pubDate>Tue, 08 Jan 2013 10:39:27 GMT</pubDate><guid isPermaLink="false">New Post: LocalStorage and ConfigurationSettings 20130108103927A</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I solved this issue doing just this 2 modifications :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;1.&amp;nbsp;MyWordpressFolder/ServiceDefinition.csef :&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;I added this node for the webrole :&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre style="color: black;"&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;LocalResources&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;LocalStorage&lt;/span&gt; &lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;lt;choose a name for your storage&amp;gt;&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: red;"&gt;cleanOnRoleRecycle&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;false&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: red;"&gt;sizeInMB&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;500&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;LocalResources&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;&lt;span style="text-decoration: underline;"&gt;2.&amp;nbsp;MyWordpressFolder/wp-config.php&lt;/span&gt; :&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In case deployement (after the "else"), I added 2 lines&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;/* *******************************
 *** THESE SETTINGS ARE FOR DEPLOYMENT ONLY. PLEASE DO NOT CHANGE
 ********************************
*/&lt;/span&gt;

&lt;span&gt;/** Set UPLOADS path **/&lt;/span&gt; 
define(&lt;span&gt;'BLOGUPLOADDIR'&lt;/span&gt;, azure_getlocalresourcepath(&lt;span&gt;'&amp;lt;the name you have chosen previously for your storage'&lt;/span&gt;)); 
define(&lt;span&gt;'WP_TEMP_DIR'&lt;/span&gt;, BLOGUPLOADDIR);&lt;/pre&gt;
&lt;p&gt;Ater that, it works....&amp;nbsp;But now I have the same problem as @&lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/tonyw54"&gt;tonyw54&lt;/a&gt;&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;I guess this modification should be made before the WP DB is generated.&lt;/p&gt;&lt;/div&gt;</description><author>Caroline_onecub</author><pubDate>Fri, 20 Apr 2012 08:04:28 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120420080428A</guid></item><item><title>New Post: Admin Cannot Add New Posts -- Submit For Review</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Currently, I have a single instance in staging deployment and another one in production deployment. Both connect to the same SQL Azure database. Everything seems to be working normally. I think I want to enjoy this feeling for a couple of days (and check if some other problem will come up) and then I'll start a second instance and see what happens.&lt;/p&gt;&lt;/div&gt;</description><author>alearg</author><pubDate>Thu, 19 Apr 2012 17:19:13 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts -- Submit For Review 20120419051913P</guid></item><item><title>New Post: Admin Cannot Add New Posts -- Submit For Review</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That's good to know. I just deleted the entire db server and recreated it. This particular&amp;nbsp;issue hasn't come up again for me.&lt;/p&gt;&lt;/div&gt;</description><author>tonyw54</author><pubDate>Thu, 19 Apr 2012 17:17:17 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts -- Submit For Review 20120419051717P</guid></item><item><title>New Post: Admin Cannot Add New Posts -- Submit For Review</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;And the issue has not come back up?&lt;/p&gt;&lt;/div&gt;</description><author>blobaugh</author><pubDate>Thu, 19 Apr 2012 16:03:51 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts -- Submit For Review 20120419040351P</guid></item><item><title>New Post: Admin Cannot Add New Posts -- Submit For Review</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Just to let you know that I encountered the exact same problem. I tried all solutions suggested at the link above with no results (i.e. remove plugins and themes, new admin user, auto increment property, capabilities of users, etc). Finally, the only way forward was to export the data, drop the db, recreate it and import the data back.&lt;/p&gt;
&lt;p&gt;I seem to remember that the problem appeared when I started a second web role instance, but it may be just a coincidence.&lt;/p&gt;&lt;/div&gt;</description><author>alearg</author><pubDate>Wed, 18 Apr 2012 18:33:42 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts -- Submit For Review 20120418063342P</guid></item><item><title>New Post: Admin Cannot Add New Posts -- Submit For Review</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have never seen this issue in WordPress before, but it sounds incredibly annoying and frustrating. You already tried the SQL script solution listed on the first post of that link?&lt;/p&gt;&lt;/div&gt;</description><author>blobaugh</author><pubDate>Thu, 05 Apr 2012 22:46:51 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts -- Submit For Review 20120405104651P</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@blobaugh solution worked: I added this line to the bin/install-azure-impl.cmd file:&lt;/p&gt;
&lt;p&gt;CALL icacls %RoleRoot% /grant "NETWORK SERVICE":F /T&lt;/p&gt;
&lt;p&gt;This resolved the issue and I was able to write to blob storage after deployment. Now I can't add new posts, but that's another problem...&lt;/p&gt;&lt;/div&gt;</description><author>tonyw54</author><pubDate>Wed, 04 Apr 2012 19:16:31 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120404071631P</guid></item><item><title>New Post: Admin Cannot Add New Posts</title><link>http://phpazure.codeplex.com/discussions/351217</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I installed php on azure a few days ago. Everything seemed to be fine, but I only have one post and now when I try to make another one I get the Submit for Review button in the Publish widget. When I click this&amp;nbsp;or the Save Draft button I get:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Are you sure you want to do this?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Please try again.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Or if I click the Preview button I get:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;You are not allowed to edit this post.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I'm not that familiar with wordpress or php, but the IIS logs look OK to me. Also, I can create and delete new users and update the single post I have. I'm only using a few MB's of the database. I was able to add new media, which wrote a record to the wp_posts
 table. Does anybody know what else I should look at? I'm not even sure what error logs might contain some clues, since I don't know much about the wordpress/php stuff.&lt;/p&gt;
&lt;/div&gt;</description><author>tonyw54</author><pubDate>Wed, 04 Apr 2012 19:13:18 GMT</pubDate><guid isPermaLink="false">New Post: Admin Cannot Add New Posts 20120404071318P</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@robert_g setup RDP and check your permissions, or you could alter the startup script to set the correct permissions for you&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;@KenStone Using drive F should not be a problem. All the scripts that do the setup should be using the local environment variables to map to the correct drive. This line&lt;/p&gt;
&lt;pre&gt;CALL icacls ..\wp-content /grant "NETWORK SERVICE":F /T&lt;/pre&gt;
&lt;p&gt;Should be in your bin/install-azure-impl.cmd file. It may be wiser to change it to use the %RoleRoot% variable to give everything there permissions. If you cannot see any other issue when you RDP in maybe try setting everything to have permissions. If that works then you know that you should update that line in the startup script&lt;/p&gt;&lt;/div&gt;</description><author>blobaugh</author><pubDate>Sun, 01 Apr 2012 16:55:15 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120401045515P</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It also doesn't work when I leave out the WP_TEMP_DIR setting as well.&amp;nbsp; I get the same error.&lt;/p&gt;&lt;/div&gt;</description><author>robert_g</author><pubDate>Sun, 01 Apr 2012 03:30:37 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120401033037A</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@blobaugh I'm running it in Windows Azure.&lt;/p&gt;&lt;/div&gt;</description><author>robert_g</author><pubDate>Sun, 01 Apr 2012 03:27:52 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120401032752A</guid></item><item><title>New Post: The uploaded file could not be moved to E:\sitesroot\0/...</title><link>http://phpazure.codeplex.com/discussions/349701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Welp. There is no E drive on mine. There is a F drive with the correct path.&lt;/p&gt;
&lt;p&gt;So, how do I change the WordPress install to set that path to the F drive instead of the E drive?&lt;/p&gt;&lt;/div&gt;</description><author>KenStone</author><pubDate>Sat, 31 Mar 2012 22:01:08 GMT</pubDate><guid isPermaLink="false">New Post: The uploaded file could not be moved to E:\sitesroot\0/... 20120331100108P</guid></item></channel></rss>