Anti Source Viewer and anti grabber using php

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anti Source Viewer and anti grabber using php

    Anti Source Viewer using javascript its not effective and maybe your site load too slow or can't be viewed with some browser
    Attached Files

    #2
    No Javascript is used in the code above (its all php) - so it wont slow your site down :P

    This does not stop you viewing source - this script just stops grabbers that are using php get_file_contents() - unfortunately it does not protect against CURL

    Comment


      #3
      ok, for no right click, don't use javascript...

      simple way, add this:
      HTML Code:
      oncontextmenu="return false;"
      to your body tag like this:

      HTML Code:
      <body oncontextmenu="return false;">
      and no more right click, n no javascript needed...
      C3 Themes: http://c3themes.wen.ru/index.html
      Find Files: http://mystarter.tk/?goto=X-search

      Comment


        #4
        oncontextmenu="return false;" is javascript and wont slow your site down - js can be used to improve the speed of long html codes.

        Also with javascript if you place it at the bottom of your script then everything will load first so you wont notice the difference in load time

        Comment


          #5
          oncontextmenu="return false;" is javascript? i thought it was html5, oh well. i learn something new every day, lol...
          C3 Themes: http://c3themes.wen.ru/index.html
          Find Files: http://mystarter.tk/?goto=X-search

          Comment

          Working...
          X