Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. You tried to scam him. The fact you failed does not change that it's wrong to attempt it. This is a warning to anyone else who may make any kind of business deal with you through MakeWebGames. He is hardly wrong to warn other members...
  2. Never said the problem couldn't be solved, I believe it's the method used in Dayo's Gangster legends updates, and have seen it used in a few other programs without a problem. I was just pointing out it could be a potential threat if done wrongly. In this case the array does it's job. He could have also use the scandir() to create an array of files rather then typing them all out. May not have been the best way, but it would work without any issues (once again if done correctly). My opinion - The array was not really a "silly" move. Just added a small extra task when adding a feature to the game.
  3. file_exists() should not be used in that way as it can be a security risk.
  4. The reason you're posting it made me laugh nonetheless thanks for sharing. :)
  5. You're not even running the query, but as said above you don't need to run it. Remove the line. $set['jail_count'] and $set['hospital_count']; are set inside globals.php, therefore would only work if that page is included or is set by yourself which as said is not happening here since the query is not running. On a side note - What version is this (v2.0.3 or 2.5) ? Sorry if you've answered already. Not looked at the whole thread.
  6. I think $hc is set inside the menu file, check it's value (I believe it's from a query inside globals.php), if not you will need to add a quick query to count the users in hospital.
  7. If your trying to link to that users profile try $userid.
  8. Getting something to work is one thing... making it usable/fit for purpose is often something completely different. Lite "works", but you can't use it straight off the bat and expect to be successful. As for not thinking it out long term I really don't see how that's a valid reason for a restriction in a product. You're still the one who forced the limitation.
  9. You can't tell how well programmed a website is from the look of it... programming may be an art in some people's eyes, but saying it's what makes a website look beautiful is as strange as saying a beautiful website will always be secure.   Can I ask why?
  10. Welcome back.
  11. Try, and fix it yourself. If you have a problem post it with what you have so far.
  12. http://makewebgames.io/showthread.php/39536-How-To-Fix-Parse-error-syntax-error-unexpected-T_STRING-in-...........-on-line-... Have fun. I'm sure your html skills are enough to fix 90% of the problems.
  13. If you can provide proof that this is not the mod listed above (I do have a copy of the other one) mail me and I will unlock the thread, until then it stays locked.
  14. $weapon['weapon'] should be $itemi['weapon'], and same with armor ($itemi['armor'] not $armor['armor']).
  15. The free host would not happen to be 000webhost would it? I believe they delete crons under a set time (an hour I think?).
  16. The select query is not selecting the `weapon` or `armor` values.
  17. Dominion

    Im back!

    Welcome back Danny. :)
  18. Contact your host's support.
  19. "exp_needed" is worked out by a formula, and should be what you're looking for, however I could be wrong since I'm not currently able to check.
  20. Inside the "global_func.php" file there is a functions called check_level() exp needed for the next level is worked out there. Play around with the formula.
  21. That's nice... A demo would still help rather then just asking for money, and expecting people to hope you're trustworthy.
  22. I don't understand what you're saying here. Edit through the staff panel? If yes, please show the relevant code for the edit item function.
  23. I would suggest setting a price, and making the demo public... at the very least this will show if you have just copied parts of TC's source.
  24. Search the site before starting a new thread please. http://makewebgames.io/showthread.php/39546-Gangster-Legends-V0.8.0-Download-Link
  25. If it's an edited crystal market then use the crystal market table as a starting place...
×
×
  • Create New...