Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Issues related to VMProtect
Post Reply
bitman2112
Posts: 75
Joined: Wed Oct 30, 2013 5:24 pm

Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by bitman2112 »

Hi,

EDIT:: This does not seem to an issue under XP just my (fresh install) of Windows 7 32 Bit.

Same ugly base64 string but the paste button does indeed copy to the clipboard as expected uner XP

I had been using FireFox to get a serial number to paste into my VMProtected Application. I finished to code and handed my PC over to my friend to test it.

She used IE 8.

The WebLM Offline input form pasted the request string ok but when she clicked Submit the resulting serial number was malformed in the textbox as shown in the attached screen grab.

Furthermore, with this IE8, clicking the COPY button shows the expected "copied" message but the Windows paste buffer is empty.

If with this IE8, we select the text and do a CTRL+C to copy the serial, then it copies ok..

:Ron
Attachments
WebLMOfflineIE8.png
WebLMOfflineIE8.png (82.42 KiB) Viewed 12923 times
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by Admin »

Thanks for your report. We'll check it.
bitman2112
Posts: 75
Joined: Wed Oct 30, 2013 5:24 pm

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by bitman2112 »

Admin wrote:Thanks for your report. We'll check it.
Right on, Right on.
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by Admin »

We have checked it with IE 8,9,10,11 bit it works fine. Could you send us messages from IE log (you need press F12 and select "Console" tab before offline activation usage)?
bitman2112
Posts: 75
Joined: Wed Oct 30, 2013 5:24 pm

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by bitman2112 »

Admin wrote:We have checked it with IE 8,9,10,11 bit it works fine. Could you send us messages from IE log (you need press F12 and select "Console" tab before offline activation usage)?
I think I might have what you want.
Where and to whom should I send it?

:Ron
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by Admin »

You can put IE's log in this post.
bitman2112
Posts: 75
Joined: Wed Oct 30, 2013 5:24 pm

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by bitman2112 »

Here is what I think you want?

I've never gathered IE "logs" before but I could save what looks like the page data.
If this is not what you are after please instruct further and I'll try harder. :D

Page before tral request paste

<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/jquery.form.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/validation.php"></SCRIPT>

<SCRIPT>
var error = '';
var success = '';

function saveForm() {
if (validateForm()) {
$('form').submit();
}
return false;
}

$(function () {
$('.autofocus').focus();
if (error != '')
addError('#url', error);
if (success != '')
$('.greenMsg').text(success).show();
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<FORM method=post>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Enter your activation / deactivation string:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=url class="required autofocus" rows=5 cols=70 name=url></TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px"><A class=greenBtn onclick="return saveForm()"><SPAN>Submit</SPAN><EM></EM></A> <SPAN class=greenMsg></SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>

Page after pasting trial request

<!-- saved from url=(0036)http://weblm.vmpsoft.com/offline.php -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/jquery.form.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/validation.php"></SCRIPT>

<SCRIPT>
var error = '';
var success = '';

function saveForm() {
if (validateForm()) {
$('form').submit();
}
return false;
}

$(function () {
$('.autofocus').focus();
if (error != '')
addError('#url', error);
if (success != '')
$('.greenMsg').text(success).show();
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<FORM method=post>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Enter your activation / deactivation string:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=url class="required autofocus" rows=5 cols=70 name=url>dHlwZT1hY3RpdmF0aW9uJmNvZGU9REpURC1KUUdGLUhFU0cmaHdpZD01TGRSWWsxVWlQaHZkOGRrSWt5RG56b0xSanclM0QmaGFzaD1BQVZxUSUyQk5NckJ3dFhNbW94d24zTERlcElWcyUzRA==</TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px"><A class=greenBtn onclick="return saveForm()"><SPAN>Submit</SPAN><EM></EM></A> <SPAN class=greenMsg></SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>

Page after Submit is clicked


<!-- saved from url=(0036)http://weblm.vmpsoft.com/offline.php -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>

<SCRIPT type=text/javascript src="js/ZeroClipboard.js"></SCRIPT>

<SCRIPT>
$(function () {
if (window.clipboardData == undefined)
{
ZeroClipboard.setMoviePath('js/ZeroClipboard.swf');
var clip = new ZeroClipboard.Client();
clip.setHandCursor(false);
clip.addEventListener( 'mouseDown', function(client){
client.setText($('#snText').text().replace(/\n/, ''));
$('.greenMsg').show().fadeOut(2000);
});
clip.glue('copyBtn', 'zeroHolder');
}
else
{
//for Internet Explorer
$('#copyBtn').click(function(){
window.clipboardData.setData('Text', $('#snText').text().replace(/\n/, ''));
$('.greenMsg').show().fadeOut(2000);
});
}

});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Your serial number:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=snText rows=5 cols=70 readOnly>gisG+B76G6+NLubeCwJBzHF+gqc0inH7Yth4GaBU72BD31DrQl7KR70VaMngvmcOX92e2i
L+52b2EXJtMT4NsKLjBTQzEbRz6s4oz+PtE40uO5Iinlhyyliwf0oTDY807YTK9ZbXb5yZ
pfLFWRBGmZC0W12zvoTNmkG8fxt785J+xZbxZeMjaWwJvww4BOo79UaRQdcmCKhIY8IIrj
iqhhbXPhFen1kyyALFwuo0x/rgjYtJMaha4zHHY1QVoEBM101mSHKizY2S9pM9onyas7It
Ki6lA5mFJcTGPQP3+LZreYDsdDTQ4DpeMGEF5ypBCAM9lQIjTU/Xpy19zqCw0A==</TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px">
<DIV id=zeroHolder><A id=copyBtn class=greenBtn jQuery17108454304803664977="2"><SPAN>Copy to Clipboard</SPAN><EM></EM></A> </DIV><SPAN class=greenMsg>Copied</SPAN> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by Admin »

OMG.

Please read this again:
Could you send us messages from IE log (you need press F12 and select "Console" tab before offline activation usage)?
bitman2112
Posts: 75
Joined: Wed Oct 30, 2013 5:24 pm

Re: Edited:: WebLM Offline server & Windows 7 32 bit IE bug?

Post by bitman2112 »

Sorry, This is what I see in IE when I press F12.

I see no Console Tab
Attachments
f12.PNG
f12.PNG (31.29 KiB) Viewed 12901 times
Post Reply