SA-MP Forums Archive
People crashing server, security breach in ZCMD? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: People crashing server, security breach in ZCMD? (/showthread.php?tid=411617)



People crashing server, security breach in ZCMD? - lolumadd_ - 29.01.2013

Some group of people have been supposedly "crashing" my server. They crashed my server 5/6 times in a row. The crash report is this.

Код:
[19:49:10] [debug] Server crashed while executing ls-cnr.amx
[19:49:10] [debug] AMX backtrace:
[19:49:10] [debug] #0 00007470 in Debug_Print0 (... <2 variable arguments>) at C:\...\LSCNR 1.9\pawno\include\zcmd.inc:85
[19:49:10] [debug] System backtrace:
[19:49:10] [debug] #0 f68eaf41 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[19:49:10] [debug] #1 f68e141f in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[19:49:10] [debug] #2 f68df963 in _ZN11crashdetect15SystemExceptionEPv () from plugins/crashdetect.so
[19:49:10] [debug] #3 f68ea3c1 in ?? () from plugins/crashdetect.so
[19:49:10] [debug] #4 f770e410 in ?? ()
[19:49:10] [debug] #5 080dcbbc in ?? () from ./samp03svr
[19:49:10] [debug] #6 f68efa33 in amx_Exec () from plugins/crashdetect.so
[19:49:10] [debug] #7 f68e0622 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
[19:49:10] [debug] #8 f68e8699 in ?? () from plugins/crashdetect.so
[19:49:10] [debug] #9 080a4da2 in ?? () from ./samp03svr
[19:49:10] [debug] #10 080afcca in ?? () from ./samp03svr
[19:49:10] [debug] #11 080733b1 in ?? () from ./samp03svr
[19:49:10] [debug] #12 080734a2 in ?? () from ./samp03svr
[19:49:10] [debug] #13 0807d2b0 in ?? () from ./samp03svr
[19:49:10] [debug] #14 080ad47d in ?? () from ./samp03svr
[19:49:10] [debug] #15 080ad652 in ?? () from ./samp03svr
[19:49:10] [debug] #16 080a8fb3 in ?? () from ./samp03svr
[19:49:10] [debug] #17 f749fe8c in __libc_start_main () from /lib/libc.so.6
[19:49:10] [debug] #18 0804b491 in ?? () from ./samp03svr
Some error in ZCMD?

The line 85 in ZCMD is:
Код:
    if (zcmd_g_HasOPCS && !CallLocalFunction("OnPlayerCommandReceived", "is", playerid, cmdtext))
    {
        return 1;
    }



Re: People crashing server, security breach in ZCMD? - IstuntmanI - 29.01.2013

http://forum.sa-mp.com/showthread.ph...11#post1909511

OnPlayerCommandText from zcmd.inc

PS: Use this too: http://forum.sa-mp.com/showthread.ph...11#post2233511


Re: People crashing server, security breach in ZCMD? - lolumadd_ - 29.01.2013

Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
Thanks a lot man! I suggest anybody else reading this to look at those links too! Enjoy your newly added reputation