+ Reply to Thread
Page 333 of 1453 FirstFirst ... 233 283 323 331 332 333 334 335 343 383 433 833 1333 ... LastLast
Results 3,321 to 3,330 of 14526
  1. #3321
    Senior Member Monstein's Avatar
    Join Date
    Aug 2012
    Location
    West Valley Utah
    Posts
    412
    Quote Originally Posted by KnightHeat View Post
    ahhh, I see. I didn't know he posted it up, I thought it was put up by you.. no worries, i find it funny, and love the avatar of animal haha! I know there was a post about making a pic like this with a doll, and his head. Did you take this pic, or just customize it?
    The post was by me, made it right after because I had no idea where to look for a code...still don't.

    The head was from his twitter page.

    He really did not post it up. He did what is called re twitting. It just sends someones twitter message to there followers.
    "It punches you in the face with how bad it is"-Glenn Hetrick

    If anyone needs me.......http://www.youtube.com/watch?v=PdkOdulgmJQ
    Twitter: https://twitter.com/Monstein
    Facebook: http://facebook.com/Monstone

  2. #3322
    Member KnightHeat's Avatar
    Join Date
    Jan 2013
    Location
    Santa Rosa, CA
    Posts
    96
    Quote Originally Posted by RIPPER View Post
    any one try San Francisco

    Darby Dan's Sandwiches
    733 Airport Blvd
    South San Francisco, CA 94080
    http://www.yelp.com/biz/darby-dans-s...-san-francisco
    ~~~KnightHeart~~ I missed the R it looks like hahaha

  3. #3323
    Quote Originally Posted by Monstein View Post
    Darby, John F., Personal Reflections. St. Louis: G.I. Jones and Co., 1880.

    John Darby served two terms as Mayor of St. Louis in the 1840's. His book gives a first hand account of what daily life was like for a leading citizen of the City in the middle 19th century. Discussions of specific neighborhoods help bring the 19th century city to life.

    I am just saying there is no building from 1932 named after him

  4. #3324
    Junior Member
    Join Date
    Jan 2013
    Posts
    13
    Well someone suggested looking at the forums, so I was poking around the sourcecode. Found something that stood out to me, but havent been able to make an actual code out of it... maybe someone else will come up with something from it.

    There are eight links on the page which have a single digit 'accesskey' on them. In order of appearance they would be s5323419

    I can't see any reason why the links would need this variable. The variable isn't unique either since there are two number 3's. Since the first one is an s, this means that its not just numbers, but alphanumeric.
    Also, the links themselves vary - they're not all the same type of weblink. ie: one is a javascript.

    Since it's the forums, I don't know if the line I have listed them on will always be the same or not, so I'll paste the lines below as well.
    Code:
    line 104 <input type="submit" class="loginbutton" tabindex="104" value="Log in" accesskey="s" />
    
    line 144 <li><a rel="help" href="faq.php" accesskey="5">FAQ</a></li>
    
    line 161 <a href="javascript://" class="popupctrl" accesskey="3">Quick Links</a>
    
    line 179 <li><a class="navtab" href="search.php?do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">What's New?</a></li>
    
    line 181 <li><a accesskey="3" href="http://defiance.com/en/community/" class="navtab">Community Blog</a></li>
    
    line 194 <li><a href="search.php" accesskey="4">Advanced Search</a></li>
    
    line 204 <li class="navbithome"><a href="index.php" accesskey="1"><img src="http://cdn.defiance.com/defiance/img/forum/navbit-home-p.png" alt="Home" /></a></li>
    
    line 1289 <li><a href="https://trionworlds.custhelp.com/app/answers/detail/a_id/478" rel="nofollow" accesskey="9">Contact Us</a> |</li>

  5. #3325
    Senior Member Busdriver's Avatar
    Join Date
    Jan 2013
    Location
    Hamburg - Germany
    Posts
    286
    Quote Originally Posted by Sathanas View Post
    Well someone suggested looking at the forums, so I was poking around the sourcecode. Found something that stood out to me, but havent been able to make an actual code out of it... maybe someone else will come up with something from it.

    There are eight links on the page which have a single digit 'accesscode' on them. In order of appearance they would be s5323419

    I can't see any reason why the links would need this variable. The variable isn't unique either since there are two number 3's. Since the first one is an s, this means that its not just numbers, but alphanumeric.
    Also, the links themselves vary - they're not all the same type of weblink. ie: one is a javascript.

    Since it's the forums, I don't know if the line I have listed them on will always be the same or not, so I'll paste the lines below as well.
    Code:
    line 104 <input type="submit" class="loginbutton" tabindex="104" value="Log in" accesskey="s" />
    
    line 144 <li><a rel="help" href="faq.php" accesskey="5">FAQ</a></li>
    
    line 161 <a href="javascript://" class="popupctrl" accesskey="3">Quick Links</a>
    
    line 179 <li><a class="navtab" href="search.php?do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">What's New?</a></li>
    
    line 181 <li><a accesskey="3" href="http://defiance.com/en/community/" class="navtab">Community Blog</a></li>
    
    line 194 <li><a href="search.php" accesskey="4">Advanced Search</a></li>
    
    line 204 <li class="navbithome"><a href="index.php" accesskey="1"><img src="http://cdn.defiance.com/defiance/img/forum/navbit-home-p.png" alt="Home" /></a></li>
    
    line 1289 <li><a href="https://trionworlds.custhelp.com/app/answers/detail/a_id/478" rel="nofollow" accesskey="9">Contact Us</a> |</li>
    It's pure Bulletin code..... if u wanna know why the accescode, check the .js....

  6. #3326
    Senior Member c_spohr's Avatar
    Join Date
    Jan 2013
    Location
    texas
    Posts
    238
    lol to the point im just entering random six letter words into the redeemer

  7. #3327
    Quote Originally Posted by c_spohr View Post
    lol to the point im just entering random six letter words into the redeemer
    http://www.random.org/strings/

  8. #3328
    Junior Member
    Join Date
    Jan 2013
    Posts
    13
    Quote Originally Posted by Arglaar View Post
    http://www.random.org/strings/?num=1...t=html&rnd=new

    I did 10000 possible so far

  9. #3329
    Senior Member Monstein's Avatar
    Join Date
    Aug 2012
    Location
    West Valley Utah
    Posts
    412
    Quote Originally Posted by c_spohr View Post
    lol to the point im just entering random six letter words into the redeemer
    That more nutty then my photos.
    "It punches you in the face with how bad it is"-Glenn Hetrick

    If anyone needs me.......http://www.youtube.com/watch?v=PdkOdulgmJQ
    Twitter: https://twitter.com/Monstein
    Facebook: http://facebook.com/Monstone

  10. #3330
    Junior Member
    Join Date
    Jan 2013
    Location
    California
    Posts
    13
    Just seen this link on twitter and watched the video all the way through to the end and seen multiple codes, 1 or 2 we have I know. I can't quiet get the video stopped in time to see the others.

    http://www.ouroborosgamers.co.uk/for...-(8th-10th-Feb)

+ Reply to Thread
Page 333 of 1453 FirstFirst ... 233 283 323 331 332 333 334 335 343 383 433 833 1333 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts