The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extend Redirect Message, Add Ads for better click rate Details »» | |||||||||||||||||||||||||||
Extend Redirect Message, Add Ads for better click rate
Developer Last Online: Jan 2010
I've found that on my redirect page, placing some ad code on the redirect template and extending the time for redirecting you seem to get higher click thru.
Use your favorite code, such as phpAdsNew or anything you wish Admin CP -> Styles and Templates -> Standard_Redirect Replace Old Code(assuming no modifications have been done) Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="is_browser('mozilla')"> <script type="text/javascript"> <!-- function exec_refresh() { window.status = "$vbphrase[redirecting]" + myvar; myvar = myvar + " ."; var timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status = ""; window.location = "$js_url"; } } var myvar = ""; var timeout =40; exec_refresh(); //--> </script> <else /> <meta http-equiv="Refresh" content="75; URL=$url" /> </if> $headinclude <title>$pagetitle</title> </head> <body> <br /> <br /> <br /> <br /> <form action="$url" method="get"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> <tr> <td class="tcat">$vbphrase[redirecting]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <blockquote> <p> </p> <p><strong>$errormessage</strong></p> <p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p> <div> </div> <!-- Place Ad Code Here --> REMOVE AND REPLACE WITH CODE <!-- /Place Add Code Before --> </blockquote> </div> <script type="text/javascript"> <!-- document.write('<div style="margin-top:$stylevar[cellpadding]px">'); document.write('<input type="submit" class="button" value="$vbphrase[proceed]" accesskey="s" onclick="window.location=\'$url\'; return false" />'); document.write('<\/div>'); //--> </script> </td> </tr> </table> </form> <if condition="$postvars"> <!-- redirect with POST --> <form action="$formfile" method="post" name="postvarform"> $postvars </form> <script type="text/javascript"> <!-- function submit_form() { window.status = "Redirecting" + myvar; myvar = myvar + " ."; timerID = setTimeout("submit_form();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status = ""; document.forms.postvarform.submit(); } } myvar = ""; timeout = 18; submit_form(); //--> </script> <div align="center">Ad code by Dave <a href="http://www.FightRice.com" target="_blank">FightRice</a></div> <!-- / redirect with POST --> </if> </body> </html> Simply Add What ever ad code you wish in the provided space, use hack at own risk with adsense or YPN, some say its against TOS, use at your own risk Show Your Support
|
Comments |
#2
|
||||
|
||||
Screen?
|
#3
|
||||
|
||||
This is almost certainly against the Adsense TOU.
If you can't put it on login or search pages, I can't see it being allowed to be on redirect pages. By all means, use this hack, but don't come crying when big G or Yahoo ban you permanently for putting contextual ads on a redirect. |
#4
|
|||
|
|||
Oh, i suppose you cant have a template mod regarding this without someone throwing out the "Its against the TOS" flag
Quote:
Quote:
|
#5
|
||||
|
||||
No, it's whenever someone encourages masses of people (the vB.org community) to do something that will (not might, WILL) get them banned from adsense.
Quote:
Yahoo!'s TOS is harder to follow. I can't confirm it, but will ask one question: Under what circumstances would a Guest that cannot post (like the spiders that comprise adsense and YPN) see a redirect page? |
#6
|
|||
|
|||
Quote:
Guests probably wouldnt see them Regular users however would see them, whenever a redirect page appears. Also, its not like you have to put Adsense code or YPN code in there. You could have your own ad management(phpAdsNew) or another advertising agency and put there, I'll update the hack to reflect this. |
#7
|
|||
|
|||
For AdSense it isn't allowed because of Content Sites only.
|
#8
|
|||
|
|||
there are some providers its allowed i wont say which but they are out there
|
#9
|
||||
|
||||
Quote:
There are hundreds of advertisers who don't care where you put their ads. The point is, it is not allowed on adsense. |
#10
|
|||
|
|||
good idea. thanks.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|