Jump to content

Search the Community

Showing results for tags 'DATABASE'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Russian Section
    • Новости и объявления
    • Пиратия: Документация
    • Пиратия: Релизы
    • Пиратия: Разработка
    • Пиратия: Web
    • Пиратия: Помощь
    • Совместные проекты / набор команды
    • Доска объявлений
    • Программирование
    • Оффтопик
    • Корзина
  • English Section
    • News & Announcements
    • Guides
    • Releases
    • Development
    • Web
    • Questions & Help
    • Shared Projects / Team search
    • Paid services & Requests
    • Programming
    • Offtopic
    • Recycle bin
  • Portuguese Section
    • Dúvidas & Ajuda
  • Spanish Section
    • Preguntas y Ayuda
  • Servers
    • Russian servers
    • English servers

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 11 results

  1. PKOdev.NET Database password (.cfg) To establish a connection and work with the MSSQL server, AccountServer, GroupServer and GameServer load the server address and database user data from the corresponding configuration files (.cfg). In this case, the user's password must be encrypted in a certain way using DES and Base64 algorithms. For example, GameServer.cfg: [DB] db_ip = 127.0.0.1 db_usr = PKODev_User db_pass = SUOh8nJKCe387P/eUVMf+A== This program is developed to encrypt and decrypt database user passwords for use in .cfg files of the game server. How to use: 1) Start the program; 2) On the "Encrypt" tab, in the "Password" field, enter the desired password for encryption*. You will see encrypted password in the "Encrypted password for .cfg" field; 3) On the "Decrypt" tab, in the "Encrypted password for .cfg" field, enter encrypted password. You will see decrypted password in the "Password" field. * Note: The maximum password length is 16 characters. This limitation is caused by the size of the 32-byte buffer for reading the encrypted password from the configuration files in the server executables. Download the program (150 KB)
  2. Hi, I am new to creating server and I'm attempting to make a server.. However, I could not get a proper working Accountserver and GameDB database file to attach to SQL 2008 R2 Management Studio.. If anyone can help me out, I'd highly appreciate it. Thank you. EDIT: Fixed thanks to Satan
  3. I am having this problem with my account_login in SQL. Could you help me? It is skipping the IDs of the accounts. How can I solve this type of problem?
  4. Hello everyone, I'm Mathew advanced player of top, but newbie "DEV", I had idea with my friends to make PKO server just for 5 people for co-op camping, but no one wants to host server on his own, cuz of 24/7 pc working and electricity payments, so we get together 15$ and we bought VPS server (spec in spoiler). My experience with KOP/PKO/TOP servers was about 8 years ago with sql2000 and hamachi, but for now, we want 24/7 server on VPS without any additional programs that all about the story Dropbox link: there you can find all files that I config and working with. Problem: 1-No one can connect to host, (timeout) (atm we are using IPchanger and start.bat) [my friends] 2-I'm OSx user so I can't use start.bat, maybe someone knows this kind command/file for OSX?? 3-I don't know how to properly create/config website, (i tried with all guides on the forum) Questions: 0- is it host provider problem or just server config ??? (i tried same config on tungle and it was workig ...) 1-how can I make KOP/PKO/TOP shortcut but without laucher/autoupdater/ipchanger/start.bat but with VPS IP include? 2-If its possible, autopatcher-without website (on VPS) 3-How to add new functions to PKO server files, (i tried to add double exp for weekends, but when I added it to exp_and_level.lua, we didn't get exp from anything, GM either. 4-how to add Cooldowns on AMPs,Potions,etc. 5-Do I need to set DNS on VPS AccountServer GateServer GroupServer GameServer VPS SPEC: OS: Windows Server 2012 R2 COREspd: 1vCore x2GHz Storage: 50GB SSD Internet spd 100mb (5ms from host to player) Bandwidth limit 99TB RAM: 2GB Ports: OPEN for guide purpose let VPS ip be:77.77.77.77 (ipv4) DISCORD: Ajoj#1945 Skype: Sillvar
  5. Looking for someone to help me learn sql injection. Not to do harm but for educational purposes. I am currently studying Security+ and soon after ill go for my CEH. I want to become a penetration tester ( pen tester ), but in order for me to become one I need to know how the attacks work in order to know how to stop them. I have been trying to teach myself, but been failing and I cant figure out what I am doing wrong. As I said. I just want to learn for ethical reasons. This is not aimed at tales of pirates nor any other game/website. I just know theres a lot of people here that knows how to inject and what programs I need and and and. But If you are willing to help me and have knowledge of other attacks, Please contact me at : [email protected] or contact me on skype.
  6. Hello my fellow comrades ! Since 5 hours I am struggling on starting the server, the problem is a common one. I can't connect the server to database, any of the files, AccountServer, GameServer, GroupServer. They all give me errors. I'm using SQL EXPRESS 2014 x64. What I've tried : Adding 'sa' to database owner when attaching. Using 'sa' user to connect. Using the logins I created to connect. Using one login with all privileges on both GameServer / AccountServer. Using '127.0.0.1 / 192.168.X.X to connect'. Using instance name '.\SQLEXPRESS' . Using the IP's mentioned above. Adding rules to the ports from the confings ( in firewall ). Enabling TCP/IP on cofiguration manager. Despite of those things, I still can't connect. The website though is working smooth. I am waiting for your answers. Thank you in advance!
  7. I am not a complete beginnier , i'm not completely unaware how programming works. However as the most here know there is an impossibly large chasm between a rough understanding and a level of understanding which enables to actually do things. So my question isn't only about "what languages should i learn". I know it's C++ / Lua / SQL / HTML / PHP , maybe python for ancillary tool creation. My question is in the specific : in what parts of those languages i should focus on? My main issue with programming has been mainly one : i'm bored by the the basics but overwhelmed by the complexity after those basics. Any suggestion/learning resource is welcome , thank you for you time.
  8. Could someone please help me? i use a db piratia.
  9. Hello people! Could someone share clean database? Thanks
  10. Database pko 2.4 is not compatible with pko site 1.38? To create accounts?
  11. Hi, I am trying to make a small server for me and my friends to play. First I want to launch it vial local pc ( 127.0.0.1 ) to do some config on it. Sadly I keep getting the same problem over and over. IDK what I am doing wrong but I'm always getting an error saying : "main database handler create failed, Accountserver hang!" Also my groupserver gives me basically the same msg. it says "unable to connect to database." I know I'm a bit noob with the hole connecting of DB stuff I really need help Maybe if someone waan teamview me and help me that would be great !! Cos I need help connecting my server to my DB
×
×
  • Create New...