- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,826
- راهحلها
- 27
- پسندها
- 3,258
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
We have been using regex in "Spam Phrases" to find any link pasted into a site where the string starts with https:// or http:// and it has worked well.
I found a new angle. I found that if someone pastes in a link to a site, like
/^https?:\/\/\S+\n/si
I found a new angle. I found that if someone pastes in a link to a site, like
www.xenforo.com
without the https:// or http:// prefix, it is still being pasted into a post as a hyperlink. Here's one I found twice already (the BBCode view):This is me...