<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Brian 2000 - Latest Comments</title><link>http://brian2000.disqus.com/</link><description></description><atom:link href="https://brian2000.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 14 Sep 2014 13:41:31 -0000</lastBuildDate><item><title>Re: Understanding Alternative syntax for control structures in PHP</title><link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comment-1588853583</link><description>&lt;p&gt;Thanks  you so much.. I have been stuck for 4 days to get switch statement to work. Now my problem is solved.. Thank again.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sanjaya Dulal</dc:creator><pubDate>Sun, 14 Sep 2014 13:41:31 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1571826895</link><description>&lt;p&gt;That sounds great! Thanks for pushing the code further.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian</dc:creator><pubDate>Wed, 03 Sep 2014 09:06:07 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1570038001</link><description>&lt;p&gt;This is awesome - saved a lot of time. I've added a slight modification - you have a media_process function that's never called, so I'm using it to add the images to the media library, then picking up the attachment ID's and linking them to the original posts.&lt;/p&gt;&lt;p&gt;Also changing -popup URL's to -pi, which seems to fetch the largest size image.&lt;/p&gt;&lt;p&gt;Let me know if you'd like me to add the changes via a fork.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Antipov</dc:creator><pubDate>Tue, 02 Sep 2014 06:37:11 -0000</pubDate></item><item><title>Re: Understanding Alternative syntax for control structures in PHP</title><link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comment-1448586695</link><description>&lt;p&gt;Thanks for explaining the problem with the first case. It's not properly documented.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">François-Louis Mommens</dc:creator><pubDate>Sun, 22 Jun 2014 07:41:11 -0000</pubDate></item><item><title>Re: Understanding Alternative syntax for control structures in PHP</title><link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comment-1358688373</link><description>&lt;p&gt;thanks for you post! It really help me understand alternative syntax :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fengcen</dc:creator><pubDate>Mon, 28 Apr 2014 03:33:37 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1076472681</link><description>&lt;p&gt;This output doesn't really help with hunting the problem down any further. I'd try one of the two suggestions above.&lt;/p&gt;&lt;p&gt;Try giving the server write access to the image destination (within wordpress)&lt;br&gt;or &lt;br&gt;Extend PHP's max execution settings (&lt;a href="http://php.net/manual/en/function.set-time-limit.php)" rel="nofollow noopener" target="_blank" title="http://php.net/manual/en/function.set-time-limit.php)"&gt;http://php.net/manual/en/fu...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian</dc:creator><pubDate>Wed, 09 Oct 2013 12:39:34 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1076459892</link><description>&lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 09 Oct 2013 12:32:03 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1076458852</link><description>&lt;p&gt;Maybe this could guide you to the issue...&lt;/p&gt;&lt;p&gt;Uncaught exception 'Exception' with message 'The file cannot be saved.' in /users/vanillebrause/www/wordpress/wp-content/plugins/movabletype-importer-plus-images/movabletype-importer.php:356 Stack trace: #0 /users/vanillebrause/www/wordpress/wp-content/plugins/movabletype-importer-plus-images/movabletype-importer.php(580): MT_Import-&amp;gt;get_images_from_line('&lt;a&gt;&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 09 Oct 2013 12:31:14 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1076454231</link><description>&lt;p&gt;This could be the result of a few different issues.&lt;/p&gt;&lt;p&gt;1. Try looking at how your server is configured, php might not have write permission to the destination&lt;/p&gt;&lt;p&gt;2. Though I've gotten this project to work on small sites, in its current form it will timeout on large images or sites with many images. Ideally each request to pull an image should be done via an asynchronous call, I just never got around to implementing that ability. You can get around this by extending php timeout limits on your server - though I'd do this as a temporary fix only for the sake of migration and reset these limits after.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian</dc:creator><pubDate>Wed, 09 Oct 2013 12:27:28 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-1076445308</link><description>&lt;p&gt;Unfortunately, I get an exception :( "The file cannot be saved."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neele</dc:creator><pubDate>Wed, 09 Oct 2013 12:20:01 -0000</pubDate></item><item><title>Re: WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title><link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comment-972977258</link><description>&lt;p&gt;Awesome! Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan</dc:creator><pubDate>Mon, 22 Jul 2013 22:43:32 -0000</pubDate></item><item><title>Re: Understanding Alternative syntax for control structures in PHP</title><link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comment-895830423</link><description>&lt;p&gt;THANK YOU SOOOOOOO MUCH!&lt;br&gt;I have been struggling all day long trying to get a switch statement to work. This is the only site with the right answer/syntax!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Faraday</dc:creator><pubDate>Mon, 13 May 2013 09:10:36 -0000</pubDate></item><item><title>Re: Enabling PHP and MySQL on your Localhost</title><link>https://www.brian2000.com/web-dev/enabelinng-php-and-mysql-on-your-localhost/#comment-846832861</link><description>&lt;p&gt;This question is a little off topic, but here's the solution&lt;/p&gt;&lt;p&gt;You're trying to connect to the database anonymously ("nobody"). You must provide valid credentials via mysql_connect() or mysqli::__construct().&lt;br&gt;The server by default is set to reject anonymous connections.&lt;/p&gt;&lt;p&gt;More here: &lt;a href="http://www.php.net/manual/en/mysqli.construct.php" rel="nofollow noopener" target="_blank" title="http://www.php.net/manual/en/mysqli.construct.php"&gt;http://www.php.net/manual/e...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Kennedy</dc:creator><pubDate>Fri, 27 Jul 2012 20:02:23 -0000</pubDate></item><item><title>Re: Enabling PHP and MySQL on your Localhost</title><link>https://www.brian2000.com/web-dev/enabelinng-php-and-mysql-on-your-localhost/#comment-846832858</link><description>&lt;p&gt;when i wanne create the table, i get the following error:Warning: mysql_query() [function.mysql-query]: Access denied for user  nobody'@'localhost' (using password: NO) in /home/a4690156/public_html/Scripts/create_Table.php on line 34PHP Error MessageWarning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/a4690156/public_html/Scripts/create_Table.php on line 34no TABLE created.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven</dc:creator><pubDate>Mon, 23 Jul 2012 08:29:54 -0000</pubDate></item><item><title>Re: Understanding Alternative syntax for control structures in PHP</title><link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comment-846832867</link><description>&lt;p&gt;I truly appreciate this post. I've been looking all over for this!&lt;/p&gt;&lt;p&gt;You've made my day! Thank you again!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul</dc:creator><pubDate>Mon, 16 Jul 2012 23:36:34 -0000</pubDate></item></channel></rss>