Originally posted by kelas
Is it possible to use IRC to post comands to an php file and get the output from the php file in IRC?
If it possible how do i do it?
if you are running PHP on your windows computer...I do believe mIRC has an exec type command that dumps data to the screen..../window you are in... if not.. you woul dhave to either
a) write your php to output to files and have mIRC access those files $readfile(blehbleh) etc etc or
b) write your php to only output what you need, and use DOS to dump it to a file like //run php.exe myphpscript.php >> file_that_mirc_will_be_reviewing_shortly.txt
hope that gives you some ideas 🙂