GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need to block FireFox Page info how? (https://gfy.com/showthread.php?t=534053)

acctman 10-29-2005 04:19 PM

Need to block FireFox Page info how?
 
anyone know how to block firefox from giving direct links to image and other media files via the Page Info. what's the point of no right clicking if you can just use firefox and click the save as button on any image or media file you want :(

V_RocKs 10-29-2005 06:16 PM

Ahhh.... dude... it is completely impossible...

To be able to do so would defeat the basics on how a browser works in the first place.

pornguy 10-29-2005 06:18 PM

Have you checkd to see if there is anything from FF??

V_RocKs 10-29-2005 06:23 PM

Basics on how a browser works:

You encode data with Hyper Text Markup Language.

Your browser downloads the data and uses the tags to display it...

If you don't send the link to the image... how the fuck do you expect FF to display it for you?

Even if someone wrote a piece of software to try and keep the data from you by not allowing you to save the page or view its source through FF, you can still just use NetCat or any other piece of software and get that data...

Libertine 10-29-2005 06:26 PM

You could always encode the source and decode/display it with javascript. People can still get the real source, of course, but it will take a bit more time.

sumphatpimp 10-29-2005 06:39 PM

you can try this if you want.
it prevents right click.


<!-- Right Click - Prevent Script
Use this link to help prevent users from stealing your code !-->

<script language="JavaScript">
function right(e) {
if (navigator.appName hahahaha 'Netscape' &&
(e.which hahahaha 3 || e.which hahahaha 2))
return false;
else if (navigator.appName hahahaha 'Microsoft Internet Explorer' &&
(event.button hahahaha 2 || event.button hahahaha 3)) {
alert("Please don't steal my stuff!!!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>

sumphatpimp 10-29-2005 06:43 PM

without the haha's

<script language="JavaScript">
function right(e) {
if (navigator.appName /=/= 'N/e/t/s/c/a/p/e' &&
(e.which hahahaha 3 || e.which hahahaha 2))
return false;
else if (navigator.appName /=/=/ 'M/i/c/r/o/s/o/f/t Internet Explorer' &&
(event.button hahahaha 2 || event.button hahahaha 3)) {
alert("Please don't steal my stuff!!!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>

iwantchixx 10-29-2005 06:44 PM

disabling right click also diasables opening in new tabs in firefox. Kinda stupi to alienate your surfers into not being able to use their browser how THEY want to.

Libertine 10-29-2005 06:46 PM

Quote:

Originally Posted by sumphatpimp
without the haha's

<script language="JavaScript">
function right(e) {
if (navigator.appName hahahaha 'N/e/t/s/c/a/p/e' &&
(e.which hahahaha 3 || e.which hahahaha 2))
return false;
else if (navigator.appName hahahaha 'M/i/c/r/o/s/o/f/t Internet Explorer' &&
(event.button hahahaha 2 || event.button hahahaha 3)) {
alert("Please don't steal my stuff!!!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>


Ehm... you do realize he isn't talking about blocking right clicks, but rather about blocking people viewing the source code through the program interface? (CTRL-U also works)

sumphatpimp 10-29-2005 06:47 PM

their really isn't any way to prevent a surfer from saving other than digital rights management.

sumphatpimp 10-29-2005 06:49 PM

Quote:

Originally Posted by punkworld
Ehm... you do realize he isn't talking about blocking right clicks, but rather about blocking people viewing the source code through the program interface? (CTRL-U also works)

my bad.
I didn't fully read his post, thought he just ment right click


All times are GMT -7. The time now is 07:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123