Jump to content
MakeWebGames

Spudinski

Members
  • Posts

    1,731
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Spudinski

  1. One of your examples are incorrect. A semicolon signifies the end of a PHP statement, so your last example would not work(yes, I have tested it myself). Please correct it.
  2. MOST forum software, even the free one's has an SSI. This is a simple script you include into yours that holds a set of functions to do vBulletin specific tasks. I'm sure we can help you here on the MCCodes part of the script, but vBulletin has allot of good people that will tell you exactly what to do in your script to make this happen. Good luck.
  3. NetBeans has regex support, and is something I use often. But, Zend IDE Studio is still my IDE of choice.
  4. It has been discussed for a long time, but until now nobody has made an attempt to launch it. Aplision has launched the Official MCcodes Wiki! Our views on the Wiki is to cover three main aspects of the MCCodes engine: player's point of view, the game owner's and the developer's. There are currently two people working on the Wiki, which means it could take a few months to complete it - and even then, it will need to be updated on a monthly basis. We are currently looking for people to help write the Wiki, about four people for each section of the Wiki. The requirements are for the players section are: * An thorough understanding of training a character, and the game play. * Gaming experience on other games as well. - No development skills is needed. The requirements are for the game owners section are: * Experience in the game market, roughly two years worth. * Thorough understanding on administration tasks, such as staff management and game configuration. * Basic development experience, needed for "setting up your game" pages. * Understanding of methods used by the MCCodes engine to do certain tasks. The requirements are for the developers section are: * An understanding of the web development market. * Experience in PHP, MySQL, Javascript and similar technologies commonly used ~ 2 years. * Understanding of setting up system applications such as (L&W)AMP. * Thorough understanding on MCCodes's source files and database structure. To apply to be a writer of any section, you can post here - or if you wish to be kept anonymous you can PM me. All credit will be given to the MCCodes community.
  5. UPDATE `users` SET `fedjail` = 0 WHERE `userid` < 6 Logic please people...
  6. I've spoke to some guy who owns and operates a game running on MCCodes. He said that he brings in anywhere from 1.5k to about 2k a month. It depends on how you promote a website IMHO.
  7. Our laws are behind, that I must admit to. Our government is racists, but the people here(the whites in particular) aren't. Just don't pass us off at the bars or you will be getting what you deserve.
  8. Same difference... Only popped in to watch USA vs ENG - don't even know who won. Well, it's like mad in this country though... people literally shout out the results to you. :P
  9. There is multiple reasons why magic quotes will be removed in PHP6. I wouldn't suggest using addslashes(), or anything that just adds string formatting rules. There still will be a risk that some characters will not be escaped by this function. I'd rather suggest creating your own function that will find illegal characters and either replace them or handle the request accordingly.
  10. Not the country hosting it... that's for sure! We got tied with Mexico yesterday 1 - 1.
  11. Spudinski

    A question

    What type of data would the opposed cities hold? You can mix them alternatively.
  12. [infobox]Thread moved![/infobox] Well, I always use YourUninstaller2010. It's pretty solid when it comes to removing programs that refuses to be removed. I think they do have a trail, just Google it. Another alternative is to remove all registry and filesystem references to the program manually.
  13. [js] function submit_login() { var usr = document.getElementById('username').value var pwd = document.getElementById('password').value var ouput = document.getElementByClassName('page') output.innerHTML = 'Logging you in...' if (!usr || !pwd) output.innerHTML += 'Please enter all fields...' else { // do whatever } return true } [/js] OR [js] Keep it simple. OR, if you insist on jQuery you can use the selector "input[type=submit\\[\\]]".
  14. Adding artificial intelligence to an application isn't a new concept, it's as old as computers itself. But I would like to see what you do with it, because I normally just create statistical spiders to my applications. I do think you should try to go broader and create this more thurroughly - focus on the whole game.
  15. It's an format for streaming media, it's supposed to be better than most for high quality purposes but I've yet to see it being used outside of an application's context.
  16. I would recommend "jQuery in action", it's a really good book. Although, the project does look good.
  17. You can encrypt a modification only to a certain point, and even then - the server will have to know how to decrypt it or else is unusable. So right about there anybody can decrypt the data, and use it. People like customization - I make allot of mods, so take it from me.
  18. Should make it with a trace, or else it's just a display enhancement. Detailing out exactly from where the error is being is caused is allot easier to find out where the error lies.
  19. http://www.google.com/search?q=TurboDBAdmin It's not that difficult to find a download. SQLBuddy overtakes this in every way.
  20. MCC offers hosting? :O Where?
  21. Spudinski

    Hello?

    The name has a ring to it..
  22. I don't support any hosting you offer, just so you know. You offer 25% discount to valid MCCodes copies yet you allow nulled scripts? Just remember copyright is a big thing, and you not being in a country that conforms to the DMCA makes "you" liable for the content your users have. /end rant Welcome to the forums.
  23. Spudinski

    Html 5

    HTML5 will make our lives easier, but it won't change it. Most HTML5 elements has already been hacked by JS or Flash, example: Slider used to be CSS + JS, now it's HTML5. Also, most elements would still require JS so I for one would stick with my XHTML traditional for time being. I like HTML5, but I just think it should be less dependant on JS to make it actually be functional.
  24. [infobox]Don't double post, people will help you if you wait![/infobox] Not many are going to help you for free, if you are willing to pay for this then people will do it for you.
×
×
  • Create New...