MyBB Community Forums

Full Version: whitout Right-click
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-11-03, 06:02 PM)Malcolm. Wrote: [ -> ]If PHP was visible from the client side, it wouldn't be very secure...

wget http://community.mybb.com/inc/config.php

I expected some information like
$config['database']['username'] = "xxxxxxxxxx";
$config['database']['password'] = "xxxxxxxxxx";


[Image: happy-face-770659_normal.png]
TBH You can't restrict people to copy your HTML pages. There are many ways to copy HTML, CSS and Javascripts. Disabling right click wouldn't help you.
One way to get around no right click for HTML: File->Save As, Pick somewhere, Open saved file with notepad.

A way to get around no right click for images (FF): Tools->Page Info->Media->Find the image you want->Save As button.

Javascripts? Look in the HTML for the JS link, visit it manually, save page as, done.

Add to the above the fact that disabling right click annoys users who use it legitimately (Search Google for "$X" in FF, copy link location, bookmark link are the 3 that I immediately find useful). There is no way to protect HTML without screwing your users (and therefore, yourself). It's not worth the effort.
CTRL + U > CTRL + C
(2011-11-03, 07:52 PM)Paul H. Wrote: [ -> ]CTRL + U > CTRL + C

Don't you mean CTRL + U > CRTL + A > CTRL + C
Disable Javascript. View the web freely.
Pages: 1 2