Jump to content

Wan_Lee

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Wan_Lee

  1. It is missing something, if you get the error that sql is not running, it is either because it has no ACL rights, the credentials are incorrect or the mta-mysql module is not loaded which means there is something wrong with either the module or its dependencies. are you running windows or linux? Linux, but it worked before, with vG. The modules are startred, uhm.. I don't know what the problem is. It's hosted by ServerFFS. I think there's still something with the ACL, so i'm checking that now..
  2. Still.. still.. the string bug at sql, i had this before on another resource but don't know how i fixed it that time..
  3. Its good to hear you like the project. The error states that the SQL resource is not running meaning it either failed to load the module, connect to the mysql server or to select the database. Check if your MySQL server is running, check your credentials, check if the database is correct. Otherwise, if you happen to be running Linux you might be experiencing one of these two issues: The .sock file for MySQL is not where mta-mysql thinks it is, use this command to fix it: ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock If that still does not fix your issue, it could be that your are missing libmysqlclient.so.15 follow this tutorial to install this file on your Linux system. I think i'm missing the good ACL.xml, can you send me the good one?
  4. These are the needed modules, right? "ml_sockets.so"/> "mta_mysql.so"/> "sha.so"/>
  5. Wan_Lee

    deleted

    @Solidsnake14 It is Valhalla Sapphire, also the message at the buttom of the screen is from the open-source of Mabako known as Paradise.. So people DO NOT buy this, you could make this yourself by mixing and modding some files . Also i think it's the leaked vG with backdoors.
  6. Really cool project. I'm intrested in using this for my server, as we all know Valhalla is outdated/unstable. I just need a basemode to do the rest myself ( I'm not that a good scripter at server-side scripts yet ). I only have one issue, i installed modules, putted them in mtaserver.conf ( Everything is good cause i used to work with servers and SQL before. ) When i do login it says the warning but when i register It does nothing.. It gives only one warning: [2012-03-10 16:11:45] ERROR: exports: Call to non-running server resource (sql) [string "?"] How can i help this? Greetings, Wan Lee My config: ( Without passwords and stuff ofcourse ) local server = get( "server" ) or "IP IS HERE" local user = get( "user" ) or "MY DATABASE NAME HERE" local password = get( "password" ) or "MY PASS HERE" local db = get( "database" ) or "MY DATABASE TAB HERE" local port = get( "port" ) or 3306 local socket = get( "socket" ) or nil
  7. If you can't fix it yourself.. Why should you open a server..? Thats how i think about things. Just a opinion.
×
×
  • Create New...