Faz` Posted July 27, 2009 Posted July 27, 2009 What this mod basically does, is give your game a little competition. Users donate items to a pot, any unwanted items, valuable items etc. They then have the opportunity to buy raffle tickets. A max of 10 can be bought, however that can easily be altered. At the end of every week a random ticket is picked, with that user getting all the contents of the pot. This in my opinion generates some fun, and gets the users anticipating, and getting them logging in once a week to see if they won. You could also put in some random goodies, to encourage more people to buy tickets. This mod is very secure, and a very good coding standard. Send all payments to [email protected] Send me proof of purchase, and I will email you the mod. Any problems let me know, I am happy to help. Add me to msn on [email protected] for real time assistance. I will also willingly install the mod for you. 100% Support for life. Please enjoy this mod. Thank you. Screenies: Quote
Haunted Dawg Posted July 27, 2009 Posted July 27, 2009 Re: Pot Of Gold $15 [mccode v2] Screenshot's would be good :) Quote
Faz` Posted July 27, 2009 Author Posted July 27, 2009 Re: Pot Of Gold $15 [mccode v2] There you go. I was just looking for the FF Addon that made it easier to take screenies, edit them etc. Quote
Faz` Posted July 28, 2009 Author Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] Still no interest in this? I am only going to sell 10 copies. Thanks. Quote
Faz` Posted July 28, 2009 Author Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] 8 Copies left. Quote
shrek1609 Posted July 28, 2009 Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] purchased will review later 8-) Quote
Strats Posted July 28, 2009 Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] Why Did I not get credit for this? Quote
Faz` Posted July 28, 2009 Author Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] Oh damn, I totally forgot. I'm so sorry! Credits go to Strats for the original idea. Terribly sorry once again :( Quote
Strats Posted July 28, 2009 Posted July 28, 2009 Re: Pot Of Gold $15 [mccode v2] Oh damn, I totally forgot. I'm so sorry! Credits go to Strats for the original idea. Terribly sorry once again :( :-) It's ok Quote
shrek1609 Posted July 29, 2009 Posted July 29, 2009 Re: Pot Of Gold $15 [mccode v2] great mod, very well coded and works great... very easy to install and my members love it :) Quote
Faz` Posted July 29, 2009 Author Posted July 29, 2009 Re: Pot Of Gold $15 [mccode v2] Thanks a lot for that great feedback. Very much appreciated. There was a small error that shrek notified me about. I forgot to update the table SQL as I created a new field whilst in the process of making this. However, the error has been fixed and everything seems to be ok. Quote
Strats Posted July 29, 2009 Posted July 29, 2009 Re: Pot Of Gold $15 [mccode v2] You should save me one, I'll get some cash soon Quote
shrek1609 Posted July 29, 2009 Posted July 29, 2009 Re: Pot Of Gold $15 [mccode v2] i did forget to say its very securely coded too... members really love it and already a massive items pot after 24 hours Quote
Faz` Posted July 30, 2009 Author Posted July 30, 2009 Re: Pot Of Gold $15 [mccode v2] 7 Copies left! Quote
CrazyT Posted August 1, 2009 Posted August 1, 2009 Re: Pot Of Gold $15 [mccode v2] You should save me one, I'll get some cash soon You should get the mod free, because you gave them the idea.. :D Quote
Faz` Posted August 2, 2009 Author Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] Bump. Come on people, I want every copy sold! :) Quote
shrek1609 Posted August 2, 2009 Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] This mod is brilliant and my members love it... it was drawn for the first time last night and i won it (with a test ticket i bought) :lol: they were not amused :lol: Its very nicely coded and the very first mod i have ever purchased where i have had to do NOTHING but install it Quote
Faz` Posted August 2, 2009 Author Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] Hehe thanks! Quote
Magictallguy Posted August 2, 2009 Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] You're welcome for my help too -.- Quote
shrek1609 Posted August 2, 2009 Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] what would be a nice addition to this mod would be it stating who the last weeks winner was on the raffle page... i'm going to add this later should just be a small database table and a quick edit to the raffle page and cron page :) Quote
CrazyT Posted August 2, 2009 Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] what would be a nice addition to this mod would be it stating who the last weeks winner was on the raffle page... i'm going to add this later should just be a small database table and a quick edit to the raffle page and cron page :) INSERT it into a log.. Select the logs.. $sql = $db->query('SELECT `userid`, `won` FROM `raffle_page` ORDER BY `won` DESC LIMIT 5;'); while ($row = $db->fetch_row($sql)) { $username = $db->fetch_single($db->query('SELECT `username` FROM users WHERE (userid = '. $row['userid'] .')')); echo stripslashes($username) .' won '. number_format($row['won']) .' gold '; } I don't know what the mod is like that was just a example Quote
Faz` Posted August 2, 2009 Author Posted August 2, 2009 Re: Pot Of Gold $15 [mccode v2] 6 copies left! May I add I now offer 7 types of mod for this. Crystals Only Money Only Items Only Crystals and Money Items and Money Items and Crystals Items, crystals and money If there are any from the list you want, or you want more, mail me and we can sort out a cheaper price. Thank you! 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.