Page 1 of 1

Linkman V 1.7 (April 18) - Recent Version?

Posted: Mon May 25, 2009 2:28 pm
by Ronnie
Script URL:
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi Klemen, I downloaded LinkMan about a month ago and the documentation indicates that its version 1.7, complied April 18. I check from the admin file to see if I had the most recent version and the reply was that my version is 1.5 and I need 1.7. I downloaded the file again and the documentation was identical to the one I have (i.e., version 1.7 April 18). Would you please tell me which is the most recent version of the program. Thanks Ronnie

Posted: Mon May 25, 2009 5:10 pm
by Klemen
The most recent version is 1.7, like the official LinkMan page says:
http://www.phpjunkyard.com/php-link-manager.php

Compare your admin panel Settings to the demo LinkMan (password: demo) - if all the settings options are available in your copy you have 1.7:
http://www.phpjunkyard.com/linkman/admin.php

If you do have 1.7 but it says it's 1.5 then you probably didn't use the "upgrade.php" as the readme.html instructs when upgrading. You can then manually download the settings.php file from your server, open it in Notepad, change

Code: Select all

$settings['verzija']='1.5';
to

Code: Select all

$settings['verzija']='1.7';
and upload the file back to the server. Close all browser windows then test if it worked.

Posted: Mon May 25, 2009 5:42 pm
by Ronnie
txs.