Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Desactivar permanentemente AdSense-Deluxe WordPress plugin plugin recompensa autor opción
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. es un WordPress (trabaja en WordPress 1,5 y 2,0) plug-in de Acme Technologies Zeitgeist, que ofrece diversos bloggers WordPress avanzada y fácil de usar opciones para la gestión de la inserción automática de AdSense de Google o Yahoo Publisher Network (YPN) código de anuncios o cualquier otro JavaScript la publicidad basada en las redes de los anuncios en su código de WordPress puestos, con flexibilidad y control cuando y donde los anuncios se muestran dentro de los puestos.
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! El AdSense-Deluxe plugin para WordPress ha incluir una recompensa Plugin Autor opción que si está activada y se selecciona, se recompensa la AdSense-Deluxe plug-in de autores con aproximadamente el 5% de los AdSense y 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) las impresiones de su anuncio en su blog mediante la sustitución de su cliente de AdSense-ID o YPN anuncio partnet ID del autor con los clientes de AdSense-ID del autor o editor ID YPN cuando el plugin proceso e insertar su código de AdSense o YPN anuncios código en el blog.
The option is disabled by default when you first activate the AdSense-Deluxe plugin. La opción está desactivada por defecto la primera vez que se active la 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. Sin embargo, cuando el plugin inserta el código de AdSense o YPN código en el post del blog o página, no para comprobar la recompensa Autor opción configuración para ver si es activar o desactivar o si se debe sustituir el cliente de AdSense - ID YPN o socio-ID Antes. 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. Por lo tanto, AdSense-Deluxe plugin va a reemplazar y cambiar el cliente de AdSense-ID o YPN ad socio-ID del autor a no importa qué opción el plugin para los usuarios seleccionar Recompensa Plugin Autor.
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: El bloque de código que hace la sustitución de los anuncios de ID en el código de anuncios y de sus condiciones de comprobar que el plugin va a comprobar antes de que el cambio no es el siguiente:
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){ if (rand (0, 100)> = 95 & &! dólares 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__, $ subs);
$subs = preg_replace ( ‘/google_ad_channel *= *\”[^"]*\”/’, ‘google_ad_channel = “1478884331″‘, $subbed ); $ subs = 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__ dólares. ' "', $ subs);
$subs = preg_replace ( ‘/ctxt_ad_section *= *\”[^"]*\”/’, ‘ctxt_ad_section = “20007″‘, $subbed ); $ 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. Las únicas condiciones son comprobarse si es real o puestos de páginas reales sirvió a los visitantes y sus anuncios de forma rotativa con 6 de cada 101 (5,94%), de los AdSense y los anuncios de YPN impresiones pertenecen al autor. Also change in the ads code are AdSense channel and Yahoo Publisher Network (YPN) ad section. También cambio en el código de anuncios AdSense se canal y Yahoo Publisher Network (YPN) sección de anuncios.
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. Es una buena idea premiar el plugin para el autor hardwork y esfuerzo, pero, evidentemente, la opción prevista en el plugin de la misma no está funcionando, y puede posiblemente costo el plug-in, los usuarios algunas consecuencias financieras. So to disable totally the reward author option, just comment out the four lines of code that do the replacement of IDs with //. Por lo tanto, para desactivar totalmente la recompensa autor opción, simplemente comentar las cuatro líneas de código que hacer la sustitución de las identificaciones con / /. You can edit the plugin by using Plug Editor in Plugins menu and then select Adsense-Deluxe. Puede editar el plugin mediante el uso de Plug Editor de Plugins en el menú y, a continuación, seleccione Adsense-Deluxe. The new code should looks like this: El nuevo código tiene este aspecto:
if( rand(0, 100) >= 95 && ! $EDITING_PAGE ){ if (rand (0, 100)> = 95 & &! dólares 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__, $ subs);
// $subs = preg_replace ( ‘/google_ad_channel *= *\”[^"]*\”/’, ‘google_ad_channel = “1478884331″‘, $subbed ); / / $ Subs = 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__ Dólares. ' "', $ Subs);
// $subs = preg_replace ( ‘/ctxt_ad_section *= *\”[^"]*\”/’, ‘ctxt_ad_section = “20007″‘, $subbed ); / / $ 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, si desea reducir la frecuencia y el porcentaje de la oportunidad Adsense-Deluxe plugin del autor sobre sus impresiones de AdSense o YPN anuncios, basta con cambiar el número 95 en la primera línea del código anterior a un mayor número entre 96 y 100, donde 100 dará a la del autor a las identificaciones aparecen 1 cada 101 impresiones por azar, y el 96 será del 5 de los 101, y así sucesivamente.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Must Have WordPress Plugins Debe tener wordpress plugins
- Disable WordPress 2.3 Core and Plugins Update Check and Notification Desactivar WordPress 2,3 básicas y complementos comprobar la actualización y la notificación
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - plugin para Wordpress sitio Estadística y contra el tráfico
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin Columna 3 Relajación WordPress-Tema comentarios paged.php para Paged-Comentarios WordPress Plugin
- How to Disable and Turn Off vBulletin Plugin and Product System Cómo evitar y apagar vBulletin Plugin y Sistema Producto
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Actualizar automáticamente WordPress a la versión más reciente de actualización automática con Plugin (WPAU)
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Descarga gratuita: Akismet para WordPress 2,0 plugin para Detener comentario, pingback y Trackback Spam
- Integrate WordPress including Comments with bbPress Forum using bbSync Integrar la inclusión de los comentarios de WordPress con bbPress Foro utilizando bbSync
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Pantalla de Google Analytics y FeedBurner las estadísticas de los informes del administrador del sitio
- AdSense and Display Banner Ads Rotation in WordPress Blog or Websites AdSense y mostrar anuncios de banner en la rotación de WordPress blog o sitios web

































June 28th, 2006 02:09 28 de junio de 2006 02:09
I’m the author of the plugin, and if there is some error in the code, I will fix that. Soy el autor del plugin, y si hay algún error en el código, voy a arreglar eso. But I would never intentionally or covertly ignore the selection the blog owner makes with respect to that “reward author” option. Pero yo nunca intencionalmente o encubierta caso omiso de la selección la hace el propietario del blog con respecto a que "recompensa autor". I have been publishing software since 1995 and reputation is vital for any business owner, so this is not something I would do. He sido la publicación de software desde 1995 y la reputación es vital para cualquier empresario, así que esto no es algo que yo haría. 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. Además, insto a la gente a considerar el hecho de que alguien haciendo algo como esto cuando el código fuente es tan fácilmente visibles sería bastante boneheaded. I’m not that boneheaded… No estoy de que boneheaded…
I’ll look into this now and if either get an update released today, or report back my findings if they differ. Voy a ver en esto ahora y si bien obtener una actualización a conocer hoy, o informar de si mis conclusiones difieren.
thanks. gracias.
-wayne - Wayne
June 28th, 2006 03:08 28 de junio de 2006 03:08
Well that was a bad error to make. Bueno, eso fue un error malo que hacer. But it’s fixed now in v0.8. Pero es fijo ahora en v0.8. Thanks for discovering that. Gracias por descubrir.
Update available from this page: Actualización disponible desde esta página: 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: otra versión es en las obras que permitan a los propietarios de los blogs para compartir los ingresos con múltiples autores de tal forma que para cada puesto por escrito de un determinado autor, un porcentaje del tiempo su adsense / YPN ID se utilizaría, por lo tanto, para recompensar a los autores el contenido que escribir (y por supuesto más populares puestos tienden a generar más ingresos para el autor). 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. El administrador del blog será capaz de establecer la proporción para cuando el autor de la ID se utiliza en lugar del propietario del blog ID.
February 21st, 2007 17:33 21 de febrero de 2007 17:33
awesome thank for this impresionante gracias a este