Even though myspace is supposed to be a social networking site, more and more its becoming less social. Clever use of CSS and HTML trickery allows users to easily hide their comments, friends list, online status, or just about any other feature they don't want to share with the rest of us. Well, I don't care for that.
After sifting through multiple articles and how-to's on creating a DIV overlay for myspace, I was finally able to piece enough "usable" info together creating a working overlay. Along the way I came across some info on creating custom links to myspace features such as the blog, pics, comment, ect. The trick is to find your 6 digit friend ID, copy the link to the paticular page you want to link to, then drop in your friend ID. Here's how it looks:
Heres the url to my wife's picture gallery here on myspace:
http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=55030234&MyToken=ef167572-1220-4b24-973e-101bd7d95110
Thats alot of garbage, but all you really need to find is the "friendID=" part. Now I'll pull up my profile and copy the link from that page.
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=126933300
See that? Thats MY friend ID.
friendid=126933300
Now we just drop that number into our first URL, cut off some of the extra crap we don't need and bang, we have a URL to my picture gallery, which I can use as an anchor tag on whatever I want in my DIV overlay.
http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=126933300
Now that got me to thinking. If I can use a friend ID and a URL to view my own stuff, what about other peoples? Yep, that works too. I found a friend of mine who had hidden her friends list with CSS that can be found on any of the 10 brazillian myspace sites out there. I copied the link to my "View Friends" page, then dropped in her friend ID and there it was. Now I can view any part of a myspace page that has been hidden from viewers just by knowing the friend ID. No more secrets.
I have found that this doesn't work on people who are not on your friends list and have a private profile. I would love to find a work around for that.
I'll post the generic links to most of the intesting stuff later, ya know, for easy reference. /End