Jump to content

SUNSHINE

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Personal Information

  • Pronouns
    he/him

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I installed MongoDB and created a database named zfserver, with username root, and password 1234 I set up the MsgServer.ini as following [Socket] Port = 5816 Backlog = 100 ThreadAmount = 5 [Program] Name = Force Encoding = iso-8859-1 Debug = true [MySQL] Host = localhost Database = copsv6 Username = root Password = 1234 NbConnections = 5 [AccMySQL] Host = localhost Database = copsv6 Username = root Password = 1234 NbConnections = 5 [MongoDB] Host = localhost:27017 Database = zfserver Username = root Password = 1234 but i get this error, +-----------------------------------------------------------------------------+ | ____ ___ ____ ____ _____ __ __ _ _ _ _ _____ ___ ____ | | / ___/ _ \| _ \/ ___| | ____| \/ | | | | | / \|_ _/ _ \| _ \ | | | | | | | | |_) \___ \ | _| | |\/| | | | | | / _ \ | || | | | |_) | | | | |__| |_| | __/ ___) | | |___| | | | |_| | |___ / ___ \| || |_| | _ < | | \____\___/|_| |____/ |_____|_| |_|\___/|_____/_/ \_\_| \___/|_| \_\ | | | | by CptSky | | | | | | COPS v6 - MsgServer Enhanced 2.0.0.12807 | | Copyright (C) 2010-2012, 2014-2015 | | | +-----------------------------------------------------------------------------+ [1] COServer.StrRes/INFO - Overriding string resources... [1] COServer.Database/ERROR - [MONGO] Unable to connect to server localhost:27017: Error getting nonce for authentication.. [1] COServer.Server/FATAL - Failed to setup MongoDB... its seems to be a problem with authentication but i think the username and password are correct.
  2. Will try to use, thanks guys for the help, but if i use it with mongo any database i need to execute/use?!
  3. That's the problem, i think i will try another source from the recommended section. Thanks for the help guys.
  4. Hello everyone, I'm planning to play it solo to scratch an itch and after reading some pages this seems to be a complete source. I'm trying to setup this source to play but i cant seem to get it working. The first thing i do is to compile the source, then copying all the files in the folder "Test Server" to "Data" folder. I open AccServer.ini and make the modification as follow: [Socket] Port = 9958 Backlog = 100 [Program] Encoding = iso-8859-1 Debug = true [MySQL] Host = localhost Database = copsv6 Username = root Password = 1234 NbConnections = 5 [IP2Location] Enabled = false Host = 192.168.1.114 Database = ip2location Username = zfserver Password = NbConnections = 5 and i edit MsgServer.ini as following: [Socket] Port = 5816 Backlog = 100 ThreadAmount = 5 [Program] Name = Force Encoding = iso-8859-1 Debug = true [MySQL] Host = localhost Database = copsv6 Username = root Password = 1234 NbConnections = 5 [AccMySQL] Host = localhost Database = copsv6 Username = root Password = 1234 NbConnections = 5 [MongoDB] Host = 192.168.1.114:27017 Database = zfserver Username = zfserver_user Password = zfserver_pwd But i don't know what to put in MongoDB section, should i leave it empty, or delete it if i try to launch account server it works okay, but running the message server raise this error [1] COServer.StrRes/INFO - Overriding string resources... [1] COServer.Database/ERROR - [MONGO] Unable to connect to server 192.168.1.114:27017: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.114:27017. [1] COServer.Server/FATAL - Failed to setup MongoDB... Should i install Mongo also? but reading around the project description it seems to use MySQL but not mentioning anything about Mongo
×
×
  • Create New...