View Single Post
Old 07-16-2018, 06:20 AM   #28
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,745
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
IMHO, the easiest solution would be to check the language of posts. AFAIK, vBulletin can be customized with PHP libraries and since there are a couple of ready-made language detection PHP libraries, e.g. language-detection, it should be relatively easy to implement a filter that'll reject posts by new members that aren't in French, German, English or Spanish.

It should also be able to detect Korean characters with one of the following regular expressions:
Code:
[가-힣]+
Code:
p{Hangul}

Last edited by Doitsu; 07-16-2018 at 06:24 AM.
Doitsu is offline