Jump to content
MakeWebGames

SilvaTungDevil

Members
  • Posts

    141
  • Joined

  • Last visited

Everything posted by SilvaTungDevil

  1. Dave macaulay offers one for $30. Lots of users on this forum have brought it. Comes with a cart system etc etc. Easy to install and comes with lifetime support (I believe - may be wrong).   This is the thread so you can check user feedback: THREAD LINK And this is the link for you to be able to buy it: http://oxyden.net/store/v2x/10-ajax-cart-donation-system.html LINK TO DONATION SYSTEM
  2. Wow teach me to time manage like that :P But on a serious note, its looking good Peter
  3. I just browsed through your article on the HTC desire and although you have clearly giving it thought, I'm afraid your grammar leaves a lot to be desired with a whole bunch of sentences that quite simply make no sense. Here is a quick selection that I picked out without too much thought:   - First sentence makes little grammatical sense.  - Your last sentence in your first paragraph.  - Second paragraph second sentence. There are a whole lot more of these mistakes across the whole piece. I'm not sure if English is your first language but if you are serious about your blog invest in a proof reader before pouring money into advertisers. It appears you know what you want to say but the poor grammar means your statements aren't always expressed.
  4. That's done through your cron day. The basics of it would be :   if($ir['donatordays']){ $var = usersbank/100 * 4; $db->query("UPDATE `users` SET `bank` = bank + $var "); }else{ $var = usersbank/100*2; $db->query("UPDATE `users` SET `bank` = bank + $var "); }   NOTE: that wont work. That gives you all the basic principles you need for your system, have a shot at making it work and if you still can't I will help you out further
  5. Re download "globals.php" from mccodes.com. Either that or post up your code and we could maybe have a go at fixing it.
  6. SilvaTungDevil

    Revenue

    Average just over $1200 for a 12 month span. This ranges from $500ish for quieter month to $1500+ for better months.
  7. this kind of mod confuses me a little. You want donators to buy cystals yet you then put them at risk of having their crystals stolen. I know if i just spent whatever amount on crystals from your upgrade store that i would be quite mad if they was stolen from me by another player who hasnt paid to play. Just my thought though :D
  8. On a personal note about your pitch, I feel using correct grammar/spelling (5 spelling mistakes that I saw) would make you seem more accessible to the game owners you will need too hand over there code for you to work with. It makes you come across as a whole lot more professional. But good luck with your opportunity
  9. yes they are the bits you would change (both of them). Look at some form design if you want to be able to input how many bullets are to be brought. Something like:   <form action="ammoshop.php" method="post" > select how many bullets you want to buy <input type="text" name="bullets" /> <br /> <input type="submit"> </form>   Would work, but obviously you will need to adjust the other side of the script
  10. Normally I dont mind helping out, but this time no. Seriously, just read the script first, it will take you two minues. Follow what each piece does and its simple. If you don't understand the basics of a simple if statement you really need to be going back to the basics and giving up on a game for now. This is your third help thread that I've seen and all are simple errors. If we constantly do everything for you you will never learn, especially in this case where its so simple.
  11. Similar Threads usersonline.php update By JAMESOMIGHTY in forum Free Modifications Replies: 5 Last Post: 05-14-2010, 03:02 PM Another Usersonline By weewooz in forum Free Modifications Replies: 4 Last Post: 07-22-2009, 06:34 PM [mccode v2] usersonline.php By knowles in forum Free Modifications Replies: 14 Last Post: 05-04-2009, 12:39 PM [mccode v1] Advanced Usersonline By -Matt- in forum Free Modifications Replies: 14 Last Post: 09-27-2008, 03:56 PM [mccode v2] Usersonline By Dave Macaulay in forum Free Modifications Replies: 42 Last Post: 08-27-2008, 07:15 PM   Hmm try using the search function?
  12. <?php require "globals.php"; $cost = 100; if(!$_GET['a']) { $sql = sprintf("SELECT * FROM `lottery`"); $query = $db->query($sql); $row = $db->fetch_row($query); echo sprintf("' <font color = red size = 5>[b] Welcome to the National Jackpot. You currently have %d tickets and are able to purchase upto %d tickets per week. Each ticket costs \$%d. The jackpot is \$%u", $ir['lottery'], $tick, $cost,$row['jackpot']); echo' <form action = "lottery.php?a=buy" method = "post"> <input type = "submit" value = "Buy a Lottery Ticket"> </form>'; } if($_GET['a'] == buy) { if($ir['money'] < 100) { die("You don't have enough cash"); $tickq = $db->query("SELECT * FROM `lottery` WHERE `userid` = '$ir[userid]'"); if($db->num_rows($tickq) > $tick) { die('You can olnly purchase ' .$tick. ' tickets maximum'); } echo' You purchased a lottery ticket'; $sql = sprintf("UPDATE `users` SET `lottery` = `lottery` + %d, `money` = `money` - %d WHERE `userid` = (%u)", 1, $cost, $userid); $db->query($sql); $sql1 = sprintf("INSERT INTO `lottery` (id,userid, amount) VALUES (%d,%u, %d)", '',$userid, $cost); $db->query($sql1); $sql2 = sprintf("UPDATE `lottery` SET `jackpot` = `jackpot` + %d", $cost); $db->query($sql2); } } $h->endpage(); ?>   Try that, you forgot to close one of your if statements
  13. http://redux.mccodes.com/login.php Comes with several errors for me. Can't even login..   Warning: session_start() [function.session-start]: open(/tmp/sess_06e12ea8c278766dc56c5a305ad30c15, O_RDWR) failed: Permission denied (13) in /home/redux/public_html/login.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/redux/public_html/login.php:2) in /home/redux/public_html/login.php on line 2 etc
  14. What do you offer us? And whats your game link?
  15. Unlimited disk space you say?
  16. Didn't realise there was a fish.php script in a housing modification? :/
  17. sorry at the minute I dont have time on a 1 to 1 level to help you out. But post up and someone will get to it
  18. Okay lets go from that error. post up the full error and give us the lines from the script that it corresponds too.
  19. Show us what you have attempted too install and give us the error that pops up and the corresponding lines (including a few lines above and below). You will find most people are more than willing to help out those who try first.
  20. So what do users get from burgling someone elses house? Is it just giving the target an event or some bonus? You mention king of the hill, you become king if the other users "cant take you off it" .. What do you mean by that? As in the strongest player becomes king of the hill then in order to become the next king you need to be stronger?
  21. That is a really nice template. I assume all art work is yours and would you be willing to make minor modifications should someone wish to purchase it?
  22. Samsung Galaxy S . Its an elite phone :)
  23. Another way to do it, even if it doesn't solve your initial problem is open up itemsend.php and insert something like:   if($r['itemid'] == ITEMID){ echo ' This item can\'t be sent. Click [url="inventory.php"]here[/url] to go back'; $h->endpage(); exitl; }
  24. Good Mod but unfortunately you need to do a bit more work to it, the security is non existant. Secure your $_POST and $_GET variables. You are allowing a lot of room for the potential hacker to exploit your site but its a good start, well done
×
×
  • Create New...