How to Avoid Lawsuits from MySpace

As MySpace gains national notoriety and media recognition, the social network has become less and less a lighthearted “anything goes” playground and more a liability demanding careful discretion. Don’t believe you can get sued for your MySpace activity? Recent national news begs to differ:

With so many legal actions flying, every MySpace user is well-advised to measure their actions carefully. While avoiding legal trouble seems like a no-brainer (i.e. don’t break the law) here are couple quick guidelines for those considering wading into murky territory:

  • Read all the terms and conditions. They are readily available on MySpace’s front page and you agreed to them when you signed up. Taking a moment to read through them may serve you well in keeping your nose clean. Some highlights:
    • Unless endorsed by MySpace, you can’t use your profile to sell any products.
    • Don’t post anything copyrighted. In most cases, MySpace will simply remove the material, but if it comes to a lawsuit, the terms stipulate that you are ultimately responsible for what ends up on your MySpace layouts.
    • Hate speech, bigotry, racial prejudice and obscenity are all barred from MySpace, just like in any other public forum.
  • Rule of thumb: if it’s illegal somewhere else, its likely illegal on MySpace. If you couldn’t get away with it in public (posting nude photos, promoting criminal activities, soliciting drugs or sex) it’ll probably get you in trouble on MySpace.
  • Don’t make any propositions, whether you intend to act upon them or not. In fact, don’t talk to anyone under 18 if you are over 18, if you can help it. Statutory rape and predatory solicitation is one of the most contentious issues on the Internet.
  • Be careful with your music. Uploading copyrighted MP3s and videos can lead to litigation, depending on how uptight its owners are. In some cases, posting a cover version of a song that you recorded can be a copyright infringement.
  • Don’t poke around too much. If you have to fiddle with code, use a program other than your browser, or exploit a “bug” or workaround to access something, its probably illegal, or at the very least, grounds for canceling your account.

While far from inclusive, these general guidelines should help keep you out of the courthouse. But for all web activities, your best bet is to use your common sense. If something you are doing seems dodgy, malicious, and ethically questionable or profane, you are almost certainly better off channeling your efforts towards something more positive.

Share/Save/Bookmark

No Comments |Tags:
seperator

Add a branding logo image on the top

The code would create a space above the ad section of MySpace profile page, then you can put a branding or logo image whatever there.
Change http://blog.myspacemaster.net/wp-content/uploads/2007/07/ph01.jpg to your image’s URL;
Make sure that you match the value 800, 261 with your image’s actual width and height value;
margin-left value to be the negative value of half the image width, for example, your image width is 1000px, then margin-left value should be -500px;
margin-top value to be the image’s height.

Screenshots:

  • before:
    thum24.gif
  • after:
    thum25.gif

read more »

Share/Save/Bookmark

13 Comments |Tags:
seperator

celebrities, artists, rappers official MySpace lists

read more »

Share/Save/Bookmark

8 Comments |Tags:
seperator

Hide Personal Info Section

The code would hide / remove your personal info section which contains your picture, gender, sex, location, etc.

Screenshots:

  • before:
    thum23.gif
  • after:
    thum22.gif

read more »

Share/Save/Bookmark

11 Comments |Tags:
seperator

Center all text in profile

MySpace profile text default is align to the left, this code would center all text in every section.

Screenshots:

  • before:
    thum21.gif
  • after:
    thum20.gif

read more »

Share/Save/Bookmark

31 Comments |Tags:
seperator

Hide Blog section

Hide / Remove the blog section.

Screenshots:

  • before:
    thum18.gif
  • after:
    thum19.gif

read more »

Share/Save/Bookmark

250 Comments |Tags:
seperator

Hide About Me Blurbs

Get rid of the blurbs section.

Screenshots:

  • before:
    thum17.gif
  • after:
    thum16.gif

read more »

Share/Save/Bookmark

23 Comments |Tags:
seperator

Replace Name on Top by an Image

This code will hide your name on top of profile, and it uses an image to place the text name.
Replace the number: 297 with your image’s actual width; replace the number 55 with your imgae’s actual height; replace http://blog.myspacemaster.net/wp-content/uploads/2007/07/asd.jpg with the image’s url.
So, for example, you would like to replace the name text with this image: http://www.site.com/image.jpg, the image is 300px * 100px size. You will need to change the code to width: 300px; height: 100px; background-image:url(’http://www.site.com/image.jpg’);, the rest remains same.

Screenshots:

  • before:
    thum15.gif
  • after:
    thum14.gif

read more »

Share/Save/Bookmark

17 Comments |Tags:
seperator

Add a Colorful Border to Profile

This code allows you to add a border to profile. Cage the whole page under a colored border, you can also change the style of border, thickness of border, etc.
border-style value could be: dotted, dashed, solid, double, groove, ridge, inset, outset
Change thickness of each side’s border by changing ‘10′ to other value.
Change the border color by change f0618c to other code. You can get color code by using this Color Code Picker

Screenshots:

  • before:  
    thum11.gif
  • after:  
    thum12.gif

read more »

Share/Save/Bookmark

6 Comments
seperator

Moving Text on Top of Profile

This code will put your words scolling (keep moving) on the top of your MySpace profile page.
You can adjust the position of scrolling text by change value of 150 in top:150px, to be higher, use a smaller value, to be lower, use a greater value.
If you want to change the moving direction, change right in direction=”right” to left
Change font size, by editing the value of 50 in font-size:50px, change color by editing red in color: red

Screenshots:

  • after:
    thum10.gif

read more »

Share/Save/Bookmark

23 Comments |Tags:
seperator