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 GriffinHeart

  1. GriffinHeart

    First meeting of a RZ member

    Thanks guys :) actually theres a reason, kind of amazing, i came back but i'll go on another thread there. Hope everything is awesome with you guys.
  2. GriffinHeart

    First meeting of a RZ member

    Should be 10 years now, when i turned 18 i grabbed my butt and flew a plane to London, slept over night in the airport and then grabbed a train from Kings cross to leeds and met up with Evilkitten
  3. GriffinHeart

    [GENERAL] Web Browser Security 411

    virus still are possible they're just not easy to write anymore and worth the trouble, farewell buffer overflows, hello root kits and the likes :\
  4. GriffinHeart

    [VB6] Preventing Division By Zero

    0 divided by something is valid so that won't work, just check if the divisor is 0.
  5. GriffinHeart

    [PHP] Permission Denid

    Re: [HELP] Permission Denid [HELP] You must be registered for see element. You must be registered for see element. or use your bash and chmod your file with at least write rights to anyone. if your running php from your web server it will run has user Apache or wich doesn't exist so it...
  6. GriffinHeart

    [PHP]My ultimate challenge, usage of $_SESSIONS

    "oh poop! the username is empty, you can't login, now i won't have to do a useless query to my db" Wanna bet wich one is faster? isset or a query anyways for admLoki $x = ""; if(isset($x) && !(empty($x))); //evaluates for false if($x); //evaluates for false if(isset($y) && !(empty($y)))...
  7. GriffinHeart

    [PHP]add bytes to string

    Hey coders, i need some help, i'm doing some EPP standard stuff and i have this xml and EPP standard says you need to add 4 bytes to the top of the xml with the total xml size (xml + 4 bytes), anyways i was doing that like this, since UTF-8 characters are 1byte long $output; $output =...
  8. GriffinHeart

    [JS] Bypass waiting time on rapidshare.

    thats why they have a timer server side that you can only download one file per hour, this timer is just to annoy you even further into buying premium. nice lil trick anyways :P will use
  9. GriffinHeart

    [Game Creation]Modeling

    and 3d max is good for simple things...once you go on to much more complex and heavy stuff, level editing it will be really slow so you are better off developing your own level editor. and btw... what 3ds and anyother model file type does is a mesh. anyways if you are starting on programming...
  10. GriffinHeart

    [C++] Other C++ private server games?

    thing in games, its not just an app. for example, say you trying to develop the next gen 3d engine, i'd guess you go for c++, but once your done, the tools your artists, modellers and etc are gonna use to build the graphics (level editors and etc) would be done in c# since development time...
  11. GriffinHeart

    [C++] Other C++ private server games?

    there you go, thats my point. Well sort of :) game development ain't has simple has chosing a language and making the game. btw wrong terminology, you don't run crysis on VB, you compile/develop in vb.
  12. GriffinHeart

    [C++] Other C++ private server games?

    i loled hard @ the reasons why ppl say c++ is used and why its not used, nowdays many companies are shifting towards higher lvl languages (visual basic!? c#!? etc) bet ya c++ will be around after those, why? its not assembly and its not "higher lvl language", anyone that knows programming...
  13. GriffinHeart

    [C++]Deleting Internet Loop

    and thats while IPV6 doesn't completly overcome current IPV4. -> 2001:0db8:0000:0000:0000:0000:1428:57ab from wiki
  14. GriffinHeart

    [General]Saving information

    for Blizzard and big has mmorpgs i'd go for Oracle since its the "best" Best not meaning the Best db, means that overall Oracle is the best :P Open Source stuff is not a solution for something like that for a Company imho.
  15. GriffinHeart

    Picture Album

    So, i've posted the first pic in the first page of this thread back in 2004 so a lil update xD You must be registered for see element. You must be registered for see element.
Back
Top