I'm trying to run the following:
$file_content[122] = 'Shell "cmd.exe /c cd %appdata% & test.exe -o " . $p. " -u " . $user . " -p " . $pass . " & pause", vbMaximizedFocus';
The application is running, but it's saying i'm using "$p" not the actual user input
$p is set using $p = $_GET['p'];