TA的每日心情 | 开心 2024-7-23 09:53 |
---|
签到天数: 33 天 连续签到: 1 天 [LV.5]常住居民I
|
马上注册,下载更多源码!
您需要 登录 才可以下载或查看,没有账号?立即加入
x
乐度网店系统最新商业破解版,附解密说明,亲测不错,不保证时效。
后台管理:/admin
管理用户/密码: lodoeshop/lodoeshop 产品密钥:lodoeshop
脚本解密方法:
解密乐度商业版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行的文件路径或文件名,依次解密各文件
注意:
修改订单的时候可能会跳到主页,应该是代码BUG问题。

下载地址:
http://www.fs2you.com/zh-cn/file ... -8c59-0014221f3995/ |
|