omniphoni
Forum Replies Created
-
no! this is not the correct password! To be honest: what kind of developer working there?
just find out the following:
this is a testsystem for our livesite. thats why in wp-config.php i have the block
define(‘DB_NAME’, “ddddd”);
define(‘DB_USER’, “aaaaaa”);
define(‘DB_PASSWORD’, “ssssss”);twice.
B U T
the second one is marked with comments /**/ and you plugin has scraped the password and database and user from this (wrong) lines
With simple regexp you can find it and i am sure that are a lot of other possibilities to get this info WITHOUT searching for a string and using it without ANY tests!Version: 2.0.2
Found /www/htdocs/w019f793/kolaleipzig.de/www/wp-config.php.
Opening it for reading.
Looking for DB_NAME, DB_USER, DB_PASSWORD, DB_HOST and $table_prefix:- DB_NAME: found ‘d031fb11’
- DB_USER: found ‘d031fb11’
- DB_PASSWORD: found (click?to view password)
- DB_HOST: found ‘localhost’
- table_prefix: found ‘www_’
Attempting to connect to the DB:
Warning: mysqli_real_connect(): (HY000/1045): Access denied for user ‘d031fb11’@’localhost’ (using password: YES) in /www/htdocs/w019f793/kolaleipzig.de/www/yyy.php on line 125
Connection Error: Access denied for user ‘d031fb11’@’localhost’ (using password: YES)Exiting.
i have table-prefix, but same error – how can i resolve this?
There is a “magic” in order of the fields
first is first name, then name, then status and so on (i can’t figure out why the order is so)
i want to have my own order for the fields
Example-Form-Order:
– Status
– Name
– first Name
– Custom Field
– Save Button