Let me explain how to use it:
<if condition="THIS_SCRIPT == 'showthread'AND ($post[postid] == $GLOBALS['qrlastpostid']) AND (!in_array($forum[forumid], array(2,3,32)))">
In the array() you put the forums where you don't want to show the ads.
Here (($post[postid] == $GLOBALS['qrlastpostid'])) you choose where to show it. Use $GLOBALS['qrlastpostid'] to show it at the end of all the posts, $GLOBALS['qrfirstpostid'] to show it after the first post, or you can use a number.
For the picture blocks use <img src="random.php"> to where ever random.php is. Please remember to update the settings for random.php.
I reccomend you use a table to put your ads in.
If you want to show the ads only where there is more than 1 post use:
Code:
AND ($post['postcount'] > 1)
Like this:
Code:
<if condition="THIS_SCRIPT == 'showthread'AND ($post[postid] == $GLOBALS['qrlastpostid']) AND (!in_array($forum[forumid], array(2,3,32))) AND ($post['postcount'] > 1)">
If you want it to show to guests only use:
Code:
AND (!$show[member])
So it will be like:
Code:
<if condition="THIS_SCRIPT == 'showthread'AND ($post[postid] == $GLOBALS['qrlastpostid']) AND (!in_array($forum[forumid], array(2,3,32))) AND ($post['postcount'] > 1) AND (!$show[member])">
You couldn't be more wrong. Just because one site uses it doesn't mean everyone else can. Maybe sitepoint got specific permission to use something at their site, but Google retains and often practices the right to deny other sites the same privileges. Or perhaps they might be in violation and Google hasn't seen it and dished out any penalties yet. I'm not saying this is the case, but you never know. I for one am sick and tired of so many people claiming to have some authoritative knowledge of Adsense, SEO, and Google's guidelines. The average forum owner sees your post and thinks you must be right since you're so adamant about it, but anyone with an ounce of experience can see your logic is very flawed. So until people stop misleading others, you can bet I'll be here to provide a more realistic and cautious view.
I've taken over $1000 with this method, and google have accepted it.
Regarding the ad placement , we ask that you not implement Google ads in a manner that disguises them to look like forum threads. We appreciate your understanding and cooperation.
You would not get banned from adsense.
There are many forums and others sites that are doing this of my forums has over 22,000 members and its been using this sort of thing for 3 years.
Its fine.
Google dont mind its content.
Just as long as you are not telling members to click the ads its fine.
They don't look like threads. I've seen many people do this, time in and time out.
Put it on your site, then ask Google. I personally got approved for it.
AWESOME although i already coded this for myself i didnt share lol
Excuse me? I believe what you meant to say there is "ForumDog did this for me and I never paid him anything." Your thread is even still in the Paid Requests forum where I responded when you asked for it to be done.
Feel free to rectify this any time, really. I'd chalk it up to forgetfulness if you weren't taking credit for it yourself as well. Forgive me I don't want to derail the thread, but it's important other people know about this obviously. Don't want anyone else defrauded.
As for the Google Ads debate, I believe the way it goes is that if your website has a certain amount of custom then in return Google will allow you a certain amount of leeway in how your advertisements are placed and styled. Certainly it is my understanding that you must gain permission first, you should not assume automatic permission for anything or you might find yourself in hot water! I don't use them myself but I'm 99% sure that's how it goes.
The Answer is pretty clear, as long as you don't make it appear to be an actual forum thread it is perfectly legal and allowed. They did not state anything about a post in the thread.
Quote:
Originally Posted by Mecho
Google Adsense :
Quote:
Regarding the ad placement , we ask that you not implement Google ads in a manner that disguises them to look like forum threads. We appreciate your understanding and cooperation.
I think he put avatar at the left of table because it looks nicer in this way. I don't think it's a way of cheat. But as you know, we don't know what Google thinks and does mostly.