FTP halp
August 5th, 2016
Can ANYONE tell me why the hell it it’s displaying the HTML code? .-.
Because this is the source code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="949.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
</style>
</head>
<body>
<p class="p1"><html></p>
<p class="p1"><body></p>
<p class="p1"><title>iFaux</title></p>
<p class="p1"><b>testing ftp lolwut urb3bnobdsbf<b></p>
<p class="p1"></body></p>
<p class="p1"></html></p>
<p class="p2"><br></p>
</body>
</html>
It’s the standard HTML tags within the body tag, so that’s why it is displaying that. That isn’t actually the whole original source code what you see.