Guest Posted July 7, 2012 Share Posted July 7, 2012 Hello, After updating the page, I can't show my server's PHP and MySQL version. I added special ports to the page, the are working fine, but the versions aren't. What will be the solution? Regards, Adam 0 Quote Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2012 Share Posted July 9, 2012 Nobody? It worked on the previous version. 0 Quote Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2012 Share Posted July 10, 2012 Problem solved. The solution: Add this lines to the getStats function in the template file: jQuery("#mysqlver"+num).html(data.mysqlver); jQuery("#phpver"+num).html(data.phpver); And this lines to the template: <td class="textcenter" id="phpver{$num}"><img src="images/loadingsml.gif" alt="{$LANG.loading}" /></td> <td class="textcenter" id="mysqlver{$num}"><img src="images/loadingsml.gif" alt="{$LANG.loading}" /></td> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.