0
votes
0answers
51 views

Connecting to a SQL Server with a VPN Using PHP

I am attempting to query a remote SQL database with a PHP script to visualize data (on Cyfe.com's platform). However, the SQL server requires a VPN connection to access. Is there a way I can ...
0
votes
0answers
46 views

Connection or Services to access ONLY specific database table or field : PHP - MySql

Systems involve: (System Setup is through VPN) Inventory Fields: Product_ID Product_Name Description Status (i.e.: Paid, Reserved, Sold) 3rd party payment center Questions: Is there a way ...
0
votes
0answers
111 views

Accessing web based system through VPN

I have developed a web based application that runs through their VPN and everything works fine. Now, the company requirement changes. They want to access the application like in standard online ...
0
votes
0answers
90 views

Creating a browser toolbar button that switches VPN on or off, please

I am trying to create a button on the Conduit toolbar that logs my customers into a VPN I am already providing for them. I have been researching into launching the local .pbk file on they pc to run ...
0
votes
1answer
370 views

Setting up VPN so that web application can securely stream audio files

We have a web application (php) that retrieves audio via a local ip using flash (path to file gotten from mySQL). This is ok, but we can't access the files unless we're on the local network (clearly). ...
0
votes
2answers
499 views

Generate custom Windows-based EXE installer from *nix webserver on the fly (OpenVPN client custom installer)

This is related to this other question. I need to dynamically generate a custom Windows EXE installer from a *nix machine (running PHP, or whatever) that contains custom files to be installed on the ...
0
votes
1answer
319 views

PHP ssh2_exec answering to prompt questions

I must use ssh2_exec to install some packages on linux servers. Some of the packages require some answers when installing so I must be able to provide those answers using the ssh2_exec function from ...