Login Integration - WisTex/php-integrating-scripts-example GitHub Wiki
Sometimes you want to create custom PHP pages, but still use the login and user management system of another script. This often can be accomplished by copy and pasting a piece of code (usually a reference to an include file) and then referencing the appropriate variables. Add some if-then statements, and you can customize the content on your custom page according to who is logged in (or not).
Here is a growing list of snippets and instructions on how to integrate custom PHP pages with existing scripts.
Contributing to this list
You can contribute to this list by adding wiki pages. Please use the following template to create your page. Then link to it here.
Popular Scripts
Billing Systems
Forum Software
Other Scripts
- More coming soon.