S Søren L New member May 14, 2009 #1 I want to make a php script that will make the server open for example "lol.exe" or "lol.bat" ######Code###### <?php $file=fopen("lol.bat","a"); ?> #####CODE##### Is that right ?
I want to make a php script that will make the server open for example "lol.exe" or "lol.bat" ######Code###### <?php $file=fopen("lol.bat","a"); ?> #####CODE##### Is that right ?