All public logs

Jump to navigation Jump to search

Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:19, 18 April 2025 Tacoball talk contribs created page PHP/Authencate by NAS (Created page with "<?php require_once 'vendor/autoload.php'; <syntaxhighlight lang="php"> use Dapphp\Radius\Radius; $username = '...'; $password = '...'; $host = '...'; $secret = '...'; $client = new Radius(); $client->setDebug(true); $client->setServer($host) ->setSecret($secret); $client->setMSChapPassword($password); $authenticated = $client->accessRequest($username); if ($authenticated === false) { echo sprintf( "Access-Request failed with error %d (%s).\n",...")