Simple PHP IRC web client using Ajax calls.

start.php 90B

123456789
  1. <?php
  2. $output = shell_exec("/bin/bash connect.sh Chraas &");
  3. echo $output;
  4. exit(0);
  5. ?>