Jump to content

How to implant a VBScript that draws data out of the Windows registry in PHP?


siskokid

Recommended Posts

Hi everyone,

 

I have the problem that Internet Explorer does not want to execute a vbscript, because with this script I draw some information out of the Registry. I enclose the script by the following

 

<?php

 

echo<<<HTML

<script language="VBScript">

 

/****

my script

****/

 

HTML;

 

?>

 

This doesnt help though :( I tried other vbscript code and it worked. Only the code, I draw data from the Registry with, doesnt work in the php script above :( I executed the code with a .bat file and it worked... the bug is not in the code itself. It doent give an error in the Explorer neither, but it doesnt do the work it is supposed to do :(

 

Could anyone help me with it?

 

Best,

siskokid

Link to comment
Share on other sites

HI,

 

The problem is that I do not know how to draw this information (ALL Applications installed om the PC) out of the Registry with PHP :( I know how to do it with VBScript, but the classes and methods are not hte same and as I mentioned the Internet Explorer does not allow me to execute a script that  wants to access the values in the Registry :(

 

If you could help me with an example on how to solve my problem, I will hoghly appreciate it :)

 

Best,

siskokid

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.