Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option स्थायी रूप से अक्षम ऐडसेंस-डिलक्स प्लगइन WordPress प्लगइन लेखक विकल्प पुरस्कार
AdSense-Deluxe ऐडसेंस-डिलक्स is a WordPress (works in WordPress 1.5 and 2.0) plug-in by Acme Technologies Zeitgeist which offers WordPress bloggers various advanced yet easy to use options for managing the automatic insertion of Google AdSense or Yahoo Publisher Network (YPN) ads code or any other JavaScript-based advertising networks' ads code into your WordPress posts, and flexibly control when and where those ads are displayed inside the posts. उन्नत एक WordPress है WordPress 1.5 और 2.0 में (काम) प्लग में Acme टेक्नोलॉजीज Zeitgeist द्वारा जो WordPress विभिन्न ब्लॉगर्स प्रदान करता है अभी तक गूगल ऐडसेंस या याहू प्रकाशक नेटवर्क (YPN) के स्वचालित प्रविष्टि विज्ञापन कोड या किसी अन्य जावास्क्रिप्ट के प्रबंधन के लिए विकल्पों का उपयोग आसान आधारित विज्ञापन 'नेटवर्क आपके WordPress पदों में विज्ञापन कोड, और flexibly नियंत्रण कब और उन विज्ञापनों पदों के भीतर प्रदर्शित किए जाते हैं कहाँ.
The AdSense-Deluxe plugin for WordPress has include a Reward Plugin Author option which if enabled and checked, will reward the AdSense-Deluxe plug-in author with approximately 5% of the AdSense and Yahoo! ऐडसेंस-प्लगइन WordPress एक विकल्प है जो लेखक अगर सक्षम और जाँच, ऐडसेंस और याहू के लगभग 5% के साथ ऐडसेंस लेखक में डिलक्स प्लग-प्रतिफल देगा पुरस्कार भी शामिल है के लिए डिलक्स प्लगइन! Publisher Network (YPN) ad impressions on your blog by replacing your AdSense client-ID or YPN ad partnet ID with author's AdSense client-ID or author's YPN publisher ID when the plugin process and insert your AdSense code or YPN ads code into the blog. प्रकाशक अपने AdSense ग्राहक आईडी या YPN विज्ञापन partnet की जगह द्वारा नेटवर्क (YPN) अपने ब्लॉग पर विज्ञापन छापें लेखक ऐडसेंस ग्राहक आईडी या लेखक YPN प्रकाशक के साथ आईडी आईडी जब प्लगइन और प्रक्रिया ब्लॉग में आपके ऐडसेंस कोड या YPN विज्ञापन कोड डालें.
The option is disabled by default when you first activate the AdSense-Deluxe plugin. विकल्प डिफ़ॉल्ट रूप से अक्षम है जब आप पहली बार ऐडसेंस-डिलक्स प्लगइन सक्रिय है. However, when the plugin insert the AdSense code or YPN code into the blog's post or page, it doesn't check for the Reward Author option setting to see if it's enable or disable or whether it should replace the AdSense client-ID or YPN partner-ID befor. बहरहाल, जब प्लगइन ब्लॉग पोस्ट में या पृष्ठ ऐडसेंस कोड या YPN कोड डालें, यह लेखक की स्थापना विकल्प पुरस्कार के लिए अगर यह सक्षम या अक्षम है या कि यह ऐडसेंस ग्राहक आईडी या YPN साथी की जगह चाहिए देखने के लिए जाँच नहीं -आईडी befor. Thus, AdSense-Deluxe plugin will replace and change the AdSense client-ID or YPN ad partner-ID to author's no matter what option the plugin users select for Reward Plugin Author setting. इस प्रकार, ऐडसेंस-डिलक्स प्लगइन की जगह और ऐडसेंस ग्राहक आईडी या YPN विज्ञापन साथी बदल जाएगा लेखक कोई बात नहीं क्या विकल्प है आईडी प्लगइन उपयोगकर्ता प्लगइन लेखक स्थापित पुरस्कार के लिए चयन करें.
The block of code that does the replacement of ads ID on the ads code and its conditions of checking that the plugin will check before it does the change is as following: कोड है कि विज्ञापन कोड और जाँच प्लगइन है कि यह परिवर्तन करता है इससे पहले की जाँच करेगा की अपनी शर्तों पर आईडी विज्ञापनों के प्रतिस्थापन की है ब्लॉक के रूप में निम्नलिखित है:
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){
if( is_single() || is_page() ){
$msg .= "\n "; //DEBUGGING
$subbed = preg_replace ( '/pub-[0-9]+/', $__ACMETECH_CLIENT_ID__, $subs );
$subs = preg_replace ( '/google_ad_channel *= *\"[^"]*\"/', 'google_ad_channel = "1478884331"', $subbed );
$subbed = preg_replace ( '/ctxt_ad_partner *= *\"[^"]*\"/', 'ctxt_ad_partner = "' . $__ACMETECH_AD_PARTNER__ . '"', $subs );
$subs = preg_replace ( '/ctxt_ad_section *= *\"[^"]*\"/', 'ctxt_ad_section = "20007"', $subbed );
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){
if( is_single() || is_page() ){
$msg .= "\n "; //DEBUGGING
$subbed = preg_replace ( '/pub-[0-9]+/', $__ACMETECH_CLIENT_ID__, $subs );
$subs = preg_replace ( '/google_ad_channel *= *\"[^"]*\"/', 'google_ad_channel = "1478884331"', $subbed );
$subbed = preg_replace ( '/ctxt_ad_partner *= *\"[^"]*\"/', 'ctxt_ad_partner = "' . $__ACMETECH_AD_PARTNER__ . '"', $subs );
$subs = preg_replace ( '/ctxt_ad_section *= *\"[^"]*\"/', 'ctxt_ad_section = "20007"', $subbed );
} )
} )
The only conditions checked are if it's actual posts or actual pages served to visitors and your ads will rotate with 6 out of 101 (5.94%) of the AdSense and YPN ads impressions will belong to author's. केवल जाँच की शर्तों रहे हैं अगर यह वास्तविक पदों या वास्तविक पृष्ठों आगंतुकों के लिए सेवा की है और अपने विज्ञापनों को 101 से बाहर (ऐडसेंस और YPN विज्ञापन छापों के 5.94%) 6 के साथ बारी बारी से होगा की होगी लेखक. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. भी विज्ञापन कोड में परिवर्तन ऐडसेंस चैनल और याहू प्रकाशक नेटवर्क (YPN) विज्ञापन अनुभाग हैं.
It's a good idea to reward the plugin author for the hardwork and effort, but obviously the option the provided in the plugin itself is not functioning, and it may possibly cost the plug-in users some financial consequences. यह एक अच्छा विचार है के लिए कड़ी मेहनत और प्रयास के लिए प्लगइन लेखक पुरस्कार, लेकिन ज़ाहिर है विकल्प प्लगइन ही काम नहीं कर रहा में प्रदान की, और यह संभवतः प्लग लागत उपयोगकर्ताओं में हो सकता है कुछ वित्तीय परिणाम हैं. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. तो पूरी तरह से पुरस्कृत लेखक विकल्प को निष्क्रिय कर देते हैं, बस बाहर कोड की चार लाइनें टिप्पणी है कि / आईडी के साथ प्रतिस्थापन है /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. आप का उपयोग करके प्लग संपादक प्लगइन्स मेनू में प्लगइन को संपादित कर सकते हैं और तब चुनें Adsense-डिलक्स. The new code should looks like this: नया कोड इस तरह दिखता है चाहिए:
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){
if( is_single() || is_page() ){
$msg .= "\n "; //DEBUGGING
// $subbed = preg_replace ( '/pub-[0-9]+/', $__ACMETECH_CLIENT_ID__, $subs );
// $subs = preg_replace ( '/google_ad_channel *= *\"[^"]*\"/', 'google_ad_channel = "1478884331"', $subbed );
// $subbed = preg_replace ( '/ctxt_ad_partner *= *\"[^"]*\"/', 'ctxt_ad_partner = "' . $__ACMETECH_AD_PARTNER__ . '"', $subs );
// $subs = preg_replace ( '/ctxt_ad_section *= *\"[^"]*\"/', 'ctxt_ad_section = "20007"', $subbed );
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){
if( is_single() || is_page() ){
$msg .= "\n "; //DEBUGGING
// $subbed = preg_replace ( '/pub-[0-9]+/', $__ACMETECH_CLIENT_ID__, $subs );
// $subs = preg_replace ( '/google_ad_channel *= *\"[^"]*\"/', 'google_ad_channel = "1478884331"', $subbed );
// $subbed = preg_replace ( '/ctxt_ad_partner *= *\"[^"]*\"/', 'ctxt_ad_partner = "' . $__ACMETECH_AD_PARTNER__ . '"', $subs );
// $subs = preg_replace ( '/ctxt_ad_section *= *\"[^"]*\"/', 'ctxt_ad_section = "20007"', $subbed );
} )
} )
Else, if you want to reduce the frequency and percentage of chance the Adsense-Deluxe plugin author's impressions on your AdSense or YPN ads, just change the number 95 on the first line of code above to higher number between 96 and 100, where 100 will give the author's IDs to appear 1 every 101 impressions in random, and 96 will be 5 out of 101, and so on. और, यदि आप आवृत्ति और मौका Adsense अपने ऐडसेंस या YPN विज्ञापन पर डिलक्स प्लगइन लेखक छापों के प्रतिशत में कमी चाहते हैं, सिर्फ 96 और 100 के बीच अधिक संख्या में कोड के ऊपर पहली पंक्ति पर 95 नंबर बदल जहां 100 होगा लेखक के लिए 1 में हर 101 छापें प्रदर्शित यादृच्छिक, 96 और 5 101 से बाहर होंगे, और इतना पर आईडी दे.
IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: पृष्ठ की मशीन है और अनुवाद प्रदान "के रूप में वारंटी के बिना है." Machine translation may be difficult to understand. मशीन अनुवाद मुश्किल से समझ सकते हो. Please refer to कृपया उल्लेख करने original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव है.
Related Articles संबंधित लेख
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon निष्क्रिय कर देते हैं या छिपाएँ WordPress.com Automattic आँकड़े प्लगइन Smiley कैसे चिह्न
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality कैप्शन Disabler WordPress अक्षम करें और हटाएँ शीर्षक कार्यशीलता के लिए प्लगइन
- AdSense and Display Banner Ads Rotation in WordPress Blog or Websites ऐडसेंस और प्रदर्शन WordPress ब्लॉग या वेबसाइट में बैनर विज्ञापन परिक्रमण
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - WordPress प्लगइन साइट आँकड़ा और आवागमन के लिए काउंटर
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 कॉलम आराम WordPress थीम टिप्पणियाँ-संपर्क के लिए paged.php-टिप्पणियाँ WordPress प्लगइन
- Using Invisible Counter with Official StatCounter Plugin for WordPress सरकारी StatCounter प्लगइन के साथ WordPress के लिए अदृश्य काउंटर का उपयोग
- Technorati Incoming Links Plugin for WordPress Technorati आने वाली लिंक्स के लिए प्लगइन WordPress
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler निकालें प्लगइन WordPress ब्लॉग शीर्षक में XLM कड़ी
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) स्वतः अद्यतन WordPress स्वचालित अद्यतन प्लगइन WPAU (के साथ नवीनतम संस्करण के लिए)
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress प्लगइन: प्रदर्शन गूगल विश्लेषिकी और FeedBurner रिपोर्ट सांख्यिकी साइट से व्यवस्थापक










































May 2nd, 2009 02:25 2 मई 2009 02:25
Thanks for pointing out! उनका कहना है के लिए धन्यवाद!
@Wayne: Quite a convenient 'mistake' to make.. वेन @: काफी 'सुविधाजनक गलती' बनाने के लिए ..
February 21st, 2007 17:33 21 फ़रवरी 2007 17:33
awesome thank for this भययोग्य इस के लिए धन्यवाद
June 28th, 2006 03:08 28 जून 2006 03:08
Well that was a bad error to make. अच्छा है कि एक बुरा त्रुटि के लिए बना था. But it's fixed now in v0.8. लेकिन यह अब v0.8 में तय की है. Thanks for discovering that. खोज के लिए धन्यवाद कि.
Update available from this page: इस पेज से उपलब्ध अद्यतन: http://www.acmetech.com/blog/2005/07/26/adsense-deluxe-wordpress-plugin/ http://www.acmetech.com/blog/2005/07/26/adsense-deluxe-wordpress-plugin/
-wayne Wayne -
PS: another version is in the works which allow blogs owners to share revenue with multiple authors such that for each post written by a given author, a percentage of the time their adsense/YPN ID would be used, thus rewarding authors for the content they write (and of course more popular posts would tend to generate more income for the author). पुनश्च: एक और संस्करण काम करता है जो ब्लॉग मालिकों एकाधिक लेखकों के साथ साझा करने के लिए राजस्व की अनुमति में है कि इस तरह की हर किसी लेखक, समय उनके adsense / YPN आईडी किया जाएगा के प्रतिशत, सामग्री के लिए इस तरह पुरस्कृत लेखकों द्वारा लिखित पद के लिए वे लिखने (और पाठ्यक्रम के अधिक लोकप्रिय पदों के लिए लेखक के लिए और अधिक आय पैदा करते हैं) है. The blog admin will be able to set the ratio for when the author's ID is used instead of the blog owner's ID. ब्लॉग व्यवस्थापक के लिए निर्धारित अनुपात में सक्षम हो जाएगा, जब लेखक की पहचान के बजाय प्रयोग ब्लॉग स्वामी की पहचान है.
June 28th, 2006 02:09 28 जून 2006 02:09
I'm the author of the plugin, and if there is some error in the code, I will fix that. मैं प्लगइन का लेखक हूँ, और अगर वहाँ कोड में कुछ त्रुटि है, तो मैं तय करेंगे. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. लेकिन मैं कभी नहीं जान बूझकर या छिपकर चयन ब्लॉग के मालिक हैं कि "विकल्प इनाम लेखक" के लिए सम्मान के साथ बनाता है उपेक्षा होगी. I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. मैं 1995 के बाद से किया गया है सॉफ्टवेयर प्रकाशन और प्रतिष्ठा है किसी भी व्यवसाय के मालिक के लिए महत्वपूर्ण है, तो यह कुछ है जो मैं करता नहीं है. Moreover, I urge people to consider the fact that anyone doing something like this when the source code is so easily viewed would be pretty boneheaded. इसके अलावा, मैं लोगों को सच है कि जब स्रोत कोड को इतनी आसानी से देखा जाता है ऐसा कुछ कर किसी सुंदर boneheaded होगा विचार से आग्रह करता हूं. I'm not that boneheaded… Boneheaded कि मैं नहीं कर रहा हूँ ...
I'll look into this now and if either get an update released today, or report back my findings if they differ. मैं यह अब और यदि या तो एक आज जारी अद्यतन करें, या वापस अपने निष्कर्षों को रिपोर्ट मिल में देखो अगर वे अलग हूँ.
thanks. धन्यवाद.
-wayne Wayne -