13/12/08 15:17
We have released our first add on module for Sitelok that allows you to sell membership via Paypal using their Buy Now and Subscription buttons. We have decided to release this module free of charge for clients within the support period (at least for now). You can download the module from the Sitelok download page at http://www.vibralogix.com/sitelokpw/downloads.php (you need to login for access). We hope to release modules for other payment processors soon as well.
Tags: sitelok
20/11/08 17:52
We have just released Sitelok V2.20. As well as a few bug fixes we have added a new email template link called
!!!delete!!! that enables a user to delete their account and also a page variable called
$slgroupexpiryts[] that contains the user group expiry times in timestamp format.
We have also made Sitelok ready for our upcoming payment processor modules. The first to be released soon will be for Paypal.
Tags: sitelok
02/10/08 19:59
A number of web analytics services allow you to set the ID of the visitor if known, Sitelok supports this which is great as you can look through your visitor data and see exactly who is viewing what. We have tested this with both
Clicky and
Visistat and it works well. What's more is that Sitelok download links automatically show up in Clicky as well showing when users download certain files.

To setup ID logging add the following line (the part in blue) to your
Clicky snippet.
<?php if ($slusername!="") echo "<script type=\"text/javascript\"> var clicky_custom_session = { username: '$slusername' }; </script>"; ?>;
<script src="http://static.getclicky.com/xxxxxx.js" type="text/javascript"></script>
<noscript><p><img alt="Clicky" src="http://static.getclicky.com/xxxxxx-db6.gif" /></p></noscript>

To setup ID logging add the following part (in blue) to your
Visistat snippet.
<script type="text/javascript">var DID=31190;</script>
<script type="text/javascript">var DID=xxxxxx;var MyID=<?php echo $slusername; ?>;</script>
<script src="http://sniff.visistat.com/sniff.js" type="text/javascript"></script>
Tags: sitelok, technote
15/09/08 15:36
We have just released Sitelok V2.10. As well as a few bug fixes there are two new features.
Search engine accessWe have added an option to allow search engines to access an index secured pages. You can define which group or groups the search engine robot will have access to. You can define this setting globally or on a page by page basis if required. Although we think that most sites will still want to block search engine access to their protected pages (this is the default) we have had a number of requests lately for this feature.
One click MySQL backupAlthough most hosting control panels provide MySQL backup features we decided to add a simple one click backup to the Sitelok control panel to make this as painless as possible. The backup downloads a standard SQL file (zipped up) which contains all the data required to recreate all tables and data. The SQL file can be restored using most mysql managers (such as phpmyadmin).
Tags: sitelok