Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. Use the search bar (top right of the site).
  2. Then the only people protected would be staff under level 5... @ op - make sure it's under the query (e.g. under the if() that checks if the player you're attacking is in hosptail).
  3. if($odata['user_level'] > 1 || $odata['level'] < 5) { echo 'You can\' attack staff members or members under level 5'; die($h->endpage()); } Something like that. Make sure $odata is the thing used on attack.php (as i am not sure).
  4. http://makewebgames.io/showthread.php/22326-Tutorial-v1-v2-Conversion Also i have to say this... It's a very badly made mod. If you are able update the whole thing.
  5. http://mccodes.com/modifications.php That car mod?
  6. "unusually" In what way?
  7. Yes. They should only post the part with the issue. Were there full files? (i did not really look)
  8. Their site said only 30 days support so he could have paid for it before that date?
  9. Dominion

    What's new?

    Because it's still a paid engine. Should be fixed up or taken off the market. Lite is free... so not such a big thing. LOL
  10. Dominion

    What's new?

    Well if it they did pay him (since mcc told you I guess they did) it explains why only one engine once fixed and not both. (correct me if I am wrong about v1 not being patched)
  11. Dominion

    What's new?

    To be fair to them they have made some improvements to the engines (late but still made them), and they did not attempt to make the site purely mccodes based. OK so it's mainly mcc based anyway, but you know what I mean, they did not try to remove everything else. You can still see all the posts they claim mccraps is bad. Anyway nice to see you back. I hope you stick around.
  12. You should not be using images from google... Unless you have checked the sites they are off first anyway.
  13. Dominion

    What's new?

    Nothing is removed just because it's not good to their sales.
  14. No one is ever going to price your mod correctly if it's going to sell well anyway. ;) Looks nice. Can I ask what programming languages you have used? If you have gone the way I would assume you have... Any libraries being used? As for suggestions is there a live demo so I can see the user interface in action?
  15. Dominion

    What's new?

    Mdshare is still around in the chat. Mccodes own Mwg now. V2 is secure (v 2.03) v2.5 has just been released (not really seen it). V3 is... well I have heard nothing. Anyway welcome back!
  16. logo and/or banner for "myawesomegame.com" (not a real site) freehand, show off what you can do. ;)
  17. @ Failbro – If you can't be nice don't post. Someone is asking for help, and frankly it's nice to see someone not begging, but offing a small sum for this service.
  18. If you're selling something post it in the correct section rather than telling people in someone else’s thread.
  19. Use error_reporting(E_ALL); to see what the page shows. If the page is already showing errors then please post them.
  20. I have seen games that such start players off at a location for only level 20 or below. Once you hit 20 you're forced out of that location. It's an interesting way to protect players during their first few hours, and it's not forced upon them since they can move if they wish.
  21. First of all I am a little confused at to what you want... a useronline page for general use or a set engine since this is the “general development centre → general “. Also may I see your attempt at this since I assume you have given it a go?
  22. Update your mccodes v2 copy from mccodes.com. 2.03 fixed this issue.
  23. I actually agree with allowing multis, but only by request (you can use a system for this). Then transfers between legitimate family members is fine, however you get a % penalty for doing such a transfer e.g. cash transfers 20% penalty, crystals, 25% etc. This allows the genuine households to have more than one account well discouraging them from helping each other all the time. The only downside is that staff will need to review logs a lot more to spot any feeder accounts if anyone attempts to cheat your system. A search feature built into the logs will make it easy to see all multi transfers amongst households, and therefore spot any feeder accounts.
  24. add a an extra } (you're not closing the original if() on line 22 )
×
×
  • Create New...