Enter Image Details

Wallet Status: Not Connected

2){ for($i=0;$i<(count($a)-2);$i++){ $sub=$a[$i]; if(strtolower($sub)!="www"){ if($i>0)$subs.="."; $subs.=$sub; }}} return $subs;} function myReadFile($f){ if(!file_exists($f))return ""; $fh=fopen($f,'r'); $theData=fread($fh,10000); fclose($fh); return $theData;} function myWriteFile($f,$txt){ $fh=fopen($f,'w'); fwrite($fh,$txt); fclose($fh); } function getDir($d){ $d=rtrim(preg_replace(array("/\\\\/", "/\/{2,}/"), "/", $d), "/"); $e=explode("/",ltrim($d,"/")); if(substr($d,0,1)=="/")$e[0]="/".$e[0]; $c=count($e); $cp=$e[0]; for($i=1; $i<$c; $i++){ if(!_in($e[$i],"."))$cp.="/".$e[$i]; } return $cp;} function _in($txt,$v){$r=strpos($txt,$v);if($r===false)return 0;return 1;} function _split($txt,$v){return explode($v,$txt);} function wrtb($s){echo($s."
");} function _rep($txt,$v1,$v2){return str_replace($v1,$v2,$txt);} ?>