Jump to content

Search the Community

Showing results for tags 'MSSQL'.



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 8 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. PKOdev.NET Database password (.cfg) Для установления соединения и работы с MSSQL-сервером, исполняемые файлы игрового сервера, AccountServer, GroupServer и GameServer, загружают адрес MSSQL-сервера и данные пользователя базы данных из соответствующих конфигурационных файлов (.cfg). При этом пароль пользователя должен быть зашифрован определенным образом с помощью алгоритмов DES и Base64. Например, GameServer.cfg: [DB] db_ip = 127.0.0.1 db_usr = PKODev_User db_pass = SUOh8nJKCe387P/eUVMf+A== Данная программа предназначена для шифрования и расшифровывания паролей пользователя базы данных для использования в .cfg файлах игрового сервера Пиратии. Как пользоваться: 1) Запустите программу; 2) На вкладке "Encrypt" в поле "Password" введите желаемый пароль для шифрования*. В поле "Encrypted password for .cfg" отобразится зашифрованный пароль; 3) На вкладке "Decrypt" в поле "Encrypted password for .cfg" введите зашифрованный пароль. В поле "Password" отобразится расшифрованный пароль. * Примечание: максимальная длина пароля – 16 символов. Данное ограничение вызвано величиной буфера в 32 байта для чтения зашифрованного пароля из конфигурационных файлов в серверных исполняемых файлах. Скачать программу (150 Кб)
  3. Не запускаются exe после переустановки сервера и смены провайдера. Точнее не коннектятся к БД, приведенные способы решения проблемы в ответах других тем не помогли. AccountServer - точное название экземпляра/ локальный айпи не помогают. Скрин Все другие exe файлы так же не запускаются. Пароль введен корректно, даже несклько раз пересоздавал пользователей. Аутентифицкация SQL и Windows включена. Скрин
  4. Microsoft SQL Server 2014 Express Microsoft SQL Server 2014 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications. Download from official Microsoft website
  5. 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
  6. So, after a BETA phase is made, how do you guys clean your db? I mean to erase everything but accounts, is there a sql script for that or do I have to attach a new db once again? Thank in advance.
  7. Microsoft SQL Server 2014 Express Microsoft SQL Server 2014 Express — это бесплатная многофункциональная и надежная система управления данными, которая предоставляет удобное и надежное хранилище данных для упрощенных веб-сайтов и классических приложений. Скачать с официального сайта Microsoft
  8. What is the BEST MSSQL Version to use? SQL 2005 SQL 2008 SQL 2012 SQL 2014 Currently Using 2008, but this version i have doesnt have automated backup. In your opinion, which version is the best for you?
×
×
  • Create New...