Meik Sievertsen
4b3714ee8f
fix phpbb_realpath and added delimiter to phpbb_confirm table (what a single ; can do... :))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3490 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-21 13:22:29 +00:00
Paul S. Owen
8115a40d0c
Fix redirect extra slash when no script_path or / specified
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3319 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-13 18:54:16 +00:00
Paul S. Owen
88731651b0
Changes to add session_id to newest redirect were failing ... fixed
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3299 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-10 13:27:35 +00:00
Bart van Bragt
99a8e49233
Prevent message_die() from being called recursively (by accident :D)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3288 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-08 22:53:39 +00:00
Paul S. Owen
61ad7c9017
Minor error in redirect url creation
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3249 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-02 15:39:36 +00:00
Paul S. Owen
f50e2d0df9
Server port in wrong place in URL
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3246 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-28 12:21:55 +00:00
Paul S. Owen
5d8b228bb0
"Fix" for realpath and Lycos?
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3222 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-21 19:09:57 +00:00
Paul S. Owen
6f9d59a4a6
Yep, more fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3221 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-21 18:31:54 +00:00
Paul S. Owen
ef0141b050
more fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3211 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-18 23:09:01 +00:00
Paul S. Owen
3b8e53ecf7
Mainly HTML fixes, change to try and prevent on* text within HTML tags (HTML parser seems to not be behaving with disallowed tags as it should), etc.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3207 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-18 14:14:11 +00:00
Paul S. Owen
f78e9d03b7
Redirect and SID updates ... add SID by default to all new sessions as they are created
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3203 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-18 01:06:19 +00:00
Paul S. Owen
b92fa02d50
Replace the old Redirect HTTP code when we detect CGI IIS/etc. ... to try and ensure cookie is delivered (I knew we changed this for a reason ...). Let's see if this works
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3158 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-12-02 17:01:50 +00:00
Paul S. Owen
4ef1441bea
redirect header changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3154 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-30 21:37:45 +00:00
Bart van Bragt
48f5c7155b
Fixed bug #774 , added as global var to message_die()
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3123 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-27 23:14:38 +00:00
Paul S. Owen
73650b59c7
Yet more fixes ... note there is a bug in user admin at present
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3083 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-24 16:22:52 +00:00
Paul S. Owen
dcceaa48ca
A whole bunch of fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3081 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-23 22:56:41 +00:00
dougk_ff7
6913351af7
This is an attempt to remove problems with "file_exists()" calls in later
...
versions of PHP. From what I can tell, PHP requires a full path to
file_exists() in newer versions, and realpath() will fix it. I noticed that
file_exists() doesn't need to have a full path passed to it in older versions,
so I just made a fake function, realpath() that will only define itself
if realpath() isn't defined. It may or may not work, it seems to work here
on PHP 4.2.3, but if it breaks older versions, please *LET ME KNOW* or
change it. Because I changed this so quickly, I don't know if everything works
exactly. Really, PM or email me if it doesn't. Cross your fingers! :D
Thanks!
dougk_ff7
dougk_ff7@phpbb.com
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2935 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-06 00:47:46 +00:00
Paul S. Owen
555935d62e
We don't run is_auth here because it adds another query ... as per several previous discussions ... please run any query adding changes through the development forum first, ta muchly.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2658 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-08 10:30:41 +00:00
dougk_ff7
560ff29921
Ok, not too much here... just a little enhancement to the Jumpbox, along
...
with some security problems fixed. All of them were found by Ludovic
Arnaud, with the exception of one, which was also found by Paranti.
I guess I'll be doing some more tomorrow, if I can find anything, but
that's it for tonight. (I'm tired...)
--Doug
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2657 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-08 06:09:11 +00:00
dougk_ff7
35e91d29d5
Ok, I've done so much here, I can hardly remember what I've done...
...
There are various security updates throughout the commit, along with a few
bug fixes; I'll try to name them here.
---
Bug #453 : Fixed.
Bug #485 : Duplicate of #453 , but still fixed.
Bug #476 : Ok, the typo is fixed.
---
That should be it, but I'll have more fixes tomorrow. (Finally, I have
figured out regular expressions!!!)
--Doug
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2645 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-06-23 02:47:56 +00:00
Paul S. Owen
0735fb32b9
Loads of bug fixes and updates
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2564 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-05-12 00:47:41 +00:00
James Atkinson
42c89f4450
Fixed bug #19 , simple header not showing in error messages that needed it
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2528 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-15 14:48:42 +00:00
Paul S. Owen
51d9bdeca7
Various updates with any luck they fix a few minor issues without causing new ones ...
...
git-svn-id: file:///svn/phpbb/trunk@2462 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-02 14:04:18 +00:00
Paul S. Owen
e1f7400b8d
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need _thorough_ checking, quickly
...
git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-31 00:06:34 +00:00
Paul S. Owen
70889081f1
Move phpbb_preg_quote back into functions because it's plain annoying ... :D
...
git-svn-id: file:///svn/phpbb/trunk@2427 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-25 12:41:41 +00:00
Paul S. Owen
5b176a2eff
Fix bad word cockup ... oh look the censor failed and let cockup through, oh, and again ... geez sourceforge needs better censors for its CVS system
...
git-svn-id: file:///svn/phpbb/trunk@2426 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-25 12:39:17 +00:00
Paul S. Owen
4ac4c7f969
timezone setup should be isset not !empty ... GMT is 0 after all .. oops
...
git-svn-id: file:///svn/phpbb/trunk@2417 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-23 23:12:31 +00:00
Paul S. Owen
1dbb0240f5
bah
...
git-svn-id: file:///svn/phpbb/trunk@2338 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 01:00:37 +00:00
Paul S. Owen
1ab738dcb2
Stuff that phpbb_preg ... not including bbcode and can't be bothered to move phpbb_preg out ...
...
git-svn-id: file:///svn/phpbb/trunk@2335 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 00:43:51 +00:00
Paul S. Owen
14b6e1447d
phpbb_preg_quote that bad word replace ... just in case ...
...
git-svn-id: file:///svn/phpbb/trunk@2331 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 00:08:18 +00:00
Paul S. Owen
b651274960
Stop being too paranoid about hacking of includes containing only fully inclusive functions
...
git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 23:53:12 +00:00
Paul S. Owen
502e4aceea
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
...
git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 13:35:23 +00:00
Paul S. Owen
66eb4b2c16
Localise days/months, fix bug in validate_username ... this doesn't see functions.php split, working on that separately
...
git-svn-id: file:///svn/phpbb/trunk@2274 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-06 00:40:31 +00:00
Paul S. Owen
85dc9d45c1
preg_quote badword ... don't use # in your bad word list(!)
...
git-svn-id: file:///svn/phpbb/trunk@2263 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-04 13:43:35 +00:00
Paul S. Owen
d04d9e0ac4
Slight mod to language selector to handle double underscored lang files
...
git-svn-id: file:///svn/phpbb/trunk@2219 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-28 14:17:19 +00:00
Paul S. Owen
22b9be70a4
Failed to switch to English images default if prefered language doesn't exist ...
...
git-svn-id: file:///svn/phpbb/trunk@2212 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-25 14:59:01 +00:00
Paul S. Owen
19f7c091d9
Move activation key stuff to profile, search_username stuff to search, re-add @ to create_date
...
git-svn-id: file:///svn/phpbb/trunk@2208 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-25 01:08:55 +00:00
Bart van Bragt
c95ae7fb21
Use default style if user doesn't have a theme set (shouldn't happen)
...
git-svn-id: file:///svn/phpbb/trunk@2145 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-14 16:09:36 +00:00
Paul S. Owen
88edd41f5d
Fixed error in make_forum_select box generation output
...
git-svn-id: file:///svn/phpbb/trunk@2128 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-13 15:40:51 +00:00
Paul S. Owen
be3f1941e1
Change way error is returned to validate email/username, fixes problem with lack of language support for error output and subsequent doubled username, etc. issues + remove get_userdata_from_id and use get_userdata instead + other minor changes
...
git-svn-id: file:///svn/phpbb/trunk@2113 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-12 17:14:39 +00:00
Bart van Bragt
7171e62a7a
Fixed 404 for header ( #51499 )
...
git-svn-id: file:///svn/phpbb/trunk@2070 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-09 15:54:40 +00:00
Paul S. Owen
cec8dba611
Fixed missing " bug #514823
...
git-svn-id: file:///svn/phpbb/trunk@2067 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-08 20:54:21 +00:00
Paul S. Owen
543caeaa4e
hmmm, doh ... of course removing the preg_quote here is no doubt going to cause bug reports of "I can't censor xyz@asd" ...
...
git-svn-id: file:///svn/phpbb/trunk@2065 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-08 01:44:27 +00:00
Paul S. Owen
405efb48e0
Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance
...
git-svn-id: file:///svn/phpbb/trunk@2063 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-08 01:33:36 +00:00
Paul S. Owen
92a27156d8
Another change to the way {LANG} is handled for images ... last one, ... hopefully :)
...
git-svn-id: file:///svn/phpbb/trunk@2054 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-04 18:31:22 +00:00
James Atkinson
225a4ff8e7
Fixed bug #507473
...
git-svn-id: file:///svn/phpbb/trunk@2049 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-03 19:19:42 +00:00
Paul S. Owen
871bddb685
Changed selection of localised images ... new {LANG} replace format
...
git-svn-id: file:///svn/phpbb/trunk@2019 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-31 01:16:10 +00:00
Paul S. Owen
57fdecdc0e
Fix various bugs; password length warning, proper warnings for username/email errors
...
git-svn-id: file:///svn/phpbb/trunk@1965 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-27 03:10:40 +00:00
Bart van Bragt
417bedb382
Fixed bug #505838 , debug messages didn't show SQL errors
...
git-svn-id: file:///svn/phpbb/trunk@1919 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-22 18:13:59 +00:00
Bart van Bragt
84939c8342
Cosmetic error in language_select() (related to #499989 )
...
git-svn-id: file:///svn/phpbb/trunk@1841 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-11 10:53:40 +00:00