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 .
Related Articles Articoli correlati
- Must Have WordPress Plugins Deve avere collegamenti di WordPress
- Disable WordPress 2.3 Core and Plugins Update Check and Notification Disattivare WordPress 2,3 Core e plugins di verifica degli aggiornamenti e la notifica
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - wordpress plugin per la statistica del sito e del traffico counter
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 colonne Relax WordPress Tema commenti-paged.php per paginati-Commenti WordPress Plugin
- How to Disable and Turn Off vBulletin Plugin and Product System Come disabilitare e disattivare vBulletin Plugin di sistema e di prodotto
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) WordPress aggiornare automaticamente alla versione più recente con l'aggiornamento automatico Plugin (WPAU)
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Download gratuito: Akismet per WordPress Plugin 2,0 a Stop commento, Trackback e Pingback Spam
- Integrate WordPress including Comments with bbPress Forum using bbSync Integrare WordPress compresi Commenti con bbPress Forum utilizzando bbSync
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin Wordpress plugin: visualizzazione di Google Analytics e FeedBurner relazioni statistiche del sito da admin
- AdSense and Display Banner Ads Rotation in WordPress Blog or Websites AdSense e visualizzare banner in rotazione wordpress blog o siti web



















June 28th, 2006 02:09 28 giugno 2006 02:09
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
June 28th, 2006 03:08 28 giugno 2006 03:08
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.
February 21st, 2007 17:33 21 febbraio 2007 17:33
awesome thank for this awesome ringraziare per questo
August 26th, 2008 17:16 26 agosto 2008 17:16
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