<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP Application Turns MySpace Friends Into CSV &#8211; View/Mine in Excel Spreadsheet Etc</title>
	<atom:link href="http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 13:31:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: judas</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-950</link>
		<dc:creator>judas</dc:creator>
		<pubDate>Tue, 30 Dec 2008 17:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-950</guid>
		<description>@zainuddin  : install curl on your server.</description>
		<content:encoded><![CDATA[<p>@zainuddin  : install curl on your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-585</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 04 Aug 2008 17:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-585</guid>
		<description>Is there a way to pull the email addresses from the profiles so that they can be added to a mailing list?</description>
		<content:encoded><![CDATA[<p>Is there a way to pull the email addresses from the profiles so that they can be added to a mailing list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zainuddin</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-584</link>
		<dc:creator>zainuddin</dc:creator>
		<pubDate>Sun, 25 May 2008 05:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-584</guid>
		<description>Fatal error: Call to undefined function curl_init() in D:\Apache &amp; Mysql\htdocs\myspace\ms_class.php on line 19</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to undefined function curl_init() in D:\Apache &amp; Mysql\htdocs\myspace\ms_class.php on line 19</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-580</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Apr 2008 19:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-580</guid>
		<description>I think the problem with the BET profile is that they don&#039;t have their genre listed. Normally there is a classification like &quot;Indie / Rock / Retro&quot;. These problems will crop up sometimes with profiles, because the TITLE data is formatted like

&quot;A - B - C - D - E&quot;

From a programming standpoint this difficult to distinguish from

&quot;A  - C - D - E&quot;

and there will sometimes be issues. Luckily the overwhelming majority of profiles fit a certain structure, so it should work fine for 98% of your contacts. Let me know if you find any other issues (I just accepted your friendship on MySpace if you want to message me there).

I wish that the foafr forum still worked.. I&#039;m trying to work out a database error that seems to have been caused by GoDaddy upgrading (or downgrading) their MySQL installation. If I can figure that out we should move it over there.</description>
		<content:encoded><![CDATA[<p>I think the problem with the BET profile is that they don&#8217;t have their genre listed. Normally there is a classification like &#8220;Indie / Rock / Retro&#8221;. These problems will crop up sometimes with profiles, because the TITLE data is formatted like</p>
<p>&#8220;A &#8211; B &#8211; C &#8211; D &#8211; E&#8221;</p>
<p>From a programming standpoint this difficult to distinguish from</p>
<p>&#8220;A  &#8211; C &#8211; D &#8211; E&#8221;</p>
<p>and there will sometimes be issues. Luckily the overwhelming majority of profiles fit a certain structure, so it should work fine for 98% of your contacts. Let me know if you find any other issues (I just accepted your friendship on MySpace if you want to message me there).</p>
<p>I wish that the foafr forum still worked.. I&#8217;m trying to work out a database error that seems to have been caused by GoDaddy upgrading (or downgrading) their MySQL installation. If I can figure that out we should move it over there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew A. Peterson</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-582</link>
		<dc:creator>Andrew A. Peterson</dc:creator>
		<pubDate>Wed, 09 Apr 2008 09:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-582</guid>
		<description>I know what you&#039;re talking about and thanks for participating, Daniel G.
I think the issue has to do with the grep expressions, and possibly the fact that band/filmmaker profiles might be laid out a little differently.
My understanding is that this info is being scraped from the TITLE of the page.
The thing is, my friend who wrote this is a full time student and doesn&#039;t have a lot of time to devote to ongoing tweaking of this.  And surely myspace will be changing their url strings soon and everything will break.
I think maybe we should move to a forum or a work-group of some sort so we can create a distributable conversation.  That way, you can get updates as coders who decide to participate in keeping the dream alive volunteer their contributions.
Any suggestions on a preferred platform for open discussion?</description>
		<content:encoded><![CDATA[<p>I know what you&#8217;re talking about and thanks for participating, Daniel G.<br />
I think the issue has to do with the grep expressions, and possibly the fact that band/filmmaker profiles might be laid out a little differently.<br />
My understanding is that this info is being scraped from the TITLE of the page.<br />
The thing is, my friend who wrote this is a full time student and doesn&#8217;t have a lot of time to devote to ongoing tweaking of this.  And surely myspace will be changing their url strings soon and everything will break.<br />
I think maybe we should move to a forum or a work-group of some sort so we can create a distributable conversation.  That way, you can get updates as coders who decide to participate in keeping the dream alive volunteer their contributions.<br />
Any suggestions on a preferred platform for open discussion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel G.</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-581</link>
		<dc:creator>Daniel G.</dc:creator>
		<pubDate>Wed, 09 Apr 2008 09:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-581</guid>
		<description>Ok, after a 2nd look here at 4am, maybe I was wrong :O LOL So, it is putting in different data in some fields on some profiles it scraped...
BAND	51699283	B.E.T		B.E.T		Washington	 Washington	http://a803.ac-images.myspacecdn.com/00499/20/83/499693802_s.gif

see where the fields data are being duplicated as shown here... weird...this is only happening on a few of the profiles...</description>
		<content:encoded><![CDATA[<p>Ok, after a 2nd look here at 4am, maybe I was wrong :O LOL So, it is putting in different data in some fields on some profiles it scraped&#8230;<br />
BAND	51699283	B.E.T		B.E.T		Washington	 Washington	<a href="http://a803.ac-images.myspacecdn.com/00499/20/83/499693802_s.gif" rel="nofollow">http://a803.ac-images.myspacecdn.com/00499/20/83/499693802_s.gif</a></p>
<p>see where the fields data are being duplicated as shown here&#8230; weird&#8230;this is only happening on a few of the profiles&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel G.</title>
		<link>http://andrewapeterson.com/2008/04/php-application-turns-myspace-friends-into-csv-viewmine-in-excel-spreadsheet-etc/comment-page-1/#comment-583</link>
		<dc:creator>Daniel G.</dc:creator>
		<pubDate>Wed, 09 Apr 2008 09:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://andrewapeterson.com/?p=372#comment-583</guid>
		<description>One thing it needs is to change commas in city/states in profile. When opening in excell, some fields are off because of the commas in the profiles. Just a thought. 4Am here, I hope that made sense :P</description>
		<content:encoded><![CDATA[<p>One thing it needs is to change commas in city/states in profile. When opening in excell, some fields are off because of the commas in the profiles. Just a thought. 4Am here, I hope that made sense <img src='http://andrewapeterson.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

