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. में इसे और परिवर्तन अब इस तरह से कुछ डाला यूआरएल के लिए जो भी तुम चाहते हो. 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.
  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 Mod Rewrite &. 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: यदि आपके server 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 सहबद्धों कड़ियाँ VIA ClickBank

If you promote something like ClickBank products on your site there’sa similar way to cover your tracks. यदि आप अपने पटरियों को कवर करने के लिए अपनी साइट there'sa इसी तरह के रास्ते में 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) (दो अगर आप इस्तेमाल उनके बिक्री tracker में निर्मित)

  1. <?php
  2. $cbid = "yourcbid" ; //put your clickbank ID here ID $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). इस पेज में आपकी सामग्री पर सभी (के बाद हैडर अनुप्रेषित यह और कुछ भी पढ़ा नहीं है ent है) बात नहीं होगा. 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 के पीछे के तर्क "अंधा Folding" संबद्ध कड़ियाँ

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 में उल्लेख किया है - TinyURL को कवर अपने सहबद्ध कड़ियाँ TinyURL.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 Trackback (s)

  1. Sep 7, 2007: Web 2.0 - The Ten Critical Affiliate Strategies | www.bestdocsite.org Sep 7, 2007: वेब 2.0 - यह दस गंभीर सहबद्ध रणनीतियाँ www.bestdocsite.org |
  2. Sep 8, 2007: Sweet Gain » Blog Archive » Link Storm -V- Sep 8, 2007: मीठे लाभ »ब्लॉग आर्काइव» लिंक तूफान-V -
  3. Mar 6, 2008: » Plugins and tools to help with SEO and affiliate sales > FiddyP 6 मार्च, 2008: »Plugins और उपकरणों एसईओ और सहबद्ध बिक्री के साथ मदद करने के लिए> FiddyP


3 Comment(s) On 3 टिप्पणी (s) पर

"Increase Affiliate Income - Blindfolding Your Links" "सहबद्ध आमदनी के लिए आर्थिक बढ़ाएँ - आपका कड़ियाँ Blindfolding"
  1. MyAvatars 0.2 Andy Bailey - Sep 8, 2007 एंडी Bailey - Sep 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 पैच और भाड़े - Sep 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 नियमों आप जोड़ने के लिए या एक सहबद्ध लिंक परिवर्तन और तुम WordPress तुम मेरे नए प्लगइन में है कि दो जाएगा देखना चाहता हूँ शायद का प्रयोग कर रहे हैं चाहते हैं हर बार संशोधित नहीं चाहिए तुम WordPress व्यवस्थापक के अंदर एक अच्छा वेब अंतरफलक से उन सभी कड़ियों की व्यवस्था करें:
    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 रोब - Sep 18, 2007

    That plug-in looks great, but this tutorial is also for use on sites that don’t run wordpress कि प्लग में अच्छा लग रहा है, लेकिन इस ट्यूटोरियल ने यह भी कहा कि WordPress रन नहीं है साइटों पर इस्तेमाल के लिए है :)



Leave A Comment: एक टिप्पणी को छोड़ दें:

Comments RSS Feed टिप्पणियाँ RSS फ़ीड

8 Plus 4 = 8 प्लस 4 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. कस्टम थीम रोब Malon द्वारा | सामग्री व डिजाइन © 2008 - रोब Malon [डॉट] com. "));
"));