Sanitize modified for general.php PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: download,13253
  • Last update:
  • Platform: Windows / Linux / BSD
  • Language: PHP
  • Company: maurizio magnino (View more)

Sanitize modified for general.php script description:




Publisher review:
Sanitize modified for general.php serves to change to all the INPUT , for secure result. in the file : ..catalogincludesfunctionsgeneral.phpreplace function tep_sanitize_string($string) {$string = ereg_replace(' ', ' ', trim($string));return preg_replace("/[]/", '_', $string);}

to

function tep_sanitize_string($string) {$string = ereg_replace(' ', ' ', trim($string));// aggiunto per sicurezza BEGIN SANITIZE$string = preg_replace("/[]/", ')' , $string);$string = preg_replace("/[/]/", '' , $string);$string = preg_replace("/[:]/", ';' , $string);$string = preg_replace("/[[]/", '(' , $string);$string = preg_replace("/[]]/", ')' , $string);$string = preg_replace("/[{]/", '(' , $string);$string = preg_replace("/[}]/", ')' , $string);// fine aggiunta sicurezza END SANITIZEreturn preg_replace("/[]/", '_', $string);}
Sanitize modified for general.php is a PHP script for osCommerce Addons scripts design by maurizio magnino. It runs on following operating system: Windows / Linux / BSD.
Sanitize modified for general.php serves to change to all the INPUT , for secure result.

Operating system:
Windows / Linux / BSD

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5