

Clawders
Member-
Content Count
13 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Clawders

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Error code In file included from config.cpp:22: check_server.h:11: error: ISO C++ forbids declaration of 'FORCEINLINE' with no type check_server.h:11: error: expected ';' before 'void' check_server.h:16: error: expected `;' before 'static' check_server.h:16: error: ISO C++ forbids declaration of 'FORCEINLINE' with no type check_server.h:16: error: expected ';' before 'bool' config.cpp:1443: error: expected `;' at end of input config.cpp:1443: error: expected `}' at end of input config.cpp:1443: error: expected unqualified-id at end of input config.cpp file #include "stdafx.h"
-
Solved.
-
up..
-
up
-
Hi, I have some errors when compiling the source. OBJDIR/BattleArena.o OBJDIR/cipher.o: In function `DH2KeyAgreement::Prepare(void*, unsigned int*)': /usr/src/clawders/Srcs/Server/game/src/cipher.cpp:315: undefined reference to `CryptoPP::Integer::Integer(char const*)' /usr/src/clawders/Srcs/Server/game/src/cipher.cpp:322: undefined reference to `CryptoPP::Integer::Integer(char const*)' /usr/src/clawders/Srcs/Server/game/src/cipher.cpp:324: undefined reference to `CryptoPP::Integer::Integer(char const*)' OBJDIR/cipher.o: In function `CryptoPP::DL_SimpleKeyAgreementDomainBase
-
Work fine for me, thx.
-
Hello, we have implemented monsters on the official server, everything works perfectly but does not show the name of monsters in mob_names client and server is added to the name that would be the problem? I look at other monsters name.
-
I tried with iindex.php?page=login sign, too, failed login, you can do me login.php files you do not know how it would be done anyway thanks. scripts are made of darkdev
-
Hello, I started to encode a new website, I'm not very good at php, everything works perfectly, but the function login does not work, place the right data logging, I login and tells me that logging failed, login function is the following. <!-- login start --> <div id="ack"></div> <div id='login'> <div id='auth'> <?php if(!isset($_SESSION['user']) && !isset($_SESSION['pass'])){ login();?> <form id="myForm" action="index.php" method="POST" style="margin-left:-0px; margin-top:-0px;"> <input type="text
-
Hello, I need a mob_proto Decrypter & crypter, I searched and tried all cripterele and decripterele but none is good.