Server IP : 103.53.40.154 / Your IP : 3.145.34.237 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/omeka/../moodle28/../una/../tht/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php ////////////////////////////// // The Hosting Tool // SQL Config // By Jonny H // Released under the GNU-GPL ////////////////////////////// //Are we being called by the script? if(THT != 1){die();} //MAIN SQL CONFIG - Change values accordingly $sql['host'] = '[[softdbhost]]'; #The MySQL Host, usually default - localhost $sql['user'] = '[[softdbuser]]'; #The MySQL Username $sql['pass'] = '[[softdbpass]]'; #The MySQL Password $sql['db'] = '[[softdb]]'; #The MySQL DB, remember to have your username prefix $sql['pre'] = '[[dbprefix]]'; #The MySQL Prefix, usually default unless otherwise //LEAVE $sql['install'] = true; ?>