It is quite easy to call a CGI-Script via GET.
First you will need the encoded url of the script.
Then you add a question mark ? followed by variables.
Every variable should have two sections seperated by =.
First section should be always a unique name for each variable,
while the second part h...