<?xml version="1.0"?>
<rss version="2.0"><channel><title><![CDATA[Scripts &amp; Programming Latest Topics]]></title><link>https://forums.hawkhost.com/forum/13-scripts-amp-programming/</link><description><![CDATA[Scripts &amp; Programming Latest Topics]]></description><language>en</language><item><title>External Application connection to MySql Database</title><link>https://forums.hawkhost.com/topic/8479-external-application-connection-to-mysql-database/</link><description><![CDATA[<p>
	I have a MySql database that I have defined on my cPanel page.  I have also added the IP of my home gateway to the internet as an Remote SQL connection.  I am developing a C# application to be able to rapidly enter data into a table on my MySql database.  I have a local MySql user assigned to the data and I provide a connection to my hawkhost domain IP, port as 3306, the database name, the MySql user and password I have created, and attempt to connect, however I get an application error "Unable to connect to any of the specified MySQL hosts".  Any idea on how I can get this connection error corrected?
</p>

<p>
	Thanks!
</p>
]]></description><guid isPermaLink="false">8479</guid><pubDate>Sat, 09 Nov 2024 19:12:07 +0000</pubDate></item><item><title>Sending Emails With Python from my desktop</title><link>https://forums.hawkhost.com/topic/8054-sending-emails-with-python-from-my-desktop/</link><description><![CDATA[<p>
	Hello:
</p>

<p>
	I created a python script to send email from my desktop using a Gmail account and it works great. 
</p>

<p>
	I am trying to do the same for sending an email through an email I created on/for one of my websites but got the following error:
</p>

<p>
	SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 <a href="https://support.google.com/mail/?p=BadCredentials" rel="external nofollow">https://support.google.com/mail/?p=BadCredentials</a> j12-20020a05622a038c00b002f340aeffb3sm8086399qtx.85 - gsmtp')
</p>

<p>
	I checked my login information and it is correct in my python program.
</p>

<p>
	Is there a procedure for setting up an external email sending app using python from my desktop, and is there a code sample available?
</p>
]]></description><guid isPermaLink="false">8054</guid><pubDate>Tue, 26 Apr 2022 15:32:00 +0000</pubDate></item><item><title>Visual Studio Code!</title><link>https://forums.hawkhost.com/topic/7807-visual-studio-code/</link><description><![CDATA[<p>
	Is it possible to use visual studio code with FileZilla?
</p>]]></description><guid isPermaLink="false">7807</guid><pubDate>Sat, 05 Jun 2021 14:20:13 +0000</pubDate></item><item><title>Block a URL/path wild card in htaccess</title><link>https://forums.hawkhost.com/topic/7669-block-a-urlpath-wild-card-in-htaccess/</link><description><![CDATA[<p>
	Does anyone know how to block a URL/path wild card in htaccess for a 403?
</p>

<p>
	I have a path of /feed/ and would like to block it as such /feed/*
</p>

<p>
	Reason I ask is that I disabled the RSS feed from my phpBB board and now Google et all are 404ing on the /feed path and they have yet to obey my robots. So I'd like to just 403 the path since it no longer exists so that I don't see the 404 in my phpBB ACP anymore. I can see 404s in the ACP using an extension for phpBB.
</p>

<p>
	 
</p>

<p>
	Should be relatively simple, but try as I might, three search engines I used didn't have the pertinent information I was looking for.  And I'm too lazy to pour through all of the Apache documentation for a simple piece of htaccess code.
</p>

<p>
	 
</p>

<p>
	Thanks.
</p>]]></description><guid isPermaLink="false">7669</guid><pubDate>Tue, 19 Jan 2021 19:31:31 +0000</pubDate></item><item><title>Getting trouble when creating a wordpress</title><link>https://forums.hawkhost.com/topic/7278-getting-trouble-when-creating-a-wordpress/</link><description><![CDATA[<p>
	I got this issue when I installing wordpress.
</p>

<p>
	After installation, I got the notice that the installation is successful, but I can't access to the wordpress page. I got the sceen as follow:
</p>

<p>
	Please help me. Tks
</p>

<p><a href="https://forums.hawkhost.com/uploads/monthly_2019_08/0000_bug_000.JPG.6b7998b21e90007634eff4f5645a2a85.JPG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="712" src="https://forums.hawkhost.com/uploads/monthly_2019_08/0000_bug_000.thumb.JPG.edda30aefe5cb92c2ce9cb75308a227b.JPG" data-ratio="67.3" width="1000" class="ipsImage ipsImage_thumbnailed" alt="0000_bug_000.JPG"></a></p>]]></description><guid isPermaLink="false">7278</guid><pubDate>Wed, 14 Aug 2019 17:04:36 +0000</pubDate></item><item><title>Redirect new subdomain to another server</title><link>https://forums.hawkhost.com/topic/6978-redirect-new-subdomain-to-another-server/</link><description><![CDATA[<p>
	What I have:
</p>

<ul><li>
		A domain registered with some registrar, let's call it "R".
	</li>
	<li>
		A domain hosted by Hawkhost (shared hosting), let's call it mydomain.com
		<ul><li>
				The nameservers are ns1.hawkhost.com and ns2.hawkhost.com
			</li>
		</ul></li>
	<li>
		I have a VPS hosted elsewhere which performs some related functions to this domain<br>
		but isn't a website per se.
	</li>
</ul><p>
	What I want to do:
</p>

<ul><li>
		Create a new subdomain for this domain, let's call it alternative.mydomain.com
	</li>
	<li>
		Connect that subdomain name to the IP of the VPS.
	</li>
</ul><p>
	The main question is: How do I do that?
</p>

<p>
	I looked at the functions on my registrar's site, and there was something about "subdomain redirection",<br>
	but it said I need to use *their* nameservers instead of hawkhosts.   I'd rather not do that, in case,<br>
	as happened recently with my hosting being moved from DC to NY, the IP changed with it, and<br>
	hawkhost took care of that, resulting in no downtime.
</p>

<p>
	I can add the subdomain in cpanel, but that's not really what I want since it would hosted elsewhere,<br>
	but maybe there is some fancy DNS editing I can do on top of it to make it work.
</p>

<p>
	Any suggestions? (If not, where should I ask about this?)
</p>

<p>
	 
</p>]]></description><guid isPermaLink="false">6978</guid><pubDate>Fri, 22 Jun 2018 21:09:51 +0000</pubDate></item><item><title>Flask using Python</title><link>https://forums.hawkhost.com/topic/6911-flask-using-python/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	Has anyone managed to install Flask on their cPanel Web Hosting? I've been trying to install the Flask on my Hawk Host Shared Hosting using Python but I'm getting "500 Internal Error The server encountered an unexpected condition which prevented it from fulfilling the request." I've been following the exact guide from here: <a href="https://blog.ouseful.info/2016/09/17/creating-a-simple-python-flask-app-running-on-reclaim-hosting/" rel="external nofollow">https://blog.ouseful.info/2016/09/17/creating-a-simple-python-flask-app-running-on-reclaim-hosting/</a>
</p>

<p>
	 
</p>

<p>
	<strong>myapp.py: </strong>
</p>

<p>
	from flask import Flask<br>
	app = Flask(__name__)<br>
	application = app # our hosting requires application in passenger_wsgi
</p>

<p>
	@app.route("/")<br>
	def hello():<br>
	return "This is Hello World!\n"
</p>

<p>
	if __name__ == "__main__":<br>
	app.run()
</p>

<p>
	 
</p>

<p>
	<strong>passenger_wsgi.py:</strong>
</p>

<p>
	from myapp import application
</p>

<p>
	 
</p>

<p>
	I'd appreciate your help guys. 
</p>

<p>
	Thank you!
</p>]]></description><guid isPermaLink="false">6911</guid><pubDate>Mon, 18 Dec 2017 10:25:07 +0000</pubDate></item><item><title>Images won't load on custom scripts?</title><link>https://forums.hawkhost.com/topic/6816-images-wont-load-on-custom-scripts/</link><description><![CDATA[<p>
	Every time I install any custom script images won't load. Can anybody tell me why is that so. Please the scripts works fine when I viewed offline on wamp.
</p>

<p>
	 
</p>

<p>
	P.S : The captcha system for registration is true shit
</p>]]></description><guid isPermaLink="false">6816</guid><pubDate>Sat, 03 Jun 2017 02:23:40 +0000</pubDate></item><item><title>Anyone tried PDF Parsing with PHP or Java?</title><link>https://forums.hawkhost.com/topic/6806-anyone-tried-pdf-parsing-with-php-or-java/</link><description><![CDATA[<p>
	Long story short, I wanted to fetch some PDF's and tear them apart for information.  Anyone tried this yet on PHP or Java?  IText was one gadget I found that looked fairly promising.  But wondering what else people have come up with.  Thanks!
</p>]]></description><guid isPermaLink="false">6806</guid><pubDate>Fri, 12 May 2017 04:18:15 +0000</pubDate></item><item><title>PHP contact script send by SMTP?</title><link>https://forums.hawkhost.com/topic/6801-php-contact-script-send-by-smtp/</link><description><![CDATA[<p>
	Hi,<br><br>
	What is the best way have a PHP script to send a message by SMTP?
</p>]]></description><guid isPermaLink="false">6801</guid><pubDate>Sat, 06 May 2017 12:59:39 +0000</pubDate></item><item><title>node.js</title><link>https://forums.hawkhost.com/topic/3939-nodejs/</link><description><![CDATA[<p>Any plans for hosting node.js servers?</p>]]></description><guid isPermaLink="false">3939</guid><pubDate>Sun, 17 Aug 2014 15:36:15 +0000</pubDate></item><item><title>About Crunjob PHP Console</title><link>https://forums.hawkhost.com/topic/6602-about-crunjob-php-console/</link><description><![CDATA[<p>
	Hi guy, i have problem when run crunjob with my commands , in local im using yii and when run scrip like that in windows command : D:\xampp\htdocs\app&gt; php console.php test index  and command in console excuted, now in cPanel crunjob how i can setup for it run php ?
</p>]]></description><guid isPermaLink="false">6602</guid><pubDate>Wed, 11 May 2016 02:46:54 +0000</pubDate></item><item><title>how to increase max upload size?</title><link>https://forums.hawkhost.com/topic/6302-how-to-increase-max-upload-size/</link><description><![CDATA[<p>
	hello
</p>

<p>
	i want to instal new theme, but when uploading i get error "The uploaded file exceeds the upload_max_filesize directive in php.ini."
</p>

<p>
	so i searching how to solve my problem but i cant find php.ini in my file manager
</p>

<p>
	please help give me tutorial how to increase max upload size.
</p>

<p>
	thanks
</p>]]></description><guid isPermaLink="false">6302</guid><pubDate>Fri, 25 Dec 2015 09:54:51 +0000</pubDate></item><item><title>Polr/MySQLnd - What am I doing wrong?</title><link>https://forums.hawkhost.com/topic/5467-polrmysqlnd-what-am-i-doing-wrong/</link><description><![CDATA[<p>Hello everyone,</p>
<p>I'm having a small issue, I'm pretty sure I'm just missing something so I didn't want to make a ticket and bother the support staff <img src="https://forums.hawkhost.com/uploads/emoticons/default_smile.png" alt=":)"></p>
<p> </p>
<p>I'm trying to install Polr, a url shortener on one of my development sites (here's a link to Polr: <a href="https://github.com/Cydrobolt/polr" rel="external nofollow">https://github.com/Cydrobolt/polr</a> )</p>
<p> </p>
<p>It all seems straight forward enough, I went to cpanel and made sure that mysqli, mcrypt, mysqlnd were checked in my php extensions. Saved everything and tried to load the script and I'm getting the below error.</p>
<p> </p>
<p> </p>
<p> </p>
<p><img src="http://i.imgur.com/zq92eUK.png" alt="zq92eUK.png"></p>
<p> </p>
<p>I'm sure i've just missed and extra extension or something, does anyone have any ideas?</p>
<p> </p>
<p>Thanks guys <img src="https://forums.hawkhost.com/uploads/emoticons/default_smile.png" alt=":)"></p>]]></description><guid isPermaLink="false">5467</guid><pubDate>Sun, 05 Jul 2015 10:19:27 +0000</pubDate></item><item><title>cPanel 2-Step Verification</title><link>https://forums.hawkhost.com/topic/4726-cpanel-2-step-verification/</link><description><![CDATA[<p>Not sure if this possible or not, but wouldn't it be a good idea to offer a 2-Step Verification for the cPanel login page? </p><p></p><p>
What do you think? Seems like its becoming more and more popular with pretty much anything that requires a login.</p>]]></description><guid isPermaLink="false">4726</guid><pubDate>Tue, 03 Mar 2015 03:19:02 +0000</pubDate></item><item><title>Why do i get this error?</title><link>https://forums.hawkhost.com/topic/3929-why-do-i-get-this-error/</link><description><![CDATA[<p>Hi,<br><br>
i recently used somme kinda platforum system on my host. I used my mysql information correctly and added my server ip to the remote mysql section.<br>
But the installation could not procceed of my platforum. I get this error:<br><br>
Could not connect to the mysql database: Host ams002.hawkhost.com is not allowed to connect to this MySQL server<br><br>
Anyone knows how to fix this error? Thanks for youre response, would be appriciated.</p>]]></description><guid isPermaLink="false">3929</guid><pubDate>Thu, 14 Aug 2014 08:58:42 +0000</pubDate></item><item><title>PHPBB3 e-mail notification issue</title><link>https://forums.hawkhost.com/topic/3847-phpbb3-e-mail-notification-issue/</link><description><![CDATA[<p>I realise this isn't necessarily the place to ask about this, but finding an answer has so far eluded me.</p>
<p> </p>
<p>I have phpBB installed on my domain at <a href="http://elorien.flyswatter.ca" rel="external nofollow">http://elorien.flyswatter.ca</a> . It isn't the first forum script I've had issues with getting the e-mail notification working on (I have SMF installed elsewhere on my domain and it, as well, will not send the appropriate e-mail notifications no matter what settings I try), and was wondering if I could find some sort of help here. No harm in trying, is there? </p>
<p> </p>
<p>summary of image attached:</p>
<p>Enable board-wide e-mails set as 'yes'</p>
<p>E-mail function name is 'mail'</p>
<p>E-mail package size is '0', have also tried it as the default '20'</p>
<p>SMTP settings as 'no'</p>
<p> </p>
<p>Registration of a new member is set to user-authentication, meaning they should receive an e-mail with an authentication URL. When signing up, this e-mail is never received (and doesn't appear in spam folders).</p>
<p> </p>
<p>Posts of a new thread in a subscribed forum, as well as posts to a subscribed thread in any forum will not result in an e-mail, despite the settings stating that it should.</p>
<p> </p>
<p>Similarly, an error does not show up on the error log stating an error in regards to sending e-mails, either through reply notifications or new member authentication.</p>
<p> </p>
<p>queue.php.lock file has been deleted</p>
<p> </p>
<p>I'm not sure what else to try to get e-mail notification to work. Has anyone here been able to do so?</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forums.hawkhost.com/uploads/monthly_07_2014/post-80536-0-63263600-1405655447.png" rel="external nofollow"><img class="ipsImage ipsImage_thumbnailed" src="https://forums.hawkhost.com/uploads/monthly_07_2014/post-80536-0-63263600-1405655447_thumb.png" data-fileid="354" alt="post-80536-0-63263600-1405655447_thumb.p"></a></p>]]></description><guid isPermaLink="false">3847</guid><pubDate>Fri, 18 Jul 2014 03:52:13 +0000</pubDate></item><item><title>Starting with Python</title><link>https://forums.hawkhost.com/topic/2998-starting-with-python/</link><description><![CDATA[<p>Hey,</p>
<p> </p>
<p>I read that the Shared Hosting has Python support, and I'm wondering how do we start configuring our website for python-django use?</p>]]></description><guid isPermaLink="false">2998</guid><pubDate>Tue, 16 Jul 2013 15:51:49 +0000</pubDate></item><item><title>Where can i get quality Back links ?</title><link>https://forums.hawkhost.com/topic/3179-where-can-i-get-quality-back-links/</link><description><![CDATA[<p>Where can i get quality Back links ?</p>]]></description><guid isPermaLink="false">3179</guid><pubDate>Tue, 24 Dec 2013 07:40:28 +0000</pubDate></item><item><title>.htaccess redirect loop since the upgrade, fixed</title><link>https://forums.hawkhost.com/topic/3140-htaccess-redirect-loop-since-the-upgrade-fixed/</link><description><![CDATA[<p>So I had an obscure .htaccess problem after HH switched from <span>LSAPI vs. FactCgi recently </span>and here is the fix:</p>
<p><a href="http://www.litespeedtech.com/support/forum/showthread.php?t=7653" rel="external nofollow">http://www.litespeedtech.com/support/forum/showthread.php?t=7653</a></p>
<p>Apparently simple Redirects in .htaccess now work slightly differently, or HH changed the index.html/index.php/etc. priority.</p>
<p> </p>
<p>keywords: mod_alias, RedirectMatch, <span>DirectoryIndex, </span>index.html, <span>index.php</span></p>]]></description><guid isPermaLink="false">3140</guid><pubDate>Fri, 15 Nov 2013 01:22:42 +0000</pubDate></item><item><title>Configuration of .htaccess file for live site</title><link>https://forums.hawkhost.com/topic/1704-configuration-of-htaccess-file-for-live-site/</link><description><![CDATA[<p></p><ul><li>First we must create was is known as the .htaccess authentication file. This file is the key to providing who has access to the files in the directory and what types of operations they are allowed to perform within the directory. This tutorial will restrict who is able to view (GET) files from the directory and upload (POST) files into the directory. For more elaborate security measures, check out <a href="http://httpd.apache.org/" rel="external nofollow">Apache's</a> web site.<br></li><li>Open your favorite editor (Windows®, Notepad works well) or telnet into your web server and use a Unix editor like <a href="http://cc.uoregon.edu/usingvi.html" rel="external nofollow">vi</a>.<br></li><li>Using the text below as a guideline, create a text file where <span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;"><strong>/var/www/html/private/</strong></span></span> is the absolute path of the directory where you would like to store your authentication usernames/passwords and <span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;"><strong>My Private Directory</strong></span></span> is the name you would like for the authentication window.<br><br><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">AuthUserFile </span></span><strong><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">/var/www/html/private/</span></span></strong><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">.htpasswd</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">
				AuthGroupFile /dev/null</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">
				AuthName "</span></span><strong><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">My Private Directory</span></span></strong><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">"</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">
				AuthType Basic</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">&lt;Limit GET POST&gt;</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">
				require valid-user</span></span><br><span style="font-size:10px;"><span style="font-family:'Courier New', Courier, mono;">
				&lt;/Limit&gt;</span></span><br><ul><li>Note: the absolute path to the .htpasswd file is very important. If unsure about this path, ask your hosting provider or telnet into the server and from the directory you want to keep your usernames/passwords, type <strong>pwd</strong> at the shell prompt.<br></li><li>Note: the .htaccess file also protects subdirectories of the directory in which it is placed.<br></li></ul><p>[*]Save this file as <strong>.htaccess</strong>.</p><p>
[*]The .htaccess file needs to be placed inside the directory you would like protected. If the file was created on your local workstation, <a href="" rel="external nofollow">ftp</a> the file into the directory you want protected. If a Unix editor like <a href="" rel="external nofollow">vi</a> was used, use the <a href="http://www.emba.uvm.edu/CF/basic.html" rel="external nofollow"><strong>mv</strong></a> command to move the file to the required directory.</p><p>
</p></li></ul><p></p>]]></description><guid isPermaLink="false">1704</guid><pubDate>Sat, 03 Sep 2011 17:48:15 +0000</pubDate></item><item><title>Chinese sites stealing my IP address</title><link>https://forums.hawkhost.com/topic/2024-chinese-sites-stealing-my-ip-address/</link><description><![CDATA[<p>I have a few sites from China that must have their DNS pointing to my site’s IP address. If you enter their domain into the address bar of a browser, you get my site but their domain in the address bar. I’m not sure what their purpose of doing this is, but they have three of the top four search results when I search for my site on Google. Frustrating.</p><p>
</p><p>
Using the .htaccess file I’ve put in a rewrite condition and rule so if the incoming domain is NOT mine it will basically refresh to my domain.</p><p>
RewriteCond %{HTTP_HOST} !^(www\.)?myDomainName\.com$ [NC]</p><p>
RewriteRule (.*)  <a href="http://www." rel="external nofollow">http://www.</a> myDomainName.com/$1 [R=301,L]</p><p>
</p><p>
But I don’t want to do this. I’d rather have anyone coming from those Chinese sites get a 404 Not Found message. I don’t really want to use a custom 404 page because – if I have this correct – they will still get to my site for the custom 404 page to be shown. I don’t want them on my site at all – I just want them to get the browser’s 404 message like the site does not exist.</p><p>
</p><p>
So, my question is what is the syntax for the RewriteRule to do this?  Something like RewriteRule (.*)  404/$1 [R=301,L] ?</p><p>
I’ve searched Google, but haven’t come up with anything definite, so I really could use some help.</p><p>
</p><p>
Thank you for your help.</p>]]></description><guid isPermaLink="false">2024</guid><pubDate>Sat, 25 Feb 2012 19:34:30 +0000</pubDate></item><item><title>PHP version unsupported</title><link>https://forums.hawkhost.com/topic/3105-php-version-unsupported/</link><description><![CDATA[<p>I have received the following message when trying to activate a plug in on one of the websites I manage:</p>
<p> </p>
<p style="color:rgb(51,51,51);font-family:sans-serif;"><strong>The plugin "Background Manager" requires PHP version 5.3.0 or better, but version 5.2.17 was detected.</strong></p>
<p style="color:rgb(51,51,51);font-family:sans-serif;">Because of this error, the plugin was automatically deactivated to prevent it from causing further problems with your WordPress site.</p>
<p style="color:rgb(51,51,51);font-family:sans-serif;">Error source (wasnt sure I should list the exact directory)</p>
<p style="color:rgb(51,51,51);font-family:sans-serif;">I know just enough to get me in trouble, but not enough on how to update this.  Can anyone help me update this?</p>
<p style="color:rgb(51,51,51);font-family:sans-serif;">Thank you</p>]]></description><guid isPermaLink="false">3105</guid><pubDate>Fri, 18 Oct 2013 22:07:02 +0000</pubDate></item><item><title>Captcha problem</title><link>https://forums.hawkhost.com/topic/3072-captcha-problem/</link><description><![CDATA[<p>Hello,</p>
<p> </p>
<p>I've recently moved to HH an old web directory but got an issue with captcha. By some reason a simple captcha from Submit page stopped working (numerals not showing). The directory script is rather old but it works normally on other hosts. Possibly the reason is an other version of PHP or MySQL at HH. If you got the same problem or have any idea what it can be please help.    </p>
<p> </p>
<p>The problem can be seen here:</p>
<p><a href="http://business-home.org/add.php" rel="external nofollow">http://business-home.org/add.php</a></p>
<p> </p>
<p>The picture should contain 4 numerals, like, 1234 or 0987. Now numerals gone and when you want to submit page you get a message "The number displayed on the picture has not been entered correctly". </p>
<p> </p>
<p>Thank you.</p>
<p>Igor   </p>]]></description><guid isPermaLink="false">3072</guid><pubDate>Thu, 19 Sep 2013 17:29:13 +0000</pubDate></item><item><title>Determining and tracking user agents</title><link>https://forums.hawkhost.com/topic/3025-determining-and-tracking-user-agents/</link><description><![CDATA[<p>Does cPanel support tracking the browser user agent type accessing my website?  Is there a way to identify the user agents that access my website?</p>
<p> </p>]]></description><guid isPermaLink="false">3025</guid><pubDate>Sat, 10 Aug 2013 13:18:52 +0000</pubDate></item></channel></rss>
