
MySpace Comments Feed Creator
MySpace Commments Feed Creator generates RSS or Atom feeds for MySpace comments. Just enter the URL for a MySpace profile, and the feed will be created. You can use it to monitor the comments on your MySpace page.
Note: the MySpace.com blog URL should look like this:
http://www.myspace.com/[USER_NAME_HERE]
How This Works
For any programmers interested in replicating this, the following PCRE is used here to strip the relevant data out of a MySpace blog:
#<tr>[^<]*?<td[^>]*?>[^<]*?<a href="([^"]*?)">([^<]*?)</a>[^<]*?<br>[^<]*?<br>[^<]*?<a[^>]*?>[^<]*<img src="([^"]*?)"[^>]*?>[^<]*?</a>.*?</td>[^<]*?<td[^>]*?>[^<]*<span[^>]*?>([^<]*?)</span>[^<]*<br>[^<]*<br>(.*?)</td>[^<]*?</tr>#is
For additional assistance, I do quality freelance work.