(05-23-2015, 03:29 PM)Crypter Wrote: If that is true, we need a LOT more people to do this.
I think the increment in percentage is 0.33%, so we need a total of 300 people completing the puzzle. Should get easier once most of the pictures are solved.
So, I downloaded one of the scripts that the webpage uses. I understood some of it, but the part that I did understand didn't seem very useful. I'll attach it to this reply, and hopefully some of you can find out where the input is sent for processing.
(05-23-2015, 03:51 PM)Crypter Wrote: So, I downloaded one of the scripts that the webpage uses. I understood some of it, but the part that I did understand didn't seem very useful. I'll attach it to this reply, and hopefully some of you can find out where the input is sent for processing.
This is a code of a terminal page itself, it dont contains anything intresting, all intresting things are contained in interface.php and i guess there is no way to download it
(05-23-2015, 03:51 PM)Crypter Wrote: So, I downloaded one of the scripts that the webpage uses. I understood some of it, but the part that I did understand didn't seem very useful. I'll attach it to this reply, and hopefully some of you can find out where the input is sent for processing.
This is a code of a terminal page itself, it dont contains anything intresting, all intresting things are contained in interface.php and i guess there is no way to download it
I opened up interface.php, which was basically an empty webpage. Inspecting it showed nothing of use, it was literally just an empty html with a head and a body.
(05-23-2015, 03:51 PM)Crypter Wrote: So, I downloaded one of the scripts that the webpage uses. I understood some of it, but the part that I did understand didn't seem very useful. I'll attach it to this reply, and hopefully some of you can find out where the input is sent for processing.
This is a code of a terminal page itself, it dont contains anything intresting, all intresting things are contained in interface.php and i guess there is no way to download it
I opened up interface.php, which was basically an empty webpage. Inspecting it showed nothing of use, it was literally just an empty html with a head and a body.
Basically PHP dont shows its source code to user, in this case interface.php will only show something if a proper request were sent to it