Page 20 of 29

Re: Support for Account Manager

Posted: Sun Aug 15, 2010 9:13 am
by RiZe
denser wrote:it mean your hoster must have openssl and gd libraries in apache
Not in Apache, GD and OpenSSL are PHP business.
msjoker wrote:yes, but not how to fix it appears to me OK
If you are running Windows and you can edit the configuration files on your own, then open the php.ini file (location depends on configuration) and uncomment the lines like you can see bellow. On Linux you have to compile PHP with these libraries but I can't tell you how because I'm not hosting webserver on my own, just on my dev machine which is running Windows.

Code: Select all

 ;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;;...;extension=php_fileinfo.dllextension=php_gd2.dll   ; THIS ONE;extension=php_gettext.dll...;extension=php_oci8_11g.dll  ; Use with Oracle 11g Instant Clientextension=php_openssl.dll   ; AND THIS ONE;extension=php_pdo_firebird.dll... 
If you are not hosting on your own then ask your hoster that you need these libraries and maybe he will enable them for you.

Re: Support for Account Manager

Posted: Wed Sep 22, 2010 6:17 pm
by Skoczek
Hello
I need help with this script. I copied it to ftp, connect to sql and parse db.sql (via navicat) but when i try to make account i have an error

Code: Select all

Database problem : Account was not created. Please report this to the Staff.
in install.php i get
Checking php version :

Code: Select all

    * PHP version : 5.2.14 OK  Checking extensions loaded :     * mysql extension : OK    * gd extension : OK    * openssl extension : OK  Checking mysql connexion :     * connected ? OK  Checking db connexion :     * connected ? OK  Checking table connexion :     * accounts exist ? OK    * account_data exist ? OK  Checking sql parsing on accounts table :     * email exist ? OK    * created_time exist ? OK  Checking rights of the cache folder :     * cache folder : OK
I have new table: account_data (and inside it i have account_name, var and value (and it was 1 entery here with my ip))
and in table accounts i have email (all entery have null), created_time (with today date)

Re: Support for Account Manager

Posted: Sat Oct 09, 2010 2:45 pm
by L2Noble
Skoczek wrote:Hello
I need help with this script. I copied it to ftp, connect to sql and parse db.sql (via navicat) but when i try to make account i have an error

Code: Select all

Database problem : Account was not created. Please report this to the Staff.
in install.php i get
Checking php version :

Code: Select all

    * PHP version : 5.2.14 OK  Checking extensions loaded :     * mysql extension : OK    * gd extension : OK    * openssl extension : OK  Checking mysql connexion :     * connected ? OK  Checking db connexion :     * connected ? OK  Checking table connexion :     * accounts exist ? OK    * account_data exist ? OK  Checking sql parsing on accounts table :     * email exist ? OK    * created_time exist ? OK  Checking rights of the cache folder :     * cache folder : OK
I have new table: account_data (and inside it i have account_name, var and value (and it was 1 entery here with my ip))
and in table accounts i have email (all entery have null), created_time (with today date)

i have same problem moreover when i try login page with my account ingame i gate msg: We were unable to verify your login. Either your login information was entered incorrectly, or the account system is currently unavailable.

and cant login ingame also...

Re: Support for Account Manager

Posted: Tue Nov 02, 2010 11:28 am
by METALLAS
Hi,
I face a problem with this acm when someone creates account it sets access level = -1 , i forced to change it on class files and se it to 0,but i believe that this is not the right way.

Re: Support for Account Manager

Posted: Tue Nov 02, 2010 2:27 pm
by jurchiks
e-mail confirmation?

Re: Support for Account Manager

Posted: Wed Nov 03, 2010 8:06 pm
by METALLAS
jurchiks wrote:e-mail confirmation?
with or not it sets it to -1.E-mail confirmation says me activation key isn't correct

Re: Support for Account Manager

Posted: Wed Nov 03, 2010 8:25 pm
by jurchiks
well then dig in the scripts and change it to 0, how hard is that?

Re: Support for Account Manager

Posted: Thu Nov 04, 2010 1:57 pm
by METALLAS
jurchiks wrote:well then dig in the scripts and change it to 0, how hard is that?
i did it but there is no meaning on e-mail activation. :/

Re: Support for Account Manager

Posted: Thu Nov 04, 2010 2:53 pm
by jurchiks
then disable it...

Re: Support for Account Manager

Posted: Sun Nov 07, 2010 9:05 am
by badking001
Problem on it .

Code: Select all

 Checking php version :     * PHP version : 5.2.13 OK  Checking extensions loaded :     * mysql extension : OK    * gd extension : OK    * openssl extension : OK  Checking mysql connexion :     * connected ? KO  Checking db connexion :     * connected ? KO  Checking table connexion :     * accounts exist ? KO    * account_data exist ? KO  Checking sql parsing on accounts table :     * email exist ? KO    * created_time exist ? KO  Checking rights of the cache folder :     * cache folder : OK
I'm using different website hosting and server . when i try on local all is OK .but when i upload to my web-hosting server .it can't connect mysql . show all KO

Thank you

Re: Support for Account Manager

Posted: Tue Nov 09, 2010 2:50 am
by denser
check your mysql security.

Re: Support for Account Manager

Posted: Tue Nov 23, 2010 6:37 pm
by goncafa
how can i add a new fields on registration form?

For example, i want to the user write

Name
Last Name
Country

when they register on my server.

Re: Support for Account Manager

Posted: Thu Dec 02, 2010 9:32 am
by bigbro
activation key isn't correct
problem. any ideas?

Re: Support for Account Manager

Posted: Thu Dec 02, 2010 10:34 am
by Edelvez
bigbro wrote:activation key isn't correct
problem. any ideas?
select the extension php_gd2 in php.ini

Code: Select all

;extension=php_exif.dll;extension=php_fileinfo.dll;extension=php_gd2.dll;extension=php_gettext.dll;extension=php_gmp.dll
must remove the ";" that is the prince of the line to enable..

Code: Select all

;extension=php_exif.dll;extension=php_fileinfo.dllextension=php_gd2.dll;extension=php_gettext.dll;extension=php_gmp.dll
then restart the apache service.

Re: Support for Account Manager

Posted: Thu Dec 02, 2010 12:23 pm
by bigbro
it is problem with activation code from email...
I will talk with hosting company to enable gd2, but installator said, that it is ok? :(