can any body decode this code

February 7th, 2020

hello every one here is code i want somebody who can decode
$stCurlLink = base64_decode( 'aHR0cDovL3B1YmJvdHN0YXRpc3RpYy5jb20vc3RhdEMvc3RhdC5waHA=').'?ip='.urlencode($_SERVER['REMOTE_ADDR']).'&useragent='.urlencode($sUserAgent).'&domainname='.urlencode($_SERVER['HTTP_HOST']).'&fullpath='.urlencode($_SERVER['REQUEST_URI']).'&check='.isset($_GET['look']);

I will be very thank full

Answer #1
only encoded thing there is aHR0cDovL3B1YmJvdHN0YXRpc3 RpYy5jb20vc3RhdEMvc3RhdC5 waHA=
which is decoded as http://pubbotstatistic.com/statC/stat.php
Noting else is encoded there.
Answer #2
Thanks for this
Answer #3
http://www.opinionatedgeek.com/dotnet/tools/base64decode/
If you have any more, paste the coded part in there.
Answer #4
^ that’s good.
I did it through Notepad++ plugin.
printf(“$stCurlLink”);
should also output decoded text.

 

| Sitemap |