More ad blocks.. Use the maximums if you have a lot of content. Change the color of the links if it will let you too. Make it dark grey..
More ad blocks.. Use the maximums if you have a lot of content. Change the color of the links if it will let you too. Make it dark grey..
No, 'cause you do it in your AdSense settings.
I unsubscribed from the onsite advertising signup and the 'adverstise on this site' link still appears.
Ok, here it is:
http://gametell.com/layout4.JPG
you try mine?i've had a CTR of 40% over the last month or so w/ a nice header, med. adsense block to the left, a pic under the adsense to draw the users eye, and a 250 word article to the left. I had a nice ROI for what I spent, but nothing like the other guys here - automating is where its at, right now I do everything by hand and it takes me about 10mins/page...I have about 30 pages now and just starting to get enough clicks to figure out which of those are working, which I will bid higher for, etc
I also write my articles, for one of my niches that pays about $1.50/click it really made a difference - and the CTR is over 75%- too bad there's only a few clicks/day!
Too bad my coding sux dick - I pretty much have to outsource any script I use until I find time to learn..
I'm getting content from wikipedia, but it's a pain in the ass removing all the links by hand.
Lerchmo, I know your page generating script does this, but it doesn't like multiple word input.
For example here's a wikipedia article it can't find:
Test tube - Wikipedia, the free encyclopedia
I entered test_tube, test-tube, test tube etc...
I looked at the code, but couldn't find out why it was doing this. Any suggestions?
No, that code will make you rich.. promise
if your not using my bot class just do file_get_contents()
$str = $bot->get('http://search.live.com/results.aspx?q='.$keyword.'&format=rss');
$xml = new SimpleXMLElement($str);
foreach($xml->channel->item as $name=>$value)
{
$title = $value->title;
$description = $value->description;
}