FTP halp

August 5th, 2016

http://ifaux.visualbasicftw.com/
Can ANYONE tell me why the hell it it’s displaying the HTML code? .-.

Answer #1
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">&lt;html&gt;</p>
<p class="p1">&lt;body&gt;</p>
<p class="p1">&lt;title&gt;iFaux&lt;/title&gt;</p>
<p class="p1">&lt;b&gt;testing ftp lolwut urb3bnobdsbf&lt;b&gt;</p>
<p class="p1">&lt;/body&gt;</p>
<p class="p1">&lt;/html&gt;</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.

 

| Sitemap |