Levileadermc Posted August 6, 2017 Share Posted August 6, 2017 Hello, I've downloaded Paradise Roleplay server, and it works, kind of, the server instantly quits because the MySQL module is missing, but it exists under the /mods/deathmatch/modules directory, please help Link to comment
Levileadermc Posted August 6, 2017 Author Share Posted August 6, 2017 There is a picture of the console Link to comment
MTA Team ccw Posted August 6, 2017 MTA Team Share Posted August 6, 2017 Is the module declared in mtaserver.conf ? If you're using the 64 bit MTA server, the modules go in x64/modules 1 Link to comment
Levileadermc Posted August 6, 2017 Author Share Posted August 6, 2017 1 minute ago, ccw said: Is the module declared in mtaserver.conf ? If you're using the 64 bit MTA server, the modules go in x64/modules I don't really have that file in x64 And yes it is defined in the main config Link to comment
MTA Team ccw Posted August 6, 2017 MTA Team Share Posted August 6, 2017 Upload mods/deathmatch/logs/server.log to https://upload.mtasa.com/ and show link here 1 Link to comment
Levileadermc Posted August 6, 2017 Author Share Posted August 6, 2017 2 minutes ago, ccw said: Upload mods/deathmatch/logs/server.log to https://upload.mtasa.com/ and show link here http://upload.mtasa.com/u/935374936/slogmta.txt_ Good luck reading it tho Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 @Levileadermc create the folder Modules in the x64 folder and add into the Modules folder you've created those modules and it will work. 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 Just now, Uknown. said: @Levileadermc create the folder Modules in the x64 folder and add into the Modules folder you've created those modules and it will work. If its that easy, I will try it Hope it works Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 It must work. Folder gotta be called modules not Modules. Sorry for the uppercase at the first, it must be all lowercase. 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 (edited) 1 minute ago, Uknown. said: It must work. Do you mean like this? It didnt work for me, I don't know what is wrong Edited August 7, 2017 by Levileadermc Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 Yes and I'd recommend to you to use updated modules, cuz that modules doesn't seem to me to be 64 bits one's. Are you using Paradise or vG? 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 (edited) 4 minutes ago, Uknown. said: Yes and I'd recommend to you to use updated modules, cuz that modules doesn't seem to me to be 64 bits one's. Are you using Paradise or vG? Using this: https://github.com/mabako/mta-paradise 4 minutes ago, Levileadermc said: Using this: https://github.com/mabako/mta-paradise So It should have everything to be up and running Btw, can I get the updated modules somewhere else? Edited August 7, 2017 by Levileadermc Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 Dont use the sha one and replace the function sha1( password ) with hash( 'sha1', password ) in players main.lua and registration.lua Dont include the ml_sockets cuz you wont need it and about MTA Mysql just put on google mta mysql module and the first link should lead you to the mta wiki page and at the right you will see several download options and choose the Linux 64 one. If something is not clear just ask me. 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 2 minutes ago, Uknown. said: Dont use the sha one and replace the function sha1( password ) with hash( 'sha1', password ) in players main.lua and registration.lua Dont include the ml_sockets cuz you wont need it and about MTA Mysql just put on google mta mysql module and the first link should lead you to the mta wiki page and at the right you will see several download options and choose the Linux 64 one. If something is not clear just ask me. Where can I find those files? Theres a link to a fix but its broken Love this Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 main.lua and registration.lua in mods/deathmatch/resources/players Updated mta mysql modules. https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 Just now, Uknown. said: main.lua and registration.lua in mods/deathmatch/resources/players And I don't really know what to do here Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 look at the Lua sha1 function that is between .. .. Replace that sha1(password) with hash( 'sha1', password ) 1 Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 3 minutes ago, Uknown. said: look at the Lua sha1 function that is between .. .. Replace that sha1(password) with hash( 'sha1', password ) I think we got off track here, Why would this effect the detection of the MySQL module? Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 This will avoid the use of the sha.so module. Cuz you cannot use it under a 64 bits server. Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 1 minute ago, Uknown. said: This will avoid the use of the sha.so module. Cuz you cannot use it under a 64 bits server. Okay, but I still don't know how to replace those strings, I know nothing about lua scripting Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 Just told you how to do it... 7 minutes ago, Uknown. said: look at the Lua sha1 function that is between .. .. Replace that sha1(password) with hash( 'sha1', password ) Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 4 minutes ago, Uknown. said: Just told you how to do it... Call me dumb, there are no sha1 functions only helluvalot strings Link to comment
Simple0x47 Posted August 7, 2017 Share Posted August 7, 2017 Look better at the image you have posted and you will see it .. sha1(password) .. Link to comment
Levileadermc Posted August 7, 2017 Author Share Posted August 7, 2017 15 minutes ago, Uknown. said: Look better at the image you have posted and you will see it .. sha1(password) .. So, Like this? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now