Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. YAY Another way to clog up the terrible users table. How about a simple if, check if the user has logged in. (Via last login column)
  2. Ech, I hate IE 9, well, all of them for that matter. Styling - makes me sick theve only just started each tab as a process Just hate it :P
  3. Why should only lience holders be able to use support, sure, for asking question. Think about people like illusions, he doesnt own a lience. Not do I, im not wasting $100 on that engine.... But yeh, I disagree on that, and also think it'll be like the magic 'suprises' from mcc we never had..... All talk, no balls.
  4. Ok, time to update you lucky bunch.... Nearly done on the main code of the engine now. I have worked out about 6 more pages to do, with two being very straight forward, and another one being very hard. Then I will set to work on the packs, then the engines actual website. My other update, and the biggest yet most simple, would be a pre-register for the engine. Which can be found here; (Name yet to be confirmed, this domain was bough before my 3rd recode :P) http://www.crystallizedengine.com (3rd tab) Signing up for this means you will get your hands on the development notes for the engine, possibly a week earlier than the engine itself, so you could sell a mod a week before the engine ;) Thanks for reading. Danny Hanson
  5. Ech, I hate myself for this, but it isnt that bad, only 7 days xD DJK, I want to question your methods. :)   if (!filter_var($item, FILTER_VALIDATE_INT)) { $error = 'Invalid item passed through function.'; } else { $item = abs (filter_var ($item, FILTER_SANITIZE_NUMBER_INT));   Your validating that $item is a number, (for others its in the if statement). Then your sanitizing, meaning it will only allow numbers, even though you've already made sure its a number, surely you only need one. :S
  6. Danny696

    PHP Emails

    Well, in reality, you cant. Because its down to the user, but mainly the email provider, what to class as junk and what not.
  7. I too familerized myself with mccodes, but were not all gods like you are we paul -.- Also, I knew it was something, just seems pointless. even games with an irc wont use the userlevel 4.
  8. Wow, mcc really is Messed up xD I use a function like this on my engine, altough it doesnt have colours, but that could easily be added if requested.
  9. Look in staff list, nothing about irc mods, no irc, why would it have irc mods then :S
  10. Well, when your games either running very slow, or your getting max user connections errors, then you should probabbly think about updating it :) But you should probabbly think about a host with unlimited crons :)
  11. Surely if more than one person is telling you somethings wrong, then it more than likely is. Especially when its someone like paul or equinox.
  12. EzRPG uses smarty, which you may know, I hate with a passion. So that makes it a little harder to convert, but not much harder.
  13. You think? Mcc doesnt have irc, so how does it :P
  14. Ok, percentage increased to 65% now. Current page count left for the engine is 10 pages, install files, and documentation. Ill soon be making a subscribe link so you will know when the engine is released without checking my account etc...
  15. Let me put it in laymans.... Oi, you've made me error. Theres a problem with your syntax. I've just checked it, there was meant to be a coma or semi colon (more likely the later), but instead there was a variable. Just to help you its in account.php, and its on line 44.
  16. also, why add global $db,$ir,$c,$h,$userid,$set; below the inclusion of globals.??
  17. In preferences, for the username change, and register Just do a simple query to chekc if the name is taken Ten a simple if to check it, if its taken tell them, kill the script.
  18. Actuallly one took under 36 seconds, even if its just a tenth of a second, your using a small script, image if it was on a very large script..
  19. Give ya 10 bucks for it :)
  20. Actually each indent = 1 byte, so its actually a matter of bytes fr a mod this small and simple.
  21. Nice, purchased, good lucking code aswell. :)
  22. Feel free to take the test yourself, lets see how hard it is then...
  23. Well, the only thing you need to see is his zend certificate....
  24. Ironic uh ruler?
×
×
  • Create New...