|
马上注册,下载更多源码!
您需要 登录 才可以下载或查看,没有账号?立即加入
x
数位手机商城介面
-------------------------------------------------------
完全解密前后台加密脚本,去除后台添加商品、订单数量限制及其他功能限制多处,完全破解其连接到官方网站验证及所有限制。其他未作任何修改。
本版本在官方原版2008-02-15版本基础上解密。
-------------------------------------------------------
脚本解密方法:
解密乐度商业版inc/check.asp文件,得到代码:
<%
lodo_filepath=server.mappath(lodo_web_diy&"inc/func_key.asp")
lodo_inp=sqlnonoreadtext(lodo_filepath)
lodo_inp=decrypt1(lodo_inp, lodo_conststr)
execute(lodo_inp)
keyfilestr=server.mappath(lodo_web_diy&"inc/check_key.asp")
writestr = readtext(keyfilestr)
writestr = decrypt1(writestr, lodo_conststr)
if len(writestr)>0 then
execute (writestr)
end if
%>
将文件修改为
<!--#include file="conn.asp"-->
<%
lodo_filepath=server.mappath(lodo_web_diy&"inc/func_key.asp")
lodo_inp=sqlnonoreadtext(lodo_filepath)
lodo_inp=decrypt1(lodo_inp, lodo_conststr)
execute(lodo_inp)
response.write "<textarea style='width:550;height:350;'>"
response.write lodo_inp
response.write "</textarea>"
keyfilestr=server.mappath(lodo_web_diy&"inc/check_key.asp")
writestr = readtext(keyfilestr)
writestr = decrypt1(writestr, lodo_conststr)
if len(writestr)>0 then
execute (writestr)
'response.write "<textarea style='width:550;height:350;'>"
'response.write writestr
'response.write "</textarea>"
end if
%>
复制到根目录取名如为jiemi.asp,运行后得到func_key.asp的源码,修改18行或25行的文件路径或文件名,依次解密各文件。
http://www.namipan.com/d/2688ACCESS-SQL.rar/9fc14b1a08313bb42f979b7435c175b6ae0f07e1b6a86c01[/hide[/url]] |
评分
-
查看全部评分
|