Smarty error with Google Analytics
The error appears after modifing a page and load it for the first time.
If the analytics tracking code removed from the template (*.tpl), the error does not appear.
Solution:
wrap around your js code with {literal} {/literal}
Example:
3 Things in Linux you should NOT Install
While I’m all for promoting the use of Linux and software on Linux, unless you absolutely know what you’re doing, there are certain things you should not install. Entirely too often, I see people on LinuxQuestions.org asking how to configure one of these or why they will not work. So, in no particular order, 3 [...]
Block Ip Address – Ip Range
Surfing the web, I have found usefull link for those who would like to restrict access to a webpage for visitors of a certain country. Here’s a sample for your config file:
<Limit GET HEAD POST>
order allow,deny
deny from 85.94.160.0/19
deny from 91.187.64.0/19
deny from 194.117.123.178/32
deny from 194.158.64.0/19
deny from 195.112.181.196/32
deny from 195.112.181.247/32
allow from all
</LIMIT>
Database for ip addresses can be [...]
