Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

Pure PHP


Giovanni Granatiero
 Share

Recommended Posts

Giovanni Granatiero
Posted
Posted

Hello everybody.

The Italian flight school seeks help to configure the new SSO system.

Our site is written in PHP 7 and above, we cannot find any software or understand which software is suitable for our site.

We aren't webmasters and have difficulty in authenticating.

Someone who can provide us the software suitable for pure php, or indicate a link where to download it, provide us with a small booklet, so we can make our site operational for the resumption of flight school lessons. Thanks to everyone who will help us.

Email me the answer thanks granatiero at vatita dot net 

Thanks for all

 

We add also some more informations about our sso system (working till Vatsim suspended)

 

Here we report howis implemented sso in our vfto.vatita.net:

 

1.- On our index.php as looking on menue selection “Panello Staff New”,

We link to another file /pannello_staff/index_new.php

 

 

image.png.b2632831f94452383ffb3e511c4b0ae7.png

 

2.- Index_new.php content:

image.png.2b480c276b470c1e3117bb156dca18ea.png

As showing we pass to another file in /sso/index_staff_new.php


 

3.- index_staff_new.php is the effective starting file for vatsim authorizasion wich content as follow:

image.png.7076163c1d2bd548ba6eb7c9636a7882.png 

AS SHOWING OLD SYSTEM REQUIRE 3 FILES:

OAuth.php

Sso.class.php

Config.php


 

Well ! our request: HOW to Change our system to be OAUTH2 Compatible?

Please Help us because after Months of investigation on Internet we found only Plugins for various systems like: Wordpress, Drupal, Laravel and so on BUT NOT FOR PURE PHP

Link to comment
Share on other sites

 Share