>>  Site Map >>  Forums >>  Patched 7.6.0.3.x

Forum module - topics in forum:



Patched 7.6.0.3.x - Questions, Comments and Bug Reports for nCo Patches



phpbb 2.0.14 to 2.0.20

Hi ive got 7.6 Ultra running forums 2.0.14 and im looking to upgrade to the latest version.

i downloaded http://nukecode.com/modules.php?name=News&file=article&sid=511 but on opening it up the only patch in there was to upgrade from ver 2.0.19 to 2.0.20

Can some one point me in the right direction as ive never had to upgrade my forums !!

Thx Laughing






You must upgrade in steps. Meaning you must go from 2.0.14 - 2.0.15 then from 2.0.15 - 2.0.16 running each upgrades installer along the way.
Until you reach your destination version of 2.0.20






Awsome thanks for the fast reply !!

Im also installing Nuke Royal and the installation is wanting to know what version of nuke im using ...im using your nuke ultra what do i choose ?

PHP-Nuke Universal

PHP-Nuke Platinum

I presume platinum but idd rather wait to get the answer from u guys !

Thx






Actually I do believe you would use the standard nuke or PHP-Nuke Universal as the install option. I haven't tested nuke royal myself but I know someone who did and im am certain he said he used the PHP-Nuke Universal.






Yeap i found a script to run on your site to see what version of nuke your using

just make a text document and paste this code into it:


Code: :
<?php
require_once("mainfile.php");
if (!isset($Version_Num))
{
  if ($result = $db->sql_query("SELECT Version_Num FROM ".$prefix."_config"))
  {
    list($Version_Num) = $db->sql_fetchrow($result);
    $db->sql_freeresult($result);
  }
  else
  {
    $Version_Num = "Unknown";
  }
}
echo "Your PHP-Nuke version is $Version_Num";
die();
?>


rename it to a .php file i called it nukever.php but it can be anything

then upload it to your root and run it i.e http://yoursite.com/nukever.php

and it will tell you what version your using...


I would also like to know if your freind had problems installing Nuke Royal (E-Solution) , ive done it and it works but i had a right problem as Ultra uses NSN groups and i had a right game trying to install the bleeder...

Do you have his site link so i can ask him ?

Thx Ped




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS