Link Vault Setup Code Update 1.3.06-5052709
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 change the filename to match your security code. Don’t forget to change the filename extension from .phps to .php
// Change ##SecurityCode## to match the Link Vault security code for your server.
define('LINK_VAULT_Code','##SecurityCode##');
// Change ##lvFolder## to match the "Script Folder" you specified for this site in your Link Vault settings.
// If you haven't specified a Script Folder in the Link Vault settings, change it to ''.
define('LINK_VAULT_Folder','##lvFolder##');
Download lv1.3.06-5052709.phps
Edited 5/30/05 - Updated to newer version.
May 31st, 2005 at 11:08 pm
Magic,
I’ve downloaded this code and installed on my website. Things still seem to be working fine for me. Version check from link-vault.com says 1.3.06.
Regards,
RFM
June 1st, 2005 at 6:10 am
Thanks for the info Richard.
I did find a bug in the 1.3.06-5052709 release of the setup software. It was downloading information from the Link Vault server, but it wasn’t saving it.
Check the release time of the software you’re running. Look for this line towards the top of the file:
define('LINK_VAULT_ScriptVersion','1.3.06'); //5052709If the release time is //5052709 you need to download the updated version.
Mike (MagicBeanDip) Majorowicz