Making money online with affiliate links?アフィリエイトのリンクがお金をオンライン化? Here’sa quick and dirty way to cover your tracks and push more visitors to your affiliate pages which will ultimately result in a few extra sales.あなたの曲をカバーするために、お客様のアフィリエイトのページには、最終的にいくつかの追加の販売になりますプッシュより多くのユーザーを以下に迅速かつ卑劣な方法です。 I’m going to show you how this is possible using a simple PHP script.私はこの可能性は、単純なPHPスクリプトを使用しているお見せするつもりです。

Create a file called products.php (you can name it something else but if you do make sure you change it where applicable in the parts below). products.phpと呼ばれるファイルを作成します(あなたが何か他のものという名前を行うことができる場合はどこの下の部分に適用される)を変更してください。 Now put something like this in it and change the URL’s to be whatever you want.に変更すると、このようなものにするには、 URLの好きなことをされる。 You may need to create more elseif statements if you have a lot of affiliate links.アフィリエイトのリンクの場合はもっとたくさんあるelseifステートメントを作成する必要があります。 Also make sure you put this code before ANY html for it to work, otherwise you’ll get a “headers already sent” error.また、任意のHTMLのために仕事をする前に、それ以外の場合は、 "ヘッダーはすでに"エラー送信されますこのコードをかけることを確認します。

  1. <?php
  2. if ( $go == product1 ) { //you can name "product1" anything, again make adjustments in your code later. ( $ if ( $go == product1 ) { //you can name "product1" anything, again make adjustments in your code later. ) ( if ( $go == product1 ) { //you can name "product1" anything, again make adjustments in your code later.
  3. $thislink = "http://affiliatesitelink.com/cars.php" ;
  4. }
  5. elseif ( $go == product2 ) {
  6. $thislink = "http://affiliatesitelink.com/moneonline/" ;
  7. }
  8. elseif ( $go == product3 ) { //just add more "elseif" statements for more products elseif ( $go == product3 ) { //just add more "elseif" statements for more products
  9. $thislink = "http://affiliatesitelink.com/loans.html" ;
  10. }
  11. else ( $go == product4 ) { //note I end with a plain "else" 行くelse ( $go == product4 ) { //note I end with a plain "else" " else ( $go == product4 ) { //note I end with a plain "else"
  12. $thislink = "http://affiliatesitelink.com/ebook.asp" ;
  13. }
  14. //Now the redirect
  15. header ( ‘Location: ‘ . $thislink ) ; header ( ‘Location: ‘ . $thislink ) ; 。 $ header ( ‘Location: ‘ . $thislink ) ;
  16. ?>

Mod Rewrite & .htaccess流行の最先端を行く書き直す& 。 htaccessを

Technically you could call links up now by doing http://domain.com/products.php?go=product1 or http://domain.com/products.php?go=product2 ect.技術的にアップするECTをhttp://domain.com/products.php?go=product1またはリンクすることによりhttp://domain.com/products.php?go=product2呼び出し可能性がある Why stop there?なぜそこで終わりですか? If your server has mod_rewrite enabled (very likely it does these days) you can put something like this in a .htaccess file and upload it to your root directory:サーバーが有効になっている場合は、 mod_rewriteをしている(非常には、これらの日)このような。 htaccessファイルの中で何かをすることができますし、ルートディレクトリにアップロードが可能:

  1. Options FollowSymLinks
  2. RewriteEngine on
  3. RewriteRule products / ( .* ) / ?$ / products . php?go = $ 1 行く RewriteRule products / ( .* ) / ?$ / products . php?go = $ 1

Note there is a space after the ‘$’.注記は、 ' $ 'の後にスペースです。 After this is in place you should be able to call up the affiliate redirect with a link like this:この後場所で、このようなリンクでは、アフィリエイトのリダイレクトを呼び出すことができる必要があります:
http://domain.com/products/product2/ (with or without the slash) http://domain.com/products/product2/ (またはスラッシュなし)

Affiliates Links VIA ClickBankアフィリエイトのリンクを介してClickBank

If you promote something like ClickBank products on your site there’sa similar way to cover your tracks.もしあなたの曲をカバーするためにあなたのサイトがある同様の方法でClickBank製品のようなものを推進する。 This ones even quicker as we already know what to expect from each URL.これも速いものとしてすでに各URLから何を期待するのを知っている。 Its consistent every time except for one thing.一つのことを除き、そのたびに一貫した。 (two if you use their built in sales tracker) ( 2つを使用する場合は、販売トラッカーを内蔵)

  1. <?php
  2. $cbid = "yourcbid" ; //put your clickbank ID here " $cbid = "yourcbid" ; //put your clickbank ID hereアイダホ $cbid = "yourcbid" ; //put your clickbank ID here
  3. $affiliate = "http://" . $cbid . "." . $affiliateid . ".hop.clickbank.net/?tid=" . $tid ;
  4. header ( ‘Location: ‘ . $affiliate ) ; header ( ‘Location: ‘ . $affiliate ) ; 。 $ header ( ‘Location: ‘ . $affiliate ) ;
  5. ?>

Three lines…not too bad. 3行...それほど悪くはない。 Again make sure its the first thing at the top of the page.もう一度、ページの上部には、まず確認してください。 Your content in the page will not matter at all (after the header redirect is ent it doesn’t read anything else).このページでお客様のコンテンツのすべて(後には、ヘッダーのリダイレクトは何を読むことはありません耳鼻咽喉科です)問題はありません。 Your resulting link would look like this:あなたの結果のリンクは次のようになる:
http://domain.com/products.php?go=affiliateid&tid=3 http://domain.com/products.php?go=affiliateid&tid=3

Your .htaccess rewrite rule will look something like this:あなたの。 htaccessをこのようになります。ルールを書き換える:
RewriteRule products/(.*)/(.*)/?$ /products.php?go=$1&tid=$2 RewriteRule製品/(.*)/(.*)/?$ / products.php ? tid = $ 2 = $ 1 &行く
Then you can call the link up using this:次に、このを使用して、リンクを呼び出すことができます:
http://domain.com/products/affiliateid/3/ http://domain.com/products/affiliateid/3/
You can do this with any affiliate link service that has a standardized way of linking to the products in their database.あなたは、そのデータベース内の製品へのリンクを標準化する方法は、任意のアフィリエイトリンクサービスでこれを行うことができます。

The Logic Behind “Blind Folding” Affiliate Links背後にある論理"盲目の折り畳み"アフィリエイトのリンク

The way I see it is the visitor eventually will realize the link has directed them to another site.私は、訪問者は最終的にリンクを実現する他のサイトに表示されるように指示している。 However, they are more likely and willing to check out that offer if you have provided them a link that appears to go to another page on your own site.しかし、より多くの可能性があるとチェックアウトを提供する場合には、別のページに自分のサイトに行くように見えるリンクを提供している。 Half the battle is getting them through the door so they can truly determine if that product interests them.真に決定することができますので、半分は戦いのドアを通っていれば、その製品の利益になってきている。 If they didn’t click on the link they would have never known what they were missing if that visitor turns into a sale.もし彼らは売却場合は、訪問者に変身欠落していた彼らが知られていることはないとのリンクをクリックしていなかった。 Using something like TinyURL.com appears as a dodgy link to your visitors as I mentioned in Wrong Turn TLA - TinyURL Covering your Affiliate Links .私が間違って電源を入れますTLAに記載-T inyURLを網羅T inyURL.comアフィリエイトのリンクのようなものを使用する訪問者には危険なリンクとして表示されます。 If for nothing else it is a great way to log your visitors and track who clicks on what if you implement that with an SQL DB.あなたの訪問者ログインし、誰がどのような実装のクリックをトラッキングする場合は素晴らしい方法です何も他の人のためのSQL DBを使った場合は。 Which brings me to the topic.これはメイントピックになる。

If you’re really clever you’ll use some mySQL and can generate usage reports by including a simple ADD query in your products.php code.もし実際に使用しているいくつかの巧妙されますとMySQLをproducts.phpコードでは、単純な追加クエリを含めることで、使用状況レポートを生成することができます。 This could give you insight into the behavior of your users since ClickBank doesn’t tell you how many times a person clicked through each link.以来、一人ClickBank各リンクをクリックして何回ご説明していないために、お客様のユーザーの行動への洞察を与える可能性がある。 Then its just a matter of creating a simple form and/or query page to show the usage for each.次に、簡単なフォームおよび/またはクエリの使用状況を表示する各ページを作成するのは問題だ。 But that’s another day.しかし、別の日だ。 If this is something you’re interested in seeing then comment on this page and I’ll make sure I write up a post on it sometime.この場合はこのページにコメントを見ることに興味と私はいつかは投稿を書いていることを確認されますようなものです。


3 Trackback(s) 3トラックバック(秒)

  1. Sep 7, 2007: Web 2.0 - The Ten Critical Affiliate Strategies | www.bestdocsite.org 09月7日: ウェブ2.0 -1 0の重要なアフィリエイト戦略w ww.bestdocsite.org|
  2. Sep 8, 2007: Sweet Gain » Blog Archive » Link Storm -V- 09月8日: 甘口のゲイン»ブログのアーカイブ»リンクストームのV -
  3. Mar 6, 2008: » Plugins and tools to help with SEO and affiliate sales > FiddyP 2008年3月6日: » SEOのプラグインやツール、アフィリエイトの販売を支援するために> FiddyP


3 Comment(s) On 3コメント(秒)

"Increase Affiliate Income - Blindfolding Your Links" "アフィリエイト収入を増やす-あなたのリンクB lindfolding"
  1. MyAvatars 0.2 Andy Bailey - Sep 8, 2007 アンディベイリー -0 9月8日

    Excellent simple script, I especially like how you use htaccess to use it.優秀な簡単なスクリプトは、私は特に、どのように使用するようにhtaccessを使用している。 nice素敵な

  2. MyAvatars 0.2 Patches and Hacks - Sep 18, 2007 パッチやハックス -9 月1 8日

    This is a great post but if you don’t want to write or modify php code or htaccess rules every time you want to add or change an affiliate link and you’re using wordpress you might want to look into my new plugin that will let you manage all those links from a nice web interface inside wordpress admin:これは素晴らしいですが、投稿したり、 PHPコードを書く場合のルールやhtaccessを追加するか、アフィリエイトのリンクを変更して、ワードプレスには、あなたが私の新しいプラグインできるようになるほうがよいでしょうを使用しているするたびに変更したくないワードプレス管理者の中に素敵なWebインターフェイスからすべてのこれらのリンクを管理:
    Here is where you can find out more about this free plugin:ここで、この無料のプラグインについての詳しい情報を見つける事が可能です:
    http://patchlog.com/wordpress/hidden-affiliate-links/ http://patchlog.com/wordpress/hidden-affiliate-links/

  3. MyAvatars 0.2 Rob - Sep 18, 2007 ロブ -0 9月1 8日

    That plug-in looks great, but this tutorial is also for use on sites that don’t run wordpressそのプラグインはとても元気そうだが、このチュートリアルはまた、ワードプレスを実行しないようにサイトで使用さ : )



Leave A Comment:コメントを残す:

Comments RSS Feed コメントのRSSフィード

8 Plus 1 = 8プラス1 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. カスタムテーマロブマロン|コンテンツ&デザイン© 2008 -ロブマロン[ドット]コム。 "));
"));