Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. 23 posts of random spam is bad... [warnbox]Keep to the point of the topic please.[/warnbox] Just because Sniko is right here's his message:
  2. Lilith, If you can share any information about what is on Ravan (I myself don't have an *up to date* copy of it) that isn't on MCCodes V2(http://www.samplev2.mccodes.com/login.php) or something that you believe might not be legit. I and I'm sure the members here will help track down original authors, infact gives me an idea (I'm going to let that idea stir abit :P)
  3. Wrong section [infobox]Moved to Modification support[/infobox]
  4. http://www.mccodes.com/support.php Is the best place to get support via MCCodes, there is the alternative of sending a message via the forum to the Two owners: ColdBlooded and Dabomstew. The link above also is the site of MCCodes and you're able to purchase MCCodes versions from there, however you can just buy a license for MCCodes and continue to use the base codes(Ravans) you have now (and from what I assume running your game(s) on) so there is no need to go through and change everything. Either way the link Jordan provided will help you either directly or indirectly (if you manage to scrap the nonesense posts there) Note to owners: Create a topic for it then lock it :P Djkanna :)
  5. Yeah fair enough. It's a good idea don't know how well it would work though however there is no harm in trying it.
  6. Yes but we can move misplaced thread that are new(ish) and we do but we don't go back what 3/4 years worth of posts moving them if there misplaced. Maybe we should but it's up to the owners.
  7. Not a vaild reason fo deleting it that's like saying I should delete every post made by a 'bad' coder? Cronus wouldn't be happy with that rule. Joke Cronus we all like you really.....
  8. Well I cannot delete it as MDK666 said it was fine now that he's got the credit.
  9. He said he posted the code first then admitted to changing parts of MDK666's code? O.o
  10. You mean that AnthonyOwnz guy :O
  11. Great post Croesy :thumbsup:
  12. I worry about you CrimGame (hehe payback :P)
  13. I solved that issue I just don't do any modifications :D (well not ones that are worth stealing) O.o
  14. It just makes sure whatever is passed in is a number :)
  15. The way it actually works is if anyone is active on the game it gets run (so for example if 8 people are online and each click it will be run 8 times) so no matter if the user that's in hospital their time will go down as long as there is people online (if everyones offline it will not go down until someone comes online and starts clicking away(playing the game). EDIT: The number of clicks doesn't effect the ammount of time going down that is still done by timestamps so will go down every minute like it should but people do need to be playing for the script to run :)
  16. function mysql_safe($var) { if(!filter_var($var, FILTER_VALIDATE_INT)) { return false; } else { return abs(filter_var($var, FILTER_SANITIZE_NUMBER_INT)); }
  17. ah, well i made this mod a week or two ago when i wasnt here, so thats why O.o "Today: 5:02pm" - "v2 is almost ready." You made it a week or two ago?
  18. The only thing I can think mysql_safe could be is mysql_close or mysql_free_result :S Now how about showing us how your using it? Nothing about mysql_* is up-to-date.. Ps: $db->escape() is just mysql_real_escape_string() with a shorter name..
  19. I've used WoltLab forums before and there is a plug-in to display a pop-up message the first time a newly registered user logs in, that'd be perfect for what your saying and this way it wont be a permanent message we all have to look at. Ahh cool even better I would have just used a bit of javascript to set a time out of it, and only display it the first login after signing up.
  20. Your so PHP 5 :thumbsup: Haha :thumbsup:
  21. Sorted: Next time give credit where credit is due :)
  22. Hmm.. I think it had something to do with that board recieving more activity than the support board so they decided to post there so their question would get answered alot quicker than if it was within the support sections of the forum.
  23. Please if you're going to do this (IE make the topic before the mod) put within the title [placeholder] :) Mod sounds nice, good luck with it :)
×
×
  • Create New...