vBulletin Releases

vBulletin Versions - Current version: 5.6.4 Nulled

Submitted by xuromi, , Thread ID: 153612

Thread Closed
xuromi
Active Member
Level:
4
Reputation:
10
Posts:
422
Likes:
355
Credits:
8.65K
28-12-2019, 01:54 AM
This post was last modified: 22-09-2021, 12:05 PM by xuromi
#1
vBulletin Connect v5.6.4 NULLED - Current Version
Content locked
This content has been locked. Please login or register in order to unlock it.


vBulletin Connect v5.6.3 NULLED
Content locked
This content has been locked. Please login or register in order to unlock it.
This hidden content has been reported as still working 0 times this month.
4 times in total

RE: vBulletin Versions - Current version: 5.6.4 Nulled

xuromi
Active Member
Level:
4
Reputation:
10
Posts:
422
Likes:
355
Credits:
8.65K
OP
11-01-2020, 03:32 AM
This post was last modified: 11-01-2020, 03:34 AM by xuromi
#2
Hi. I added vBulletin Connect v5.5.6 NULLED at first post.

vBulletin 5.5.6 Changes and Updates
vBulletin 5.5.6 is now available to download customers. This version contains updates t o the content editor and security tools within the software.
Front End Changes
CKEditor Update
The version of CKEditor distributed with vBulletin is now 4.13. This brings the editor up to date with the vendor's distributed version. While the visible functionality will not have changed much, a lot has changed behind the scenes. For more information on changes p lease see the CKEditor changelog.
Emoji Support
Emoji are similar to vBulletin's smilie functionality but are implemented via standard font characters instead of using images. When using a compatible database, you can enable UTF-8 Emoji within CKEditor. This allows over 1500 different emoji to be used by your users. E moji can be selected from a panel in the Richtext Editor or by automatic lookup when the u ser is typing.
[Image: fetch?id=4431268&d=1578522872]
Quote:Note: In order to use this feature, your database must use a UTF8MB4 character set and collation.
Drag and Drop Uploads
You can now drag and drop allowed files within the editor window. This will give users more control over images uploaded to their content. To use this feature, users simply need to drag their attachments over the editor and drop them on the attachment panel. If the a ttachment panel is not open during the drag, it will automatically open.
[Image: fetch?id=4431269&d=1578522910]
Forum Listing Depth
A depth setting has been added to the Activity Stream module (Forum Home Page) and the Sub-Channel Display module (used on individual channel pages). This setting allows a max depth of 1, 2, or 3 channels. The behavior varies depending on the use of Category channels at the top level. For example:
  1. The home page allows showing Category (1) => Forum (2) => Subforum (3). If you don't use category channels and have it set to 3, it will still only show Forum => Subf orum when depth is set to 3. This is due to current limitations in the template code. This can affect the display if you have a mix of Categories and Forums that are not in categor ies. Setting this value to 1 or 2 will hide subforum listings.
  2. Forum channels typically show two levels as in Forum (1) => Subforum (2). At this t ime, the template system will limit this to a depth of 2 even if the value is set to 3.
Other Issues
  • Resolved an issue where the bread crumb links can be displayed off center in some them es.
  • Modules now scroll a page at a time in the Site Builder Page Editor.
  • Resolved an issue that resulted in large file sizes when resizing images.
  • Resolved an issue that resulted in images being rejected before resizing.

Back End / AdminCP Changes
Notices
To continue the merging of Notice and Announcement functionality, a number of enhanceme nts have been made to editing Notices in the AdminCP. These include:
  • Notices now support BBCode in addition to HTML.
  • Notices now support Smilie codes.
  • URLs within Notices will be automatically parsed as links when the Notice is saved.
  • Notices can be assigned to the "Home Page" channel in order to appear only o n the default home page.
Suspect File Diagnostics
The suspect file diagnostics has been rewritten and expanded to provide better file dia gnostics. This utility allows you to quickly search for altered, missing, or extra files w ithin your vBulletin directory. With the output provided and your own personal deployment records, you can use the Suspect File Diagnostics to help secure your server and make sure vBulletin's files are up to date. Several changes have been implemented:
  1. A list of the checksum files used for comparison will be displayed at the top of the o utput.
  2. A warning will be displayed if any of the checksum files are writable.
  3. It will scan all vBulletin directories. If a directory is unknown, you will be informe d of this fact.
  4. Static files (i.e images, javascript, and css files) will now be scanned.
  5. Problematic files will be listed at the top of the output.
  6. Safe directories will be collapsed to simplify the output.
  7. Additional file types will be checked. This includes .htaccess and image file extensio ns.
[Image: fetch?id=4431272&d=1578523428]
Known Limitations
  • Templates stored in the file system can trigger false positives. By default, these are stored in the
    /core/cache/template
  • directory. You can move these out of the vBulletin directory if you wish.
  • Some optional directories will be ignored. Notably, the directories used when storing CSS as files. These directories should be inspected manually if you suspect issues.
  • Several files will not be checked. These include
    /.htaccess
  • ,
    /config.php
  • , and
    /core/includes/config.php
  • . You will need to manually inspect these files if you suspect changes.
If you do not know how to manually inspect and update these files, the best course of a ction is to replace the files with new copies. If you need assistance please create a new topic in the appropriate forum.
Style Variable Editor
The Style Variable Editor has been enhanced.
  • The default view will only show variable groups. This simplifies the display and allow s administrators to select a group of variables easier.
  • The system will expand and contract the groups as you use them.
  • When you search for one or more style variables, only the matches will be shown in a s implified list. Groups without a match will be hidden.
[Image: fetch?id=4431270&d=1578522946]
User Profile Fields
An option has been added to the User Profile Field editor to show the field and its lab el in the User Info block of topic starters and replies. You can set this option by editin g your existing User Profile Fields in the AdminCP.
Quote:Note: If you are using template hooks to display these, you would need to inactivate/delete those hooks to prevent the double display of fields.
Security
New Password Scheme
Support for the Argon2ID password hashing algorithm has been added to the system. This will be utilized if the server supports it. The server must be using PHP 7.3 or higher. PH P must be configured to allow the Argon2ID algorithm. More information can be found here. If Argon2ID is not available, the system will continue to use the BCrypt algorithm for password storage. The cost for BCrypt has been increased to account for newer processors.
For more information on password hashing please see the PHP documentation.
These changes should be transparent to end users.
Password Reset
A tool to invalidate all user passwords has been added to the AdminCP. This will update the password of all users except the currently logged in Administrator. Users will not be able to log in until they create a new valid password. This tool is located under Mainten ance -> General Update Tools. For security purposes, this will only appear while the site is in Debug Mode.
[Image: fetch?id=4431271&d=1578522971]
File Permissions
We recommend making the vBulletin directories and files write-protected for security purposes. If you need assistance with this, please contact your hos ting provider.
.htaccess
The .htaccess file has been rewritten to help improve security of the file system. The changes prevent direct access of PHP files in a number of directories. This will not affec t normal operations of vBulletin. It is recommended to use this file if you're using share d hosting.
The use of .htaccess files within sub-directories has been changed. This has resulted in the removal of these files in some dire ctories as well as the addition of .htaccess files in others.
AdminCP Directory
The
Code:
/admincp/
directory in the vBulletin root has been removed for new installations. This directo ry is not needed for vBulletin to function properly. If you use the new .htaccess file pro vided in 5.6.0, you will need to delete this directory when upgrading.

RE: vBulletin Versions - Current version: 5.6.4 Nulled

lamping1990
Closed Account
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
4
11-01-2020, 06:20 AM
#3
been trying to find this for a while now, thanks for uploading it

RE: vBulletin Versions - Current version: 5.6.4 Nulled

mrman33
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
14-01-2020, 01:27 PM
#4
How I love forums with restrictions :rage2:
Hi everyone.))

RE: vBulletin Versions - Current version: 5.6.4 Nulled

DPyro
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
2
Credits:
7
19-01-2020, 07:19 PM
#5
Finally a new version. What is the proper method to upgrade to 5.5.6?

RE: vBulletin Versions - Current version: 5.6.4 Nulled

Jonor
Fulltime Member
Level:
0
Reputation:
6
Posts:
1.19K
Likes:
54
Credits:
1.11K
19-01-2020, 07:23 PM
#6
Oh, this is interesting, but i will still stay with my custom 3.8.4 version, i made so much modifications there, so its now completely different forum engine lol.
I am Jonor. I am here for the Honour to be a big Donor.

RE: vBulletin Versions - Current version: 5.6.4 Nulled

lpkl211
Closed Account
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
4
26-01-2020, 01:07 PM
#7
thxxxxxxxxxxxxxxxx thxxxxxxxxxxxxxxxxxxxxxxx thxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

RE: vBulletin Versions - Current version: 5.6.4 Nulled

Glanderence
Closed Account
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
4
29-01-2020, 09:21 PM
#8
Thanks very much sir good day. God Bless. Have a wonderful day.

RE: vBulletin Versions - Current version: 5.6.4 Nulled

xuromi
Active Member
Level:
4
Reputation:
10
Posts:
422
Likes:
355
Credits:
8.65K
OP
01-02-2020, 02:46 PM
#9
Hi friends. First post update with more versions of vbulletin.

RE: vBulletin Versions - Current version: 5.6.4 Nulled

Rzarcasm
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
9
02-02-2020, 02:15 AM
#10
01-02-2020, 02:46 PM
xuromi Wrote:
Hi friends. First post update with more versions of vbulletin.
Great. Vbulletin is a great software for forums.

Users browsing this thread: 1 Guest(s)