• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problems with an external service.

Problems with an external service. 12 years 1 week ago #22459

  • raulmego
  • raulmego's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hello,

I have a problem with a visitor counter (external service: www.loonycounter.com), was working properly after installing RSFirewall stopped recording visits ... I use the code in the module is as follows:
<!--Code Starts Loony Hit Counter With Web Stats -->
<script type="text/javascript" language="JavaScript">
	// <![CDATA[
	var data = '&r=' + escape(document.referrer) + '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent) + '&g=' + escape(document.location.href);
	if (navigator.userAgent.substring(0, 1) > '3') data = data + '&sd=' + screen.colorDepth + '&sw=' + escape(screen.width + 'x' + screen.height);
	document.write('<a href="http://www.loonycounter.com/web-counter" target=\"_blank\" >');
	document.write('<img border=0 hspace=0 ' + 'vspace=0 src="http://www.loonycounter.com/web-counter/counter.php?i=4080' + data + '">');
	document.write('</a>');
	// ]]>
 
</script>
<p><br /><a href="http://www.loonycounter.com" target="_blank">Free Hit Counter</a>
</p>
<!--Code Ends for Loony Hit Counter With Web Stats-->

RSFiewall is blocking access somehow to count visits?

Could you please help me? ... many gacias! Greetings!
The administrator has disabled public write access.

Problems with an external service. 12 years 1 week ago #22472

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
RSFirewall! can't stop Javascript from being executed in your browser (Javascript is client side, not server side). It can however, based on the protection level you have set, strip potentially dangerous HTML/JavaScript upon saving. Please take a look at this article.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!