⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vuser_init.c

📁 eabase login2.rarea base login2.rar
💻 C
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -