@extends('layouts.app') @section('htmlheader_title') {{ $o->name }} @endsection @section('content')

{{ $o->name }} Last Update: {{ $o->updated_at->format('Y-m-d H:i') }}

About

{!! \Illuminate\Mail\Markdown::parse($o->homepage) !!}

@if($o->echoareas->count())

This network provides the following Echomail areas:

@foreach ($o->echoarea_stats()->groupBy('id') as $oo) @endforeach
Messages
Echoarea Description Last Message Area Active Day Week Month Total
{{ $x->name }} {{ $x->description }} {{ $x->last_message ? $x->last_message->format('Y-m-d H:i') : '-' }} {{ $x->active ? 'Active' : 'Archive' }} {{ number_format($oo->where('stats','day')->pop()?->count) }} {{ number_format($oo->where('stats','week')->pop()?->count) }} {{ number_format($oo->where('stats','month')->pop()?->count) }} {{ number_format($oo->sum('count')) }}
@else This network doesnt have any Echomail areas (yet). Perhaps you would like to create one? @endif

@if($o->fileareas->count())

This network provides the following File areas:

@foreach ($o->fileareas->sortBy('name') as $oo) @endforeach
Filearea Description Last File Sent
{{ $oo->name }} {{ $oo->description }} -
@else This network doesnt have any File areas (yet). Perhaps you would like to create one? @endif

The following systems are members of this network.

@foreach ($o->zones->sortBy('zone_id') as $oz) @foreach ($oz->addresses as $ao) @endforeach @endforeach @auth @endauth
System Sysop Location Address Last Seen
{{ $ao->system->full_name($ao) }} @auth@if($ao->session('sespass')){{ $ao->session('default') ? '**' : '*' }}@elseif($ao->system->setup)+@endif[{{ $ao->system_id }}]@endauth {{ $ao->system->sysop }} {{ $ao->system->location }} {{ $ao->ftn4d }} {{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }}
**Default route *System defined here +This system
@if ($o->can_accept_app)

Your system(s) {!! $o->userHasSystemsNotInNet(Auth::user())->pluck('name')->join(', ') !!} can join this network.

If you want to join it/them to this network, make sure:

  • it is online and can accept mailer calls
  • you have the BBS Internet Hostname configured with the correct hostname
  • you have selected either BINKP or EMSI in the mailer settings, with the correct TCP port

Here's what will happen next

  • You complete the application form (see the button below)
  • We'll poll your system to make sure it is connectable
  • Your applicaiton will then be forwarded to the ZC of the domain
  • You'll hear back from your assigned hub to configure your system with your assigned FTN address
  • Configure your system, subscribe to file and echo areas
  • Enjoy!
@endif
@endsection @section('page-css') @css('datatables') @append @section('page-scripts') @js('datatables') @js('highcharts') @append