phpLD Mods Blog

Rss feed error in v3.4

April 23rd, 2009 by admin, No Comments

There was a minor error in a release of version phpLD v3.4 in the rss.php file.
In the 3.3 version in the rss.php file about on line 164 it showed:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.’/’.$url));
In one release of phpLD v3.4 it shows:
$tpl->assign(’url’, htmlspecialchars(’http://’.$_SERVER['SERVER_NAME'].DOC_ROOT.$url));
Replacing the: ‘/’. in the code seems to generate the correct link now so [...]

[~ Read more]

Tags: phpLD Important Fixes

Automatic Time Stamping for Link Expiration Dates in phpLD

February 27th, 2008 by admin, 1 Comment

In the phpLD directory script you have the ability to add links for defined time periods. They can be set standard in the administration panel as unlimited in which the link is permanent and never expires and also for selectable time periods of 30 days, 90 days, 180 days and 1 year. Upon expiration the [...]

[~ Read more]

Tags: phpLD Code Additions ~ phpLD Important Fixes

Right Menu
?>