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. Here'sa طريقة سريعة وقذرة لتغطية المسارات الخاصة بك ودفع المزيد من الزوار إلى حسابك في صفحة التابعة التي سوف تؤدي في نهاية المطاف قليلة اضافية للمبيعات. 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. الآن وضعت شيئا مثل هذا في أنها وتغيير عنوان الموقع 'sلتكون ما تريد. 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. أيضا التأكد من انك تضع هذه الشفرة قبل أي هتمل لأنه في العمل ، وخلاف ذلك سوف تحصلون على "رؤوس بالفعل أرسلت" خطأ.

  1. <?php
  2. 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
  9. $thislink = "http://affiliatesitelink.com/loans.html" ;
  10. }
  11. 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 ) ;
  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. من الناحية الفنية هل يمكن تسمية صلة حتى الآن عن طريق العمل أو http://domain.com/products.php؟go=product2 العلاج بصفة http://domain.com/products.php؟go=product1. 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

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. هذا أسرع منها حتى ونحن بالفعل يعرفوا ما هو متوقع من كل عنوان. Its consistent every time except for one thing. هدفها الثابت في كل مرة ما عدا شيء واحد. (two if you use their built in sales tracker) (اثنان إذا كنت تستخدم بنيت في تعقب المبيعات)

  1. <?php
  2. $cbid = "yourcbid" ; //put your clickbank ID here
  3. $affiliate = "http://" . $cbid . "." . $affiliateid . ".hop.clickbank.net/?tid=" . $tid ;
  4. header ( ‘Location: ‘ . $affiliate ) ; دولار header ( ‘Location: ‘ . $affiliate ) ;
  5. ?>

Three lines…not too bad. ثلاثة خطوط... لا بأس بها. 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؟ الذهاب 1 دولار = & تيد = 2 دولار
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 . شيء وباستخدام مثل TinyURL.com يبدو بوصفها والمراوغة وصلة للزائرين كما ذكرت في المنعطف الخطأ TLA -- TinyURL صلة تابع تغطية الخاصة بك. 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. وإذا كان أي شيء آخر لأنها هي طريقة متميزة لسجل الزوار الخاص بك والمسار الذي ينقر على ما إذا كنت تنفيذ ذلك مع مزود الديسيبل. 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. إذا كنت ذكيا حقا عليك استخدام بعض ماي. س. ك ويمكن أن تولد تقارير الاستخدام بما أضف استفسار بسيط في 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 Trackback (ق)

  1. Sep 7, 2007: Web 2.0 - The Ten Critical Affiliate Strategies | www.bestdocsite.org 7 سبتمبر ، 2007 : الويب 2.0 -- عشرة الحرجة تابع الاستراتيجيات | www.bestdocsite.org
  2. Sep 8, 2007: Sweet Gain » Blog Archive » Link Storm -V- 8 سبتمبر ، 2007 : حلوة الربح »أرشيف المدونة الإلكترونية» لينك العاصفة بين الخامس
  3. Mar 6, 2008: » Plugins and tools to help with SEO and affiliate sales > FiddyP مار 6 ، 2008 : »ملحقات وأدوات لمساعدة مع كبار المسئولين الاقتصاديين والمبيعات التابعة ل> FiddyP


3 Comment(s) On 3 التعليق (ق) وفي

"Increase Affiliate Income - Blindfolding Your Links" "زيادة عدد المنتسبين الدخل -- التغمية صلاتك"
  1. MyAvatars 0.2 Andy Bailey - Sep 8, 2007 اندي بيلي -- سبتمبر 8 ، 2007

    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 بقع والمأجورون -- سبتمبر 18 ، 2007

    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 في كل مرة كنت ترغب في إضافة أو تغيير التابعة لربط وكنت تستخدم ووردبرس] قد ترغب في النظر في بلدي الجديد أن البرنامج المساعد سوف اسمحوا كنت تدير جميع هذه الروابط من لطيفة واجهة ويب داخل الادارية ووردبرس] :
    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 روب -- سبتمبر 18 ، 2007

    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 التعليقات آر إس إس

6 Added To 2 = 6 ويضاف إلى 2 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. عرف الموضوع من جانب روب Malon | المحتوى و التصميم © 2008 -- روب Malon [نقطة] كوم. "));
"));