Self-destructive Layouts
@vampirefreaks.com
Add New Buttons
Directions:
01. Copy the code you need, and paste it into your profile.
02. Replace the red text with your own username.

New "Rate and Comment" button:
<form action='http://vampirefreaks.com/user_comment.php?user=your username&rate=1' method='post'> <input type='submit' value ='Rate and Comment'> </form>

New "Leave a Comment" button:
<form action='http://vampirefreaks.com/user_comment.php?user=your username' method='post'> <input type='submit' value ='leave a comment'> </form>

New "Add to Friends" button:
<form action='http://vampirefreaks.com/profile_action.php?user=your username' method='post'> <input type='hidden' name='friendslist' value='1'><input type='submit' value ='add to friends'> </form>

New "Add to Favorites" button:
<form action='http://vampirefreaks.com/profile_action.php?user=your username' method='post'> <input type='hidden' name='favorites' value='1'><input type='submit' value ='add to favorites'> </form>

New "Block User" button:
<form action='http://vampirefreaks.com/profile_action.php?user=your username' method='post'> <input type='hidden' name='block_user' value='1'> <input type='submit' value ='block user'> </form>

New "Report user for abuse" button:
<form action='http://vampirefreaks.com/u/admin' method=post> <input type='submit' value='report user for abuse'> </form>

New "Add to Cult" button:
<form action='http://vampirefreaks.com/group_inviteuser.php?user=your username' method='post'> <input type='submit' value ='add to cult'> </form>

New "Add to Shitlist" button:
<form action='http://vampirefreaks.com/profile_action.php?user=your username' method='post'> <input type='hidden' name='shitlist' value='1'> <input type='submit' value ='add to shit list'> </form>