浏览主站 | 站长合租 | 新闻资讯 | 站长学院 | 站长盈利 | HTML教程 | 网址导航 | 站长周刊 | 会员投稿 | 滚动新闻 | RSS
发新话题
打印

[完整] 乐度网店系统最新商业破解版,附解密说明,亲测不错

乐度网店系统最新商业破解版,附解密说明,亲测不错

后台管理:/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/files/9db70c9e-1e2b-11dd-8c59-0014221f3995/

TOP

可惜只是ACCESS的无法正常使用SQL,这个版本网上太多了

TOP

   有没有解好的吖...痛苦~~~

TOP

发新话题