• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

how to prevent codes in gesior acc

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
How to prevent players from creating posts with html codes in the gesior acc forum?

some create posts with a redirect code for fake pages per example


jlcvp/GesiorMonteiro

tried something without success like:

PHP:
if (strpos('javascript','script') !== false) {     echo 'error'; }
 
Last edited by a moderator:
Back
Top