I am a novice with nuke and have to try to help someone (another novice) with with a nuke site but, nobody can tell me which version it is. Is there a way for me to find out easily? I tried to search but, I had no luck.
Prophet Captain
Joined: Mar 14, 2004
Posts: 422
Location: Florida, USA, Earth, Space
Posted:
Sun Jan 08, 2006 5:42 pm
It's in the config table in your database. Or save the following code as version.php (or whatever.php), upload it to your root php-nuke directory and open it with your browser.
Code:
<?php
require_once("mainfile.php");
global $Version_Num;
echo "PHP-Nuke Version $Version_Num";
?>
_________________ - Prophet
Get the Last Visit module (and others modules I designed) from my website! FREE! http://jasonlau.biz
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum