Warning: Undefined array key "auth" in /home/stamping/public_html/admin/dashboard.php on line 22

Warning: Undefined array key "address" in /home/stamping/public_html/admin/dashboard.php on line 24

Warning: Undefined array key "id" in /home/stamping/public_html/admin/dashboard.php on line 25

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/stamping/public_html/admin/dashboard.php on line 12

Warning: Undefined array key 1 in /home/stamping/public_html/admin/dashboard.php on line 12
else { document.getElementById("code"+aId).style.display="block" document.getElementById("opt"+aId).innerHTML ="ocultar" } } async function addContract(contract, type, symbol, decimals) { method = 'wallet_watchAsset' if (type!="ERC20") decimals=0 ethereum.request({ method: method, params: { type: "ERC20", options: { address: contract, symbol: symbol, decimals: decimals, image: 'https://stamping.io/img/favicon.ico', }, }, }) .then((success) => { if (success) { console.log('FOO successfully added to wallet!'); } else { throw new Error('Something went wrong.'); } }) .catch(console.error); } async function addMetamask(chainid, name, rpc, contract, type, symbol, decimals) { if (decimals==null || decimals=="") decimals=0 if (symbol==null || symbol=="") symbol="STAMP" try { await ethereum.request({ method: 'wallet_switchEthereumChain', params: [{ chainId: "0x"+(chainid.toString(16)) }], }); showAlert("La red ya esta agregada"); addContract(contract, type, symbol, decimals) } catch (switchError) { console.log(switchError) // This error code indicates that the chain has not been added to MetaMask. if (switchError.code === 4902) { try { await ethereum.request({ method: 'wallet_addEthereumChain', params: [ { chainId: "0x"+(chainid.toString(16)), chainName: name, rpcUrls: [rpc] /* ... */, }, ], }); showAlert("La red ya esta agregada"); addContract(contract, type, symbol, decimals) } catch (addError) { // handle "add" error showAlert("Error al agregar la red"); } } // handle other "switch" errors } } function showMsg(aMsg, aTitle) { if (!aTitle) aTitle="Data asociada" aMsg=atob(aMsg) Swal.fire({ html: '
'+aTitle+'
'+aMsg+'
' }) } function deleteContract(aID) { Swal.fire({ title: '¿Seguro de ocultar este contrato del panel?', text: "Este contrato se eliminará de su panel, pero segirá existiendo en la red Blockchain", icon: 'question', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Si' }).then((result) => { if (result.isConfirmed) { deleteContractExec(aID) } }) } function deleteContractExec(aID) { var xhr = new XMLHttpRequest(); xhr.addEventListener("readystatechange", function() { if(this.readyState === 4) { console.log(this.responseText); aResp = JSON.parse(this.responseText) if (aResp.code==200) { showAlert("Eliminación satisfactoria") window.location.href=window.location.href } else { Swal.fire({"icon":"error","text":aResp.message}) } } }) xhr.open("GET", "https://stamping.io/admin/contract/delete/?id="+aID+"&token=
Warning: Undefined variable $token in /home/stamping/public_html/admin/dashboard.php on line 140
"); xhr.send(); } async function showAlert(aMsg) { const Toast = Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 3000, timerProgressBar: true, didOpen: (toast) => { toast.addEventListener('mouseenter', Swal.stopTimer) toast.addEventListener('mouseleave', Swal.resumeTimer) } }) Toast.fire({ icon: 'success', title: aMsg }) } async function copy(msg) { navigator.clipboard.writeText(msg); showAlert("Copiado") } function redirect(url) { var a = document.createElement('a'); a.href=url; a.click(); } async function showQR(msg) { Swal.fire( { showCloseButton: true, showCancelButton: false, showConfirmButton: true, html:"
"+ "
"+ "
"+ "
"+msg+'
'+"
"+ "
"+ "
" , 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(); }
Acceso

Bienvenido al dashboard de Stamping.io

Haz click en este botón que nos ayuda a detectar que eres un ser humano

Dashboard


Warning: Undefined variable $conn in /home/stamping/public_html/admin/dashboard.php on line 318

Fatal error: Uncaught Error: Call to a member function query() on null in /home/stamping/public_html/admin/dashboard.php:318 Stack trace: #0 {main} thrown in /home/stamping/public_html/admin/dashboard.php on line 318