Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. Not to put him on blast here but I think it's for his unlicensed game that he has
  2. You may have to up your budget a bit. I normally don't see them go for less than half price
  3. Things happen, and priorities take it's course
  4. You can make use of some APIs to do this for you. I did some googling around and yet to find a free service for this. So if your willing to dump a few bucks for a subscriptions then it shouldn't be too hard to create. Or or is this not for "Real" stats?
  5. Later tonight when I get home I'll hook you up
  6. How about modifying the db wrapper fetch_row and fetch_single methods to look for the column `username` and format it there? This way you only edit one file and everywhere the column is used BAMMMM! Formatted.   im sure there is probably another way like extending it and using a getter or setter but this is pretty easy to do
  7. Derrrr. How can I forget Peter. I have gone to Peter for numerous templates and always exceeds what I was anticipating each time
  8. Not bad but you should make this a bit more easily customizable. For example a setting for what the tickets are called. What if I want to call them something other than tickets? Or a setting to set the price of each ticket? And why not allow for the players to have a form to purchase tickets in bulk with a setting for the maximum amount of tickets they can purchase?
  9. No prob. MrDJK helped me with that to fine tune it
  10. That's it!!!! His new name is Dave Macat <- I like that one too
  11. Thank you [MENTION=69670]Script47[/MENTION]. Although I am nowhere in those other guys ballpark. And I would like to name a couple for myself that are not named here so these are MY includes and I vouch for them. [MENTION=50378]Guest[/MENTION]: I think this guy is a genius when it comes with security and I have learned a lot from this guy. And when he does something it's usually spot on and builds it with some of the best security I have seen. [MENTION=52003]Dave Macaulay[/MENTION] Another pure genius right here. He has a way of thinking out things and making magic with them. He thinks outside of the box and strives to be different than anyone else here. A super friendly cat with pure elegance when it comes to everything he does.
  12. A lot of his mods are outdated theses days but they are usually pretty small so getting them current wouldn't be so hard. And yeah he's kind of AWOL theses days but his mods have been around for years so a lot of people here (including myself) know a lot of his modules. I can't say for sure if I actually have this one though but through PMs and skype I can probably help if it's not doing what it needs to do
  13. You can take a look at how I did my winners for my weekly lotto on NWE https://github.com/KyleMassacre/Weekly-Lotto/blob/master/daily_cron.php
  14. Would you post the errors when you get a chance? Good call on the experience as well
  15. Yeah it can probably be shortened up using some ternary operators instead of a plethora of nested ifs but soo hard on the mobile tele
  16. Yeah I know :p j/k
  17. Hmm never actually thought about this but let me see what I can possibly do here and to note it's not tested since I'm on my phone so some may be pseudo. $sql = "select userid, level from users order by level desc limit 0,3"; $query = $db->query($sql); $i = 1; while($go = $db->fetch_row($query) { if(in_array($go["userid"],$r["userid"])) { if($i == 1) { //this would be the highest level player } else if($i == 2) { //second place } else { //third place } } $i++; } Now I am sure there is a much better method than that but ehh, oh well
  18. Wait,What???? [MENTION=60705]Djkanna[/MENTION] doing work. My mind just exploded
  19. I would feel kind of sketchy to use someone that uses whois protection. what are they hiding?
  20. I don't see why really. It then will also get outdated. And plus, who is anyone to say who is trusted
  21. There was a list started up by Danny many moons ago so it's probably outdated by now. And that's the problem with these lists. A place to start would be the collab thread, take a look around and see if they have a thread started up, then look to see if it has some positive feedback. If it has negative feedback in there then it's up to you to determine it it's actually a big deal or not, and the same applies to positive feedback. Just remember you can't always take everyone's word for everything and you may need to investigate yourself
  22. Well if that's the case then your right about charging for legacy code. But he still doesn't need a business license really
  23. Select the sum(). You don't need the count()
  24. What does your stats array return? Because if you know for a fact that it should be greater then possibly it's return 0? Maybe in the script where your are using the function try dumping your $stats. I also discovered a fancy little debug too here: http://raveren.github.io/kint/
  25. Well for arguments sake let's say Grant does hold ALL rights to GRPG. He has the right to sell it if he so wishes. As the owner of a product you can change your prices at anytime what so ever. Would it be nice if he said that the legacy engine was free? Sure it would but does he have to? No! And I don't see where you get the idea that you must have a license to sell products as long as you follow your state/country tax laws and it's really none of your business if he is paying his taxes on what he sells. Because you are saying these following things are illegal:   Yard/Garage Sales Craigslist Ebay Anyone who lists mods here to sell   So we better get a hold of the FTC about these guys right? Good luck with that one. If I want to sell something I make as long as it's not a drug for the most part then I'm legally allowed to do so, along with [MENTION=66442]grant[/MENTION], [MENTION=1]a_bertrand[/MENTION], [MENTION=50433]ColdBlooded[/MENTION], and others here. I don't need to get a business license to do so.
×
×
  • Create New...