|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的一个例子:
<%DimReadComputerName
SetReadComputerName=CreateObject("WScript.Shell")
DimComputerName,RegPath
RegPath="HKLMSystemCurrentControlSetControlComputerNameComputerNameComputerName"
ComputerName=ReadComputerName.RegRead(RegPath)
response.write"盘算机名为"&ComputerName%>
第二个读的代码
<%
Dimzcbpath
zcbpath=request.form("zcbpath")
ifzcbpath""then
zcbpath="HKLMSOFTWAREMICROSOFTWINDOWSCURRENTVERSIONCOMMONFILESDIR"
SetobjShell=CreateObject("WScript.Shell")
Response.WriteobjShell.RegRead(zcbpath)
endif
%>
<formaction="zcb.asp"method=post>
注册表键值<inputtype=textname=zcbpathid=zcbpath>
<inputtype=submit>
</form>源代码保护方面其实现在考虑得没那么多了..NET也可以反编译.ASP写得复杂的话别人能看得懂的话.他也有能力自己写了.这方面担心的倒不太多.纵观现在网上可以下载的那些所谓BBS还有什么网站等等的源代码 |
|