Jump to content

newreboot

Inactive Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by newreboot

  1. 46 minutes ago, ASIKOO said:

    If you use OVH shared hosting, they can restrict / limit external MySQL connections (ODBC). A long time ago, I had 2 web servers, one at OVH (shared hosting), one at Scaleway (dedicated server) and these servers connected to another server where the MySQL server was hosted (Kimsufi).

    OVH was slow, Scaleway was fast... 🤔

    I have my web cluster on OVH and my dedicated server on ContaBoo... What u say makes sense

    What can i do?

  2. Hi.

    I managed the func pc.get_language() to get the lang from db db and choose the right translate_xx.lua. But i got the following problem:

     

    when 9006.chat."teste" begin   ---->  No errors !

     

    when 9006.chat.gameforge.arena_manager._140_sayTitle begin ---> No errors !

     

    when 9006.chat.gameforge[pc.get_language()].arena_manager._140_sayTitle begin  --> This way, give me the  begin-end clause erro. Just because i added [pc.get_language()]

     

    If i use it on say(gameforge[pc.get_language()].arena_manager._140_sayTitle) it works to..

    If someone can help would be nice.. I dont know what can i do now.

     

    Citar

     

    Editar

  3. 			pkChar->LocaleChatPacket(CHAT_TYPE_INFO, "%d %s %s", m_vec_quiz[i][j].level, m_vec_quiz[i][j].Quiz, m_vec_quiz[i][j].answer ? LC_TEXT("Âü") : LC_TEXT("°ÅÁþ"));
    		}
    	}
    
    	pkChar->LocaleChatPacket(CHAT_TYPE_INFO, LC_TEXT("ÃÑ ÄûÁî ¼ö: %d"), c);

    well i changed the ChatPacket to LocaleChatPacket and give me error on copilation.

    The error:

    spacer.png

  4. Error (active)    E0020    identifier "emoji" is undefined    UserInterface  
    Error    C2065    'emoji': undeclared identifier   
    Error    C2672    'boost::algorithm::replace_all': no matching overloaded function found  
    Error    C2780    'void boost::algorithm::replace_all(SequenceT &,const Range1T &,const Range2T &)': expects 3 arguments - 2 provided
     

    Some help please..? 

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.