Login intergration?? Login intergration??
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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