Archive for the 'LinkVault' Category

Including Link Vault from SSI

Tuesday, September 13th, 2005

When I wrote my previous post about Including Link Vault from Languages other than PHP, I wasn’t aware of a special quirk about Server Side Includes(SSI).
The #include virtual SSI element can be used to include the results of a program executed via a CGI interface. In this case, we use a PHP […]

Including Link Vault From Languages Besides PHP

Saturday, June 11th, 2005

Edited 9/13/05
See my post on a better method of including Link Vault from SSI.
====
This should work to include the Link Vault client software from virtually any language including SSI.
Place this code in a file called wrapperXXXXXXXXX.php in the same directory as your lvXXXXXXXXX.php file. Replace the X’s with your security code.
<?php
// This is meant […]

Update to Link Vault Setup Software

Monday, May 30th, 2005

Updated 9/13/05:
Link Vault Client Software Beta Test
Download lvSecurityCode.zip version 1.4.01-5122117.
Make backup copies of your XXXXXXXXX.txt data file and lvXXXXXXXXX.php files before installing this version. It changes the data file format so the backups will make switching back (if needed) to the old version much easier.
Follow these instructions at the top of the file:
// Change […]

Link Vault Setup Code Update 1.3.06-5052709

Friday, May 27th, 2005

This is a beta release 1.3.06-5052709 of the php Link Vault setup code that uses the fsockopen() function instead of the fopen() function to access the Link Vault server.
To try it out, you’ll have to edit the following two lines of code at the top of the file to include your Link Vault settings, and […]