Hello NogDog
thanks for the script, i got still problem regarding that script
it did not change at all 🙁
$item = file_get_contents("pregparam.php");
$newcontent=preg_replace(
'/$global["other"]=".*";/sU',
'$global["other"]="The new text goes here.";',
$item
);
echo $newcontent;
file_put_contents("pregparam.php",$newcontent);