Thank you for taking the time to visit my personal website. Hopefully the information I have presented on this site can be useful and there is knowledge.

Thursday, July 14, 2011

Adsense Tips And Tricks [Download Application]


Wew, come back with me after a few days rest due to tired to Bandung joined the "Security Day With Jasakomers" . 
Fun is also the show because almost all Moderators come, mantep dah ... 
Okay back to the topic, back to adsense neh. You all have to know what it's adsense and in Indonesia there are several services Adsense which we can use, among others AdsenseCamp and kumpulblogger . 

Well I used this time is kumpulblogger , honest dah few times I got banned because - because using Click Jacking or Auto Click ... Gloomy really even get money every week as well. 

Well on my conversion this time  I started thinking how well so that I can place ads on your blog or website I can click by visitors. 

Quote although I think you guys put in strategic places people want to work less to click. Huh, i dont think so ... 

Some websites could be an inspiration to me like ... 

Indowebster , once when we want to download something we definitely will in the love that will link to a website and the website will have links to the file that you want to download. Well the conclusion (what gak gak tau bener) the website uses the services of the website and certainly Indowebster get a script that is usually in place in the footer where the appearance of links to files we are looking for. Unfortunately I do not know how to script it ... 

The second is Themeforest Blog . In each video tutorials always display video ads at the beginning and we have to click or wait until it runs out of new video ad after the video that we want to watch will be displayed. 



How? Interesting is not it? Perhaps there are many more tips and tricks that we can use other than that. 

Well on this occasion I will give you some tips and tricks as well as create applications that we can use to increase our adsense traffic ie Download Application. 

The method is simple, we just create a link which when downloaded will open three browser tabs. 2 is a adsense link us and one of his is the file we want to share / download. 

I honestly not know what method is not kosher, do with your own risk ... 

Here I will make as simple as possible and I expect to return to your own development. Make 2 pieces the download.php file andstyle.css. 

download.php 


Code:
<! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns = "http : / / www.w3.org/1999/xhtml "> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.</ title> <link rel = "stylesheet" href = "style.css" type = "text / css" media = "screen" charset = "utf-8" /> </ head> <div <body> id="atas"> <a href="http://cruzenaldo.com"> <img src = "logo.png" alt = "Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::."  /> </ A> </ div> id="page-wrap"> <? Php $ link1 = "http://linkadsensekamu.com"; $ Link2 = "http://linkadsensekamu.com"; if ($ _GET [download] == 'belajarphpdanmysqlbarengnewbiev1') {echo "<h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2> ";} elseif ($ _GET [download] == 'devilzc0deezine1') {echo" <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2> ";} elseif ($ _GET [download] == 'fakeloginsesukamu') {echo" <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2> ";} else {echo" <h2> File Not Found </ h2> ";}?> </ Div> id="bawah"> <strong> Copyleft By < a href = "http://cruzenaldo.com ">.::[ †] Cruz3N's Blog [† ]::.</ a> | 2010 </ strong> </ div> </ body> </ html > 
What is important is this part ... 


Code:
<? Php
 $ Link1 = "http://linkadsensekamu.com";
 $ Link2 = "http://linkadsensekamu.com";
 
 if ($ _GET [download] == 'belajarphpdanmysqlbarengnewbiev1')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 elseif ($ _GET [download] == 'devilzc0deezine1')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 elseif ($ _GET [download] == 'fakeloginsesukamu')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 else
     {
 echo "
 <h2> File Not Found </ h2>
 
 ";
     }
 ?> 
This section is the address of your adsense ... 


Code:
$ Link1 = "http://linkadsensekamu.com";
 $ Link2 = "http://linkadsensekamu.com"; 
Well here it is, if for example the contents of $ _GET [download] = belajarphpdanmysqlbarengnewbiev1 or sample URL ishttp://cruzenaldo.com/file/download....barengnewbiev1 the download.php file will direct link to http://www. 4shared.com/file/12981628...Newbie_V1.html and do not forget to make a new browser tab that leads to $ link1 and $ Link2. 


Code:
if ($ _GET [download] == 'belajarphpdanmysqlbarengnewbiev1')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 elseif ($ _GET [download] == 'devilzc0deezine1')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 elseif ($ _GET [download] == 'fakeloginsesukamu')
     {
 echo "
 <h2> <a href = 'javascript   src = 'download.png' alt = 'Hacking, Web Design And Resources For Newbie |.:: [†] Cruz3N's Blog [† ]::.'  /> </ A> </ h2>
 
 ";
     }
 else
     {
 echo "
 <h2> File Not Found </ h2>
 
 ";
     } 
So in the example above the important thing is download.php? Download = belajarphpdanmysqlbarengnewbiev1. Can you replace with devilzc0deezine1 or fakeloginsesukamu. 

Well to style.css was as follows. 


Code:
* {Margin: 0; padding: 0;}
 body {font-family: Arial, Helvetica, sans-serif; background: # fff;}
 
 a {text-decoration: none; outline: none;}
 a img {border: none;}
 
 h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; text-align: center;
                                   font-weight: normal;}
 
 # Page-wrap {background: # fff; width: 500px; margin: 150px auto;
                                   padding: 5px 0;}
 
 # Top {background: # 000; margin: 0px auto;
                                   padding: 5px 0; text-align: center; position: relative; width: 100%;}
 
 # Bottom {text-align: center; padding: 5px 0; width: 100%;} 
Upload the two files to your hosting. 

Possible weaknesses and difficulties later we had was when going to file the more we want to share. Kinda hard to add the file download.php. The trick is possible using the database. Cuman right from the beginning I explained very simple. Development back to you. 

No comments:

Post a Comment