XenForo Releases

Xenforo 2.1.12 Nulled - Current Version

Submitted by xuromi, , Thread ID: 183468

Thread Closed
xuromi
Active Member
Level:
4
Reputation:
10
Posts:
422
Likes:
355
Credits:
8.65K
13-10-2020, 09:50 PM
#1
XenForo 2.0.12 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.0 upgrade to this release to benefit from increased stability.

This version makes a number of changes to improve compatibility with PHP 7.3.0. However, at this time, we do not recommend using PHP 7.3.0 in production due to a bug that can cause code to execute incorrectly, potentially leading to data loss. We believe this bug will be resolved in PHP 7.3.1 when it's released.

Some of the changes in XF 2.0.12 include:

Improve PHP 7.3 compatibility.
If available and different from the server version, grab a more detailed version for the Server environment report.
If the $_SERVER['SERVER_SOFTWARE'] value isn't available or valid then just don't display that entry in the report, because it's mostly not essential.
Adds some additional phrases for the "Server environment report"
Fix an issue which affects building add-on releases on Windows where local paths included a leading slash.
Incrementally update the job state of the Sitemap job so that a fatal error shouldn't disrupt the process and introduce corrupted/duplicate items.
Adjust error message given when attempting to edit a user's permissions for a content type without a valid user_id.
Standardize the locale information used by PHP.
Use a different approach to loading icons on the add-ons list in the Admin CP. To avoid issues with multiple database connections, the icon image data is instead converted to a data URI.
User upgrades should not check canPurchase() before processing a payment that has been received, as this method is really only for limiting the UI/purchase setup.
Add some additional trusted IP ranges for Google.
Ensure 'nullable' entity property is reflected in generated code
Ensure node navigation entries use their assigned title
Ignore custom field errors during admin edit and include custom field title with errors
Convert warning notes field to structured text
Correctly apply admin user message leave options
Prevent new messages being duplicated in Firefox
Ensure multi quote quotes are inserted into the correct editor
Hide 'Start a new conversation' link if visitor doesn't have permission to start conversations.
Allow permanent redirects to be stickied and unstickied.
Ensure xf:pagenav tags use correct router.
Remove extra save call when ignoring member
Remove UTC check from server environment report and link PHP version to phpinfo page
Prevent loading of Setup.php if addon.json requirements aren't met
Make xf-dev:entity-class-properties CLI command correctly handle subdirectories
Return 'complete' response from UserGroupPromotion job if no active promotions are found.
Ensure 'From name' and 'From email' fields are applied when batch emailing users
Hide editor draft menu from guests
Ensure cron entries run at zero valued time units if multiple time values are selected.
Check for missing hash in IPSForums3x authentication handler.
Add missing hint parameter to discouraged checkbox on user edit page
Remove invalid relation from SpamTriggerLog entity
Use content type phrase when rebuilding the search index
Fix incorrect URL on conversation message likes list
Fix broken 'Delay duration' option for floating notices
Allow invalid users to be unfollowed
Re-add explain text in the user_edit form to clarify non-valid user states behaviour.
Include table name in message for any exception occurring in SchemaManager methods.
Implement custom stack trace builder to mask passwords in method arguments
Add deleted item styling to news feed items
When restoring spam cleaned threads, ensure threads which were originally moved are restored back to the correct forum.
Return an error phrase upon invalid callback validation when performing spam clean actions. Note that the method name switches to ucfirst(\XF\Util\Php::camelCase($action)) in XF 2.1 but remains as ucfirst($action) in XF 2.0.
When handling a Stripe webhook that is missing required metadata, when attempting to find a previous related log, ensure said log actually contains a purchase_request_key.
Improve BB code parsing of incomplete tags within plain-child tags.
Migrate user field criteria during upgrade from XF 1.x to 2.x
By default, do not allow cookies to be retrieved as arrays to prevent unexpected behavior. (Array support can now be opted into explicitly.)
Prevent an error when trying to delete a payment profile when there is an invalid purchasable definition.
Track when a preview is pending to prevent multiple simultaneous preview loads.
Prevent a PHP notice when deleting a poll for a thread started by a guest
Include breadcrumb in edit history view and compare templates.
Pass unused $ellipsis variable into wholeWordTrim.
Prevent long select options from causing overflow on iOS.
Enable the HTML to BB code simplification process to handle additional situations
Resolve some situations where the new messages indications while composing a reply wouldn't take you to the expected location.
Validate advertisement html before saving.
Prevent tel/sms links being converted to bbcode
Remove the insert icode option when extended text formatting is disabled. Allow end user modification to the "allow this BB code in signatures" option on add-on-defined custom BB codes.
Call the canPurchase method instead of can_purchase in UserUpgrade::getFilteredUserUpgradesForList.
Correctly combine multiple custom field-related limits to the user and thread searchers.
Correctly apply the "not in secondary groups" user search condition (users cannot be in any of the listed groups).
When building a release and testing a JSON, only consider an error if decoding the build.json does not return an array.
When submitting spammers to StopForumSpam, convert binary IP address to readable string.
When saving style templates through the admin UI, force version/last_edit_date to be updated like XF 1.x
When merging threads, always redirect to the target thread.
Fix currency code for Belarusian Ruble (BYR => BYN)
No longer cache the preview container object in the PreviewClick handler. If there are multiple handlers per page, the cached container becomes incorrect if using different handlers.
When form filling, if the control is a textarea with a textarea-handler, trigger its update method to ensure the textarea is resized appropriately.
Prevent an array-to-string conversion when throwing a bulkInsert exception if a missing column is detected.
Ensure that the user following cache cannot include your own user ID.
Add missing mod_log.thread_poll_reset phrase.
Attempt to exclude dot files/directories from our vendor dependencies.
Number boxes are too wide and cause units to overflow their container, fixed with max-width.
Add "Please do not reply to this message" text to outgoing conversation emails.
Reassign user group changes when merging users
Ensure PasswordChange service errors on any UserAuth error.
Fetch more threads for new threads widget
Ensure exceptions in sub-processes stop execution, and always exit with non-zero error code on error.
Make Disabler system compatible with select options.
Ensure FieldAdder handles Disabler elements correctly
Ensure prefix of destination thread is shown in moved post alert.
Trigger change event on select when prefix selected
Remove the "mixed" stuff from CodeMirror's PHP mode so that the opening tag is no longer required.
Update broken link to Apple support in cookie help page text (and in XF 1.5).
Adjust top border radii of blocks within overlays.
Allow non-user selectable styles to be used for the email style. Also, add several email-related style properties to allow email colors to be overridden more directly, without creating a new style.
Implement a "notice watcher" system for bottom fixed notices. This calculates the total visible notice height in the bottom fix location and adds a footer margin to the same value so that no content can be covered by the notice(s).
Adjust how we parse search query modifiers to be more strict. (- and + require whitespace before and none after, | requires whitespace on both sides. Don't parse doubled up modifiers.)
Adjust trophies phrase capitalization
Include no_date_limit in the rel=canonical link for forums when needed
Attempt to reduce cases where conversation reply_count values could potentially get out of sync. Allow the reply count and other parts to be rebuilt via the conversation rebuild tool.
By default, reject email addresses as invalid if there are no dots in the domain part.
Add a bit of left padding on contentRow-suffix elements.
Include the forum a thread is in in the RSS feeds (only for global feeds)
Fix add-on development data not being removed as expected when the last entry of a type has been removed. (The metadata JSON file must still exist.)
Relax URL validation a tiny bit, notably don't block adjacent path separators in the path section.
Ensure phrase is escaped in HTML attribute.
Ensure usage of phrase within HTML attribute is escaped.
In the AbstractSearcher ensure that the day end value is converted properly to the end of the day.
Never allow the XF add-on to appear in add-on lists.
Handle avatar deletes via the spam cleaner for gravatars too.
Make add-on action finalization more robust when uninstalling legacy add-ons.
When importing dev output, ignore any invalid columns.
Add some block border radius to the member header block so that it fits within its parent block.
Ensure permissions are rebuilt on add-on active change.
Update child navigation entries directly when the parent ID changes to ensure dev output is written correctly.
Use the correct maxlength value for the public navigation structure. Additionally, bump AdminNavigation ID lengths up to 50 from 25.
Add support for partial indexes to schema manager conflict resolution system
Fix multiple issues that make it hard to use XF\Import\Data\AbstractEntityData
Consistently use code paths which result in the canView method of the report entity (rather than the handler) being used.

The following public templates have had changes:

account_upgrades
core_contentrow.less
core_input.less
core_overlay.less
editor_base.less
edit_history_compare
edit_history_view
forum_view
PAGE_CONTAINER
quick_reply_macros
thread_save_draft
warning_info

Where necessary, the merge system within the "outdated templates" page should be used to integrate these changes.

Full Nulled
Content locked
This content has been locked. Please login or register in order to unlock it.


Upgrade
Content locked
This content has been locked. Please login or register in order to unlock it.
This hidden content has been reported as not working 0 times this month.
1 times in total
The link in this hidden content has been reported as down 0 times this month.
1 times in total
Respect my time and work.
Don't skip the rules.
Don't be a leecher
Participate in the forum.

RE: Xenforo 2.1.12 Nulled - Current Version

Dvious
Novice
Level:
0
Reputation:
0
Posts:
24
Likes:
1
Credits:
0
21-10-2020, 01:30 AM
#2
Checked out a few different forum's and i think i like this the most. Thank's for your hard work man. Legit stuff.

RE: Xenforo 2.1.12 Nulled - Current Version

Xslayer696
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
21-10-2020, 07:37 AM
#3
Thx bro I really need this for my forums I dont want to pay because I dont have money to buy it

RE: Xenforo 2.1.12 Nulled - Current Version

Matos572
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
21-10-2020, 04:41 PM
#4
Checked out a few different forum's and i think i like this the most. Thank's for your hard work man. Legit stuff.

RE: Xenforo 2.1.12 Nulled - Current Version

xuromi
Active Member
Level:
4
Reputation:
10
Posts:
422
Likes:
355
Credits:
8.65K
OP
26-10-2020, 02:27 PM
This post was last modified: 26-10-2020, 02:32 PM by xuromi
#5
@wehemodcp has marked my post as 'not working'.
that is wrong.
Before uploading the files I usually test them. and specifically the xenforo versions I install before.
and this one works.

Before reporting that something does not work, check that you are not making a mistake. because it is the most likely.

Download work ok.
Archives work ok.
Respect my time and work.
Don't skip the rules.
Don't be a leecher
Participate in the forum.

RE: Xenforo 2.1.12 Nulled - Current Version

Flase
Member
Prime
Level:
0
Reputation:
2
Posts:
115
Likes:
6
Credits:
38
27-10-2020, 01:32 PM
#6
great post needed this will be using for my forum and i've used your previous posts that have all worked so <3
Hello nice to meet you have a wonderful day.

RE: Xenforo 2.1.12 Nulled - Current Version

RedEastWood
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
2
03-11-2020, 09:56 PM
#7
I'm torn between this and proboards - any suggestions?

RE: Xenforo 2.1.12 Nulled - Current Version

mfm
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
0
24-04-2021, 02:48 PM
#8
thanks for your hard work i will try

RE: Xenforo 2.1.12 Nulled - Current Version

Eldremor
Junior Member
Prime
Level:
2
Reputation:
0
Posts:
68
Likes:
31
Credits:
44
25-04-2021, 07:25 PM
#9
The download link is broken.
Just a guy called Eldremor#9214 | United we stand, divided we fall

Users browsing this thread: 1 Guest(s)