Login intergration?? Login intergration??
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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