Log in

View Full Version : prevent viewers to copy and paste



neo_philiac
07-16-2006, 06:19 PM
IS there any way to prevent viewers to copy and paste whats o the page?

p.s. I am not talking about images. :eek:

Twey
07-16-2006, 10:13 PM
Not really, no.

djr33
07-28-2006, 05:25 PM
you can do it with scripts, but it won't stop people from getting it if they really want to... just stop (and annoy) the average viewer.

benslayton
07-28-2006, 05:38 PM
Well you could use PHP to make an image of what you want to write. People couldnt copy/paste the text, but they could the image. Why would you need such script? Heh:)

jr_yeo
07-28-2006, 06:05 PM
Well you could use PHP to make an image of what you want to write

with gd library, right? :D

djr33
07-28-2006, 11:02 PM
Yeah.

Or just do it in photoshop.

If you REALLY need to change a lot dynamically, you could use php. But otherwise, I'd just use photoshop. There's a heck of a lot of setup work for a single image. It'll only save you time/effort if you're doing a LOT of images like that.