Recent content by NSA

  1. NSA

    post your speed test

  2. NSA

    How'd your username come to be?

    Harry Truman November 4, 1952
  3. NSA

    Javascript - Flow side to side.

    Hi all! I'm trying to get a div to move from the left hand side of the screen to the right, back to the left and repeat. Now, this would be easy to do using jQuery's animate function, however... I want to be able to clone the current moving element, have it stop in its current position and the...
  4. NSA

    Stream Torrents

    Found an awesome site that streams Torrent / Magnet links. Grab the magnet / Torrent URL of the movie and paste it... automatically plays. http://joker.org/
  5. NSA

    Sorry delete..

    Worst.
  6. NSA

    Show DevBest New Index Page (chrispettyjohn) (Coded from scratch //Designed)

    I need your auth code (My Account > Manage Profile > Push Settings).
  7. NSA

    Show DevBest New Index Page (chrispettyjohn) (Coded from scratch //Designed)

    If you have a namecheap account I will push the domain to you.
  8. NSA

    Show DevBest New Index Page (chrispettyjohn) (Coded from scratch //Designed)

    Hey, you're free to ask me to transfer it over to one of your accounts? I just bought it for the lulz.
  9. NSA

    New to GitHub

    Hi all, I'm pretty new to Git and... for some reason, it doesn't seem to be committing files that have "class.*.php" in them. Nor is it committing image files. Is there a reason for this? Wat?
  10. NSA

    Today's my Birthday! :)

    Not sure if you want a gold star or what?
  11. NSA

    API Troubles

    Somewhere in the index page, I would assume. Perhaps wrap what is already in the index.php page around the if statement. So if they've voted, the page will run as normal. The "echo 'You've voted';" is just a placeholder.
  12. NSA

    Show DevBest Shortening URLs with the FFS.Im public API

    Using jQuery function shorten(url){ $.ajax({ url: "http://api.ffs.im/?url=" + url, type: "GET", success: function(d){ if(d.result != 0){ console.log(d.result); }else{ //Handle the...
  13. NSA

    Help with UberCMS 2.0 by jonty To Revcms

    You're missing a ( before $password. should be md5($password) not md5$password)
  14. NSA

    Help with UberCMS 2.0 by jonty To Revcms

    You changed it in class.core.php?
  15. NSA

    Help with UberCMS 2.0 by jonty To Revcms

    I'd presume you'd need to change RevCMS' hashing function to the one used in Uber.
Top