Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by xSilv3rbullet

  1. X

    [C#] What am I doing wrong?

    Essentially, in your text changed event, you want to do something like: public void event { int temp; if(Int32.TryParse(text, out temp)) { //now you check if it's positive or not with mintee's solution. } else //Wasn't integer } MSDN Docs: Int32.TryParse: You must be registered for see element.
  2. X

    At what level can you say "I know xxx"?

    It's when you're comfortable with it and you can write anything you want in it.
  3. X

    [PHP] 5 Helpful Tips for Creating Secure PHP Applications

    also, dont use regex for bbcode...
  4. X

    How to utilize a combobox in C#

    not sure what you're trying to accomplish, but right now, it's adding the items when your selection changes. i'd suggest putting them after you initialize them.
  5. X

    ProtoShield For Cheat Engine

    Well no duh, look at the original post date.
  6. X

    Your first MS "Release/Work"

    TofuBobMS ... It failed.
  7. X

    Koran burning day on 9/11

    If you want to go against the muslims, go against the violent ones. Therefore, don't burn a Qur'an. Burn an RPG-7.
  8. X

    XHTML 2 Dropped in favor of HTML 5

    I know this has been old news, but what do you guys think? Was this decision the right one to make? Discuss! :D
  9. X

    [Project] Mizzk Admin Panel

    PHP: PHP Hypertext Preprocessor Italics. PHP isn't a syntax.
  10. X

    [Project] Mizzk Admin Panel

    ...what exactly is the point of this?
  11. X

    css style Help with links Edit names and url :S

    Link names in CSS? I think you need to read some web design tutorials...
  12. X

    SimpleBB..now in OOP!

    --Reserved for Updates-- 9.2.10 - Added sample BBCode Parser to the main post.
  13. X

    [C#] Find a line in a text file, and replace

    You must be registered for see element.
  14. X

    SimpleBB..now in OOP!

    Well, my old site got wiped. ...and no, I don't have a "recent enough" copy of it. So, I'm going to take this opportunity to recode SimpleBB! Progress will be posted here, as well as parts of files. Improvements: To-do: Dev team: Expect a preview/release in 3-5 weeks. Bits & Pieces...
Back
Top