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.
Related Articles Susiję straipsniai
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Kaip išjungti arba slėpti WordPress.com Automattic Statistika Įskiepis Smiley ikonka
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Caption Disabler WordPress Plugin išjungti ir pašalinti Parašai Funkcionalumas
- AdSense and Display Banner Ads Rotation in WordPress Blog or Websites AdSense ir rodyti BANNERIS skelbimai sukimosi į WordPress blog ar Tinklalapiai
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress Plugin dėl Svetainės statistika ir eismo Skaitliukas
- Using Invisible Counter with Official StatCounter Plugin for WordPress Naudojant Invisible Counter su Oficialusis StatCounter plugin skirtas WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 skiltis Relaksacyjny WordPress temos komentarus-paged.php už Paged-Komentarai WordPress Plugin
- Technorati Incoming Links Plugin for WordPress Technorati Pradedantys Nuorodos plugin skirtas WordPress
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler Įskiepis pašalinti XLM Link WordPress blog antraštė
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Automatinis atnaujinimas "WordPress į naujausią versiją su automatinio Atnaujinti įskiepiai (WPAU)
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Rodyti Google Analytics ir FeedBurner pranešimų statistika nuo Site Admin










































May 2nd, 2009 02:25 Gegužė 2, 2009 02:25
Thanks for pointing out! Thanks for pointing out!
@Wayne: Quite a convenient 'mistake' to make.. @ Wayne: Pakankamai patogi "klaida" padaryti ..
February 21st, 2007 17:33 Vasaris 21, 2007 17:33
awesome thank for this Awesome padėkoti už šią
June 28th, 2006 03:08 Birželis 28, 2006 03:08
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.
June 28th, 2006 02:09 Birželis 28, 2006 02:09
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