vuser_init.c
来自「eabase login2.rarea base login2.rar」· C语言 代码 · 共 73 行
C
73 行
#include "web_api.h"
#include "lrw_custom_body.h"
vuser_init()
{
web_url("192.168.121.254_1",
"URL=http://192.168.121.254/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_submit_form("webauth.do",
"Snapshot=t{num}.inf",
ITEMDATA,
"Name=login", "Value={username}@eabaseperf.com", ENDITEM,
"Name=password", "Value={username}", ENDITEM,
LAST);
web_url("webauth.do_2",
"URL=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("192.168.121.254_2",
"URL=http://192.168.121.254/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("ctime.shtml",
"URL=http://192.168.121.254/html/ctime.shtml",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("holder.jsp",
"URL=http://192.168.121.254/mynms/holder.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
web_url("calc.jsp",
"URL=http://192.168.121.254/mynms/calc.jsp?left=26668&litime=1130834135484",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.121.254/mynms/webauth.do?action=notify&login={username}@eabaseperf.com",
"Snapshot=t{num}.inf",
"Mode=HTML",
LAST);
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?