remote 相关的软件列表

首页

Rcmd.vbs [Remote Cmd with wmi]远程脚本

2020-02-16 标签:rcmd,vbs,remote,cmd,wmi,远程,脚本,实现,代码,如下,error,resume,next,set,outstreem,wscript,stdout,lcase,right,fullname

实现代码如下:On Error Resume Next Set outstreem=Wscript.stdout If (LCase(Right(Wscript.fullname,11))="Wscript.exe") Then Set objShell=Wscript.CreateObject("

使用vbs下载文件的代码加强版
VB

使用vbs下载文件的代码加强版

2020-02-16 标签:使用,vbs,下载,文件,代码,加强版,说到,是不是,想到,xmlhttp,呵呵,以下,比较,经典,ilocal,lcase,wscript,arguments,iremote

说到使用vbs下载文件是不是想到了XMLHTTP呢,呵呵,以下是比较经典的代码: iLocal=LCase(Wscript.Arguments(1)) iRemote=LCase(Wscript.Arguments(0)) Set xPost=createObject("Microsoft.XMLH

php一些公用函数的集合
PHP

php一些公用函数的集合

2020-02-16 标签:php,公用,函数,集合,获得,客户端,ip,地址,function,getip,getenv,http,client,strcasecmp,unknown,else,x,forwarded,remote,addr

/*获得客户端ip地址*/function getIP() {if(getenv("HTTP_CLIENT_IP") }else if(getenv("HTTP_X_FORWARDED_FOR") }else if(getenv("REMOTE_ADDR") }else if(isset($_SER

首页

asp.net常用函数收藏

2020-02-16 标签:asp,n,et,常用,函数,收藏,summary,得到,站点,用户,ip,returns,public,static,string,getuserip,return,httpcontext,current,request

/// /// 得到站点用户IP /// /// public static string getUserIP() { return HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString(); } /// //

.dll 文件反编译的工具软件集合
首页

.dll 文件反编译的工具软件集合

2020-02-16 标签:dll,文件,反编译,工具软件,集合,reflector,net,remotesoft,explorer,支持,asp,n,et,真正,就在,网站,使用,该软件

.dll 文件反编译的工具软件:Reflector for .NET Remotesoft .NET Explorer Remotesoft .NET Explorer 支持asp.net2.0要真正反编译.dll文件就在网站上使用该软件去操作,可以完成反编译出源码,因为是共享软件,所以在下载来的,

用php获取远程图片并把它保存到本地的代码
PHP

用php获取远程图片并把它保存到本地的代码

2020-02-16 标签:php,获取,远程,图片,并把,保存,本地,代码,function,grabimage,url,filename,return,false,endif,ext,strrchr,gif,jpg,date

';else:echo "false";endif;?> dedecms中的:if(!empty($saveremoteimg)){$body = stripslashes($body);$img_array = array();preg_match_all("/(src|SRC)=[\"|'

php实现的在线人员函数库
PHP

php实现的在线人员函数库

2020-02-16 标签:php,实现,在线,人员,函数,增加,用户,function,adduser,username,global,db,ip,getenv,remote,addr,http,x

//增加用户function AddUser($username){global $db;$Ip=getenv('REMOTE_ADDR');$Ip1 = getenv('HTTP_X_FORWARDED_FOR');if (($Ip1 != "") $current_time=date("Y-m-

php 远程图片保存到本地的函数类
PHP

php 远程图片保存到本地的函数类

2020-02-16 标签:php,远程,图片,保存,本地,函数,function,获取,并把,确定,文件,写入,服务器,权限,变量,说明,url,完整

';else:echo "false";endif; ?>dedecms中的: if(!empty($saveremoteimg)) { $body = stripslashes($body); $img_array = array(); preg_match_all("/(src|SRC)=

首页

http代理相关知识分析

2020-02-16 标签:http,代理,相关,知识,分析,使用,代理服务器,情况,remote,addr,您的,ip,via,没数,不显,x,forwarded

一、没有使用代理服务器的情况: REMOTE_ADDR = 您的 IP HTTP_VIA = 没数值或不显示 HTTP_X_FORWARDED_FOR = 没数值或不显示 二、使用透明代理服务器的情况:Transparent Proxies REMOTE_ADDR = 代理服务器 IPHTTP_VI