Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Pastoviai Išjungti AdSense Deluxe WordPress Plugin Atpildas Įskiepis Autorius variantas

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. yra WordPress (veikia WordPress 1.5 ir 2.0) plug-in kurį "Acme technologijos Statistika kuri siūlo WordPress Bloggers įvairias pažangiosios dar paprasta naudoti valdymo galimybes automatinio įterpimo Google AdSense ar Yahoo Publisher Network (YPN) reklamos kodą ar bet kurios kitos JavaScript -reklamos tinklų "skelbimų kodą į savo WordPress pranešimų ir lanksčiai kontroliuoti kur ir kada šie skelbimai rodomi viduje žinutes.

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 įskiepiai skirtas WordPress turi apimti Atpildas Įskiepis Autorius galimybė, jei įjungtas ir tikrinama, bus apdovanoti AdSense-Deluxe plug-in autoriui su maždaug 5% "AdSense" ir "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) reklamos parodymų dėl jūsų dienoraštyje pakeičiant AdSense kliento ID arba YPN skelbimo partnet ID su autoriaus AdSense kliento ID arba autoriaus YPN leidėjo identifikatoriumi kai įjungti proceso ir įdėkite AdSense kodą ar YPN skelbimų kodą į dienoraštį.

The option is disabled by default when you first activate the AdSense-Deluxe plugin. Parinktis išjungta, kai pirmą kartą aktyvuoti 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. Tačiau, kai įjungti įterpti kodą AdSense arba YPN kodą į dienoraštyje arba puslapio, ne tikrinti, Atpildas Autorius galimybė nustatyti, kad, jei tai įjungti arba išjungti, ar jis turėtų pakeisti AdSense kliento ID arba YPN partneris ID prieš. 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. Taigi, AdSense Deluxe įskiepiai bus pakeisti ir keisti AdSense kliento ID arba YPN reklamos partnerių ID autoriaus nesvarbu kokia galimybė įjungti vartotojams pasirinkti Atpildas Įskiepis Autorius nustatymas.

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: Blokas kodo ar pakeisti skelbimus ID skelbimų kodą ir jo sąlygas patikrinti, kad įjungti bus patikrinti prieš tai tas pokytis taip:

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. Vienintelis sąlygas patikrinti, jeigu tai faktinės žinutes arba faktinių puslapių įteikiamas lankytojų ir jūsų skelbimai bus rotowane su 6 iš 101 (5,94%) ir "AdSense" ir YPN reklamos parodymų priklauso autoriaus. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. Taip pat pakeisti skelbimai kodas yra "AdSense kanalų ir Yahoo Publisher Network (YPN) reklamos skyriuje.

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. Gera idėja apdovanoti įjungti autoriui už hardwork ir pastangų, bet, aišku, pasirinkimo numatyta įjungti nėra veikimą, ir ji galbūt kainuos plug-in users tam tikras finansines pasekmes. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. Taigi, norėdami išjungti visiškai atlygis autorius galimybe, tik komentarą iš keturių eilučių kodo, kad padaryti pakeitimą Identifikatoriai su / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. Galite redaguoti įjungti naudojant Plug redaktorius Įskiepiai meniu ir pasirinkite AdSense-Deluxe. The new code should looks like this: Naujasis kodas atrodo taip:

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. O jei norite sumažinti dažnumą ir procentą šansas AdSense-Deluxe Kištukui autoriaus parodymų AdSense arba YPN skelbimus, pakeiskite skaičių 95 į pirmą eilutę kodą į didesnį skaičių tarp 96 ir 100, kai 100 bus pateikti autoriaus vardą, kuris bus rodomas 1 kas 101 parodymų atsitiktine, o 96 bus 5 iš 101, ir taip toliau.

IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Mašininio vertimo, gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.


4 Responses to “Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option” 4 Responses to "visam laikui išjungti AdSense Deluxe WordPress Plugin Atpildas Įskiepis Autorius variantas"

  1. xbox repair xbox remontas
    May 2nd, 2009 02:25 Gegužė 2, 2009 02:25
    4 4

    Thanks for pointing out! Thanks for pointing out!

    @Wayne: Quite a convenient 'mistake' to make.. @ Wayne: Pakankamai patogi "klaida" padaryti ..

  2. Rapid Greitas
    February 21st, 2007 17:33 Vasaris 21, 2007 17:33
    3 3

    awesome thank for this Awesome padėkoti už šią

  3. Wayne Wayne
    June 28th, 2006 03:08 Birželis 28, 2006 03:08
    2 2

    Well that was a bad error to make. Gerai, kad buvo bloga klaida padaryti. But it's fixed now in v0.8. But it's fixed now į v0.8. Thanks for discovering that. Ačiū už atradimą, kad.
    Update available from this page: Atnaujinimas prieinama šiame puslapyje: 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: kita versija yra darbų, kurie leidžia dienoraščiai savininkams dalį pajamų, daugelio autorių, pavyzdžiui, kad kiekvienam etatui užimti skelbiami konkursai parašyti tam tikrą autorių, tam tikrą procentą nuo laiko savo adsense / YPN ID bus naudojami, ir tokiu būdu apdovanojimai autoriams už turinį rašyti (ir, žinoma, daugiau populiarių pranešimų bus paprastai generuoja daugiau pajamų autoriaus). 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. Dienoraščio administratorius galės nustatyti, kad santykis, kai autoriaus vardas yra naudojamas vietoj dienoraščio savininkas ID.

  4. Wayne Wayne
    June 28th, 2006 02:09 Birželis 28, 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. I'm autorius įjungti, ir jeigu yra klaida, kodas, aš nustatyti kad. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Bet aš niekada sąmoningai ar covertly ignoruoti atrankos dienoraščio savininkas pateikia su šiuo "apdovanojimas autoriui" parinktį. I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. Buvau leidybos programinė įranga nuo 1995 metų ir orumą yra labai svarbus bet kokios įmonės savininkas, todėl nėra ką noriu daryti. 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. Be to, aš raginu žmones atsižvelgti į tai, kad kiekvienas daro kažką panašaus, kai šaltinio kodą taip lengvai matyti būtų gana boneheaded. I'm not that boneheaded… I'm not that 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 žiūrėti į šią dabar ir jei nors gauti atnaujintą šiandien, arba pranešti savo išvadas, jeigu jos skiriasi.
    thanks. ačiū.
    -wayne -Wayne

Leave a Reply Leave a Reply

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> Galite naudoti šias žymeles: <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. Subscribe to comments funkcija buvo išjungta. To receive notification of latest comments posted, subscribe to Norėdami gauti pranešimus apie naujausius komentarų, užsiprenumeruoti My Digital Life Comments RSS feed Mano skaitmeninis gyvenimas Komentarų RSS or arba register to receive registruotis, norint gauti new comments in daily email digest. Nauji komentarai kasdien elektroniniu paštu.
Custom Search

New Articles Nauji straipsniai

Incoming Search Terms for the Article Incoming Paieška Sąlygos straipsnį

disable AdSense išjungti AdSense - -- ctxt_ad_partner ctxt_ad_partner - -- YPN Partner ID YPN partnerių - -- wordpress remove google ads WordPress pašalinti "Google" reklamos - -- AdSense-Deluxe WordPress Plugin v0.8 AdSense-Deluxe WordPress Plugin v0.8 - -- removing adsense from wordpress pašalinti iš adsense wordpress - -- how to disable adsense kaip išjungti adsense - -- wordpress plugin adsense 2009 Wordpress Plugin adsense 2009 - -- turn off adsense išjungti adsense - -- disable "adsense" išjungti "adsense" - -- All in One Adsense and YPN error All in One Adsense ir YPN klaida - -- wordpress plugin for Reward Engine Wordpress Plugin už Atpildas Variklis - -- wordpress plugin adsense deluxe Wordpress Plugin adsense Deluxe - -- adsense disable plugin adsense išjungti Įskiepiai - -- wordpress reward comment WordPress prizas komentarą - -- adsense header wordpress plugin adsense antraštės Wordpress Plugin - -- adsense deluxe update problems adsense Deluxe atnaujinimo problemos - -- wordpress plugin disable adsense by IP address Wordpress Plugin išjungti adsense IP adresas - -- disable adsense and ypn inserter in certain articles išjungti adsense ir YPN inserter tam tikrų straipsnių - -- remove adsense from wordpress.org blog pašalinti adsense iš wordpress.org dienoraštį - -- removing adsense from wordpress Xtreme theme pašalinti iš adsense wordpress Xtreme tema - -- reward users for posting wordpress apdovanojimas vartotojų komandiravimo wordpress - -- disable adsense in wordpress išjungti adsense į WordPress - -- how to disable publisher id adsense kaip išjungti leidėjo identifikatoriumi adsense - -- how to turn off adsense kaip išjungti adsense - -- how to reactivate adsense disabled kaip aktyvuoti adsense neįgaliesiems - -- adsense deluxe plugin edit id adsense Deluxe Kištukui taisyti numeris - -- ACMETECH CLIENT_ID ACMETECH client_id - -- adsensedeluxe wordpress adsensedeluxe wordpress - -- how to remove adsense bars wordpress kaip pašalinti adsense barai wordpress - -- AdSense-Deluxe WordPress Plugin AdSense-Deluxe WordPress Plugin - -- turning off googleads išjungti googleads - -- wordpress Iannis how to remove adsense WordPress IANNIS kaip pašalinti adsense - -- is_page() disable plugin is_page () išjungti Įskiepiai - -- adsense disabled publisher id number adsense neįgaliesiems leidėjas identifikavimo numeris - -- how to remove id on easy adsense plugin Kaip pašalinti numeris geromis adsense įskiepiai - -- adsense deluxe ad partner adsense Deluxe reklamos partneris - -- dSense-Deluxe WordPress Plugin v0.8 dSense-Deluxe WordPress Plugin v0.8 - -- google_ad_channel = "1478884331" Google_ad_channel = "1478884331" - -- remove google plugin site pašalinti google Kištukui svetainę - -- adsense disabled ip.address adsense neįgaliesiems ip.address - -- adsense video rewards code adsense vaizdo atlygių kodas - -- 2008 2008 - -- 3 column wordpress with adsense 3 skiltis WordPress su adsense - -- wordpress reward author WordPress atlygį autorius - -- remove search reward client pašalinti paieškos atlygį klientui - -- remove google ad client wordpress pašalinti "Google" reklamos klientui wordpress - --