published pages are blank

  • Thread starter Thread starter sbmerk
  • Start date Start date
S

sbmerk

the last few times I published my site the pages ended up completely bank
with 0kb - this didn't happen before. what can the problem be?
 
No crystal balls here.
"My car doesn't work. What's wrong with it?"

At least post a link.
 
Naturally I couldn't leave any important pages up in my site blank so I just
uploaded http://seiz2day.com/error.htm thru MS FrontPage and it is blank and
http://seiz2day.com/error1.htm thru an FTP program to see what it's supposed
to look like.

I am using MS FP 2000, have Vista 32 OS, and am uploading to
freeservers.com. Everything worked fine up until about 2 weeks ago. I did
just switch to verizon's security suite which is run by radialpoint.

Sbmerk
 
Naturally I couldn't leave any important pages up in my site blank so I just
uploaded http://seiz2day.com/error.htm thru MS FrontPage and it is blank and
http://seiz2day.com/error1.htm thru an FTP program to see what it's supposed
to look like.

I am using MS FP 2000, have Vista 32 OS, and am uploading to
freeservers.com. Everything worked fine up until about 2 weeks ago. I did
just switch to verizon's security suite which is run by radialpoint.

Sbmerk

I see a normal page at
http://seiz2day.com/error1.htm
However, the following appears in the source code AFTER the </html> tag:

<script><!--
function SiteStats_5698(){
var t=new Date();
var
u='http://seiz2day.com/cgi-bin/sitesta...+escape(document.referrer)+';t='+t.getTime();
var I=new Image(1,1); I.src=u;
}
SiteStats_5698();
//--></script><noscript><img
src=http://seiz2day.com/cgi-bin/sitestats.gif?p=http://seiz2day.com/error1.htm;r=-;t=5698;
width=1 height=1></noscript>


On this page:
http://seiz2day.com/error.htm
the only thing on the page is the following source code:

<script><!--
function SiteStats_9217(){
var t=new Date();
var
u='http://seiz2day.com/cgi-bin/sitesta...+escape(document.referrer)+';t='+t.getTime();
var I=new Image(1,1); I.src=u;
}
SiteStats_9217();
//--></script><noscript><img
src=http://seiz2day.com/cgi-bin/sitestats.gif?p=http://seiz2day.com/error.htm;r=-;t=9217;
width=1 height=1></noscript>

There are no
<html>
<head>
</head>
<body>
</body>
</html>
tags or any other code.
 
yes, that is pecisely my point - both pages are the same on my PC but the one
uploaded thru MS FrontPage has NO DATA in it.
 
The answer to this problem is that some firewalls only accept the PASSIVE
mode for FTP which is found in the advanced tab of MS IE Internet Options.
MS FrontPage 2000 has no passive setting.
 
Back
Top