"
,
didOpen: (login) => {
update_qrcode(msg)
}
})
}
function redirect_blank(url) {
var a = document.createElement('a');
a.target="_blank";
a.href=url;
a.click();
}
function refreshWeb() {
goWait()
window.location.href=window.location.href
}
function goTrxid() {
redirect_blank("https://stamping.io/explorer/?trxid="+document.getElementById("trxid").value)
}
function goDeleteNotifications() {
var xhr = new XMLHttpRequest();
//idsearch titlesearch
xhr.addEventListener("readystatechange", function() {
if(this.readyState === 4) {
console.log(this.responseText)
resp = JSON.parse(this.responseText);
if (resp.code==200) {
Swal.close()
document.getElementById("notifycount").innerHTML=""
} else {
Swal.fire({
icon:"error",
html:resp.message
})
}
}
});
xhr.open("POST", "https://stamping.io/admin/agents/notify?action=delete&token=&userid=");
goWait()
xhr.send();
}
Stampers
Latest created applications (Tops 25)
Stamper ID
# Evidences
Last Tx
Warning: Undefined variable $conn in /home/stamping/public_html/admin/stampers.php on line 215
Fatal error: Uncaught Error: Call to a member function query() on null in /home/stamping/public_html/admin/stampers.php:215
Stack trace:
#0 {main}
thrown in /home/stamping/public_html/admin/stampers.php on line 215