Status
Not open for further replies.

Veer

Active Member
5,670
2009
340
80
Okay I am upgrading from 3.8.6

So can someone tell me if I should upgrade to 4.0.1 first or 4.0.5 directly?

I want only good and experienced people to anwer, so stupid or noobs stay away.
 
22 comments
Update it to pl1 and wait for 4.1
Or just update to 4.0.5 which will secure yoursellf aswell.

I gave that advice because 3.8.6 PL0 has a major vuln.
 
Always try to keep your vB updated. It helps most of the times. People are not much fancy about vB4.x so it's totally upon you to upgrade to which ever version you want. I like vB4 but my other partner admins don't like it so I'm not going to upgrade my forum to vB4 lest vB comes up with some really hardcore stuff.
 
no need to upgrade(unless you want to) or to patch(as the patch is a querry to be performed).
PHP:
 <?php
require_once('global.php'); 
$db->query_write("DELETE from " . TABLE_PREFIX . "phrase WHERE varname = 'database_ingo'"); 
echo "successfully patched";
?>
copy and paste that code into a file in the forum root.
execute it.
Code:
yoursite.com/File.php
and then delete File.php.
and you are done with it.

and instead of upgrading why not thinking to downgrade??(vB 3.8.5)
 
Update it to pl1 and wait for 4.1
Or just update to 4.0.5 which will secure yoursellf aswell.

I gave that advice because 3.8.6 PL0 has a major vuln.

Ok so the PL1 is okay?

Always try to keep your vB updated. It helps most of the times. People are not much fancy about vB4.x so it's totally upon you to upgrade to which ever version you want. I like vB4 but my other partner admins don't like it so I'm not going to upgrade my forum to vB4 lest vB comes up with some really hardcore stuff.

I am not into vb4, but web advised me to upgrade :|

3.8.6 Pl1 isn't vulnerable as of now .

Going to upgrade to that, rather copying the files again :P

no need to upgrade(unless you want to) or to patch(as the patch is a querry to be performed).
PHP:
 <?php
require_once('global.php'); 
$db->query_write("DELETE from " . TABLE_PREFIX . "phrase WHERE varname = 'database_ingo'"); 
echo "successfully patched";
?>
copy and paste that code into a file in the forum root.
execute it.
Code:
yoursite.com/File.php
and then delete File.php.
and you are done with it.

and instead of upgrading why not thinking to downgrade??(vB 3.8.5)


Yes I should downgrade really back to 3.8.5 :'(
 
Status
Not open for further replies.
Back
Top