Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. Recaptcha system aim is to stop bots signing up and make sure every user is legit basically Email system is for a number of reasons, One is to collect email for further updates and such, Not spamming as the next thing in is opt-in newsletter, So we know all email addresses are actual people and not silly one such as n00b@blah ect. Second one is plainly to collect more information on our players Third and lastly, it makes it a little harder for mulit accounts.
  2. It's an public release for MCCodes. It shows what can be done, how it can be edited ect, yet at the same time it's an open RPG
  3. As you can see it's not assigning an hID
  4. I personally would of said someone saw your coding and did the oldest trick in the book "I can do better than that for less", Chris isn't that experienced of a developer himself so he would of simply gone along with it, As you can by them agreeing the work was good enough two months before. Peter while you may not think it's satisfactory that isn't your choice, Everyone has there own way of doing things, all because it doesn't meet make you satisfied doesn't matter, Chris/sean agreed to this and paid, for them to be requesting a refund is pure slimy and well un satisfactory, all because you/whoever have said it's not up to standard doesn't mean they can do this, If I remember rightly they was refusing to pay Equinox a few weeks back because his code/system/whatever wasn't working right. There only doing to the same to this guy
  5. [infobox]Topic moved to Collaboration experiences. I highly suggest you try and speak to them though, Although this game/person keeps cropping up.[/infobox]
  6. - They may be annoying yet both good to have - As most end up hence the "check your junk/spam" - This will be worked on
  7. I don't think I've ever heard of such a site/script...
  8. If someone tells me domain I can tell you :)
  9. Just a general notice, Alain is doing it from work... All big companies have very good internet :)
  10. I'm happy to help, however you cannot be using a free host or domain. If you cant afford $8, I highly suggest you reconsider before owning a game
  11. I was one of the many that tested the 50MB, It is really good, We had it untill I broke the pc then we went back down
  12. Hi all, I was just wondering the speed, now this is just to see the AVG speed of users on here.. I used SpeedTest. I used PingTest
  13. global $db; fixed.
  14. Ah shit, Sorry I was reading it as it's a new mod...not as a addon to explore.. -.-
  15. But what I mean is why if your speeding up your mod call for $ir? I'd sooner make a query and select what I need...otherwise you might aswell just use the db class.. I never said this is the only mod but this is something that I saw when reading through it.
  16. All you need to do is select from the table... As for the reward you can slap that in Day cron or Just go on timestamps whatever rocks your boat
  17. Very nice! These are common problems with developers, Even I still make mistakes and end up with these errors! Thank you! :)
  18. Oops.. MCCodes V2 is a engine. As said, meets the requirements, however it comes as a ready boxed game
  19. Please start using code tags BBCodes
  20. Figure out what needs to be what, then Use the Create Table command.
  21. Development stages is for modifactions not games..
  22. I was wondering a few things... Why are you using mysql_ instead of using the database class? Surely if your gunna "speed" up your mod then you'd select the info needed instead of using $ir aswell? Why print out every line separately? [mysql]mysql_query("UPDATE users SET hospital = $time WHERE userid=$userid"); mysql_query("UPDATE users SET hospreason = 'Severe burns' WHERE userid=$userid"); mysql_query("UPDATE users SET bomb = 0 WHERE userid=$userid"); [/mysql] Why are you running 3 queries when one query would be quite enough? Just a few things that make me think
  23. http://www.thiswebgame.com/zeggy/ Play that, Then look at the code then you may understand more =p
  24. Why is this even a discussion? We all know MCCodes v1 is a backup of MonoCountry, And MCC Lite is a core version
  25. Why is this under requests?
×
×
  • Create New...