Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Trvalo zakázať AdSense-Deluxe WordPress Plugin Odmeňte Plugin Autor Alternatíva

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. je WordPress (pracuje vo WordPress 1.5 a 2.0) plug-in do Acme technológie Zeitgeist, ktorá ponúka WordPress bloggerov najrôznejšie ešte jednoduché použitie možností pre správu automatické vkladanie Google AdSense alebo Yahoo Vydavateľ sieť (YPN) reklamy kód alebo akékoľvek iné JavaScript -založená reklamnej siete 'reklamy kód do WordPress miest, a pružne kontrolu, kedy a kde sa tieto reklamy zobrazujú vnútri miest.

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 plugin pre WordPress má obsahovať Odmeňte Plugin Autor varianta, ktorá keď je povolené a začiarknuté, bude odmeňovať AdSense-Deluxe plug-in autora s približne 5% z AdSense a 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. Vydavateľ sieť (YPN) reklamy na váš blog nahradením AdSense client-ID alebo YPN ad partnet ID sa autorove AdSense client-ID alebo autora YPN publisher ID, kedy plugin procesu a vložte váš kód AdSense alebo YPN kód reklamy do blogu.

The option is disabled by default when you first activate the AdSense-Deluxe plugin. Táto možnosť je v predvolenom nastavení pri prvej aktivácii služby 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. Avšak, ak je plugin vložiť kód AdSense alebo kódu YPN do blogu poštou alebo stránky, nie je kontrola pre Odmeňte Autor možnosť nastavenia, či je to zapnúť alebo vypnúť, alebo či by mala nahradiť AdSense client-ID alebo YPN partner -ID pred. 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. Preto AdSense-Deluxe plugin nahradí a zmeniť AdSense client-ID alebo YPN reklamný partner-ID autorovi to bez ohľadu na to, že plugin užívateľom možnosť vybrať pre Odmeňte Plugin Autor nastavenia.

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: Tento blok kódu, ktorý sa o nahradení reklám ID na reklamy kód a podmienky jeho kontrolu, že plugin bude kontrolovať pred tým, ako sa zmena je nasledovné:

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. Jedinými podmienkami sú kontrolované, ak je to skutočná miesta alebo skutočné stránky slúžil návštevníkom a vaše reklamy sa budú striedať s 6 z 101 (5,94%) z reklamy AdSense a YPN dojmy bude patriť autora. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. Aj zmeny v kóde sú reklamy AdSense kanála a Yahoo Vydavateľ sieť (YPN) ad bod.

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. Je to dobrý nápad oceniť autora plugin pre hardwork a úsilia, ale samozrejme možnosti poskytované v plugin sám nefunguje, a to možno stálo plug-in užívateľom niektoré finančné dôsledky. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. Takže zakázať úplne odmena autorovi voľba, len poznámku o štyri riadky kódu, ktoré robia nahradenie identifikátory s / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. Môžete upraviť plugin pomocou Plug Editor v Plugins menu a potom vyberte AdSense-Deluxe. The new code should looks like this: Nový kód vyzerá takto:

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. Iného, ak chcete znížiť frekvenciu a percento šance AdSense-Deluxe plugin autora zobrazenie vašej reklamy AdSense alebo YPN, len zmeniť číslo 95 na prvom riadku kódu vyššie na vyššie číslo medzi 96 a 100, kde bude 100 dať autora identifikátory, ktoré sa zobrazí 1 každých 101 zobrazenie v náhodnom a 96 bude 5 z 101, a tak ďalej.

IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.


4 Responses to “Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option” 4 Reakcia na "trvalo zakázať AdSense-Deluxe WordPress Plugin Odmeňte Plugin Autor Option"

  1. xbox repair xbox opravy
    May 2nd, 2009 02:25 2. máj 2009 02:25
    4 4

    Thanks for pointing out! Vďaka, že poukazuje na to!

    @Wayne: Quite a convenient 'mistake' to make.. @ Wayne: Docela pohodlná 'chyba', aby ..

  2. Rapid Rapid
    February 21st, 2007 17:33 21. február 2007 17:33
    3 3

    awesome thank for this boží poďakovať za túto

  3. Wayne Wayne
    June 28th, 2006 03:08 28. júna 2006 03:08
    2 2

    Well that was a bad error to make. Tak to bolo zlé, aby chyba. But it's fixed now in v0.8. Ale je to pevné teraz v0.8. Thanks for discovering that. Vďaka, že pre objavovanie.
    Update available from this page: Update je k dispozícii na tejto stránke: 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: ďalšie verzie je v dielach, ktoré umožňujú blogy majitelia podielu príjmov s viacerými autormi, aby pre každý post napísané daného autora, určité percento z obdobia ich adsense / YPN ID budú použité, tak odmeňovania autorov za ich obsah write (a samozrejme stále populárnejšie miest by malo tendenciu vytvárať väčšie príjmy pre autora). 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 budú môcť nastaviť pomer pri autora ID sa používa namiesto blogu vlastníka ID.

  4. Wayne Wayne
    June 28th, 2006 02:09 28. júna 2006 02:09
    1 1

    I'm the author of the plugin, and if there is some error in the code, I will fix that. Som autorom je plugin, a existuje-li nejaké chyby v kóde, já napravím. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Ale já jsem nikdy zámerne alebo skryto ignorovať výber blogu vlastníkom je s ohľadom na túto "odmenu autora" varianta. I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. Bol som publikačnej softvér od roku 1995 a povesť je zásadné pre akékoľvek podnikanie vlastníka, takže to nie je niečo, čo by som urobila. 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. Navyše Apelujem ľudia domnievajú, že niekto robí niečo takého, keď zdrojový kód je tak ľahko prezerať bude dost natvrdly. I'm not that boneheaded… Nejsem natvrdly, že ...

    I'll look into this now and if either get an update released today, or report back my findings if they differ. I'll pozrieť do teraz, a ak tento buď získať aktualizáciu dnes, alebo správu moje poznatky, ak sa líšia.
    thanks. vďaka.
    -wayne -wayne

Leave a Reply Nechaj Odpoveď

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Môžete použiť tieto značky: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Vyberajte komentáre funkcia bola vypnutá. To receive notification of latest comments posted, subscribe to Ak chcete dostávať oznámenie o najnovšie komentáre posta, prihláste sa My Digital Life Comments RSS feed My Digital Life Komentáre RSS or alebo register to receive register pre príjem new comments in daily email digest. nové komentáre v dennom email Digest.
Custom Search

New Articles Nové články

Incoming Search Terms for the Article Incoming Vyhľadávanie Podmienky pre článok

disable AdSense zakáže AdSense - -- ctxt_ad_partner ctxt_ad_partner - -- YPN Partner ID YPN Partner ID - -- wordpress remove google ads wordpress odstrániť reklamy Google - -- AdSense-Deluxe WordPress Plugin v0.8 AdSense-Deluxe WordPress Plugin v0.8 - -- removing adsense from wordpress vybratím z adsense wordpress - -- how to disable adsense Ako vypnúť adsense - -- wordpress plugin adsense 2009 wordpress plugin adsense 2009 - -- turn off adsense vypnutie adsense - -- disable "adsense" Deaktivovať "adsense" - -- All in One Adsense and YPN error Všetko v jednom Adsense a YPN chybu - -- wordpress plugin for Reward Engine wordpress plugin pre Odmeňte Engine - -- wordpress plugin adsense deluxe wordpress plugin adsense deluxe - -- adsense disable plugin adsense vypnúť plugin - -- wordpress reward comment wordpress odmenu komentár - -- adsense header wordpress plugin adsense hlavičku wordpress plugin - -- adsense deluxe update problems adsense deluxe aktualizácia problémov - -- wordpress plugin disable adsense by IP address wordpress plugin vypnúť adsense IP adresa - -- disable adsense and ypn inserter in certain articles vypnutie adsense a ypn inserter v niektorých predmetoch - -- remove adsense from wordpress.org blog odobrať z wordpress.org adsense blog - -- removing adsense from wordpress Xtreme theme vybratím z adsense wordpress Xtreme tému - -- reward users for posting wordpress odmeňovať používateľov vyslanie wordpress - -- disable adsense in wordpress vypnutie adsense v wordpress - -- how to disable publisher id adsense Ako vypnúť publisher id adsense - -- how to turn off adsense k vypnutiu adsense - -- how to reactivate adsense disabled ako opätovne aktivovaná adsense postihnutých - -- adsense deluxe plugin edit id adsense deluxe plugin editovať id - -- ACMETECH CLIENT_ID ACMETECH client_id - -- adsensedeluxe wordpress adsensedeluxe wordpress - -- how to remove adsense bars wordpress ako odstrániť adsense Bary wordpress - -- AdSense-Deluxe WordPress Plugin AdSense-Deluxe WordPress Plugin - -- turning off googleads vypnutie googleads - -- wordpress Iannis how to remove adsense wordpress IANNIS ako odstrániť adsense - -- is_page() disable plugin is_page () zakázať plugin - -- adsense disabled publisher id number adsense postihnutých vydavateľ číslo - -- how to remove id on easy adsense plugin ako odstrániť id pre ľahké adsense plugin - -- adsense deluxe ad partner adsense deluxe reklamný partner - -- dSense-Deluxe WordPress Plugin v0.8 dSense-Deluxe WordPress Plugin v0.8 - -- google_ad_channel = "1478884331" google_ad_channel = "1478884331" - -- remove google plugin site odobrať Google plugin stránky - -- adsense disabled ip.address adsense postihnutých ip.address - -- adsense video rewards code adsense video odmien kód - -- 2008 2008 - -- 3 column wordpress with adsense 3 stĺpce wordpress s adsense - -- wordpress reward author wordpress odmeniť autora - -- remove search reward client odobrať hľadanie klient odmenu - -- remove google ad client wordpress odstrániť reklamy Google klient wordpress - -- wordpress plugin remove adsense wordpress plugin odobrať adsense - --