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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.