Page 1 of 1

CGI outputs... garbage?

Posted: Sun Aug 05, 2018 11:28 am
by Caronte3D
Hi, I'm new here ;)
Testing the demo now and I like it very much, however I have a problem with the Linux CGI:

Things I was done:

I uploaded the "keygen" file to mi server CGI folder and give it exec permission.
I uploaded the php post example from the help and edit the server path.

Now if I launch the php file, I get:

Code: Select all

Registration name: Vladimir Sukhov
Registration Key: ELF�(4�4 (44�4����ԀԀ��d�d�d�d ... 
...and this garbage continues 440kb more.

why can't get the registration key ?

Thanks in advance.

Re: CGI outputs... garbage?

Posted: Sun Aug 05, 2018 1:52 pm
by Ilya
Hello!
Seems that your webserver does not start CGI script.
We see raw data of file instead of its execution.
You need to configure webserver.

Re: CGI outputs... garbage?

Posted: Sun Aug 05, 2018 5:15 pm
by Caronte3D
I forgot to enable CGI on the server!
Thanks you ;)