Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Stalno onesposobiti AdSense-varati WordPress čep nagrada čep Author Option

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 (tovarna v WordPress 1.5 in 2.0) plug-in, ki jih Acme Technologies Zeitgeist, ki ponuja WordPress bloggers različne napredne še enostaven za uporabo možnosti za upravljanje avtomatsko vstavljanje Google AdSense ali Yahoo Publisher Network (YPN) oglasi kodo ali katere koli druge JavaScript oglasi na oglaševanje omrežja "kodo v vaše objave, WordPress in prilagodljiv nadzor, kdaj in kje ti oglasi so prikazani v delovnih mest.

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 čep zakaj WordPress je vključevati Reward Plugin Avtor možnost, ki bo, če bo omogočeno, in preveri, nagrajevanje AdSense-Deluxe plug-in avtorja s približno 5% AdSense in 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 prikazov na svoj blog, ki ga nadomešča vaš AdSense client-ID ali YPN partnet oglas z ID avtorja AdSense client-ID ali avtorja YPN ID izdajatelja, ko čep proces in vanj vstavite svoj AdSense kodo ali oglasi YPN kodo v blog.

The option is disabled by default when you first activate the AdSense-Deluxe plugin. Možnost je privzeto onemogočen, ko prvič vključite AdSense-Deluxe čep. 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. Vendar, ko čep vstavite AdSense kodo ali kodo YPN v blog delovno mesto ali stran, se ne preverja za Reward Avtor možnost nastavitev da vidim, če je omogočiti ali onemogočiti ali mora nadomestiti AdSense client-ID ali YPN partner -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. Tako bo AdSense-Deluxe plugin zamenjati in spremeniti AdSense client-ID ali YPN partner ad-ID za avtorja ne glede na to, kaj možnosti plugin uporabniki izberejo za Reward Plugin Avtor nastavitev.

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: Blok kode, da ne zamenjava oglasov ID na oglase kodo in pogoje za preverjanje, da se bo plugin preveri, preden se ne spremeni, je kot sledi:

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. Samo preveriti pogoje, če je dejanska delovna mesta ali dejanskih strani služil za obiskovalce, in vaši oglasi se bodo menjavali s 6 od 101 (5,94%) od AdSense in oglasi YPN prikazi bodo pripadajo avtorja. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. Tudi spremembe v oglasih so AdSense kodo kanal in Yahoo Publisher Network (YPN) ad oddelku.

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. To je dobra ideja za nagrajevanje plugin avtorja za hardwork in trud, vendar očitno možnost, ki v sebi plugin ne deluje, in lahko morebiti stroškov plug-in uporabniki nekatere finančne posledice. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. Tako, da v celoti onemogočiti možnost avtorja nagradi, samo komentar od štirih vrstic kode, ki ne nadomestitev z ID / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. Lahko uredite čep z uporabo Plug urednik v meniju Plugins in nato izberite Adsense-Deluxe. The new code should looks like this: Nova številka mora izgleda takole:

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, če želite zmanjšati pogostost in odstotek na srečo Adsense-Deluxe plugin avtorja prikazov na vaš AdSense ali oglase YPN, šele sprememba številko 95 v prvi vrstici kode zgoraj večjega števila med 96 in 100, 100, kjer se bo dati avtorja ID pojavi 1 na 101 prikazov v naključno, in bo 96 se 5 od 101, in tako naprej.

IMPORTANT : The page is machine translated and provided "as is" without warranty. POMEMBNO: stran je stroj prevod in če "kot je" brez garancije. Machine translation may be difficult to understand. Strojno prevajanje je lahko težko razumeti. Please refer to Prosimo, da original English article original angleški člen whenever possible. kadar je to mogoče.


4 Responses to “Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option” 4 odgovor v "stalno onesposobiti AdSense-varati WordPress čep nagrada čep Avtor Option"

  1. xbox repair xbox popravilo
    May 2nd, 2009 02:25 2. maj 2009 02:25
    4 4

    Thanks for pointing out! Hvala za obrnjena ven!

    @Wayne: Quite a convenient 'mistake' to make.. @ Wayne: Precej priročno "napaka", da bi ..

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

    awesome thank for this super hvala za to

  3. Wayne Wayne
    June 28th, 2006 03:08 28. junij 2006 03:08
    2 2

    Well that was a bad error to make. No, da je bila napaka, da slabo. But it's fixed now in v0.8. Ampak zdaj je to določeno v v0.8. Thanks for discovering that. Hvala, ker je ugotovila, da.
    Update available from this page: Update na voljo na tej strani: 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: druga različica je v delih, ki omogočajo bloge lastniki deliti prihodke z več avtorji, tako da za vsako delovno mesto, ki ga je napisal avtor, odstotek časa, njihove adsense / YPN ID bodo uporabljeni, kar nagrajevanja avtorjev za vsebine, ki jih pisanje (in seveda bolj priljubljenih mest večinoma ustvarjajo več prihodkov za avtorja). 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. Admin blog bo lahko določi razmerje, ko avtorjeva ID se uporablja namesto blog lastnika ID.

  4. Wayne Wayne
    June 28th, 2006 02:09 28. junij 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. Sem avtor čep, in če obstaja nekaj napak v kodo, bom popravil. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Ampak jaz nikoli ne bi namerno ali prikrito prezreti izbor blog lastnika naredi glede na to "nagrado avtor" predkupna pravica. I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. Sem bil programsko opremo objavlja od leta 1995 in ugled je ključnega pomena za vsak lastnik podjetja, tako da to ni nekaj, kar bi naredil. 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. Poleg tega pozivam ljudi, da menijo, da bi kdo počne kaj takega, če izvorna koda tako lahkoto vidi se lepo boneheaded. I'm not that boneheaded… Nisem, da boneheaded ...

    I'll look into this now and if either get an update released today, or report back my findings if they differ. Bom pogled v to danes in, če je katera zaslužiti modernizirati izpust danes, ali poroča moje ugotovitve, če se razlikujejo.
    thanks. hvala.
    -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> Lahko uporabite te oznake: <a href="" <abbr title=""> <acronym <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Naročite se na komentarje funkcija je bila onemogočena. To receive notification of latest comments posted, subscribe to Če želite prejemati obvestila o najnovejših pripombe napoten, se naročite na My Digital Life Comments RSS feed Moje digitalno življenje razložiti RSS feed or ali register to receive Registrirajte se za prejemanje new comments in daily email digest. novi komentarji v dnevni email prebavljajo.
Custom Search

New Articles Novi členi

Incoming Search Terms for the Article Prihajajoč preiskava pogoj zakaj člen

remove adsense php wordpress odstrani adsense php WordPress - -- how remove addsense in blog wordpress kako odstraniti addsense v WordPress blog - -- multiple adsense google_ad_channel več adsense google_ad_channel - -- "search rewards client" remove "search nagrajuje client" odstraniti - -- login to remove ads wordpress plugin login odstraniti oglase WordPress plugin - -- disable wordpress adsense ad onesposobiti WordPress adsense ad - -- remove ads on wordpress posts odstraniti oglase na WordPress mest - -- wordpress plugin adsense remove wordpress plugin adsense odstrani - -- wordpress feedburner google ads multiple publisher ids wordpress oglasi feedburner google več publisher ids - -- wordpress reward wordpress nagrado - -- YPN Partner ID YPN Partner ID - --