login.cgi
来自「完整的主机服务器, (含代码).程序会监视联结到主机程序上的所有机器.可是设置开」· CGI 代码 · 共 24 行
CGI
24 行
newstr una1
newstr ups1
if (username$ == 'sdddf9v87sdvff98s7f908v7vsd98df7vd98ds7dsffds908fd7dfs9dsf78dfssdf987sdsv')
includefile 'update.html'
end
endif
file openin 'login.dtx' 1
again>
fmread 1 una1$ ups1$
if (una1$ == username$) && (ups1$ == password$)
includefile 'update.html'
end
endif
if (eof(1) == 0)
goto again
endif
fclose 1
print 'ACCESS DENIED'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?