seanybob Posted December 20, 2009 Posted December 20, 2009 So you asked for it, and you got it. Several weeks ago, we released the affiliate MrWQ option. With it, you could refer users to and earn money from the site. Several game owners have some decent success with this option, but they just weren't satisfied... I've been asked (by several different owners) to integrate MrWQ with McCodes, so that users never have to leave their site. Thus, that is what we did. Simply run some sql, upload 4 files, and register an account on MrWQ.com (doesn't require admin approval, takes less than a minute) and you are up and running. With this mod, users are given the option to take a quiz, take a survey, or play a quick game and earn in-game bonuses (cash, crystals, or items). For every offer they complete, you earn cash (which you can keep track of on the stats page). Everything is automated - when they complete it, a postback is sent from the advertiser to our server. In turn, we send a postback to your server to the script you uploaded, which rewards the user according to your specifications. An admin panel has been built in as well. Here, just take a look at the screenies: Admin Interface: User Interface: As you can see, it's fairly simple. Moreover, it's free to get started / install! You can see how it works here: http://seanybob.net/mccodesv2 (Just click the EARN link next to crystals) Or just simply download the mod here: http://seanybob.net/mods/download/McCodeMrWQIntegrationMod.zip and follow the instructions in the read me. You'll be set up within 5 minutes. Quote
Jordan Palmer Posted December 20, 2009 Posted December 20, 2009 Looking good SeanyBob. I'll be defiantly letting a few friends know about this. Good luck mate Quote
seanybob Posted December 20, 2009 Author Posted December 20, 2009 Looking good SeanyBob. I'll be defiantly letting a few friends know about this. Good luck mate Thanks mate. Just wanted to add a quick note: Anybody is welcome to install this. It is automatically set up to keep track of your earnings. This adds a second method of making money from your game (in addition to donator packs). It's not a one-time thing either; users can complete something from each category once a day if they desire to, and keep getting the bonuses you offer them. For each time they do successfully, you will earn money. Quote
jds137 Posted December 21, 2009 Posted December 21, 2009 I like this mod alot. The offerpal one never worked right, and this hits the spot. Quote
seanybob Posted December 22, 2009 Author Posted December 22, 2009 The mod has been updated! The original only supported players from the USA, but this updated version supports USA, UK, Australia, and Canada. To update, either redownload the mod from the link above, or simply replace the file below: zzz_mrwqaff.php <?php //Affiliate ID $affid=1; include "globals.php"; print " <h3>Want To Get A Boost In The Game?</h3>"; print"<table class='table' width=80%>"; print"<tr><th align=center>Offer Type</th><th align=center width=20%>Rewards</th></tr>"; $off3=$db->query("SELECT * FROM zzz_mrwqrewards WHERE offertype='quiz'"); print"<tr><td align=center> [b]Quiz[/b] <font size=1> Take a quiz on a random topic! After answering the questions, pass through several pages of offers. You can just click skip/no on all them if you'd like. Continue until you see your score. </font> If you want to do this one, click on the country you are from: <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=quiz><font color=green>USA</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=quiz&country=uk><font color=green>UK</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=quiz&country=au><font color=green>Australia</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=quiz&country=ca><font color=green>Canada</font></a> </td><td align=center>"; $totmoney=0; $totcrystals=0; $totitems=""; while($of3=$db->fetch_row($off3)) { $totmoney+=$of3['money']; $totcrystals+=$of3['crystals']; if($of3['itemid']>0) { $iname=$db->fetch_row($db->query("SELECT itmname FROM items WHERE itmid={$of3['itemid']}")); $totitems.="{$iname['itmname']} "; } } if($totmoney>0){$text.="\$$totmoney ";} if($totcrystals>0){$text.="$totcrystals crystals ";} if($totitems){$text.="$totitems ";} print$text; print"</td></tr>"; $text=""; $off2=$db->query("SELECT * FROM zzz_mrwqrewards WHERE offertype='game'"); print"<tr><td align=center> [b]Game[/b] <font size=1> Play a simple, random game! After answering the questions, pass through several pages of offers. You can just click skip/no on all them if you'd like. Continue until you see your score. </font> If you want to do this one, click on the country you are from: <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=game><font color=green>USA</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=game&country=uk><font color=green>UK</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=game&country=au><font color=green>Australia</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=game&country=ca><font color=green>Canada</font></a> </td><td align=center>"; $totmoney=0; $totcrystals=0; $totitems=""; while($of2=$db->fetch_row($off2)) { $totmoney+=$of2['money']; $totcrystals+=$of2['crystals']; if($of2['itemid']>0) { $iname=$db->fetch_row($db->query("SELECT itmname FROM items WHERE itmid={$of2['itemid']}")); $totitems.="{$iname['itmname']} "; } } if($totmoney>0){$text.="\$$totmoney ";} if($totcrystals>0){$text.="$totcrystals crystals ";} if($totitems){$text.="$totitems ";} print$text; print"</td></tr>"; $text=""; $off1=$db->query("SELECT * FROM zzz_mrwqrewards WHERE offertype='survey'"); print"<tr align=center><td> [b]Survey[/b] <font size=1> Take a survey about yourself! After completing the survey, continue through all their questions/offers (you can click skip/no as much as you want) until you reach the last steps page, where you must click at least 2 silver offers (but don't have to complete them) </font> If you want to do this one, click on the country you are from: <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=survey><font color=green>USA</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=survey&country=uk><font color=green>UK</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=survey&country=au><font color=green>Australia</font></a> | <a href=http://mrwq.com/outaff.php?affuid=$affid&uid={$ir['userid']}&offertype=survey&country=ca><font color=green>Canada</font></a> </td><td align=center>"; $totmoney=0; $totcrystals=0; $totitems=""; while($of1=$db->fetch_row($off1)) { $totmoney+=$of1['money']; $totcrystals+=$of1['crystals']; if($of1['itemid']>0) { $iname=$db->fetch_row($db->query("SELECT itmname FROM items WHERE itmid={$of1['itemid']}")); $totitems.="{$iname['itmname']} "; } } if($totmoney>0){$text.="- \$$totmoney ";} if($totcrystals>0){$text.="- $totcrystals crystals ";} if($totitems){$text.="- $totitems ";} print $text; print"</td></tr>"; print"</table>"; $h->endpage(); ?> Be sure to update the //Affiliate ID $affid=1; at the top of the file with your own information! Quote
J_StrauD Posted December 22, 2009 Posted December 22, 2009 Very nice seanybob :D Im definately using this! Quote
seanybob Posted December 24, 2009 Author Posted December 24, 2009 Very nice seanybob :D Im definately using this! Good to hear mate! Let me know if you need any help setting it up ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.