Jump to content

xCPx

Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

About xCPx

Informations

  • Gender
    Not Telling

Recent Profile Visitors

1661 profile views

xCPx's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

41

Reputation

  1. i like the 2004 version Now i know why i don´t play the game anymore ---> since 2009 the textures are ugly
  2. So that´s why i made a few easy to understand functions for the beginners function escape_mysql_string($x){ return filter_var($x, FILTER_SANITIZE_MAGIC_QUOTES); } function safe_get(){ return filter_input_array(INPUT_GET, FILTER_SANITIZE_MAGIC_QUOTES); } function safe_post(){ return filter_input_array(INPUT_POST, FILTER_SANITIZE_MAGIC_QUOTES); } It´s really easy to use: Example for POST: Instead of getting the Posted variable "var" via $_POST["var"] call it via safe_post()["var"] Example for GET: Instead of getting the via GET transmitted variable "var" via $_GET["var"] call it via safe_get()["var"] And if you want to proof something else to mysql simply threw it through the escape_mysql_string function.
  3. I know that you are a girl ^^ But it´s a kind of slang used for things like that. And also i didn´t wanted to be provocative, even if it looked a bit like that. The thing is that mysql_real_escape_string isn´t a "php" function itself. It is an call to the Mysql Server^^ If you use the escape string functions the mysql server checks if there is something wrong with the string passed. That´s why sanitize filters have been created. To reduce the frequenzy of mysql calls.
  4. Sorry Guy, but that is wrong. I am working at a Company that creates all kind of Programms / Web CMS Systems etc and something i can tell you is that noone uses mysql_escape_string() anymore. Check the Sanitize Filters, please. [Hidden Content]
  5. I'll leave your post better uncommented, otherwise you won't be happy about what I'd reply. If you want I can rewrite the code so you won't have to go through lua. Like i said, it is possible. But my Actual version for it is made in C++ that´s much better for Performance and also better for not beeing stolen
  6. Trololololol It´s possible without using any quest or dif. Simply Python. Made it about 2 Years ago for my Server Illirea
  7. Simply use my Manager for it. It creates the Whole Folder structure for you ^^ [Hidden Content] It was written to have kind of "Instant Files" with no need of install anything (even an portable mysql server is with it). But i do not publish compiled Games etc, so that´s why i released the tool without the Share folder and game + db.
  8. M2 Download Center Download Here ( Internal ) Hey, i just wrote an Tool for simple use of Windows ServerFiles. It makes things much easier for you. For example: you just have game 1x and db 1x. Also you need the share folder only once. it comes with it´s own mysql-server. So simply place your database Folders to mysql/data you can Configure the Number of Channels etc in servertool.config that file is in my opinion self explaining: NUM_CHANNEL: 2 GAME_FILE: game_d.exe DB_FILE: db_d.exe BASE_CONFIG: CONFIGSCONFIG.base BASE_START_PORT: 13001 BASE_START_P2P: 14001 DB_CONFIG: CONFIGSDB.base ITEM_NAMES_FILE: CONFIGSitem_names.txt ITEM_PROTO_FILE: CONFIGSitem_proto.txt MOB_NAMES_FILE: CONFIGSmob_names.txt MOB_PROTO_FILE: CONFIGSmob_proto.txt AUTH_CONFIG: CONFIGSAUTH.base GAME99_CONFIG: CONFIGSGAME99.base A simple Tool to manage your Windows Serverfiles. Including Source Code. standalone.zip -> compiled version ServerTool.zip -> Visual Studio2013 Projekt Folder (Source)
  9. I thought it like that: BTW: All Features on this Picture are working just right now Also it has an own included portable mysql Server ( about 2 mb)
  10. I tested the files for about 3 weeks on an Windows Server now. Didn´t even shut down once That´s why i use it for all Servers i wanna develop i wanted the tool to be like " You have a kind of completly new connection to the Server" with Inline Editor for Files etc. But the game and db you need for it needs a few fixxes Otherwhise it wouldn´t work. But let´s see how long it takes me to create the Tool ( I maximum have 1 Hour a Day for it, so it could take a while ) And then i may write a complete Extension Module For Things you wanna have
  11. Hey, at the moment i am thinking about creating an Interface with which you can manage the whole Server in an Single executable. (not those ugly CMD windows like now) You also only would have 1 needed game.exe and can create as much channels as you want "on the fly" so for example the Management Tool creates the whole Channel based on a default channel folder structure. Another thing i am thinking about is making an socket listener out of it. So you have 1 Management programm on the Server and if you want you can start / stop the server over an small Desktop application on your PC, without connecting via Remotedesktop. Would you be interested in a thing like that? I am asking you, because i don´t know how much people use the Windows Version of the Files and maybe someone has suggestions Greetings Micha aka xCPx
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.