AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Any 2020 Surf server working total config and plugins? (https://forums.alliedmods.net/showthread.php?t=323640)

adarsh 04-24-2020 10:50

Any 2020 Surf server working total config and plugins?
 
Hey guys i want to create a surf server and i search for surf server in google
and I got "ckSurf" then I installed it step by step perfectly
then after starting the server i got this error in log
--------------------------------------------------------------------------------
L 04/24/2020 - 14:03:46: [SM] Unable to load extension "cleaner.ext": Failed to find signature. Please contact the author.
L 04/24/2020 - 14:03:47: [SM] Unable to load extension "dbi.mysql.ext": libz.so.1: cannot open shared object file: No such file or directory
L 04/24/2020 - 14:03:47: [SM] Exception reported: [ckSurf] Unable to connect to database (Driver "mysql" not found)
L 04/24/2020 - 14:03:47: [SM] Blaming: ckSurf.smx
L 04/24/2020 - 14:03:47: [SM] Call stack trace:
L 04/24/2020 - 14:03:47: [SM] [0] SetFailState
L 04/24/2020 - 14:03:47: [SM] [1] Line 158, ckSurf/sql.sp::db_setupDatabase
L 04/24/2020 - 14:03:47: [SM] [2] Line 1849, D:\ckSurf\csgo\addons\sourcemod\scripting\ckS urf.sp::OnPluginStart
L 04/24/2020 - 14:03:47: [SM] Unable to load plugin "ckSurf.smx": Error detected in plugin startup (see error logs)
L 04/24/2020 - 14:05:17: Error log file session closed.
----------------------------------------------------------------------------------------------

so then i downloaded cleaner.ext
from here https://forums.alliedmods.net/showthread.php?t=195008

even though i got the same error

so guys if you have any fxed for this or Another plugin or thing like cksurf
plz Reply me ASAP

Sorry for poor english and i added this in database.cfg

"cksurf"
{
"driver" "mysql"
"host" "******"
"database" "surfin"
"user" "*******"
"pass" "*******"
//"timeout" "0"
"port" "3306"
}

Pilo 04-24-2020 16:01

Re: Any 2020 Surf server working total config and plugins?
 
Try use driver "mysqli" ?

zwetch 05-25-2020 10:37

Re: Any 2020 Surf server working total config and plugins?
 
Use a better surftimer: https://github.com/surftimer/Surftimer-olokos

Nickolay 05-25-2020 14:20

Re: Any 2020 Surf server working total config and plugins?
 
There's better choices than CKSurf with more features, but if you're just looking for something basic that'll do It's job, It's a great choice.
Had it for over 4 months straight.

Though, unless you absolutely want MySQL, SQLite is a much easier option to set up as it will store the data in your server.

Example:
Quote:

"cksurf"
{
"driver" "sqlite"
"database" "cksurf"
"user" "root"
"pass" ""
}


All times are GMT -4. The time now is 04:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.