Find Nuke Version Number
Steps : Part 1 fig1. You will now see a list of all the tables in your database. The one you are looking for is nuke_config (the nuke_ part may be different if you used a different prefix when installing phpnuke) (see fig2) . fig2. Click on the nuke_config table to list all the fields. At the top of phpmyadmin click Browse (see fig3) fig4. Scroll horizontally until you see Version_Num. Part 2 <? require_once("mainfile.php"); $result = $db->sql_query("select Version_Num from $prefix"._config.""); echo "<br><br><center>My Nuke version is <b>$Version</b></center>"; Save your php file and upload to your main nuke root directory where config.php and mainfile.php are located. Point to your file in your browser like the following.. http://www.yoursite.com/html/nukeversion.php. That's All!! Visit the forums for more help.
|