| Author |
Message |
XtremeMotocross
Lieutenant


Joined: Aug 06, 2003
Posts: 217
Location: USA
|
Posted:
Wed Aug 06, 2003 7:11 pm |
  |
Hey,
I just ran the latest analyzer and it said this message
Version Reason For Vulnerability
2.0.3 The phpBB group at phpBB.com frequently update their forums software to eliminate known vulnerabilities and exploits. Analyzer has found that your forums port is not the newest release: 2.0.4. Please visit http://nukecops.com in order to obtain an upgrade package to 2.0.4. By not staying current in phpBB upgrades you leave your forums open to attack. The choice to upgrade, backup, or stay at current version is 100% completely yours, all we have done is alerted you to it.
I am running phpnuke version 6.7...i want to upgrade but do i have to upgrade to 2.0.4, then 2.0.5 and so on? or is there a pack that has them all. and where can i download them.
Thanks a lot for the help
www.xtrememotocross.com |
|
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Aug 06, 2003 7:19 pm |
  |
You already have version 2.0.4, but the version is incorrect in the database which is odd as i thought that had been corrected in 6.7, must be wrong in the nuke.sql file i guess, update it through phpMyAdmin with:
UPDATE nuke_bbconfig SET config_value='.0.4' where config_name='version'; |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
XtremeMotocross
Lieutenant


Joined: Aug 06, 2003
Posts: 217
Location: USA
|
Posted:
Wed Aug 06, 2003 7:23 pm |
  |
is there a way to do it like you told me how to update the stats page...b4 you gave me a code and told me to make a file and then go to it in my browser then delete it...is there a way to do that with this because i have mysql-front and it wont let me change that?
thanks a lot,
www.xtrememotocross.com |
|
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Aug 06, 2003 7:27 pm |
  |
| Code: |
<?php
include("mainfile.php");
$db->sql_query("UPDATE ".$prefix."_bbconfig SET config_value='.0.4' where config_name='version'");
echo "PHP-Nuke Update finished!<br><br>"
."You should now delete this upgrade file from your server.";
?> |
|
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
XtremeMotocross
Lieutenant


Joined: Aug 06, 2003
Posts: 217
Location: USA
|
Posted:
Wed Aug 06, 2003 7:32 pm |
  |
So now what version is it upgraded to? I cannot get to the forums admin panel...i couldnt get there before the upgrade either so i am hoping that a new upgrade will fix it. |
|
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Aug 06, 2003 8:28 pm |
  |
You should now upgrade to BBtoNuke 2.0.5 then to 2.0.6 |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
XtremeMotocross
Lieutenant


Joined: Aug 06, 2003
Posts: 217
Location: USA
|
Posted:
Wed Aug 06, 2003 8:32 pm |
  |
yep...i did that...but could you take a look at my other post in phpbb bugs entitled error getting to admin page and avatars...thanx a lot
www.xtrememotocross.com |
|
|
     |
 |
|
|