Jump to content
MakeWebGames

Decepti0n

Members
  • Posts

    731
  • Joined

  • Last visited

    Never

Everything posted by Decepti0n

  1. Re: Help with a syntax error skip that   $icon_gender = "[img=images/icons/".strtolower($r[]";   should work the error you had was the if($r['gender']) == Male { should have been: if($r['gender'] == 'Male') {
  2. Re: Day Cron Help $db->query("UPDATE users SET power=power+10 WHERE power<maxpower"); There's apparently no 'maxpower' column
  3. Re: Mod Theives :O Read For Your Own Protection!! finally, i was wondering where that went. That was posted just as a question, wondering if he'd explain about it and i forgot all about it tbh
  4. Decepti0n

    Linux

    Re: Linux installing ubuntu was as easy as burning the iso to a cd, and putting it in the drive and restarting. it automatically partitioned my drive (i think), and installed easily, but it's hard to configure (for me, idk shit about linux). Some good starting software though :D also you can run the OS without installing it, straight off the CD (if you want to try it)
  5. Re: [v1][FREE] Gang Welcome Message Woah, no need to make the column text! Text allows up to 65,000ish characters.. which is way more space than you'll ever need for a welcome message Try lipsum.org, typing in 65,000 and select 'bytes', it's the closest you'll get to seeing how much you'll store in a text field, and you'll realise it's overkill Just use varchar or char, with a max of maybe 150 150 characters: Unless you have a long-winded president, then set it to maybe 200-255 Point is text is overkill :P
  6. Re: Getting Rid of the 2.147 bil cap in MCcode Unsigned just restricts it to greater than 0, the limit would be 2.147bil * 2
  7. Re: [mccode] Close page system Are you really getting that offended at having another meaningless negative point added to you?
  8. Re: Contacts Error? whats the page/part that actually lists the contacts
  9. Re: A way to protect against sql injection That has NOTHING to do with SQL injection... it takes about a line or two to protect against it
  10. Re: Division by zero????? help please Open the database, check your users table where your character is and check the 'maxenergy' column the problem is that $ir['maxenergy'] == 0
  11. Re: MD5 password encode Just hoping it doesn't reset until they enter the pin :s otherwise people could just reset others easily
  12. Re: MD5 password encode no the best way is to provide a way for them to reset it, and it gets resent to their email address
  13. Re: MENU MAKING HELP!!! Why visual? A menu isn't for show, it's for navigation
  14. Re: Make Money from Your Site with these tips ! Jussssssst got my check from Adsense, $229 AUD Not bad for the time i spent on it (0 hours a day)
  15. Re: What country would you live in... duh, i'd so win the guys
  16. Re: Cron Error whats the rest of it?
  17. Re: I Hate them. if ($howevermuchmoneytheyaresending < 0) { die('bah'); }
  18. Re: [mccode] Mining mod either you dont have a $ir['max_power'] and $ir['mineneeded'] variable, or they're both equal to zero
  19. Re: What country would you live in... Yeah i dont know much about the governments either :P Australia's only better if you like hot weather, and well more people... I prefer a quiet place, preferably one with my gf (and NZ is nice and cold and private) Australia's (clearly) bigger, bigger economy, more shit, fancier stuff, but that's all if you'd want that sort of thing And to add to my post above, NZ or Switzerland (seems kinda similar) lol
  20. Re: What country would you live in... Back to New Zealand it's nice and cold (i prefer rain), we have pretty much the whole world to defend us since we're pansies in the military department, and the countryside > all :D eg: http://www.flickr.com/photos/jshook/289826987/ http://www.flickr.com/photos/jshook/260821598/ http://www.flickr.com/photos/jshook/292345322/
  21. Re: Buy ONLY from www.mccodes.com Uh? I could change if($f[0] == "true") to if (1 == 1) or even just delete that entire page that contacts your server *sorry, back on topic :P*
  22. Re: Number format There isn't going to be many places you have a currency symbol, maybe homepage, profiles, shops, a few other places If i was to change currencies i'd just use output buffering and regex the replacements, while i got around to nailing the last few spots it still had it Doesn't matter to me, I just use money() as a function, still has the symbol, my point is that money_formatter wastes a lot of time with how it works
  23. Re: Honor Awards v2 Damn bling, apart from that obvious lie about knowing anything, you really need to learn some basic design principles for your game And i'd like proof that you know ajax :D
  24. Re: Number format that money_formatter function is useless, number_format does the same, you'll just have to add a $ before it
  25. Re: Honor Awards v2 Script KITTY SEANY!
×
×
  • Create New...