• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Pop ups, damn the pop ups

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Avg

Senior Member
Joined
Oct 30, 2003
My church's website was made by someone who has moved away, and it seems that they used a template that has some pop up ads in it. I wanted to know if you guys will help me get rid of them, the website uses stuff that is way beyond my knowledge.

the website is www.nybrazilianchurch.com

any help is appreciated.
 
Close to the very bottom remove

Code:
<!-- INICIO DO CODIGO -->
<script language="JavaScript">
<!--
window.open('http://www.nybrazilianchurch.com/popupcartaz.htm?id=630270','pop630270','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,menubar=no,width=430,height=660');
//-->
</script>
<!-- FIM DO CODIGO -->
 
That one is actually there on purpose but it needs to be removed either way as it is no longer necessary. The popups we are getting are ads for online gambling sites and the army.
 
Are you sure it's the website and not just a spyware infected OS/machine/browser?

If it is the website: don't use anything from outside sources, e.g. guestbooks, guest counters, etc.
 
klingens said:
Are you sure it's the website and not just a spyware infected OS/machine/browser?

If it is the website: don't use anything from outside sources, e.g. guestbooks, guest counters, etc.
I've used a couple different machines, all winxp though I can try linux later. I think there is a guest counter or a guestbook so I'll look into that.
 
klingens said:
Are you sure it's the website and not just a spyware infected OS/machine/browser?

If it is the website: don't use anything from outside sources, e.g. guestbooks, guest counters, etc.
You were right on the money, the website is using a free counter, and when I read their terms of use here is what I found.
With the installation of Webstats4U on the site it is accepted that WMS has the right to place advertisements on the site in any format or through any channel, including but not limited to e-mail, layer ads, pops, banners and other usual formats without any forewarning and it is furthermore accepted that WMS takes no responsibility for the advertising content and that WMS shall not be liable for any losses incurred regarding this advertising.

Now I'm going to try and remove it without effeting anything else.

Thanks for the help
 
To get rid of the counter you can remove the following code which is also towards the end:
Code:
<!-- Begin Webstats4U code -->
<!-- Title: IASD Luso-Brasileira de Queens - NY -->
<!-- URL: http://www.nybrazilianchurch.com/ -->
<script language="JavaScript" type="text/javascript" 
src="http://m1.webstats4u.com/m.js">
</script>
<script language="JavaScript" type="text/javascript">
<!--
  webstats4u("ADMgrA4O4wSdvndYUdr9HjwsZZuQ", 0);
// -->
</script>
<noscript>
<a target="_blank" 
href="http://www.webstats4u.com/stats?ADMgrA4O4wSdvndYUdr9HjwsZZuQ"><img
src="http://m1.webstats4u.com/n?id=ADMgrA4O4wSdvndYUdr9HjwsZZuQ"
border="0" width="18" height="18"
alt="Webstats4U - Free web site statistics
Personal homepage website counter" /></a><br />
<a target="_blank" href="http://www.webstats4u.com/">Free counter</a>
</noscript>
<!-- End Webstats4U code -->
 
amazon10x said:
To get rid of the counter you can remove the following code which is also towards the end:
Code:
<!-- Begin Webstats4U code -->
<!-- Title: IASD Luso-Brasileira de Queens - NY -->
<!-- URL: http://www.nybrazilianchurch.com/ -->
<script language="JavaScript" type="text/javascript" 
src="http://m1.webstats4u.com/m.js">
</script>
<script language="JavaScript" type="text/javascript">
<!--
  webstats4u("ADMgrA4O4wSdvndYUdr9HjwsZZuQ", 0);
// -->
</script>
<noscript>
<a target="_blank" 
href="http://www.webstats4u.com/stats?ADMgrA4O4wSdvndYUdr9HjwsZZuQ"><img
src="http://m1.webstats4u.com/n?id=ADMgrA4O4wSdvndYUdr9HjwsZZuQ"
border="0" width="18" height="18"
alt="Webstats4U - Free web site statistics
Personal homepage website counter" /></a><br />
<a target="_blank" href="http://www.webstats4u.com/">Free counter</a>
</noscript>
<!-- End Webstats4U code -->
I'm just coming back to thank you guys, after removing the webstat thing the pop ups are gone.
 
Back