Skip to main content

All Questions

Tagged with
0 votes
0 answers
454 views

Return value from vbscript to the calling php code

I am trying to get the bios serial number in PHP which will be stored as an exe through Exeoutput. Since I was not able to fetch the serial number in exeoutput, but was getting it in browser, I ...
ITSagar's user avatar
  • 693
1 vote
1 answer
26 views

php script occasionally fails to run COM process

We have a PHP (5.5.15) script on WAMP with this: $wsh_shell = new COM("WScript.Shell"); $retval = $wsh_shell->Run($batch_file_name, 0, false); $batch_file_name is simply a .bat file that runs ...
raphael75's user avatar
  • 3,158
0 votes
3 answers
3k views

Get the registry key of installed programs php

I want to get a list of my installed programs. I know how it works with powershell : Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object ...
jurh's user avatar
  • 430
2 votes
0 answers
201 views

Running WScript within Laravel

I'm trying to spawn a background python program from PHP. I can successfully do it locally using PHP but can't get it to work through Laravel/IIS. I think this is most likely due to a security setting ...
holly_whitney's user avatar
1 vote
0 answers
66 views

PHP Execute Command Line from Page

I have a block of PHP code that passes a URL to a plugin called wkhtmltopdf and renders a PDF of the page using webkit. My code works fine in IE and Firefox which are the main two we use but some of ...
SBB's user avatar
  • 8,848
0 votes
1 answer
327 views

Can not find WSO2(wsf.dll) file for Xampp

i want to install WSO2 for XAMPP I find this tutorial: http://wso2.com/library/3076/#link1 I download wso2 from : https://github.com/wso2/wsf but as shown in tutorial i can not find wsf.dll file in ...
user2632703's user avatar
0 votes
0 answers
125 views

How to get php to utilise wscript run on windows 8.1 with WAMPServer

Running wampserver on windows 8.1 and unable to get any response from wscript. The page doesn't render. The exe doesn't launch. mspaint is on the system. Notepad same result. Logged in as ...
Andrew Seabrook's user avatar
0 votes
1 answer
226 views

WSClient won't see my WSDL file

Whilst attempting to follow the demos of the wso2 wsf for PHP framework, I don't seem to be able to run several of the example scripts, even though I've compiled and installed the wso2/wsf .so files ...
Elliot Williams's user avatar
1 vote
3 answers
1k views

Is there an up-to-date version of wso2 wsf for php?

Is there a more up-to-date version of wso2's wsf framework for PHP? The latest version on GitHub doesn't seem to have an installation script, and the tutorials I've found for newer versions don't seem ...
Elliot Williams's user avatar
1 vote
1 answer
812 views

How to call/ execute .WSF (windows script file) from browser

My PHP based webpage populates a set of IP addresses from database. I need to run PING command for any IP address clicked by the user from the local machine. I know its a security issue and browsers ...
Khaled Javeed's user avatar
2 votes
0 answers
128 views

WSO2 WSF PHP WSClient parse only a part of the message

I'm having, what I think, the same problem at https://wso2.org/jira/browse/WSFPHP-459The problem is on the client, because sniffing the packets I realize that the message arrives complete. But when ...
Pablo Moltedo's user avatar
0 votes
3 answers
3k views

Failed to create COM object `WScript.shell': CoInitialize has not been called

At sometime today, this error occurred and the script hanged: [21-Aug-2013 08:35:06] PHP Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `WScript.shell': ...
Muhammad Gelbana's user avatar
1 vote
0 answers
33 views

How to make nginx recognice services.php/WebServiceSomething to services.php

Maybe the title is not happy, but i could explain better. I need to make nginx do the next... When i get the URL: http://someurl.com/system/xx/services.php/SomethingWebService I need to be ...
GusPilla's user avatar
1 vote
1 answer
228 views

How to compile WSO2 WFS PHP 2.1.0 or where to get latest binaries

I'm having trouble compiling the WSO PHP framework on Windows. The latest version is here on github https://github.com/wso2/wsf. I've been trying to follow the instructions located at /php/README....
Ross Buggins's user avatar
0 votes
1 answer
1k views

WSO2 WSF/PHP server with visual foxpro client

I’m using WSO2 WSF/PHP (wamp) and I'm trying to consume the sample web service (echo_service.php) from a foxpro client. I have tried this code with no success: TEXT TO requestPayloadString NOSHOW <...
user1918513's user avatar

15 30 50 per page