Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Pastāvīgi Disable AdSense-Deluxe WordPress Plugin Atalgot Plugin Author variants
AdSense-Deluxe 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. ir WordPress (darbojas WordPress 1.5 un 2.0) plug-in ar Acme Technologies Zeitgeist, kas piedāvā WordPress Emuāru autori uzlabotās vēl viegli izmantot iespējas pārvaldīt automātisko ievietošanas Google AdSense vai Yahoo Publisher Network (YPN) reklāmu kodu vai jebkuru citu JavaScript balstītas reklāmas tīkliem "reklāmas kodu savā WordPress amati, un elastīgi kontroli gadījumos, kad un kur šīs reklāmas tiek parādītas iekšpusē vietas.
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! AdSense-Deluxe spraudni, lai WordPress ir iekļauta atlīdzība Plugin Author iespēja, kas, ja iespējotai un pārbaudīt, tiks apbalvoti AdSense-Deluxe plug-in autors ar aptuveni 5% no AdSense un Yahoo! 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. Publisher Network (YPN) ad seansus savā emuārā, aizstājot jūsu AdSense klienta ID vai YPN ad partnet ID ar autora AdSense klienta ID vai autora YPN izdevējs ID kad spraudnis procesu un ievietot AdSense kodu vai YPN reklāmu kodu blogā.
The option is disabled by default when you first activate the AdSense-Deluxe plugin. Iespēja ir atspējots pēc noklusējuma, kad pirmo reizi aktivizēt AdSense-Deluxe spraudni. 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. Tomēr, ja spraudni ievietot AdSense kodu vai YPN kodu blogā amats vai lapu, tajā nav pārbaudīt to Atalgot Author iespēja, kurā, lai redzētu, vai tas ir iespējot vai atspējot vai tas būtu jāaizstāj AdSense klienta ID vai YPN partneris -ID 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. Tādējādi, AdSense-Deluxe spraudnis aizstās un mainīt AdSense klienta ID vai YPN ad partneris-ID, lai autora neatkarīgi izvēle spraudnis users izvēlieties par atlīdzību Plugin Author iestatījumu.
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: Bloka koda, lai tas aizstātu reklāmas ID uz reklāmām kods un tā nosacījumus, lai pārbaudītu, vai spraudnis pārbaudīs, pirms tā ir mainīta šādi:
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. Vienīgais apstākļos pārbaudīt ir tad, ja tā faktiskā amatus vai lapas kalpoja, lai apmeklētāji un jūsu reklāmas rotēs ar 6 no 101 (5,94%) no AdSense un YPN reklāmas seansu pieder autoram's. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. Arī izmaiņas, reklāmas kods ir AdSense kanāls un Yahoo Publisher Network (YPN) ad sadaļā.
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. Tā ir laba ideja, atalgot spraudnis autors par hardwork un pūles, bet, protams, ir izvēle, kas paredzētas spraudnis pati nedarbojas, un tā var, iespējams, izmaksāja plug-in users dažas finanšu sekas. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. Līdz ar to atslēgt pilnīgi atlīdzība autors variants, tikai komentārus, kas četras līnijas kodu, kas to aizstātu ID ar / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. Jūs varat rediģēt spraudnis, izmantojot Plug redaktore plug-in izvēlnes un pēc tam izvēlieties Adsense-Deluxe. The new code should looks like this: Jaunais kodu izskatās šādi:
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. Else, ja vēlaties, lai samazinātu biežumu un procentuālo iespēja AdSense-Deluxe spraudnis autora parādīšanām jūsu AdSense vai YPN reklāmu, vienkārši mainīt numuru 95 par pirmo rindu kods iepriekš lielākajam skaitlim starp 96 un 100, kurā 100 būs sniegt autora ID ierasties 1 reizi 101 seansus, kas izlases veidā, un 96 būs 5 no 101, un tā tālāk.
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: Šī lapa ir mašīna tulkoto un ar nosacījumu ", kas ir" bez garantijas. Machine translation may be difficult to understand. Machine translation var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Kā atslēgt vai Hide WordPress.com Automattic Stats Plugin Smiley Icon
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Caption Disabler WordPress Plugin uz Disable un Remove parakstus funkcionalitāte
- AdSense and Display Banner Ads Rotation in WordPress Blog or Websites AdSense un Display Banner Ads Rotācija in WordPress Blog vai Websites
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - WordPress Plugin par Vietnes Statistic un satiksmes Counter
- Using Invisible Counter with Official StatCounter Plugin for WordPress Izmantojot Invisible Counter ar Oficiālais StatCounter Plugin, lai WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Column Atpūta WordPress Theme komentārus-paged.php par Paged-Komentāri WordPress Plugin
- Technorati Incoming Links Plugin for WordPress Technorati Incoming Links Plugin, lai WordPress
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler Plugin, lai novērstu XLM Saikne ar WordPress Blog Header
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Automātiski Update WordPress ar jaunāko versiju ar automātisko Upgrade Plugin (WPAU)
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Google Analytics un FeedBurner Ziņojumi statistika Site Admin










































May 2nd, 2009 02:25 2 maijs, 2009 02:25
Thanks for pointing out! Paldies par norādot!
@Wayne: Quite a convenient 'mistake' to make.. @ Wayne: Diezgan ērts "kļūda", lai ..
February 21st, 2007 17:33 Februāris 21, 2007 17:33
awesome thank for this awesome pateikties par šo
June 28th, 2006 03:08 Jūnijs 28, 2006 03:08
Well that was a bad error to make. Labi, ka bija slikti kļūda izteikt. But it's fixed now in v0.8. Bet tas ir noteikts pašlaik v0.8. Thanks for discovering that. Paldies, ka atklājot, ka.
Update available from this page: Update pieejamas no šīs lapas: 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). PS: cits variants ir darbi, kas ļauj blogus īpašniekiem daļa ieņēmumi ar vairākiem autoriem, piemēram, ka par katru post rakstisku kāda autors, procentos no laika to adsense / YPN ID tiks izmantoti, tādējādi atalgojot autoriem par saturu, tie rakstīt (un, protams, vairāk populāri amati būtu tendence radīt vairāk ienākumu autoru). 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. The blog admin varēs noteikt attiecību, kad autors ID vietā lieto blogā īpašnieka ID.
June 28th, 2006 02:09 Jūnijs 28, 2006 02:09
I'm the author of the plugin, and if there is some error in the code, I will fix that. Es esmu autors ir spraudnis, un, ja ir dažas kļūdas kodu, es to salabot. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Bet es nekad apzināti vai covertly ignorēt atlases emuāra īpašnieks veic attiecībā uz šo "atalgot autors" variantu. I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. Man ir bijusi publishing programmatūras kopš 1995 un reputācija ir būtiska jebkuras uzņēmuma īpašnieks, tādēļ tas nav kaut ko es darītu. 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. Turklāt, es mudinātu cilvēkus vērā fakts, ka kāds dara kaut kā šis, kad pirmkods ir tik viegli apskatīts būtu diezgan boneheaded. I'm not that boneheaded… Es neesmu, ka boneheaded ...
I'll look into this now and if either get an update released today, or report back my findings if they differ. I'll izpētīt šo tagad un, ja vai nu saņemt atjauninātu šodien, vai ziņojumu atpakaļ manu konstatējumi, ja tās atšķiras.
thanks. pateicība.
-wayne -Wayne