Walt
|
| Posted: 01/06/2005, 5:17 AM |
|
Hi
Does anybody know how to get security code image generation to work with codechargestudio. If anyone sells an addon or has any pointers it would be really appreciated.
I am looking for something along the lines of what http://phpnuke.org uses for login - username+password+security code
Cheers
Walt.
|
|
|
 |
Walt
|
| Posted: 01/12/2005, 7:10 AM |
|
thinking the gist of this would be to
#1
use an existing php app that generates text, generates image and if input text = image textwrite something as a session variable
#2
get restricted pages to check for session variable in all resticted pages.
--
is there an easy way to add a check for an additional session variable "xyz"="ok" within code charge on restricted pages?
(this is in addition to current authentication method on pages via user levels)
Does this seem like it is the way to go about it?
Any thoughts appreciated.
Thanks
|
|
|
 |
DonB
|
| Posted: 01/13/2005, 6:47 AM |
|
You might ask this guy. He has a simple onedemo'ed here. http://www.johnsontcs.com/contact.php
--
DonB
http://www.gotodon.com/ccbth
"Walt" <Walt@forum.codecharge> wrote in message
news:541e53dfb6c080@news.codecharge.com...
> thinking the gist of this would be to
>
> #1
> use an existing php app that generates text, generates image and if input
text
> = image textwrite something as a session variable
>
> #2
> get restricted pages to check for session variable in all resticted pages.
>
> --
>
> is there an easy way to add a check for an additional session variable
> "xyz"="ok" within code charge on restricted pages?
>
> (this is in addition to current authentication method on pages via user
> levels)
>
> Does this seem like it is the way to go about it?
>
> Any thoughts appreciated.
>
> Thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
feha
Posts: 712
|
| Posted: 01/13/2005, 11:20 PM |
|
Check & Download Here http://plebian.com/news.php?artc=138
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
feha
Posts: 712
|
| Posted: 01/14/2005, 4:29 AM |
|
This code is good too http://www.web-max.ca/PHP/misc_9.php
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
Walt
|
| Posted: 01/20/2005, 10:57 AM |
|
Thanks for all the links will have a go with this on the weekend.
|
|
|
 |