aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully cope with boards running from SSL, ie. https://Paul S. Owen2001-11-181-6/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slightly fairer sig length check, removes =.*? from BBCode and HTML tags - ↵Paul S. Owen2001-11-181-3/+3
| | | | | | version 2 git-svn-id: file:///svn/phpbb/trunk@1361 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slightly fairer sig length check, removes =.*? from BBCode and HTML tagsPaul S. Owen2001-11-181-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1360 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another lang related updatePaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1359 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang cleanupsPaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1356 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ↵Paul S. Owen2001-11-171-3/+3
| | | | | | seems common git-svn-id: file:///svn/phpbb/trunk@1351 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-8/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added admin enabling of email formPaul S. Owen2001-11-151-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-15/+190
| | | | git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered templates so preview/errors are sent as 'boxes' rather than pparsed ↵Paul S. Owen2001-11-091-1/+1
| | | | | | and output directly, greater control for designer git-svn-id: file:///svn/phpbb/trunk@1295 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug where more than 2 dots in email not allowed in registrationnatec2001-11-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added check for avatar type before attempting deletionPaul S. Owen2001-11-051-46/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@1279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error #475726 + lang updatesPaul S. Owen2001-11-031-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1269 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in profile where account reactivation email had wrong linkJames Atkinson2001-10-221-4/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes the bug in profile.php where MSNM does not show up correctly.dougk_ff72001-10-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for potential security/HTML abuse problem, thanks SilverionPaul S. Owen2001-10-151-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered uri's in emails to utilise HTTP_HOST if available + altered some ↵Paul S. Owen2001-10-141-12/+13
| | | | | | METAs to append_sid git-svn-id: file:///svn/phpbb/trunk@1199 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-1/+1
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lang var incorrect for PMPaul S. Owen2001-10-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1188 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #471044 and problem with coppa support upon registration when ↵Paul S. Owen2001-10-141-6/+8
| | | | | | using avatar gallery git-svn-id: file:///svn/phpbb/trunk@1187 89ea8834-ac86-4346-8a33-228a782c2dd0
* That stupid broken is_die and filetype ... ran fine under Win2K, failed ↵Paul S. Owen2001-10-111-1/+10
| | | | | | under Linux, workaround in place git-svn-id: file:///svn/phpbb/trunk@1174 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-331/+512
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed conflicts ... please indicate why changes are neccessary in some ↵Paul S. Owen2001-10-111-5/+1
| | | | | | form either here or @ forums :) git-svn-id: file:///svn/phpbb/trunk@1166 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed profile back to deactivating user upon new password request ...Paul S. Owen2001-10-111-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1165 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed sendpassword so it dosan't deactivate the accountJames Atkinson2001-10-111-2/+2
| | | | | | | Fixed a security hole in group cp (thanks Ashe) git-svn-id: file:///svn/phpbb/trunk@1164 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send new password + old password check stuff ... this time I'm fairly ↵Paul S. Owen2001-10-101-3/+2
| | | | | | confident it works git-svn-id: file:///svn/phpbb/trunk@1157 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added Send New Password functions + added check for current password when ↵Paul S. Owen2001-10-101-2/+13
| | | | | | changing git-svn-id: file:///svn/phpbb/trunk@1156 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added Send New Password functions + added check for current password when ↵Paul S. Owen2001-10-101-11/+175
| | | | | | changing git-svn-id: file:///svn/phpbb/trunk@1155 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added rank output to view profilePaul S. Owen2001-10-101-9/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@1149 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed profile bug where website contains a hyphennatec2001-10-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1141 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple more, thanks again Ashe for pointing potential problemPaul S. Owen2001-10-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1133 89ea8834-ac86-4346-8a33-228a782c2dd0
* Potential security hole fixed, thanks Ashe for pointing it outPaul S. Owen2001-10-061-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1132 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for subSilver template and minor other modsPaul S. Owen2001-09-281-15/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@1101 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished up COPPA support (I hope), now has a form the parents can print and ↵James Atkinson2001-09-271-42/+53
| | | | | | sign and added config areas for mailing address and fax number. git-svn-id: file:///svn/phpbb/trunk@1096 89ea8834-ac86-4346-8a33-228a782c2dd0
* topic watch/forum/topic read now cause a message to be displayed, changed ↵Paul S. Owen2001-09-261-2/+15
| | | | | | profile ICQ for subSilver, various other changes git-svn-id: file:///svn/phpbb/trunk@1093 89ea8834-ac86-4346-8a33-228a782c2dd0
* Damn division by zero, who invented zero anyway, idiotsPaul S. Owen2001-09-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1088 89ea8834-ac86-4346-8a33-228a782c2dd0
* Admin definable max sig sizePaul S. Owen2001-09-251-24/+66
| | | | git-svn-id: file:///svn/phpbb/trunk@1087 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-100/+185
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* This time without the echo checks ...Paul S. Owen2001-09-171-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1059 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed space and dot from ICQ sql during insert causing erroneous display ↵Paul S. Owen2001-09-171-2/+4
| | | | | | of ICQ icon git-svn-id: file:///svn/phpbb/trunk@1058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Found an issue with remote avatars I thought I'd solved ages ago ... hhmmmPaul S. Owen2001-09-171-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #461949Paul S. Owen2001-09-171-22/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@1055 89ea8834-ac86-4346-8a33-228a782c2dd0
* New search 'stuff' ... not completePaul S. Owen2001-09-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some simple sanity-check validation to the optional profile fields.natec2001-09-141-0/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@1038 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug in the registration SQLJames Atkinson2001-09-141-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a couple of config name changesPaul S. Owen2001-09-101-18/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@1024 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a couple of config name changesPaul S. Owen2001-09-101-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1023 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combined theme/templates in profile as suggested, added META refresh and ↵Paul S. Owen2001-09-091-36/+109
| | | | | | made a couple of other changes git-svn-id: file:///svn/phpbb/trunk@1018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-13/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0