Jump to content

Please check my new project


marksie1988

Recommended Posts

Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash in /home/marksie/blconline/mileagedemo/inc/DbConnector.php on line 215

Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash in /home/marksie/blconline/mileagedemo/inc/DbConnector.php on line 215

Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash in /home/marksie/blconline/mileagedemo/inc/DbConnector.php on line 215

Warning: preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash in /home/marksie/blconline/mileagedemo/inc/DbConnector.php on line 215

 

below are lines  209 to 216

 

function strip_clean($strip_clean) {
$search="alert();";
$search.="document.title();";
$search.="prompt();";
$search.="confirm();";
$replace="";
return preg_replace($search,$replace,$strip_clean);
}

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.