Jump to content
MakeWebGames

Seker

Members
  • Posts

    579
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Seker

  1. A BBQ/Tobasco sauce mix and slices of sharp cheddar. That'd be the way to go with this.
  2. I'm interested to see how the new mod sale system works out. Already submitted one for approval.
  3. Does make you wonder, simply on a public opinion side, if it would have been better to make "V3" its own separate entity, entirely. Assuming everything is as good/better as they want the hype to say it should be.
  4. I have a sister, as well.
  5. Get Herpes
  6. Who said Ginger?! Where?!
  7. I just caught that. Should be more like this, right? $csql = sprintf("SELECT u.userid,u.location,c.cityid,c.cityname FROM users u LEFT JOIN cities c ON u.location=c.cityid WHERE u.userid=%s",mysql_real_escape_string($userid )); $cities = mysql_query($csql); $c = mysql_fetch_array($cities);
  8. So, I know security is incredibly important, so I've been attempting to read up on some things, and trying to affix some kind of security on any and all queries I type up, whether they're an obvious choice or not, for practice. Take this example:   $csql = sprintf("SELECT u.userid,u.location,c.cityid,c.cityname FROM users u LEFT JOIN cities c ON u.location=c.cityid WHERE u.userid=$userid",mysql_real_escape_string($userid)); $cities = mysql_query($csql); $c = mysql_fetch_array($cities);   Is this the correct way to go about using MRES? Or, am I way off? Also wondering about the optimization side of things. When changing, say, the u.* You just add in the values you're going to use in your variable for the array, correct? (Per the example above) I apologize in advance if this makes me sound absolutely retarded. But these are real questions I have, as I know, basically, nothing about security at the moment.
  9. Aside from the obvious attempt to blow your own horn, I'll point out that you didn't actually answer the question. The fact that you keep having to shut down games for one reason or another and open new ones speaks nothing about your success. So, I say again. How is making your players hate you a marketing ploy? I suppose it works if your goal is to get all of your players to leave and stop spending. If that's the case, maybe you should re-work your endgame. Aside from all of THAT, your obvious overly-exerted attempt to be a true internet asshole is lacking. You just come off as that obnoxious piss-ant no one wants to talk to. Stop trying so hard. It'll get you ignored quicker than not.
  10. I'm just curious how making your players hate you can be called a "marketing ploy..."
  11. [ATTACH=CONFIG]405[/ATTACH] Just had to.
  12. The only thing to add to this? You'd better change your cPanel password...
  13. I think it's fair on a business level. My irritation is probably directed mostly at myself for not paying more attention beforehand. Unfortunately I needed what I needed WHEN I needed it. Can't change it now. Don't think anyone has a major right to complain about it.
  14. Understandable that you would say that. The problem is, I wasn't here until I actually purchased the license. It wasn't stated on the purchase page for V1, either. In any case, I'm not asking for a refund or anything. You could say it's my own fault for not doing thorough research before purchasing, anyway. That doesn't mean it doesn't bug me. Actually, it works out, as I actually *LIKE* V1's setup and workability, so I can use it again in the future without having to purchase more licenses. It didn't deter me from the MCCodes world, that's for sure. In fact, I plan on adding one of the first paid mods for V1, as soon as my support ticket is cleared up.
  15. This still bugs the hell out of me, seeing as how I purchased V1 just over a month ago before I even KNEW you guys were planning on phasing it out. Perfect example of why MC NEEDED a whole new structure, as that wasn't made clear for new customers. So, with the tiny bit of bitterness in me, thanks for stealing my money. Now that that's out of the way and off my chest, I do wish you guys the best of luck with the future of MCCodes. Like it or not, it's been a staple in the browser-based MMORPG industry. Hope V3 works out as hoped.
  16. Why is all this dips**t nonsense taking place here, anyway? Words like "all of you" being thrown around. Did anyone here even know who these people are? Honestly, threads like this are like a creative roadblock filled with stupidity and overflowing with obnoxious egotistical bullcrap. In a community of developers and coders, should drama like this really be this commonplace? Ask yourself that. This isn't Jersey Shore. Take the pettiness somewhere else.
  17. It just kind of made me think these two are a couple of idiots, to be honest. :confused:
  18. Due to a recent discussion on another thread, I just have to suggest using SMALLINT( 4 ) instead. :P
  19. Personally, I think I'm against the grain. I like MC V1. It's easy to work with for me, no matter how horrible the coding might be. I've had a peak at some of the EzRPG addons, and perhaps it's because I've only worked with MC so far, but it doesn't look "EZ" at all. As far as NWE, I'm not a fan of the modular layout, which is why I probably won't be using V3 if/when it's eventually released. However, if something new comes out and the waters are lukewarm, I may jump in with future projects. Best of luck to you, gamble.
  20. No problem. :) If there's every any help you need with it, let me know. I'm a firm believer that all of us game developers should work together and not against each other. Sure, it's a competitive market, but if theme/content is original, a little collaboration in all areas shouldn't be a problem. There's plenty of room for everyone to succeed. :)
  21. Nice little site you got there, Arson. Feel free to include anything I post there.(If they're worthy :P )
  22. Also very true! It's definitely a nice mod. Yours always are, from what I've seen in older posts. Personally, I'm not a fan of the picture-boxes-search/streets thing, so I won't be using it. But I'm fairly certain this will be a hit. Good job!
  23. Fair enough. I was just thinking, you know there are people out there who will just plug and play without any real thought and then be on here begging for a solution. :P
  24. Alright, well, aside from that and the wording on some things being wonkey, everything's working fine. I was incorrect about the hospital. I was just clicking too fast and not paying attention to the results. Though, if I might make a suggestion? I think the rate of finding donator days is way too high. I'm finding them like every other click.
  25. Eh I don't know, as I'm now out of searches. Though, one time clicking on a square just took me to a page saying "Invalid ID"
×
×
  • Create New...