Showing posts with label made. Show all posts
Showing posts with label made. Show all posts

Sunday, October 30, 2016

How I made a global Joomla! website compliant with EU cookie legislation

How I made a global Joomla! website compliant with EU cookie legislation


I have seen a lot of solutions to make UK Joomla! websites compliant with the new EU cookies laws that come into effect on 26th May 2012 (2 days time as I write this). But I have not come across any solutions for global Joomla! websites, where not all visitors are from the EU, so the cookie opt in requirements do not apply to all visitors. Here’s how to target cookie opt-in at just EU visitors, without affecting visitors from else where.

  1. Do a cookie audit of your site to figure out what cookies are set and which of them are not essential to the functioning of your website – Tabulate all your findings to describe all cookies that are set by name, lifetime and description in your privacy policy. (Joomla sets an initial session cookie, and another to keep track of authenticated sessions when users login – I judged these 2 as essential). Work from the ico.gov.uk privacy policy if you need a guide.
  2. Install the ‘MetaMod’ Joomla! module – This is a really powerful and versatile module for user experience customization, but I used it specifically for its ability to display modules to visitors based on their location (determined by IP address) in this instance.
  3. Create a ‘Cookie opt-in’ form module that sets a ‘CookiesAccepted’ cookie (for 2 years) and reloads the current page when users opt in.
  4. Identify modules that are setting non-essential cookies and replace them with MetaMod modules that only load content when ‘The user is not from the EU OR the CookiesAccepted cookie has been set. Otherwise you should insert a message to explain that ‘This content can not be loaded, unless you accept cookies from this site…’. Common examples include: Analytics, Twitter, YouTube and DISQUS*.

e.g.  where $optinCountries is an array including all 27 EU countries..
$optinCountries = array(AT,BE,BG,CY,CZ,DK,EE,FI,FR,DE,GR,HU,IE,IT,LV,LT,LU,MT,NL,PL,PT,RO,SK,SI,ES,SE,GB);

if (!(in_array($fromCountryId, $optinCountries)) || isset($_COOKIE[CookiesAccepted])) {
//full cookie loading code goes here
} else {//you need to accept cookies message}


5. Using another MetaMod module, set the Cookie opt-in form module to load for EU users (27 country codes) who have not opted in to accept cookies from your site (the ‘CookiesAccepted’ cookie is not set yet).

Now when an EU visitor hits your site:  The cookie opt-in will display as long as they do not accept cookies from your site. If they accept cookies then the correct functionality will display in the MetaMod modules and the opt-in form will disappear. Your Joomla! site will be compliant with EU cookie legislation without affecting non-EU visitors!

*DISQUS is a Joomla! plugin, not a module but it can be toggled (hacked) to be compliant using the same logic as shown the example above. 

Go to link Download

Read more »

Wednesday, September 21, 2016

How do I Made 100 Per Month Easily

How do I Made 100 Per Month Easily


How do I Made 100$ Per Month Easily ?
Hi Guys Now Everybody is Wondering on Internet to make money Online, YES This is True. But They cant Able to Find Some Realistic and Easy Way to Make Money Online. So Here i Reveal my Secrets that How Do I Made 100$/Month.

Secret Reveals to Earn 100$/Month Easily ! ! !

Make Money with Adfoc.us 2014
I Owned a Blog on Software Niche that i Created in 2013 and I Very Work Hard on It and Publish 100 High Quality Post and Then Hard Work on to Promote these post and Suddenly My Blog Gets 5000-7000 Visitors/Day and Then Now My Monthly Earning of Adfoc.us is Near 30$/Month

Make Money with Infolinks 2014
Secondly, I Approved From Infolink that is Assume to be the Best Alternative to Google Adsense. I Seen that It is Very Effective to make Money with Infolinks. It Paid You a Better Dollars than Other Services. With This Service I can earn 40$/Month. So Guys Never Go Down in Your Life Just Write Article and Make Money.

Make Money with Bidvertiser 2014
Third, I have Some Other Services that can Help me to Make Money with my Blog Like Bidvertiser and Adf.ly. These are also Help to Get some Eaxtra Cash. I Earn Near 25-35$ with these Both Services. It is Easy to Make Money with These Services.

"Traffic = Money"

Dont Forget that "Money is the Overrated Motivation". If You have Money You can Buy Everything and Live Your Dream, So Start Working on Your Dream. Hard Work on Your Blog and You can Get More Money as You Can.

Go to link Download

Read more »