Login intergration?? Login intergration??
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Login intergration??

Started by Huser, January 25, 2005, 05:07:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Huser

Is it possible for CFG (which is a great script ;D) to intergrate the login with users that have hentaikey accounts and be able to log in with them. i was thinking something with the htaccess would maybe work but i'm not very smart though in this area. ???
------------------------------------------------------------------------------
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://hentaikey.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.hentaikey.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/login.php [NC]
RewriteRule /*  http://mysite.com/signup/index.php/ [R,L]
------------------------------------------------------------------------------------------

Joachim Müller

we don't know the authentification method of hentaikey, and as it's a commercial site I doubt they will let you have information on it. Anyway - I have no idea, and I definitely will not sign up there to have a look, but I doubt htaccess means will work.

Joachim