Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11173

Re: JS De-obfuscator

From GS <gs@v.invalid>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: JS De-obfuscator
Date 2015-11-02 15:21 -0500
Organization A noiseless patient Spider
Message-ID <n18gfb$4t6$1@dont-email.me> (permalink)
References <mrsg7s$mtm$1@dont-email.me> <n18e75$r0b$1@dont-email.me> <n18fl0$19i$1@dont-email.me>

Show all headers | View raw


>   I wonder what you're doing that requires script
> on your site. Many things can now be done with
> CSS. Much can also be done with PHP on Unix/Linux,
> or maybe aspx on Windows servers. I'm not sure
> about URL parameters, but I would think that's
> one of the most common things to deal with. On
> my own site I use PHP to check the userAgent
> and provide one of two versions of the page,
> depending on whether the visitor is using IE or
> another browser. It all happen server-side, so I
> don't need script in the page.

This is how I was having licensed apps 'registered' on my website. I've 
since revised my licensing code to do this via a form and email, so I 
probably don't need that js anymore for this purpose.

My app installer download page uses js to parse the download filename. 
Otherwise, I'd need a separate download page for each app (and is 
probably the way to go!).

-- 
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
  comp.lang.basic.visual.misc
  microsoft.public.vb.general.discussion

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Find similar


Thread

JS De-obfuscator "Mayayana" <mayayana@invalid.nospam> - 2015-08-29 10:44 -0400
  Re: JS De-obfuscator GS <gs@v.invalid> - 2015-11-02 14:42 -0500
    Re: JS De-obfuscator "Mayayana" <mayayana@invalid.nospam> - 2015-11-02 15:06 -0500
      Re: JS De-obfuscator GS <gs@v.invalid> - 2015-11-02 15:21 -0500

csiph-web