Eigene MySQL Queries abschicken:
man muss noch den pfad zur we_conf.inc.php ändern, datenbank benutzername und passwort und server…
dann kann man diese zeile ändern und eigene (am besten durch phpmyadmin getestete) abfragen abschicken:
$query = “SELECT * FROM `tblFile` WHERE `ID` =183”;
und dann die datei lib_mysqli_interface_webEdition_test.php im browser aufrufen.
webEdition_manual_database_access_v2.tar
where to put the files?
wo sind die Zugangsdaten für die Datenbank?
webEdition/we/include/conf/we_conf.inc.php
/*****************************************************************************
* DATABASE SETTINGS
*****************************************************************************/
// Domain or IP address of the database server
define(“DB_HOST”,”localhost”);
// Name of database being used by webEdition
define(“DB_DATABASE”,”dbname”);
// Username to access the database
define(“DB_USER”,base64_decode(’37dkd1ß23jd’));
// Password to access the database
define(“DB_PASSWORD”,base64_decode(‘1232123’));
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!