I have a script that uses php and curl to automatically log in to the site and performs some actions. This bit is fine, but now I want to send the script to other people so that they can use it.
So, I can create a batch file that executes the script.
The problem will be that users will not have php installed on their computer and you may have to include curl in the php.ini file.
To ask the user to complete all these actions will be random. In any case, could I create a basic setup or something like that to pack it all up?
Thanks for any answers :-)
Jo jo source share