Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Disattivare permanentemente AdSense-Deluxe WordPress plugin ricompensa plug Autore opzione

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. è un WordPress (lavori in WordPress 1,5 e 2.0) plug-in di Acme Tecnologie Zeitgeist che offre vari blogger WordPress avanzata ma facile da usare opzioni per la gestione del inserimento automatico di AdSense di Google o Yahoo Publisher Network (YPN) annunci di codice o di qualsiasi altra JavaScript la pubblicità basata sulla reti 'annunci di codice nel tuo post di WordPress, e flessibile di controllo quando e dove tali annunci vengono visualizzati all'interno del post.

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 per WordPress è includere una ricompensa Plugin Autore opzione che se attivata e controllati, a tutto beneficio dei AdSense-Deluxe plug-in di autore con circa il 5% di AdSense e 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) impressioni sul tuo blog di AdSense di sostituire il tuo client-ID o YPN annuncio partnet con ID autore di AdSense client-ID o autore YPN ID publisher quando il processo di plug in e inserire il codice AdSense o annunci YPN codice in blog.

The option is disabled by default when you first activate the AdSense-Deluxe plugin. L'opzione è disattivata di default quando si attiva la prima di 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. Tuttavia, quando il plugin inserire il codice AdSense o YPN codice nel post del blog o pagina, non per controllare la ricompensa Autore opzione di impostazione per vedere se si tratta di attivare o disattivare o se sia necessario sostituire la AdSense client - ID o YPN partner-ID prima. 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. Così, di AdSense-Deluxe plug sostituisce e cambiare il client di AdSense-ID o YPN annuncio partner-ID per autore non importa quale opzione il plugin per selezionare gli utenti di ricompensa Plugin Autore impostazione.

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: Il blocco di codice che fa la sostituzione di annunci ID sugli annunci di codice e le sue condizioni di verificare che il plugin verificherà prima che il cambiamento è la seguente:

if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){ if (rand (0, 100)> = 95 & &! EDITING_PAGE $) (
if( is_single() || is_page() ){ if (is_single () | | is_page ()) (
$msg .= “\n $ msg .= "\ n “; //DEBUGGING "; / / DEBUGGING
$subbed = preg_replace ( ‘/pub-[0-9]+/’, $__ACMETECH_CLIENT_ID__, $subs ); Subbed $ = preg_replace ( '/ pub-[0-9 ]+/', $ __ACMETECH_CLIENT_ID__, $ success);
$subs = preg_replace ( ‘/google_ad_channel *= *\”[^"]*\”/’, ‘google_ad_channel = “1478884331″‘, $subbed ); $ success = preg_replace ( '/ google_ad_channel *= * \ "[^"]* \ "/', 'google_ad_channel =" 1478884331 "', $ Subbed);
$subbed = preg_replace ( ‘/ctxt_ad_partner *= *\”[^"]*\”/’, ‘ctxt_ad_partner = “‘ . $__ACMETECH_AD_PARTNER__ . ‘”‘, $subs ); Subbed $ = preg_replace ( '/ ctxt_ad_partner *= * \ "[^"]* \ "/', 'ctxt_ad_partner ="'. __ACMETECH_AD_PARTNER__ $. ' "', $ success);
$subs = preg_replace ( ‘/ctxt_ad_section *= *\”[^"]*\”/’, ‘ctxt_ad_section = “20007″‘, $subbed ); $ success = 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. Le uniche condizioni sono verificate se è vero o posti di pagine servite ai visitatori e la pubblicazione degli annunci a rotazione a 6 su 101 (5,94%) di AdSense e YPN annunci impressioni appartengono all'autore. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. Anche cambiare nel codice sono gli annunci AdSense di canale e Yahoo Publisher Network (YPN) sezione di annunci.

It’sa 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. È una buona idea di premiare il plugin per l'autore hardwork e sforzo, ma ovviamente l'opzione di cui il plugin per sé non è in funzione, e può eventualmente costo del plug-in alcuni utenti conseguenze finanziarie. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. In modo da disattivare completamente la ricompensa autore opzione, solo commentare le quattro linee di codice che fare la sostituzione di ID con / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. È possibile modificare il plugin utilizzando Plug Editor in Plugins menu e selezionare AdSense-Deluxe. The new code should looks like this: Il nuovo codice dovrebbe assomiglia a questo:

if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){ if (rand (0, 100)> = 95 & &! EDITING_PAGE $) (
if( is_single() || is_page() ){ if (is_single () | | is_page ()) (
$msg .= “\n $ msg .= "\ n “; //DEBUGGING "; / / DEBUGGING
// $subbed = preg_replace ( ‘/pub-[0-9]+/’, $__ACMETECH_CLIENT_ID__, $subs ); / / $ Subbed = preg_replace ( '/ pub-[0-9 ]+/', $ __ACMETECH_CLIENT_ID__, $ success);
// $subs = preg_replace ( ‘/google_ad_channel *= *\”[^"]*\”/’, ‘google_ad_channel = “1478884331″‘, $subbed ); / / $ Success = preg_replace ( '/ google_ad_channel *= * \ "[^"]* \ "/', 'google_ad_channel =" 1478884331 "', $ Subbed);
// $subbed = preg_replace ( ‘/ctxt_ad_partner *= *\”[^"]*\”/’, ‘ctxt_ad_partner = “‘ . $__ACMETECH_AD_PARTNER__ . ‘”‘, $subs ); / / $ Subbed = preg_replace ( '/ ctxt_ad_partner *= * \ "[^"]* \ "/', 'ctxt_ad_partner ="'. __ACMETECH_AD_PARTNER__ $. ' "', $ Success);
// $subs = preg_replace ( ‘/ctxt_ad_section *= *\”[^"]*\”/’, ‘ctxt_ad_section = “20007″‘, $subbed ); / / $ Success = 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. Altrimenti, se si vuole ridurre la frequenza e la percentuale di possibilità di AdSense-Deluxe plug autore impressioni sul tuo AdSense o YPN annunci, è sufficiente modificare il numero 95 sulla prima riga di codice sopra per numero più elevato tra i 96 e 100, dove 100 darà l'autore ID a comparire 1 ogni 101 impressioni in casuale, e 96 saranno 5 su 101, e così via.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in lingua inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



4 Responses to “Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option” 4 risposte a "disabilitare permanentemente AdSense-Deluxe WordPress Plugin Premi Plugin Autore Option"

  1. Wayne
    June 28th, 2006 02:09 28 giugno 2006 02:09
    1

    I’m the author of the plugin, and if there is some error in the code, I will fix that. Sono l'autore del plugin, e se c'è qualche errore nel codice, mi correzione. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Ma io non sarebbe mai intenzionalmente o camuffato, ignorare la selezione il proprietario del blog fa nei confronti di tale "ricompensa autore". I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. Mi è stato la pubblicazione di software dal 1995 e la reputazione è di vitale importanza per qualsiasi attività commerciale proprietario, quindi questo non è qualcosa lo farei. 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. Inoltre, mi invitano a prendere in considerazione il fatto che nessuno di fare qualcosa come questo, quando il codice sorgente è così facilmente visualizzate sarebbe piuttosto boneheaded. I’m not that boneheaded… Io non sono che 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 guardare in questa ora, e se sia ottenere un aggiornamento rilasciato oggi, o riferire il mio risultati se essi differiscono.
    thanks. grazie.
    -wayne - Wayne

  2. Wayne
    June 28th, 2006 03:08 28 giugno 2006 03:08
    2

    Well that was a bad error to make. Bene che è stato un brutto errore di fare. But it’s fixed now in v0.8. Ma è fissato ora in v0.8. Thanks for discovering that. Grazie per scoprire che.
    Update available from this page: Aggiornamento disponibile in questa pagina: 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: un'altra versione è nelle opere che consentono blog proprietari di condividere entrate con più autori tale che per ogni post scritto da un determinato autore, una percentuale del loro tempo adsense / YPN ID sarebbero stati utilizzati, premiando così gli autori per i contenuti che scrivere (e ovviamente i posti più popolari sarebbe tendono a generare maggiori introiti per l'autore). 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. Il blog di admin sarà in grado di impostare il rapporto per quando l'autore ID è usato al posto di il proprietario del blog ID.

  3. Rapid Rapido
    February 21st, 2007 17:33 21 febbraio 2007 17:33
    3

    awesome thank for this awesome ringraziare per questo

  4. NEEJ
    August 26th, 2008 17:16 26 agosto 2008 17:16
    4

    Your Adsense Account Cancelled ? Il suo account AdSense cancellata?

    If you are like me, who loosed your adsense-account. Se siete come me, che sciolto adsense-il tuo account.
    Get back it in 3 hrs only. Per tornare in solo 3 ore. I have found a very good book on it Ho trovato un ottimo libro su di esso
    visit: visita: http://www.adsenserecover.info

Leave a Reply Lasciare una risposta

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> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

adsense deluxe wordpress 2.6 AdSense Deluxe WordPress 2,6 - -- AdSense-Deluxe WordPress Plugin v0.8 AdSense-Deluxe WordPress Plugin v0.8 - -- Adsense Deluxe +, Wordpress plug in Adsense Deluxe +, Wordpress plug in - -- adsense deluxe plugin doesn't show adsense deluxe plug non mostra - -- adsense deluxe plugin wordpress AdSense Deluxe plug WordPress - -- does Adsense Deluxe work with WordPress 2.5? Adsense Deluxe non funziona con WordPress 2,5? - -- AdSense Deluxe rapidshare AdSense Deluxe rapidshare - -- turn off adsense on blog disattivare AdSense nel blog - -- adsense client id number AdSense numero ID cliente - -- wordpress author rewards plugin WordPress autore premia plug in - -- wordpress plugins friendster code wordpress Friendster codice - -- outlook plug-in reward prospettive plug-in di ricompensa - -- plugin adsense para wordpress 2.5 AdSense plug in per WordPress 2,5 - -- wordpress adsense YPN Plugin WordPress AdSense YPN Plugin - -- adsense-deluxe wordpress plugin 2.5 adsense-wordpress plugin deluxe 2,5 - -- adsense deluxe + wordpress 2.5 AdSense Deluxe + 2,5 WordPress - -- permanently disable oga disattivare permanentemente OGA - -- ads deluxe+wordpress annunci Deluxe + WordPress - -- how to delete AU plugins permanently come eliminare definitivamente i collegamenti AU - -- wordpress adsense plugins review WordPress AdSense plugins recensione - -- wordpress 2.6 adsense deluxe WordPress 2,6 AdSense Deluxe - -- how to enable adsense in wordpress come attivare adsense in WordPress - -- wordpress reward plug in WordPress ricompensa plug in - -- permanently disable DEP windows 2008 permanentemente disattivare la funzionalità di Windows 2008 - -- adsense disabled for life 2008 AdSense disabili per la vita 2008 - -- plugin adsense deluxe pub plug AdSense Deluxe pub - -- adsense-deluxe for wordpress 2.5 adsense-deluxe per WordPress 2,5 - -- disable AdSense from Wordpress blog AdSense di disattivare da WordPress Blog - -- adsense deluxe 2.6 AdSense Deluxe 2,6 - -- turning off adsense disattivando AdSense - -- wordpress 2.6 AdSense-Deluxe WordPress 2,6 AdSense-Deluxe - -- preg_replace wordpress preg_replace WordPress - -- adsense delux wordpress 2.5 AdSense Delux WordPress 2,5 - -- activate disabled adsense account attivare disabili account AdSense - -- deutsch deluxe Deutsch Deluxe - -- disable adsense disattivare AdSense - -- wordpress disable google adsense WordPress disattivare Google AdSense - -- adsense deluxe for wordpress 2.6 AdSense Deluxe per WordPress 2,6 - -- wordpress plugins rewards wordpress premi - -- google adsense pub-0 AdSense di Google pub-0 - -- adsense deluxe for wordpress 2.5 AdSense Deluxe per WordPress 2,5 - -- plugin set ads frequency in wordpress plug impostare gli annunci di frequenza in WordPress - -- adsense plugin de luxo 2.6 AdSense plug de Luxo 2,6 - -- adsense deluxe wordpress plugin download AdSense Deluxe WordPress scaricare plug in - -- plugins para adsense de google en wordpress 2.5 collegamenti punto di google adsense en wordpress 2,5 - -- adsense deluxe pluin error AdSense Deluxe pluin errore - -- how to permanently comment out javascript come permanentemente commentare javascript - -- turn off wordpress ads disattivare gli annunci WordPress - -- "adsense-deluxe" "wordpress 2.6" "adsense-deluxe" "wordpress 2,6" - -- adsense deluxe wordpress 2.5 AdSense Deluxe WordPress 2,5 - --