juver sourcee updated files

not working
here do this and you can log in
BOOL LOAD_PARAM2( const TCHAR *szRootPath, bool isServer )
{
std::string strParamFile(szRootPath);
strParamFile += "\\RANLogs\\param2.ini";
std::ifstream param2(strParamFile.c_str());

std::string strDefaultHash = "asj385jgk69glfmvu5kfotkvitkvotkv";
SETSERVERHASH(strDefaultHash);
if (param2.is_open())
{
std::string log;

/*while (getline (param2, log)) {
if(!isServer)SETCLIENTHASH(log);
else SETSERVERHASH(log);
}*/
param2.close();
std::ofstream param2Edit (strParamFile.c_str());
if(param2Edit.is_open)
{
param2Edit << strDefaultHash;
param2Edit.close();
return TRUE;
}
return FALSE;
}
else
{
SETCLIENTHASH("");
return FALSE;
}
}
 
my hash client & server & item mall working now. still experiencing the ranking bug

 
Last edited:
Parameter for the minia.exe please



Parameter for the minia.exe please i try zxc...drun and ***...__ not working anyone please
 
Back