- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi to all 
In XF 2.1 I had modified the approval_item_user template to display the host of users who registered.
This operation allowed me to see immediately if there were spambot domains or not.
I had changed {$ userIp | ip} to {$ userIp | ip | host} and it worked fine.
With XF2.2.2 instead when I add hosts to {$ userIp | ip}, the loading is so long that cloudflare times out (100seconds).
I also changed src / XF / Pub / Controller / ApprovalQueue.php 'unapprovedItems' => $...
In XF 2.1 I had modified the approval_item_user template to display the host of users who registered.
This operation allowed me to see immediately if there were spambot domains or not.
I had changed {$ userIp | ip} to {$ userIp | ip | host} and it worked fine.
With XF2.2.2 instead when I add hosts to {$ userIp | ip}, the loading is so long that cloudflare times out (100seconds).
I also changed src / XF / Pub / Controller / ApprovalQueue.php 'unapprovedItems' => $...
نام موضوع : approval_item_user add host for any user