= t($action->heading) ?>
= $lang->clients; ?>
= t($lang->recommend); ?>
= $lang->checkfulllist ?>
= $lang->xmppis ?>
chat; if ( str_contains($uri, '?join') ) { $action = $lang->muc; } elseif ( str_contains($uri, '?register;') ) { $action = $lang->register; if ( str_contains($uri, "@") ) { $action = $lang->register_name; } } $parsed = parse_url($uri); $name = explode("@", $parsed['path'])[0]; $server = explode("@", $parsed['path'])[1] ?? $name; function t($template) { GLOBAL $name; GLOBAL $os; GLOBAL $server; $template = str_replace('{{name}}', $name, $template); $template = str_replace('{{Name}}', ucfirst($name), $template); $template = str_replace('{{os}}', $os, $template); $template = str_replace('{{server}}', $server, $template); return $template; } ?>
= $lang->clients; ?>
= t($lang->recommend); ?>
= $lang->checkfulllist ?>
= $lang->xmppis ?>