Deprecated: Optional parameter $filename declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrimage.php on line 30 Deprecated: Optional parameter $pixelPerPoint declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrimage.php on line 30 Deprecated: Optional parameter $outerFrame declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrimage.php on line 30 Deprecated: Optional parameter $saveandprint declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrimage.php on line 30 Deprecated: Optional parameter $filename declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrvect.php on line 140 Deprecated: Optional parameter $pixelPerPoint declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrvect.php on line 140 Deprecated: Optional parameter $outerFrame declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrvect.php on line 140 Deprecated: Optional parameter $saveandprint declared before required parameter $fore_color is implicitly treated as a required parameter in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/source/QRCode/lib/qrvect.php on line 140 /*jshint esversion: 6 */ $(document).ready(function() { "use strict"; //srollTop $(window).scroll(function() { if ($(this).scrollTop() > 100) { $('.scrollup').fadeIn(); } else { $('.scrollup').fadeOut(); } }); $('.scrollup').click(function() { $("html, body").animate({ scrollTop: 0 }, 1000); return false; }); }); //Message Handle function success_message(msg) { var x = document.getElementById("snackbar-success"); $("#snackbar-success").text(msg); x.className = "show"; setTimeout(function() { x.className = x.className.replace("show", ""); }, 3000); } function warning_message(msg) { var x = document.getElementById("snackbar-warning"); $("#snackbar-warning").text(msg); x.className = "show"; setTimeout(function() { x.className = x.className.replace("show", ""); }, 3000); } $.fn.serializeObject = function() { var o = {}; var a = this.serializeArray(); $.each(a, function() { if (o[this.name] !== undefined) { if (!o[this.name].push) { o[this.name] = [o[this.name]]; } o[this.name].push(this.value || ''); } else { o[this.name] = this.value || ''; } }); return o; }; Fatal error: Uncaught TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, int given in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/index.php:8 Stack trace: #0 /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/index.php(8): str_replace() #1 {main} thrown in /mnt/web004/e1/03/511125403/htdocs/qrcode-check-com/index.php on line 8