something adding code in my html

M

Marvel

when I create a html doc in notepad and save it all works good but when I
ftp it to my site there are lines of code inserted
zonelabs and postamble () and I delete it and ftp it and it is there again
and it causes popup blockers to browsers
 
D

David Dorward

Marvel said:
when I create a html doc in notepad and save it all works good but when I
ftp it to my site there are lines of code inserted
zonelabs and postamble () and I delete it and ftp it and it is there
again and it causes popup blockers to browsers

zonelabs? Sounds like you have ZoneAlarm installed and its intercepting the
request from your browser and adding that code before it gets there.

Do you get the same code appearing on other sites?
 
R

richard

Marvel said:
when I create a html doc in notepad and save it all works good but when I
ftp it to my site there are lines of code inserted
zonelabs and postamble () and I delete it and ftp it and it is there
again and it causes popup blockers to browsers

Does your host have a direct way to upload files?
Could be your client doing the crappy work.
 
J

Jonathan N. Little

Marvel said:
when I create a html doc in notepad and save it all works good but when I
ftp it to my site there are lines of code inserted
zonelabs and postamble () and I delete it and ftp it and it is there again
and it causes popup blockers to browsers
Here are firewall programs that insert javascript to trap onload events
to disable popups, I bet that is what you are witnessing. How about a URL?
 
M

Marvel

Yes all of my pages have the same crap inserted
I open my site and ftpI am creating in notepad and ftp directlyyes I have two sites with multiple pages and is is doing it to all my pages.
here is the inserted code...
<!-- ZoneLabs Privacy Insertion -->
and ...<script language='javascript'
src='http://127.0.0.1:1036/js.cgi?pcaw&r=18467'></script>
and...<script language='javascript'>postamble();</script>
<!-- language='java!'
2 urls
drfixup.com/test.html (this one I created just now with only one word and
one image) and yes it did the same thing
and
helpcarl.com
all my pages are doing the same thing weather I edit in notepad and ftp or
publish from html program
 
J

Jonathan N. Little

2 urls
drfixup.com/test.html (this one I created just now with only one word and
one image) and yes it did the same thing

Yep, it is *your* firewall doing it . It is not being inserted at the
server level. Here is the source from my browser:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>testt</title>
</head>
<body>
<div style="text-align: center;"><a href="http://www.drfixup.com/">Osaka
</a><br>
<br>
<img style="width: 570px; height: 480px;" alt="j girls" src="shi2.JPG"><br>
</div>
</body>
</html>

You have to disable your firewall's anti-popup feature if you wish to
remove the code or just ignore it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top