PDA

View Full Version : Bluring the post content!


backdoor
01-13-2012, 12:54 AM
Hello,
I have seen this feature in some forums which is using vBulletin but i have not remember any name. They are forcing to register users with using blur technology. It converts all posts to image with a heavy blur effects and so force users to register this system.

Are there any modification or plugin to do this process?

Thank you so much :)

Lynne
01-13-2012, 03:55 AM
It would help if we can see an example of this so we can see exactly what they are doing.

LifesGreatestGift
01-13-2012, 12:22 PM
simple CSS wrapped in a conditional

http://css-tricks.com/fun-with-blurred-text/

kh99
01-13-2012, 01:11 PM
They are forcing to register users with using blur technology.

It depends on how serious you are about hiding the stuff. If you use the CSS solution posted above I think users can just view the page source and see the text (and maybe you're ok with that). If you really are trying to hide your content you'd probably need to do something on the server.

nhawk
01-13-2012, 03:53 PM
If someone really wants to take the time to do this, look at imagecreate and imagepng in the PHP manual.