PDA

View Full Version : New Bussnies Idea


ahmed-samara
03-16-2009, 09:25 AM
Hello today.. :)

i have new idea is how to put the google adsense code betwen every xx words in the thread

also i want to select what usergroup can see the adsense .

i have trying to do in PHP

$words = explode(' ', $article);
$words[$count] .= '<br>'.$adsensecode.'<br>';
$article = implode(' ', $words);

can someone make that in plugin or product ?

thanks

Dismounted
03-16-2009, 11:08 AM
IIRC, AdSense defines a limit to how many ads are allowed on a single page (3, last time I checked).

ahmed-samara
03-16-2009, 11:30 AM
IIRC, AdSense defines a limit to how many ads are allowed on a single page (3, last time I checked).

So what is mean !

Dismounted
03-17-2009, 06:04 AM
It means you will most likely break the AdSense TOS by doing this.

Mr-Moo
03-17-2009, 05:23 PM
You are correct Dismounted,

According to Google's terms of services, you are not permitted to 'trick' anyone into clicking ads, cohersing then into clicking them, clicking them yourself, and indeed are limited to Three (3) per page.