Gossamer Forum
Home : General : Perl Programming :

Re: [moog] Protecting Graphical Content...

Quote Reply
Re: [moog] Protecting Graphical Content... In reply to
Hi moog,

I don't know if this is approachable.

In the approximate template, just use

<img src="myimage.cgi?file=thisimage.gif">

and in the myimage.cgi scirpt

if($USER->{type} eq 'moderator'){

'read that image file and print it out

}else{

print 'a transparent image'

}

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread Protecting Graphical Content... moog 4096 Dec 17, 2003, 2:19 PM
Post Bump...
moog 3877 Dec 26, 2003, 12:53 PM
Post Re: [moog] Protecting Graphical Content...
tandat 3851 Dec 28, 2003, 5:48 PM