coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Huser on January 25, 2005, 05:07:25 AM

Title: Login intergration??
Post by: Huser on January 25, 2005, 05:07:25 AM
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]
------------------------------------------------------------------------------------------
Title: Re: Login intergration??
Post by: Joachim Müller on January 25, 2005, 08:47:38 AM
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