Search Results

  1. Always Dance
  2. Always Dance
  3. Always Dance
  4. Always Dance
    Profile Post

    Done, check the thread

    Done, check the thread
    Profile Post by Always Dance for Misty, Nov 23, 2011
  5. Always Dance
    ...How I did not foresee this is beyond me.

    The solution should be simple, send me two VMs so I can test it when I'm finished.
    EDIT-done. With this one, all of your conversations will be opened in tabs.
    http://pastebin.com/4ffsAv3Y
    Post by: Always Dance, Nov 23, 2011 in forum: Feedback & Assistance
  6. Always Dance
  7. Always Dance
    Paste data from this should work for any id six digits or less:
    http://pastebin.com/U8aBRx9d
    Post by: Always Dance, Nov 23, 2011 in forum: Feedback & Assistance
  8. Always Dance
    Suggesting the first song in this movie for Christmas:


    There's an instrumental version available on iTunes
    Post by: Always Dance, Nov 23, 2011 in forum: KHV Chorus
  9. Always Dance
  10. Always Dance
    Um..I never asked for
    "You got me bona fide, certified
    You got a genie for your charge d'affaires"...but I'll take it if you want to give me an extra line XD
    Post by: Always Dance, Nov 23, 2011 in forum: KHV Chorus
  11. Always Dance
    Yay! C:

    Now, KHV must officially endorse this!
    /feelslikeahaxor

    (But seriously if you could somehow replace the link on the CP to the person's profile with this link, that'd be nice)

    If anyone's wondering how I made this, I used Chrome's "inspect element" feature to find the names (Well classes actually, they don't have names, which gave me a lot of gripe) of the links to your profile and your VMers profile. And I had enough knowledge of Javascript to write that little code. How I posted it is probably unreadable, but I wanted to make it as small as possible. Here's the bigger, readable version:
    Code:
    
    var x = (document.getElementsByClassName('username understate commalist')[0].href);
    var y = x.slice(34,39);
    x = document.getElementsByClassName('welcomelink')[0].href;
    var z = x.slice(36,39);
    window.location = ('kh-vids.net/converse.php?u='+y+'&u2='+z);
    
    Explanation:
    Okay, so document.getElementsByClassName('username understate commalist') returns an array of all elements on the page with the Class name "username understate commalist". I found that the link to the VMers profile has that class name, so that's why used it. Even though there's only one element on the page with this name, it still returns an array. What I want is the first element in the array, which is why I used [0]. The ".href" is at the end because the href is the URL of the user's profile. So after everything, the variable x contains the link to the user's profile
    The .slice(34,39) cuts out every part of the link except for the user ID. Slicing the link to my profile from the 34th to the 39th character leaves only "36122", for example. Keep in mind that this means it won't work for anyone with an ID of more than 5 digits. For some reason it does still work if you have less than 5 digits though. I don't know why.
    Then the rest of it should be pretty self explanatory.

    Post by: Always Dance, Nov 23, 2011 in forum: Feedback & Assistance
  12. Always Dance
    First impression?
    Impression now?
    Favorite novel?
    Could you please try this? (Third post on the second page)
    What movie are you looking forward to seeing the most?
    Opinions on Nintendo?
    Opinions on Sony?
    You can have one fictional character as your best friend, who do you pick?
    If you could have any super power, what would it be?
    Post by: Always Dance, Nov 23, 2011 in forum: The Playground
  13. Always Dance
  14. Always Dance
  15. Always Dance


    You got some power in your corner now
    Some heavy ammunition in your camp

    [I'm in the mood to help you dude
    You ain't never had a friend like me.]

    So doncha sit there slack jawed, buggy eyed
    I'm here to answer all your midday prayers


    Mister Aladdin, sir, have a wish or two or three
    I'm on the job, you big nabob
    Post by: Always Dance, Nov 23, 2011 in forum: KHV Chorus
  16. Always Dance
  17. Always Dance
  18. Always Dance
  19. Always Dance
  20. Always Dance