meannn
Elite Member
- Apr 22, 2009
- 1,885
- 2,717
Hi folks. Now I will explain How to make money from Bukisa. I'ts up to you, if you expand it, you will earn much more. I will explain how to do it clearly. So let's start.
What is Bukisa
Bukisa.com is a company that pays money to you from views of your articles. In other words, more views you get, more money you earn. They pay about $3 per 1,000 visits. (doesnt have to be US traffic)
☀ Our goal is sending traffic to our articles in Black hat way
And good profit.
Here we go,
1- Sign up to Bukisa (here). Post some articles (Don't 100% c/p).
2- Download 1x1 pixel image file, I did it, download it and upload to your server. Download it here
3- .htaccess file in your server (it should be), add this below
RewriteRule 1pixel.png YOUR BUKISA ARTICLE URL1 [L,R=301]
RewriteRule 2pixel.png YOUR BUKISA ARTICLE URL2 [L,R=301]
Put your bukisa article urls. You can add more and more if you publish more articles on Bukisa. DO NOT repeat the same article url with same image. So Copy the 1px image to
2pixel.png
3pixel.png
4pixel.png
....
upload those to your web server's main directory.
So the 1pixel.png belongs to 1st article url, 2pixel.png belongs to 2nd url, and it goes on like that. Its up to you that how many articles you have, how many images you have to put.
4- Now If you have 3 articles, Put this in your website page's bottom;
<img src="http://www.yourwebsite.com/1pixel.png" \>
<img src="http://www.yourwebsite.com/2pixel.png" \>
<img src="http://www.yourwebsite.com/3pixel.png" \>
...
For me I am using rand() function in php to randomize images, its 4x safer than directly using all together. Here is my script.
<?
$article[0] = "<img src='http://www.yourwebsite.com/1pixel.png' \>";
$article[1] = "<img src='http://www.yourwebsite.com/2pixel.png' \>";
$article[2] = "<img src='http://www.yourwebsite.com/3pixel.png' \>";
$randme = rand(0,2);
echo $article[$randme];
?>
5- Now, when people view your site, you send traffic to your bukisa articles. Buy international traffic from http://****** ($1 per 1,000 worldwide impressions). Bukisa editors will see where your visitor's come from. They come from your site. But ups, there is nothing about your article(s) on your referral page, and they all come from there. So you have to put your article(s) link(s) on your site. So you are camuflaged your blackhat. And wait, encode your image code in here. It makes x3 safer to be detected. So if Bukisa editors come and see your source code, they should'nt see your blackhat shit.
The formula is simple;
Buy more traffic, get more views, earn more money.
Note: This method works quite well. It also brokes frame-breaking scripts (which means you are redirected if you iframe that or etc.)
Be creative. It doesn't have to be Bukisa only. You can do it on anywhere.
I will post another nice method like this if I get thank/rep.
Cheers.
What is Bukisa
Bukisa.com is a company that pays money to you from views of your articles. In other words, more views you get, more money you earn. They pay about $3 per 1,000 visits. (doesnt have to be US traffic)
☀ Our goal is sending traffic to our articles in Black hat way
Here we go,
1- Sign up to Bukisa (here). Post some articles (Don't 100% c/p).
2- Download 1x1 pixel image file, I did it, download it and upload to your server. Download it here
3- .htaccess file in your server (it should be), add this below
RewriteRule 1pixel.png YOUR BUKISA ARTICLE URL1 [L,R=301]
RewriteRule 2pixel.png YOUR BUKISA ARTICLE URL2 [L,R=301]
Put your bukisa article urls. You can add more and more if you publish more articles on Bukisa. DO NOT repeat the same article url with same image. So Copy the 1px image to
2pixel.png
3pixel.png
4pixel.png
....
upload those to your web server's main directory.
So the 1pixel.png belongs to 1st article url, 2pixel.png belongs to 2nd url, and it goes on like that. Its up to you that how many articles you have, how many images you have to put.
4- Now If you have 3 articles, Put this in your website page's bottom;
<img src="http://www.yourwebsite.com/1pixel.png" \>
<img src="http://www.yourwebsite.com/2pixel.png" \>
<img src="http://www.yourwebsite.com/3pixel.png" \>
...
For me I am using rand() function in php to randomize images, its 4x safer than directly using all together. Here is my script.
<?
$article[0] = "<img src='http://www.yourwebsite.com/1pixel.png' \>";
$article[1] = "<img src='http://www.yourwebsite.com/2pixel.png' \>";
$article[2] = "<img src='http://www.yourwebsite.com/3pixel.png' \>";
$randme = rand(0,2);
echo $article[$randme];
?>
5- Now, when people view your site, you send traffic to your bukisa articles. Buy international traffic from http://****** ($1 per 1,000 worldwide impressions). Bukisa editors will see where your visitor's come from. They come from your site. But ups, there is nothing about your article(s) on your referral page, and they all come from there. So you have to put your article(s) link(s) on your site. So you are camuflaged your blackhat. And wait, encode your image code in here. It makes x3 safer to be detected. So if Bukisa editors come and see your source code, they should'nt see your blackhat shit.
The formula is simple;
Buy more traffic, get more views, earn more money.
Note: This method works quite well. It also brokes frame-breaking scripts (which means you are redirected if you iframe that or etc.)
Be creative. It doesn't have to be Bukisa only. You can do it on anywhere.
I will post another nice method like this if I get thank/rep.
Cheers.
Last edited: