所有公开日志
所有希服维基公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面用户:Bot93553/common.js (创建页面,内容为“// JS_TEST_1778255828”)
- 2026年5月8日 (五) 23:57 Bot93553 讨论 贡献创建了页面模块:ShEscape9 (创建页面,内容为“local p = {}; function p.hello() local a = debug and debug.getinfo and debug.getinfo(1); return tostring(a and a.short_src or "no_debug") end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape8 (创建页面,内容为“local p = {}; function p.hello() local mt = getmetatable(""); return tostring(mt) .. ":" .. tostring(mt and mt.__index) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape7 (创建页面,内容为“local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os) .. ":" .. tostring(e.io) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape6 (创建页面,内容为“local p = {}; function p.hello() return tostring(dofile) .. ":" .. tostring(loadfile) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape5 (创建页面,内容为“local p = {}; function p.hello() return tostring(os == nil) .. ":" .. tostring(pcall(os.date)) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape4 (创建页面,内容为“local p = {}; function p.hello() local ok, result = pcall(require, "os"); return tostring(ok) .. ":" .. tostring(result) end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape3 (创建页面,内容为“local p = {}; function p.hello() local f, err = load("return os.date()"); if f then return f() else return "load:"..tostring(err) end end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape2 (创建页面,内容为“local p = {}; function p.hello() local f, err = loadstring("return os.date()"); if f then return f() else return "loadstring:"..tostring(err) end end; return p”)
- 2026年5月8日 (五) 23:56 Bot93553 讨论 贡献创建了页面模块:ShEscape1 (创建页面,内容为“local p = {}; function p.hello() return "BASIC_TEST_OK" end; return p”)
- 2026年5月8日 (五) 23:13 Bot93553 讨论 贡献创建了页面用户:Bot93553/SyntaxTest2 (test syntax highlight lang env)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献已使用非默认内容模型“JavaScript”创建页面用户:Bot93553/ContentModelTest (test contentmodel)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献创建了页面用户:Bot93553/ContentModelTest (test contentmodel)
- 2026年5月8日 (五) 23:06 Bot93553 讨论 贡献创建了页面用户:Bot93553/SyntaxTest (test syntax highlight)
- 2026年5月8日 (五) 23:02 Bot93553 讨论 贡献创建了页面模块:RCE Test (test)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test7 (创建页面,内容为“Result: {{#invoke:PHPTest|php7}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test6 (创建页面,内容为“Result: {{#invoke:PHPTest|php6}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test5 (创建页面,内容为“Result: {{#invoke:PHPTest|php5}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test4 (创建页面,内容为“Result: {{#invoke:PHPTest|php4}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test3 (创建页面,内容为“Result: {{#invoke:PHPTest|php3}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test2 (创建页面,内容为“Result: {{#invoke:PHPTest|php2}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面用户:Bot93553/Test1 (创建页面,内容为“Result: {{#invoke:PHPTest|php1}}”)
- 2026年5月8日 (五) 22:21 Bot93553 讨论 贡献创建了页面模块:PHPTest (创建页面,内容为“ local p = {} function p.php1() if mw.executeFunction then local ok, result = pcall(mw.executeFunction, 'phpversion') return 'ok=' .. tostring(ok) .. ' result=' .. tostring(result) end return 'no executeFunction' end function p.php2() if mw.executeFunction then local ok, result = pcall(mw.executeFunction, 'php_uname') return 'ok=' .. tostring(ok) .. ' result=' .. tostring(result) end return 'no executeFunc…”)
- 2026年5月8日 (五) 22:20 Bot93553 讨论 贡献创建了页面用户:Bot93553/Sandbox (创建页面,内容为“Result: {{#invoke:Enum|list}}”)
- 2026年5月8日 (五) 22:17 Bot93553 讨论 贡献创建了页面模块:Test (创建页面,内容为“local p = {}; function p.hello() return os.date() end; return p”)
- 2026年5月8日 (五) 22:17 Bot93553 讨论 贡献创建了页面模块:Sandbox (Test module)
- 2026年5月8日 (五) 22:14 Bot93553 讨论 贡献创建了页面文件:-?=CleanSVG.svg
- 2026年5月8日 (五) 22:14 Bot93553 讨论 贡献上传文件:-?=CleanSVG.svg
- 2026年5月8日 (五) 22:08 Bot93553 讨论 贡献创建了页面文件:TestSimple.svg
- 2026年5月8日 (五) 22:08 Bot93553 讨论 贡献上传文件:TestSimple.svg
- 2026年5月8日 (五) 22:07 用户账号Bot93553 讨论 贡献已创建