dev-admin2.prodess.no
Open in
urlscan Pro
185.119.99.61
Public Scan
URL:
https://dev-admin2.prodess.no/
Submission: On December 06 via api from US — Scanned from US
Submission: On December 06 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
DATABASE_EXCEPTION [ 2 ]: MYSQLI::__CONSTRUCT(): (HY000/1044): ACCESS DENIED FOR USER 'PRODESS_DEV_USER'@'%' TO DATABASE 'PRODESS_REDESIGN' MODPATH/database/classes/kohana/database/mysqli.php [ 75 ] 70 catch (Exception $e) 71 { 72 // No connection exists 73 $this->_connection = NULL; 74 75 throw new Database_Exception(':error', array(':error' => $e->getMessage()), $e->getCode()); 76 } 77 78 // \xFF is a better delimiter, but the PHP driver uses underscore 79 $this->_connection_id = sha1($hostname.'_'.$username.'_'.$password); 80 1. MODPATH/database/classes/kohana/database/mysqli.php [ 154 ] » Kohana_Database_MySQLi->connect() 149 } 150 151 public function query($type, $sql, $as_object = FALSE, array $params = NULL) 152 { 153 // Make sure the database is connected 154 $this->_connection or $this->connect(); 155 156 if (Kohana::$profiling) 157 { 158 // Benchmark this query for the current instance 159 $benchmark = Profiler::start("Database ({$this->_instance})", $sql); 2. MODPATH/database/classes/kohana/database/mysqli.php [ 337 ] » Kohana_Database_MySQLi->query(arguments) 0 integer 1 1 string(32) "SHOW FULL COLUMNS FROM `domains`" 2 bool FALSE 332 $result = $this->query(Database::SELECT, 'SHOW FULL COLUMNS FROM '.$table.' LIKE '.$this->quote($like), FALSE); 333 } 334 else 335 { 336 // Find all column names 337 $result = $this->query(Database::SELECT, 'SHOW FULL COLUMNS FROM '.$table, FALSE); 338 } 339 340 $count = 0; 341 $columns = array(); 342 foreach ($result as $row) 3. MODPATH/orm/classes/kohana/orm.php [ 1668 ] » Kohana_Database_MySQLi->list_columns(arguments) 0 string(9) "`domains`" 1663 * @return array 1664 */ 1665 public function list_columns() 1666 { 1667 // Proxy to database 1668 return $this->_db->list_columns($this->_table_name); 1669 } 1670 1671 /** 1672 * Returns an ORM model for the given one-one related alias 1673 * 4. MODPATH/orm/classes/kohana/orm.php [ 444 ] » Kohana_ORM->list_columns() 439 $this->_table_columns = ORM::$_column_cache[$this->_object_name]; 440 } 441 else 442 { 443 // Grab column information from database 444 $this->_table_columns = $this->list_columns(); 445 446 // Load column cache 447 ORM::$_column_cache[$this->_object_name] = $this->_table_columns; 448 } 449 } 5. MODPATH/orm/classes/kohana/orm.php [ 389 ] » Kohana_ORM->reload_columns() 384 { 385 $this->{$property} = $value; 386 } 387 388 // Load column information 389 $this->reload_columns(); 390 391 // Clear initial model state 392 $this->clear(); 393 } 394 6. MODPATH/orm/classes/kohana/orm.php [ 254 ] » Kohana_ORM->_initialize() 249 * 250 * @param mixed $id Parameter for find or object to load 251 */ 252 public function __construct($id = NULL) 253 { 254 $this->_initialize(); 255 256 if ($id !== NULL) 257 { 258 if (is_array($id)) 259 { 7. APPPATH/classes/orm.php [ 28 ] » Kohana_ORM->__construct(arguments) 0 NULL 23 24 public static function factory($model, $id = NULL, $available_only = FALSE) { 25 // Set class name 26 $class = 'Model_'.ucfirst($model); 27 28 $model = new $class($id); 29 30 if ($available_only) 31 { 32 if ((method_exists($model, 'banned') AND $model->banned()) 33 OR (method_exists($model, 'deactivated') AND $model->deactivated()) 8. APPPATH/bootstrap.php [ 223 ] » ORM::factory(arguments) 0 string(6) "domain" 218 Session::instance()->set('webshop_domain', $domain); 219 $is_webshop = TRUE; 220 } 221 }else{ 222 if ($host != NULL && $host != '') { 223 $domains = ORM::factory('domain')->find_all(); 224 foreach ($domains as $domain) { 225 if( substr($domain->domain, 0, strlen($host)) == $host || substr($domain->domain_int, 0, strlen($host)) == $host ) 226 { 227 Session::instance()->set('webshop_domain', $domain); 228 $is_webshop = TRUE; 9. DOCROOT/index.php [ 212 ] » require(arguments) 0 string(21) "APPPATH/bootstrap.php" 207 // Load empty core extension 208 require SYSPATH.'classes/kohana'.EXT; 209 } 210 211 // Bootstrap the application 212 require APPPATH.'bootstrap'.EXT; ENVIRONMENT INCLUDED FILES (92) DOCROOT/index.php SYSPATH/base.php SYSPATH/classes/kohana/core.php SYSPATH/classes/kohana/core/php7.php SYSPATH/classes/kohana.php APPPATH/bootstrap.php APPPATH/vendor-composer/autoload.php APPPATH/vendor-composer/composer/autoload_real.php APPPATH/vendor-composer/composer/ClassLoader.php APPPATH/vendor-composer/composer/autoload_static.php APPPATH/vendor-composer/symfony/polyfill-mbstring/bootstrap.php APPPATH/vendor-composer/ralouphie/getallheaders/src/getallheaders.php APPPATH/vendor-composer/symfony/polyfill-php72/bootstrap.php APPPATH/vendor-composer/guzzlehttp/promises/src/functions_include.php APPPATH/vendor-composer/guzzlehttp/promises/src/functions.php APPPATH/vendor-composer/guzzlehttp/psr7/src/functions_include.php APPPATH/vendor-composer/guzzlehttp/psr7/src/functions.php APPPATH/vendor-composer/myclabs/deep-copy/src/DeepCopy/deep_copy.php APPPATH/vendor-composer/symfony/polyfill-intl-idn/bootstrap.php APPPATH/vendor-composer/guzzlehttp/guzzle/src/functions_include.php APPPATH/vendor-composer/guzzlehttp/guzzle/src/functions.php APPPATH/vendor-composer/sendgrid/sendgrid/lib/BaseInterface.php APPPATH/vendor-composer/sendgrid/sendgrid/lib/SendGrid.php APPPATH/vendor-composer/sendgrid/sendgrid/lib/TwilioEmail.php APPPATH/vendor/browser-detector/autoload.php APPPATH/vendor/browser-detector/DetectorInterface.php APPPATH/vendor/browser-detector/Browser.php APPPATH/vendor/browser-detector/UserAgent.php APPPATH/vendor/browser-detector/Os.php APPPATH/vendor/browser-detector/Device.php APPPATH/vendor/browser-detector/DeviceDetector.php APPPATH/vendor/browser-detector/Language.php APPPATH/vendor/browser-detector/AcceptLanguage.php APPPATH/vendor/browser-detector/BrowserDetector.php APPPATH/vendor/browser-detector/OsDetector.php APPPATH/vendor/browser-detector/LanguageDetector.php APPPATH/vendor/browser-detector/InvalidArgumentException.php SYSPATH/classes/kohana/log.php SYSPATH/classes/kohana/config.php SYSPATH/classes/kohana/log/file.php SYSPATH/classes/kohana/log/writer.php APPPATH/vendor/Zend/Loader/Autoloader.php APPPATH/vendor/Zend/Loader.php SYSPATH/classes/kohana/config/file.php SYSPATH/classes/kohana/config/reader.php MODPATH/sitemap/init.php SYSPATH/classes/route.php SYSPATH/classes/kohana/route.php MODPATH/cache/classes/cache.php MODPATH/cache/classes/kohana/cache.php SYSPATH/classes/session.php SYSPATH/classes/kohana/session.php APPPATH/classes/arr.php SYSPATH/classes/kohana/arr.php SYSPATH/config/session.php MODPATH/database/config/session.php SYSPATH/classes/session/native.php SYSPATH/classes/kohana/session/native.php SYSPATH/classes/cookie.php SYSPATH/classes/kohana/cookie.php APPPATH/classes/orm.php MODPATH/orm/classes/kohana/orm.php SYSPATH/classes/model.php SYSPATH/classes/kohana/model.php APPPATH/classes/model/domain.php SYSPATH/classes/inflector.php SYSPATH/classes/kohana/inflector.php SYSPATH/config/inflector.php MODPATH/database/classes/database.php MODPATH/database/classes/kohana/database.php MODPATH/database/config/database.php APPPATH/config/database.php MODPATH/database/classes/database/mysqli.php MODPATH/database/classes/kohana/database/mysqli.php MODPATH/database/classes/database/exception.php MODPATH/database/classes/kohana/database/exception.php SYSPATH/classes/kohana/exception.php APPPATH/classes/i18n.php SYSPATH/classes/kohana/i18n.php APPPATH/classes/api.php APPPATH/vendor/tree/Tree.php APPPATH/vendor/tree/Tree/Node.php APPPATH/vendor/tree/Tree/InvalidParentException.php SYSPATH/classes/date.php SYSPATH/classes/kohana/date.php SYSPATH/classes/request.php SYSPATH/classes/kohana/request.php SYSPATH/views/kohana/error.php APPPATH/classes/html.php SYSPATH/classes/kohana/html.php SYSPATH/classes/utf8.php SYSPATH/classes/kohana/utf8.php LOADED EXTENSIONS (53) Core date libxml openssl pcre zlib filter hash Reflection SPL session standard apache2handler bcmath bz2 calendar ctype curl dom mbstring fileinfo ftp gd gettext iconv imap intl json exif mysqlnd PDO Phar posix shmop SimpleXML soap sockets sqlite3 sysvmsg sysvsem sysvshm tokenizer xml xmlwriter xsl mcrypt mysqli pdo_mysql pdo_sqlite wddx xmlreader zip Zend OPcache $_SERVER UNIQUE_ID string(27) "ZXCIXAykfwSmbn1S8JPnxQAAAAg" HTTP_HOST string(21) "dev-admin2.prodess.no" HTTP_ACCESS_CONTROL_ALLOW_ORIGIN string(1) "*" HTTP_X_REAL_IP string(13) "206.66.96.243" HTTP_X_FORWARDED_FOR string(13) "206.66.96.243" HTTP_X_SCHEME string(5) "https" HTTP_X_FORWARDED_PROTO string(5) "https" HTTP_CONNECTION string(5) "close" HTTP_PRAGMA string(8) "no-cache" HTTP_CACHE_CONTROL string(8) "no-cache" HTTP_UPGRADE_INSECURE_REQUESTS string(1) "1" HTTP_USER_AGENT string(115) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.62 Safari/537.36" HTTP_ACCEPT_LANGUAGE string(14) "en-US,en;q=0.9" HTTP_ACCEPT string(135) "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b …" HTTP_SEC_FETCH_SITE string(4) "none" HTTP_SEC_FETCH_MODE string(8) "navigate" HTTP_SEC_FETCH_USER string(2) "?1" HTTP_SEC_FETCH_DEST string(8) "document" HTTP_ACCEPT_ENCODING string(17) "gzip, deflate, br" PATH string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" SERVER_SIGNATURE string(0) "" SERVER_SOFTWARE string(6) "Apache" SERVER_NAME string(21) "dev-admin2.prodess.no" SERVER_ADDR string(9) "127.0.0.1" SERVER_PORT string(2) "80" REMOTE_ADDR string(9) "127.0.0.1" DOCUMENT_ROOT string(38) "/home/www/prodess/public_html_redesign" REQUEST_SCHEME string(4) "http" CONTEXT_PREFIX string(0) "" CONTEXT_DOCUMENT_ROOT string(38) "/home/www/prodess/public_html_redesign" SERVER_ADMIN string(14) "root@localhost" SCRIPT_FILENAME string(48) "/home/www/prodess/public_html_redesign/index.php" REMOTE_PORT string(5) "36164" GATEWAY_INTERFACE string(7) "CGI/1.1" SERVER_PROTOCOL string(8) "HTTP/1.0" REQUEST_METHOD string(3) "GET" QUERY_STRING string(0) "" REQUEST_URI string(1) "/" SCRIPT_NAME string(10) "/index.php" PHP_SELF string(10) "/index.php" REQUEST_TIME_FLOAT float 1701873756.2614 REQUEST_TIME integer 1701873756