Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


  2. Yuu

    Yuu

    Snow


    • Points

      1

    • Posts

      422


  3. Chance

    Chance

    Explorer


    • Points

      1

    • Posts

      92


Popular Content

Showing content with the highest reputation on 09/20/2013 in all areas

  1. Here is a large piece I made last night. Just another Portfolio piece, not really for anything but fun.
    1 point
  2. Demo of the final result: http://imsanctuary.info/jq/scroll/ ACP > Look & Feel > Your Skin > globalTemplate Find this: {parse template="includeJS" group="global" params="$jsModules"} {parse template="includeFeeds" group="global" params="$documentHeadItems"} {parse template="includeRTL" group="global" params=""} {parse template="includeVars" group="global" params="$header_items"} Add this code above the one you just found: <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script><script type='text/javascript'>jQuery.noConflict();jQuery(document).ready(function($){ // Smooth scroll to top $('a[href=#top], a[href=#ipboard_body]').click(function(){ $('html, body').animate({scrollTop:0}, 400); // Replace 400 with whatever number you want return false; });});</script> And you're done! With only a few lines of code.
    1 point
  3. Hey Guys, Been trying to find a place like this, so thanks to a simple google search and registration I'm here! Thanks
    1 point
  4. There is a hook for such a thing.. but it's faulty at best. http://community.invisionpower.com/files/file/5878-disable-right-click-and-ctrl-c/ Fair warning however, even with the use of such a hook, browsers these days have built-in functionality that allows anyone to explore a site's source code. Chrome has Inspect Element, and FireFox has FireBug. Any site that it visible by human eyes is, in theory, potentially rippable. If you're going to even try to be accessible then this, by definition, must be the case (how else will browsers be able to deliver your content if it isn't machine readable). You could potentially use AJAX and rolling encryption to request all of your content from the server. You'd need to keep the method changing, or even random, so that each page load carries a different encryption scheme. But even this can be cracked if somebody truly wants to crack it. You'd also drop off the face of all search engines and therefore take a hit in traffic of real users. In short, nothing is safe on the internet.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...