Ir para conteúdo

napalm911

Membro
  • Registro em

  • Última visita

  1. napalm911 alterou sua foto pessoal
  2. Agradeço seu tempo e ajuda, ainda está pegando o IP do meu VPS, o problema é que eu tenho um cPanel que não tem nada a ver com o meu VPS, o cPanel tem meu site com seu BD que é o BD do OTServer, meu VPS só tem o OTServer que não possui apache / nginx nem php instalado, basta executar o OTServer, o que eu gostaria de fazer é conectar ao DB do meu cPanel em vez de executá-lo no meu VPS onde executo o OTServer, desculpe pelo erro de ortografia que estou usando o google translate
  3. .Qual servidor ou website você utiliza como base? OTX 2.9 Qual o motivo deste tópico? MySQL error en config.lua Está surgindo algum erro? Se sim coloque-o aqui. Você tem o código disponível? Se tiver publique-o aqui: -- Owner Data ownerName = "platano" ownerEmail = "[email protected]" url = "mywebsite.com" location = "USA" -- Messages motd = "Welcome to OT Chaos!" serverName = "OT Chaos" loginMessage = "Welcome to The Chaos Server!" displayGamemastersWithOnlineCommand = false -- MySql sqlType = "mysql" sqlHost = "255.255.255.255" sqlPort = 3306 sqlUser = "user" sqlPass = "password" sqlDatabase = "dbName" sqlFile = "" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 mysqlReconnectionAttempts = 5 encryptionType = "sha1" -- World / Ip / Port worldId = 0 ip = "127.0.0.1" worldType = "open" bindOnlyGlobalAddress = false loginPort = 7171 gamePort = "7172" statusPort = 7171 loginOnlyWithLoginServer = false Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui. VPS = 127.0.0.1 WebHost = 255.255.255.255 Coloquei o IP do meu host no arquivo config.lua e o IP do meu VPS o deixa como 127.0.0.1, mas quando executo o servidor, ele pega o IP do meu VPS e não respeita a configuração que coloquei no meu host Preciso fazer alguma coisa?
  4. napalm911911@otchaos:~/otserv/sources$ make -j 2 make all-am make[1]: Entering directory '/home/napalm911911/otserv/sources' CXX otserv.o CXX playerbox.o CXX player.o otserv.cpp: In function ‘void otserv(StringVec, ServiceManager*)’: otserv.cpp:599:18: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_dec2bn(&g_RSA->p, g_config.getString(ConfigManager::RSA_PRIME1).c_str()); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:600:18: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_dec2bn(&g_RSA->q, g_config.getString(ConfigManager::RSA_PRIME2).c_str()); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:601:18: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_dec2bn(&g_RSA->d, g_config.getString(ConfigManager::RSA_PRIVATE).c_str()); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:602:18: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_dec2bn(&g_RSA->n, g_config.getString(ConfigManager::RSA_MODULUS).c_str()); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:603:18: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_dec2bn(&g_RSA->e, g_config.getString(ConfigManager::RSA_PUBLIC).c_str()); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: otserv.cpp:613:15: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod(g_RSA->dmp1, g_RSA->d, r1, ctx); ^ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: otserv.cpp:613:28: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod(g_RSA->dmp1, g_RSA->d, r1, ctx); ^ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: otserv.cpp:614:15: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod(g_RSA->dmq1, g_RSA->d, r2, ctx); ^ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ In file included from /usr/include/openssl/asn1.h:23:0, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: otserv.cpp:614:28: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod(g_RSA->dmq1, g_RSA->d, r2, ctx); ^ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:616:23: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:616:36: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:616:46: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ Makefile:552: recipe for target 'otserv.o' failed make[1]: *** [otserv.o] Error 1 make[1]: *** Waiting for unfinished jobs.... player.cpp: In member function ‘virtual void Player::postAddNotification(Creature*, Thing*, const Cylinder*, int32_t, CylinderLink_t)’: player.cpp:3442:7: warning: variable ‘requireListUpdate’ set but not used [-Wunused-but-set-variable] bool requireListUpdate = true; ^~~~~~~~~~~~~~~~~ player.cpp: In member function ‘virtual void Player::postRemoveNotification(Creature*, Thing*, const Cylinder*, int32_t, bool, CylinderLink_t)’: typedef struct rsa_st RSA; ^~~~~~ otserv.cpp:616:46: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx); ^~ In file included from /usr/include/openssl/crypto.h:25:0, from /usr/include/openssl/bio.h:20, from /usr/include/openssl/asn1.h:16, from /usr/include/openssl/rsa.h:16, from otserv.cpp:44: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA {aka struct rsa_st}’ typedef struct rsa_st RSA; ^~~~~~ Makefile:552: recipe for target 'otserv.o' failed make[1]: *** [otserv.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/napalm911911/otserv/sources' Makefile:409: recipe for target 'all' failed make: *** [all] Error 2 napalm911911@otchaos:~/otserv/sources$ sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done autoconf is already the newest version (2.69-11). build-essential is already the newest version (12.4ubuntu1). ccache is already the newest version (3.4.1-1). libboost-dev is already the newest version (1.65.1.0ubuntu1). libboost-filesystem-dev is already the newest version (1.65.1.0ubuntu1). libboost-system-dev is already the newest version (1.65.1.0ubuntu1). libboost-thread-dev is already the newest version (1.65.1.0ubuntu1). libgmp3-dev is already the newest version (2:6.1.2+dfsg-2). pkg-config is already the newest version (0.29.1-0ubuntu2). libboost-regex-dev is already the newest version (1.65.1.0ubuntu1). liblua5.1-0-dev is already the newest version (5.1.5-8.1build2). subversion is already the newest version (1.9.7-4ubuntu1). libmysqlclient-dev is already the newest version (5.7.30-0ubuntu0.18.04.1). libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.6). libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). screen is already the newest version (4.6.2-1ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. napalm911911@otchaos:~/otserv/sources$ Qwizer I have tried contacting you on your whatsapp and Discord and havent been able to get in touch with you please if you can add me in discord Ransomware#8236 I would like to buy the premium package you have of this server if you still sell it and if possible tell me why the hell it's not compiling under linux, I really dont want to host this thing in a windows server

Informação Importante

Confirmação de Termo