<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
package Responder;

sub new {
	my $class = shift;

	my $self = {
		_env => shift,
		_counter => 0,
		_fd => -1,
	};

	bless $self, $class;

	return $self;
}

sub getline {
	my $self = shift;

	if ($self->{_counter} > 10) {
		return undef;
	}
	elsif ($self->{_counter} == 3) {
		$self->{_counter}++;
		$self->{_fd} = uwsgi::async_connect("81.174.68.52:80");
		return uwsgi::wait_fd_write($self->{_fd}, 3);
	}
	elsif ($self->{_counter} == 4) {
		$self->{_counter}++;
		return "connected to http://projects.unbit.it<br/>";
	}
	elsif ($self->{_counter} == 7) {
		$self->{_counter}++;
		print "suspending the app...\n";
		uwsgi::async_sleep(3);
		uwsgi::suspend();
		print "re