过期域名预定抢注

 找回密碼
 免费注册

Torrent CPA Method

[複製鏈接]
發表於 2011-8-3 20:19:01 | 顯示全部樓層 |閱讀模式
6 V' Z5 T& O- ]. a$ |+ d- C

  J; s) H3 m" i6 M
) b4 {! e% F" B. @: i* t: q

* x7 W' t5 \& o/ u) j! v' D0 u( T    Hey guys,
1 R, {1 g. i* d+ I
5 c& b0 X( G% I$ C4 E  o  Z This is my first share here on MMD. I'm digging myself out of ahuge hole, getting back into IM and figured I may as well share what Ihave in order to get the karma gods on my side
2 D. o8 t$ Z) A" i8 p7 }! Y: Z& x0 R9 o/ x+ ]' K' |( ^+ c
This method made me up to 300/day for the last year or so. I gotsorta lazy with it and haven't been running it for a few months. Istill see some traffic from it though.+ Y$ z- c9 S2 t( g3 c( t2 C6 B
) d6 q7 H. b4 K$ ?  c/ s
Basically, it involves creating fake Keygen files and seeding themon torrent sites. You can use your imagination and put your own twiston it in terms of the type of file it poses as and how you distributeit. When someone downloads and runs your file, the application issimply a window containing your CPA offer, with a banner telling themto complete the offer to generate their key.
; f/ u; D* N0 @* j
4 L( Z' d* j8 P" w) T7 G    1) Come up with a list of currently popular game and app titles. The more the merrier.
* V/ ^; {6 Z) O
" O8 [  Q0 L1 s0 G    2) Create a banner for each title, 559x60. You can outsource this easily for super cheap as well. Here's an example:
- n# J$ N- J- H- A/ ?1 Q  ~

5 R5 D8 g, T; d' x# `  j8 W) j* m1 f/ g- e, _
    3)Setup a URL rotator at a a throwaway domain that will route traffic toyour offers. I suggest geo-targetting since this type of traffic comesfrom everywhere and you may as well milk it for all it's worth. I usedIP2Location to do this, and logged every IP to get a better idea ofwhat countries I needed to focus on most. Here's my index.php (you'llneed IP2Locator for this to work for you).+ O/ _5 A& P- z
  Y- v/ }7 w0 k
    PHP Code:
+ P  Z9 w( J: h+ [    Code:' }6 E( H: P& T# x1 R9 l# d

9 e, D8 E3 M( p* t7 h7 M- S; i<?php% O7 G2 [+ f: I6 O9 z
7 d- G- @1 q* n7 D+ }- H
        include("IP2Location.inc.php");
$ B8 d+ n* h" A' [* M4 Y" A- O( Y! Q4 u0 Q
        $ip_loc = IP2Location_open("IP-COUNTRY.BIN", IP2LOCATION_STANDARD);: j+ }' u; h+ c5 y' e; n* o

$ e1 m& I) ?' Z2 Z: T        $record = IP2Location_get_all($ip_loc, $_SERVER['REMOTE_ADDR']);
5 {+ ]! S& ?' s9 R% d- y
: }( V0 e6 G7 O        $ip = $_SERVER['REMOTE_ADDR'];
, S1 ?6 o7 I" `" f- ~: B+ n& ?7 b+ t        $country = $record->country_short;- [5 |2 B" z- J% F8 m. z$ f9 X. E( P
        $long = $record->country_long;
1 b1 D* v) j, ]# F0 d7 n        IP2Location_close($ip_loc);5 j+ @' N9 s7 l7 ~6 M. S
" r% D. p! k" H7 [  k
; m; c  o- v7 U& U! M
        $data = @file_get_contents("ips.txt");
( W" U8 h/ G/ ~7 i        $data .= "\n$ip,$country,$long";
. l0 Z% v. i( w$ P+ D        file_put_contents("ips.txt", $data);, A7 _, [2 J$ k% {8 Z0 ~

2 y9 D0 p8 d5 X( W$ v- p. S4 |! d9 c& s# _$ J1 R
        switch ($country) , [1 r& i$ ]/ k3 m8 Y
        {* j" G/ S5 {8 f8 _( ?5 {0 M9 Q
            case "US":: K1 C! W& a  A, P
                $urls[] = "http://www.youraffiliatelink.com/us/1";
$ x7 T9 x/ {8 t% J* `' [+ |* s: _2 ]: X                $urls[] = "http://www.youraffiliatelink.com/us/2"; " \1 V, h. Q: u  k3 A
                $urls[] = "http://www.youraffiliatelink.com/us/3";
  ^# }3 ^  \) Y- I, i) J                break;7 o0 s: m% F5 S2 i, x$ p" U
$ A* K; S& Z+ _+ t$ P  A
            case "CA":1 A( l( b; ~% p' i6 o
                $urls[] = "http://www.youraffiliatelink.com/ca/1"; ) a/ M1 ^6 }7 u, b9 K
                $urls[] = "http://www.youraffiliatelink.com/ca/2"; $ ]; f2 v+ U- v$ U2 o) I3 s
                break;
, u7 \: a" N! |0 w: h9 P! M: c6 b; l! a1 j; `" u# @$ v
            case "UK":
$ L+ |3 ^, H  a- H6 |0 B                $urls[] = "http://www.youraffiliatelink.com/uk/1"; ( W0 W& g$ o& w) |7 E8 F9 t, T" G
                $urls[] = "http://www.youraffiliatelink.com/uk/2"; : k2 U+ e1 j% w9 z! a8 h
                break;7 w1 ~( F5 E) L) S# K6 q" f1 H, Y

2 e2 h+ [. k, ~2 x. t8 O" H0 S            default:
1 ]0 y0 w- q6 @0 R                $urls[] = "http://affiliatelink.com/1";
. j- `$ i4 p2 [% h# o; b                $urls[] = "http://affiliatelink.com/2";
, B; X/ |6 @5 ^2 d: W8 L3 J                $urls[] = "http://affiliatelink.com/3";
! o2 J9 X* W) k0 b* q$ B( a        }' x% N. {# v5 g: E" L/ f# S
+ o; o3 i( h: ?) T2 v
            $index = array_rand($urls);( E' v$ R* q% m3 `0 |% S  a
            $url = $urls[$index];
6 k6 J) u! _: Q) O            header("Location: $url");/ C# `4 }% U- ~/ ?' R- J# u2 n7 I
    ?>, h& T7 I9 z& u& q% W3 N7 p
. K2 s: x! B( `$ d- _$ T% }
    <script type="text/javascript">
/ _$ \+ U9 f' e- ], ]6 ]    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
% n4 n3 J+ N9 J. H. `1 I. C  C    document.write(unescape("%3Cscript src='" + gaJsHost +"google-analytics.com/ga.JavaScript'type='text/javascript'%3E%3C/script%3E"));
# {( S2 k( ^( f( {/ \    </script>1 Q/ h7 B( z1 B* v
    <script type="text/javascript">
) B6 |+ ]  N5 j' V    try {$ k3 @  J$ Q+ p% Y
    var pageTracker = _gat._getTracker("UA-346951-7");
5 g: Z7 m: H2 h/ I    pageTracker._trackPageview();7 J; T( ?  H5 ^
    } catch(err) {}</script>
: i$ t  T/ n7 Y' |7 x; G3 U* ~
: ~4 b( z$ p/ L4 p3 [
: q6 S" P2 e& K* w+ W3) Using MS Visual Studio, create a .exe file for all of your titlesusing 'TheBrowser' as a template. Point it to your rotator, plug in thetitle's banner, and change the title. Here's the source:

7 g$ w; {, k+ z# F4 F9 D7 {) d& |* H$ n" D) o
    Code: [url=http://www.anonym.to/?http://www.megaupload.com/?d=YW9JAN34]http://www.megaupload.com/?d=YW9JAN34[/url]
: k/ M0 z1 e0 \  K7 N
+ h' S7 b3 z  f5 t  N5 z    This is what the app will look like when opened"
8 N5 _4 [: ^* s) t! t* N3 J3 _/ J " T: i5 C7 X! _: p7 O/ w$ j6 A
: r* S6 G* D( i" A7 p

7 h& e7 ^2 _. ~4) Distribute your files via torrent sites, warez, forums, or howeverelse you see fit. I had a linux server on which I ran rtorrent to seedmy torrents. I also had as pearl script written to mass createtorrents. It would create a ZIP file with all of those torrents, whichI would send to an outsourced worker to upload across many sites forme. Here it is:

( @8 E$ _/ S: c7 a6 Q' ^. _5 B# @2 f! V
    Code:
6 d5 g) V8 w. y0 W, ^  M  Code:
# D6 I2 n1 c4 j
2 C1 @, G0 l( O#!/usr/bin/perl -w3 U$ V0 T( K  m5 W# {
    # Get and install this: http://www.createtorrent.com/createtorrent-1.1.4.tar.gz1 H; T* N* |  V2 C& o& [  t, D
5 U4 R# k5 {  S/ x& `8 m+ B
    use strict;
) k$ _* j. e; ^6 K' O% X    my $exe_dir="/root/seedbox/pc-apps/";                    # directory to look for exe's( L: ?/ w3 h$ m6 E/ G+ v7 V/ C
    my $out_dir="/root/seedbox/torrents/";            # directory to put torrents and some temporary data
" X4 v5 O8 C( c( F, |    my $share_out="/root/seedbox/files/";            # directory to put .exe, .txt and others.
& l8 e1 V! r4 [. B* k  L, w* {% T* v5 {# ?
    my $torre_zip="/root/seedbox/zip/pc-apps-torrents.zip";            # zip file containing torrents for upload
* h* ]9 r, f9 o+ L3 w7 W    my $share_zip="/root/seedbox/zip/pc-apps-share.zip";            # zip file containing share data (exe's, readmes)/ u: M7 g; C6 ~; P

, Z9 ?0 C% t+ Y. i: V    my $ann="http://open.tracker.thepirat****.org/announce";    # tracker announce url* P/ X: ~- ]4 Z
    my $comment="Run the keygen, follow instructions, enjoy!";        # torrent comment  n; P/ L3 d0 `( [, o+ B; @: q/ |& Z
    my $num=1;                        # number of torrents for each file% }4 h2 f0 q1 N) H

( I. R# L- k1 w5 \$ m. C    sub add_to_zip {qx"zip -1g $_[0] $_[1]"}
1 _8 C3 m3 h* D8 r+ L' W" @3 T; \8 j9 _( v, k
    unless (-d $share_out) {mkdir $share_out or die "Could not createdirectory to put the shared data in; create it by your own hands($share_out)\n";}. h5 f' o$ I5 ?! r4 x
    unless (-d $out_dir) {mkdir $out_dir or die "Could not createdirectory to put the torrents; create it by your own hands($out_dir)\n";}# S3 n8 d0 g# z( S$ N
    if ($share_out eq $out_dir) {die "Please, set either out_dir or share_out to different value\n"}4 E; X5 w# ?! i# o0 r' h

! c% H2 L9 p3 B/ K2 Y. x    opendir e_dir, $exe_dir or die "Could not open dir with required content: $!\n";
& F2 D5 [* S) ]+ @! x: O    my @filelist = grep(/\.exe|\.EXE/i, readdir e_dir);
! N$ @; y( M( c: i2 C    closedir e_dir;
' g/ Y) a( Z1 L" C4 ^* \
1 Z1 n8 P7 s, j# @& l8 m" f' A    for my $exe (@filelist) {7 O/ a2 }% _' T& a
     my $occur=0;$ U5 |" h1 l0 N- d( M/ R7 a, I
     until ($occur eq $num) {3 l5 F# [. |* w) r% L: p
      my $tm=time(); $tm=~s/^.{7}//g; $tm=$tm.int(rand(2313));$ \, P( e- ]8 c# K- F7 r
- @( B7 n8 B$ \$ U# p% N5 |4 V( o6 c
      my $file_prefix=$exe; $file_prefix=~s/\.exe$|\.EXE$//g;
* M% C$ A2 B# r% {; O
2 [3 L! n9 U& i! E" @/ h  A      my $f_rea_t="$file_prefix-$tm.txt";my $f_rea="$out_dir$file_prefix/$f_rea_t";
/ K! P7 s8 W  M5 S" D1 e5 e3 z      mkdir $out_dir.$file_prefix;
/ _; y/ l3 Q  _' u& r
0 B% H$ K/ I% F' ?; {      qx"cp $exe_dir$exe $out_dir$file_prefix/";
9 W! d- j" h, L+ k/ Q0 |
1 M" e. f" r6 d/ x6 k0 P+ Y  A* l      my $f_tor="$out_dir$file_prefix-$tm.torrent";" U( r( H$ a6 W
# `# `/ r' A1 R& h1 {
      open (f_readme, ">>$f_rea");
2 a; Y, X# p9 y& ]6 \6 t      print f_readme "Torrent created for $exe;\nTime: ".localtime().";\n";+ i& c2 L- c: C6 Y
      close f_readme;6 N5 I* }7 c' f5 C" P

8 |) P8 u' p2 A# f$ q      qx "createtorrent -a \"$ann\" \"$out_dir$file_prefix/\" \"$f_tor\" -c \"$comment\"";$ U8 V7 ~& r7 M& Q: K1 }, }: F9 y
; e$ I& X# l" f
      if (-d $share_out.$file_prefix) {qx"mv $out_dir$file_prefix/*.txt$share_out$file_prefix/"; qx "rm -rf $out_dir$file_prefix"}1 u' {  {* n3 ^+ g, |
                                 else {qx"mv $out_dir$file_prefix/ $share_out"};
5 L0 {" H" V3 L) C( E8 l, t7 I* m# ~6 v7 P" @" D+ V! E) V& h
      add_to_zip($torre_zip,"$f_tor");8 a0 c3 ]) m" h4 k2 H: N
      add_to_zip($share_zip, "$share_out$file_prefix/*");, ~2 z0 A; y, K, S' T) V: q% J
      my ($md5, $dump)=split(/ /, qx"md5sum $f_tor");
0 N+ K1 {- O" Y, v7 v* O      print "\t$f_tor: $exe + $f_rea_t: $md5\n";$ M) G  J1 p4 I* x2 h3 o8 B+ J
      $occur++;  T* x8 V0 r2 ~% |2 v) h! ^2 V
     }+ I5 ]8 b- ^; T1 B  ?* u
    }2 [  P# Y5 q& w  L

! I; W! S, C3 _    __END__% x/ F1 L% X2 k# M
    By http://getafreelancer.com/users/608999.html
; i2 [1 v9 S$ U# ^- `2 a9 }$ V, m$ y; P" B( @8 r

- H4 E5 |' c$ N( E+ q    That's the method in anutshell. Nothing groundbreaking, and I'm sure many here have used avery similar method. You should be able to make a fairly easy $20-100per day by putting your own twists on it.$ n; t- X* _' ]/ h

. n; L6 C( `! c: M9 J6 Q7 G6 S    Hope some of you find it helpful. Feel free to PM me your thoughts.
您需要登錄後才可以回帖 登錄 | 免费注册

本版積分規則

过期高净值品牌域名预定抢注

4um點基跨境網編創業社區

GMT+8, 2024-11-27 22:23

By DZ X3.5

小黑屋

快速回復 返回頂部 返回列表