Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. Are you saying missing out some of the events that are displayed?
  2. sniko

    View User

    You raise a valid point :)
  3. sniko

    View User

    I believe in PHP 5.3.* and above, they're always enabled. @Op: could you redo the screenshot, please Edit The new design looks very nice, good job!
  4. Here's a tip to use on your SQL queries, although not mandatory in this case, as you've got some kind of 'protection' installed, however someone could get 104% energy, and so on.   UPDATE `users` SET `energy`= LEAST(`energy`+$enadd, `maxenergy`) WHERE `userid`=$userid   This will ensure that someone doesn't do the ice bath at 99% energy, and then going to 104% energy - which in my view looks ugly, but it's up to you really.
  5. Thanks for the credits, appreciated! Good modification! Have you thought about adding a setting-like feature, where you can edit settings in the file, for example; the cost of a massage?
  6. I believe you can redownload it from the mccodes marketplace. If not, please PM me
  7. Update * You can now upload images from your computer straight to the directory using the staff panel (22/11/2012)
  8. I'm going to comment. There is always a need. A need for security (on your own behalf)
  9. Try running the query using phpmyadmin, to see if it returns a result
  10. You're the best! :D
  11. This.   Software automatically detects mobile browser - uses mobile theme
  12. I could step up to the mark :) Pass my thanks to MDShare, will you? I would actually prefer for new space within MWG to run this. May we get admins to approve?
  13. Hi guys, This is a post that only the older (people who were around +2 years ago) will remember. I can't find the actually threads, but there was something around that awarded games with Start Up Game of the month. (The images were posted 2 years, 9 months, 6 days, 11 hours, 53 minutes, 53 seconds ago. I EXIF'd the image on RoZ.) Here's something that will hopefully jog your memory; So, why bring it back? Get the community to strive awesome new games Award hard work Bring back interaction between members a little more Winners can 'brag' :? What do you think, readers? Should we try and bring this back? Edit #1 17:43 20/11/2012 With some feedback from some of the 'older' members, here's what I propose; Game of the month A list of the rules (Not the final version) When submitting a game, you must provide a game profile. (I'll provide a template, if we get space on the forum) You must include a demo account, so we can judge. I (sniko) am not the only judge, the community will join in, and I'l count the votes. ("Democracy sniko") Please don't submit the same game more than once in the same month (Not a fan of spam) No hate will be posted, nor swearing (Basic forum rules) Voting will occur near the end of each calendar month (Perhaps 5 days of voting) Prizes will be announced before the contests. Therefore you know what you're competing for After you've submitted your game in more than one month, please add details on what's changed from previous months Anyone can vote (Who has a forum account) ... The list may continue Thank you Mdshare for allowing us to reuse the images, should this 'venture' continue. Start-up game of the month Similar rules to the ones above, but only 'new' games to be posted. I'll define 'new' when needed Edit #2 20:24 20/11/2012 We are almost ready for the first nomination (December 1st, 2012) MWG Awards Suggest Awards
  14. Pretty easy to put together, however I will not release anything for free until McCodes staff get a lot more active and involved, sorry! If you attempt this yourself, and have difficulty with a few things, feel free to contact me (I won't do the whole thing, just a few bug fixes)
  15. Any errors thrown?
  16. I'm curious. Where are the servers located?
  17. Good to see the users have an option, now.
  18. This will be interesting to see, however, why are you accommodating non-license holders of your own script with mobile applications?
  19. Awesome! I've done this with my 'engine', but integrated it with SMF, so when you create a clan, a board is created in the clan category automatically - it took some editing to SMF. May I ask if you're using commercial forum software, or NWE forums (if they're available) or did you create your own? I've always liked your work, looking forward to see it
  20. What do you want the script to do?
  21.   Alright, thanks! Thanks for your time also, to respond to this
  22. It's now turned into a pissing contest. How about a new thread, guys? Ian, the community is proud of you :)
  23. I don't think we've ever communicated, but I'm happy to see that you've started your life, and hopefully turn it into a career :) Good luck, Ian, and have fun!
  24. Mind posting a pastebin link? I can download a .zip on my iPad and I've not got a desktop or laptop, yet
  25. sniko

    Territory Problem

    Also, make the userid column in users your index, then reference that in the where clause,
×
×
  • Create New...