Extremely simplified mariadb/mysql my.ini

 [client]
port        = 3306
[mysqld]
user        = mysql
port        = 3306
basedir        = [path]/mariadb-xyz
datadir        = [path]/mariadb-xyz\data
tmpdir        = [path]/mariadb-xyz\tmp
skip-external-locking

----------

Popular posts from this blog

Moodle 3.8.1+ ----------------------------------------------- File: admin/mailout-debugger.php #!/usr/bin/php Notice : Disabled. in \admin\mailout-debugger.php on line 73 File: admin/settings/appearance.php Notice : Undefined variable: hassiteconfig in \admin\settings\appearance.php on line 10 Fatal error : Uncaught Error: Call to undefined function has_any_capability() in \admin\settings\appearance.php:10 Stack trace: #0 {main} thrown in \admin\settings\appearance.php on line 10 File: admin/settings/badges.php Notice : Undefined variable: hassiteconfig in \admin\settings\badges.php on line 30 Fatal error : Uncaught Error: Call to undefined function has_any_capability() in \admin\settings\badges.php:30 Stack trace: #0 {main} thrown in \admin\settings\badges.php on line 30 File: admin/settings/courses.php Notice : Undefined variable: hassiteconfig in \admin\settings\courses.php on line 32 Fatal error : Uncaught Error: Call to undefined function

Hashes Algorithms used in different web applications. I've done this list by hand. Not all the hashes algos are correct (I've generically added md5 or ??? where is unkwnown). If you are interested send corrections and I will update it. I will publish also a better version with tabs. You can reproduce it without problems. It's part of the project mdcrack gui on sourceforge. Use the | as data separator. ----------------------------------------------------------------------------------------------------------------------------------------------------- | Title | Hash Algorithm | TablePrefix | Table Name | Website | ----------------------------------------------------------------------------------------------------------------------------------------------------- | 1C Битрикс | md5($pass) | | |http://www.1c-bitrix.ru/ | 1024cms | md5($pass) | | |http://www.1024cms.org/ | 4images | md5($pass) | | |http://ww

http://localhost/ocit/index.php?route=module/banner you can see a simple Notice : Undefined index: banner_id http://localhost/ocit/index.php?route=module/bestseller you can see a simple   Notice : Undefined index: limit  http://localhost/ocit/index.php?route=module/carousel you can see a simple Notice : Undefined index: banner_id http://localhost/ocit/index.php?route=module/featured you can see a simple   Notice : Undefined index: limit http://localhost/ocit/index.php?route=module/gallery (non stock extension/module) you can see a simple Notice : Undefined index: filter_banner_id http://localhost/ocit/index.php?route=module/news (non stock extension/module) Notice : Error: Table 'test.oc_news' doesn't exist Error No: 1146 SELECT * FROM oc_news n LEFT JOIN oc_news_description nd ON n.news_id = nd.news_id WHERE nd.language_id = '2' AND n.status = '1' ORDER BY date_added DESC LIMIT 0,5 in system\library\db\mysqli.php on line 41   No