fork download
  1. <?php
  2.  
  3. $file = 'IP = 127.0.0.1 EXE = Client.exe PORT = 8080 TITLE = Launcher';
  4.  
  5. $info = explode(' = ', $file);
  6.  
  7. echo str_replace(' ', '#', ($info[0].'#'.$info[1].'#'.$info[2].'#'.$info[3].'#'.$info[4]));
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
IP#127.0.0.1#EXE#Client.exe#PORT#8080#TITLE#Launcher