Welcome Guest, Not a member yet? Register   Sign In
DX Auth 1.0.6 (Authentication library)

[eluser]AskoJr[/eluser]
So, i solved the problem by removing the following in Form_validation.php.

Code:
// Set the character encoding in MB.
        if (function_exists('mb_internal_encoding'))
        {
            mb_internal_encoding($this->CI->config->item('charset'));
        }

I don't know how important this is, hopefully not much...but just in case someone should reply..

[eluser]Unknown[/eluser]
Anybody else having problems with the zip file? I have tried opening it using three different programs and all three say it is an “invalid archive file”.

[eluser]ReyPM[/eluser]
Hi everyone:
I tried to use the library but get this error:
Code:
Error Number: 1364

Field 'user_data' doesn't have a default value

INSERT INTO `ci_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('518fe21b0a99f2655566caf8f67467ad', '192.168.0.2', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv', 1286339350)
while trying to access to any methods, can any help me to solve this or point me in the right direction?

[eluser]ReyPM[/eluser]
[quote author="JimmyPHP" date="1228886783"][quote author="uptown" date="1228873612"]I'm not seeing any captcha on my screen with the simple example. Any hints what I might be doing wrong?[/quote]

Check to make sure you have an exception in your .htaccess file if you have one:
Code:
RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|img|images|css|js|captcha|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

Also, make sure you have GD library installed and loaded in PHP[/quote]

Hi have GD installed and haven't any .htaccess file and didn't see the captcha code, why this?

Cheers

[eluser]natefons[/eluser]
wow. great system!

kudos

[eluser]malkabani[/eluser]
hi
i am using dx auth in tow website in my server
but ther is a bug
when i enter to backend in one site
the aother site automatic log in
with out go unto log in form
can anyone help me

[eluser]Stoney[/eluser]
Use different databases for your sites.

[eluser]malkabani[/eluser]
[quote author="cimet" date="1288893939"]Use different databases for your sites.[/quote]
i use different databases names for my sites
but same table names

[eluser]33cent[/eluser]
also try different cookie names Wink

[eluser]Stoney[/eluser]
Strange, I have more than 5 sites with dx_auth with the same config, and all working fine.
Every cookie has his domain and path defined, so they don't interfere with each other.




Theme © iAndrew 2016 - Forum software by © MyBB