The default language of any content posted is English .
Do not create multi-accounts , you will be blocked!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
XFtoWP - XenForo to WordPress integration
1.5.0.1 NULLED
XFtoWP 1.5.0.1 Released: January 8, 2023
Ensures WP user password is set when successfully logged-in with XF credentials
Now displays users who are already synced during XF user bulk import
Fixes error during 1.4.x user logs migrator that may return a false 'complete' status
Minor code cleanup & organization
XFtoWP 1.5 (stable) Released: January 2, 2023
The changes between
XFtoWP 1.5 Release Candidate 3 (the last public beta) to the now released
XFtoWP 1.5 stable .
New: Allow XF user login credentials to be used on WP login forms to create a user sync
New: Set option to "Redirect after login" only once every X days
New: Disable Bulk Actions tools interface with a simple switch
Bulk actions: it is no longer possible for importers to bulk reset user passwords
Bulk actions: The "Refresh users" process only registers missing users if "Sync user registrations" is enabled
Updates plugin description
Adapts various query calls for WordPress 6.1 caching improvements
Adjust "Redirect after login" functionality to more reliably call usermeta
Now saves last auto login time for user when "Redirect after login" action is fired
Removes potentially slow use of count_users from admin settings pages it is not needed
Combine admin_init calls
Sync validation: Prevents and flags WP users with email addresses from registering to XF
Sync validation: More thorough user permissions checking and reporting
Ensures the main account ID is unset when user is disconnected
Fixes warning notice message on Logs admin screen
New: Now shows a persistent upgrade notice to help you find the User and Threads Logs migrator tool for XFtoWP 1.4.x upgrades
Removes duplicate {usergroup} variable placeholder from User syncing settings
Fixes possible warning notice on usergroup syncing
Custom user fields are now compatible with the XF Date validation field
Developer: New function xfwp_is_syncing_on_register returns whether "sync on register" is turned on
Uses native WP error handling on various checks during user syncing
"Post to forum" meta box renamed to "XenForo"
Removes old backwards compatbility patch for 1.0 -> 1.1 in xf_post_meta()