User contributions for Tacoball

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 May 2025

23 April 2025

18 April 2025

  • 15:2015:20, 18 April 2025 diff hist 0 PHP/Authencate by NASNo edit summary current
  • 15:1915:19, 18 April 2025 diff hist +652 N PHP/Authencate by NASCreated 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",..."
  • 15:1915:19, 18 April 2025 diff hist +45 PHPNo edit summary current

11 April 2025

8 April 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)