The author has 1 post.
Font size: Small - 100% (Default)  Content converter: No conversion
 
Clicks Replies
1076 0
用php自带的gzuncompress函数就能轻松的把Scripts.rxdata中的脚本内容读出来
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 1 Posted at: 1/30/16 15:46
<?php
include_once('rxdata_library.php');
$data = rxdata_load('data2/Data/Scripts.rxdata');
$str = gzuncompress($data[2][2]);
echo $str;
?>
Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
(Shortcut key: Ctrl+Enter)
Post Information
Clicks: 1076 Replies: 0
Author: 巨大八爪鱼
Last reply: 巨大八爪鱼
Last reply time: 1/30/16 15:46
Bar Hot Posts
Bar Good Posts
Announcements