This repository was archived by the owner on Mar 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Steam login and normal loging #48
Open
coolpben
wants to merge
108
commits into
stewartiee:master
Choose a base branch
from
TsunaMoo:1.8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modified Steam Class to prevent escape characters to get handed to mybb. Edited Template for readability Added code to ensure usernames stay unique. Set cookie time to 90 days Adjusted to support 1.8 Fixed some bugs.
changed so it absolutely doesnt fuck up coding in any case while for pretty much all cases retaining the letters themselves.
still caused issues with the names at login. Now str replacing any escape signs.
this caused issues
Added unique username code and cleaned it up.
otherwise it would go up and up once a nr2 exists.
the previous one did the opposite of fixing.
This reverts commit 8b0ea5e.
This reverts commit d1f18c1.
This reverts commit 72f05041ac7afd7c1070099034b44a18bd59c2e1.
This reverts commit 075ca5b5a5a34431ed6ec520309d771933c6dae9.
This reverts commit e12f873492ea48b4d005df88d6b02aedfce0369a.
Changed how usernames are handled and converted
Changed how usernames are handled and converted
…ot update anymore.
Update steamlogin.php
wasn't accurate. sorry about that.
…tead of using preg-replace
…cters in usernames.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Are you planning to make that work? otherwise can you give me some advice how to change that? my php knowledge is amateur.