XenForo 2.2.15 Released Full | XenForo 2.2 ENXF

Released 2x XenForo 2.2.15 Released Full | XenForo 2.2 ENXF 2.2.15

No permission to download

BigBang95

New member
Registered
Joined
Mar 10, 2022
Messages
2
Points
1

Reputation:

Hello here,

is it possible to upgrade 2.2.7 to this version without any problem?
Thanks
 

venga1

New member
Registered
Joined
Mar 15, 2022
Messages
1
Points
1

Reputation:

I am bit confused. Is it nulled version or original version uploaded as it is? because I see it is still checking updates, and there is footer with link, so is it really nulled removing all the remote calls or original version?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

\upload\src\addons\XF\_data\templates.xml

Line 22093


Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the <a href="https://xenforo.com/license-agreement/" target="_blank">XenForo license agreement</a>.</xf:option>

Line 22650

Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the <a href="https://xenforo.com/license-agreement/" target="_blank">XenForo license agreement</a>.</xf:option>

Missed to Remove Hotlink

Like

Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the XenForo license agreement.</xf:option>
 

Linda

Well-known member
Registered
Joined
Oct 22, 2021
Messages
110
Points
38

Reputation:

\upload\src\addons\XF\_data\templates.xml

Line 22093


Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the <a href="https://xenforo.com/license-agreement/" target="_blank">XenForo license agreement</a>.</xf:option>

Line 22650

Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the <a href="https://xenforo.com/license-agreement/" target="_blank">XenForo license agreement</a>.</xf:option>

Missed to Remove Hotlink

Like

Code:
<xf:option name="agree" required="required">I agree to and accept the terms of the XenForo license agreement.</xf:option>
SNap!do the lines in the templates.xml need to be removed?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

do the lines in the templates.xml need to be removed?
Linda
for clean NULL need to be removed.

1. Way

replace this file on install.

2. Way

edit the Template to remove
 

Attachments

  • templates.xml
    2.6 MB · Views: 99

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

found another Hotlink

upload\src\XF.php

Line 1133

Code:
return '<a href="https://xenforo.com" class="u-concealed" dir="ltr" target="_blank" rel="sponsored noopener">Community platform by XenForo<sup>&reg;</sup> <span class="copyright">&copy; 2010-2021 XenForo Ltd.</span></a>';

Line 1138

Code:
return '<a href="https://xenforo.com" class="u-concealed" dir="ltr" target="_blank" rel="sponsored noopener" data-xf-init="tooltip" title="&copy; 2010-2021 XenForo Ltd.">Community platform by XenForo<sup>&reg;</sup></a>';

upload\src\XF\Payment\Stripe.php

Code:
protected function setupStripe(PaymentProfile $paymentProfile)
    {
        \Stripe\Stripe::setAppInfo(
            'XenForo',
            \XF::$version,
            'https://xenforo.com/contact'

upload\src\addons\XF\_data\phrases.xml

Line 5465

Code:
Please download this version from the <a href="https://xenforo.com/customers/" target="_blank">XenForo customer account area</a> and upgrade manually. For more information on the upgrade process, please see the <a href="https://xenforo.com/goto/upgrade-help">XenForo manual</a>.]]></phrase>

Line 10552

Code:
<phrase title="xenforo_importers_now_installed_as_separate_add_on_downloadable_from" version_id="2000370" version_string="2.0.3"><![CDATA[XenForo importers are now installed as a separate add-on, downloadable from your <a href="https://xenforo.com/customers" target="_blank">Customer area</a>.]]></phrase>

Line 10557

Code:
For more details, please see our <a href="https://xenforo.com/community/forums/announcements/" target="_blank">release announcements</a>.]]></phrase>

Line 10753

Code:
<phrase title="your_license_has_now_expired_explain" version_id="2010010" version_string="2.1.0 Alpha"><![CDATA[Your license has now expired. You will not have access to new versions or support. To continue to get the latest updates and receive support, you should <a href="https://xenforo.com/customers" target="_blank">renew now</a>.]]></phrase>


Attachments are Clean NULL, also File health check works, correct HASH added for edited Files
 

Attachments

  • XenForo.v2.2.8.Patch.1.UPGRADE.PHP.NULL-DGT.zip
    13.8 MB · Views: 84
  • XenForo.v2.2.8.Patch.1.PHP.NULL-DGT.zip
    13.7 MB · Views: 95
Last edited:

Linda

Well-known member
Registered
Joined
Oct 22, 2021
Messages
110
Points
38

Reputation:

@SNap!

Do you have a tip?

Report the results of the XenForo 2.2.8 file integrity check:
"Unexpected content.
File path: src/addons/XF/_data/templates.xml

Should I ignore this?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

@SNap!

Do you have a tip?

Report the results of the XenForo 2.2.8 file integrity check:
"Unexpected content.
File path: src/addons/XF/_data/templates.xml

Should I ignore this?
Lindayeah, sha-256 hash of templates.xml different as is the \src\addons\XF\hashes.json

2 Options available

1. generate the templates.xml hash new and add into \src\addons\XF\hashes.json

2. just ignore (not important)
 
Top