Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / viewonline.php

viewonline.php

View | Annotate | Download (13.1 KB)

# Date Author Comment
8717 View | Annotate 07/29/2008 04:58 PM Kellanved

Merge teach viewonline about download/file

8711 View | Annotate 07/29/2008 03:39 PM acydburn

hmm, this seems to be a merge i forgot

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8331 View | Annotate 01/22/2008 11:15 PM aptx

Fix parse errors

8301 View | Annotate 01/04/2008 07:35 PM davidmj

Ch-ch-ch-changes
- Made us more DB independent by making many queries capability based instead of DB specific
- Finished PHP5ifying of the acm_file class, now with some (hopefully) enhancements to its performance
- Sped up viewforum considerably (also goes towards mcp_forum)

I really hope I didn’t explode CVS…

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

8120 View | Annotate 10/03/2007 05:05 PM kellanved

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8095 View | Annotate 09/21/2007 05:05 PM acydburn

#i51 – #i63 – #i64

8033 View | Annotate 08/15/2007 07:32 PM acydburn

some bugs fixed

7987 View | Annotate 07/31/2007 04:52 PM acydburn

my changes so far…

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

7905 View | Annotate 07/19/2007 05:41 PM kellanved

#13597

7889 View | Annotate 07/15/2007 03:47 PM acydburn

even more fixes. :o

7828 View | Annotate 07/03/2007 05:14 PM kellanved

#12955 hideonline/viewonline again (minor)

7755 View | Annotate 06/14/2007 05:03 PM kellanved

Changing the behaviour of the hideonline permission.

Test the current setting before altering the memory limit during install(Bug #12195)

And another language var.

7433 View | Annotate 04/30/2007 03:32 PM acydburn

“Ghost” topics in active topics list when shadow topics and corresponding topic in same resultset [#10313]
Find a member supporting hidden groups for those able to see them [#10305]
Display hidden groups for all those able to see them across the board (composing messages, viewonline)
Fix space for sending PM’s to groups
Let the permissions_phpbb file be included the same way as all other permission files [#10301]
Add request_a-z+ handling within modules_auth suggested by Pyramide. This will allow modders to directly show/hide their module in addition to !empty() $_REQUEST variables. [#10297]

7038 View | Annotate 02/23/2007 03:51 AM davidmj

#8180

6838 View | Annotate 01/03/2007 10:15 PM acydburn

#6746

6829 View | Annotate 01/02/2007 05:35 PM acydburn

- do not allow setting the parent to currently assigned childs [Bug #6708]
- Allow the display_on_index setting to be specified for link forums [Bug #6660]
- Rank code in functions_display.php [Bug #6656]
- Added some new locations for the viewonline page [Related to bug #6484]
- Do not display attached images inline if user disabled image display in posts; the same with flash files [Bug #6226]

6698 View | Annotate 12/02/2006 02:19 PM acydburn

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6650 View | Annotate 11/24/2006 03:59 PM acydburn

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can’t remember his rules. :)
- some column changes to fix unicode issues
- bugfixes

6538 View | Annotate 10/30/2006 05:20 PM acydburn

some fixes

6497 View | Annotate 10/14/2006 04:56 PM acydburn

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6398 View | Annotate 09/23/2006 09:30 PM grahamje

#3896

6397 View | Annotate 09/23/2006 05:47 PM grahamje

#4422

6364 View | Annotate 09/13/2006 06:08 PM acydburn

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6090 View | Annotate 06/17/2006 08:05 PM davidmj

SQLite does not support certain usage of COUNT, thus we must emulate it

6037 View | Annotate 06/10/2006 04:20 PM grahamje

Group ordering on legend

6015 View | Annotate 06/06/2006 10:53 PM acydburn

ok, this one is rather large… the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5904 View | Annotate 05/13/2006 01:45 AM naderman

- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5699 View | Annotate 03/22/2006 06:30 PM acydburn

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined – which is not enabled within the betas/rc’s and stable releases).

5678 View | Annotate 03/21/2006 08:23 PM acydburn

- a bunch of bugfixes. :P

5595 View | Annotate 03/01/2006 10:48 PM acydburn

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5566 View | Annotate 02/21/2006 11:32 AM acydburn

- implementing David’s proposed expression changes (some of them already noted within the events CCP)

5424 View | Annotate 01/04/2006 09:57 PM subblue

Updated references to posts to be #p[post_id] rather than #[post_id] since it is against the W3C spec to have the id=”” attribute starting with a number

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5138 View | Annotate 04/30/2005 04:36 PM acydburn

- some fixes here and there

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 View | Annotate 04/09/2005 02:26 PM acydburn

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5091 View | Annotate 02/10/2005 09:19 PM acydburn

change viewonline page slightly.
Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;)

4978 View | Annotate 09/04/2004 09:32 PM acydburn

my turn to break the forum (and at least pm’s are no longer working – will not last long). HARRRR

4970 View | Annotate 09/01/2004 05:47 PM psotfx

This is a mass commit … expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4946 View | Annotate 08/01/2004 06:29 PM acydburn

- memberlist instead of memberslist.

4920 View | Annotate 07/09/2004 12:41 AM acydburn

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked=”checked” for “not selected” topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions – utilize GD2 functions if available, more uptodate checks…
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box

4816 View | Annotate 02/08/2004 05:08 PM psotfx

Move ipwhois … it’s used exclusively for “user” activities, makes more sense there

4743 View | Annotate 01/10/2004 08:13 PM psotfx

Fully updated with amazing new feature called “this one works”!

4742 View | Annotate 01/10/2004 07:41 PM psotfx

Add IP/rDNS/whois info to viewonline … doing away with need to visit ACP

4644 View | Annotate 11/05/2003 07:49 PM psotfx

Hide special and hidden groups(?)

4603 View | Annotate 10/15/2003 07:43 PM psotfx

Remove need for session_ids for “allowed” bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4510 View | Annotate 09/24/2003 09:41 PM acydburn

some small fixes
got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;)
NOTE: New css element added to theme

4441 View | Annotate 08/27/2003 06:32 PM psotfx

Various bits and pieces … this isn’t really what I wanted M-2 to look like but hum ho

4433 View | Annotate 08/25/2003 06:48 PM psotfx

Show legend if group coloured and not hidden

4259 View | Annotate 07/14/2003 11:58 PM psotfx

Re-arrange auth and setup calls … needs to be repeated for all major scripts

4237 View | Annotate 07/13/2003 05:15 PM psotfx

Header links for sorting

3969 View | Annotate 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason … inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3953 View | Annotate 04/26/2003 03:17 AM psotfx

Various changes, and tests … marking/tracking is not complete … tinkering, changing, etc. still to be done … it’s just I’ve made numerous and various changes to different files so a commit really is due

3849 View | Annotate 04/16/2003 02:23 AM psotfx

Quick update to enable load_online_time useage

3669 View | Annotate 03/18/2003 06:43 PM psotfx

Line feeds again … also wondering if, given what this does it may be better integrated with memberlist?

3651 View | Annotate 03/17/2003 01:54 AM psotfx

Output group colour legend here too

3623 View | Annotate 03/09/2003 05:11 PM psotfx

Enable per session view online, change layout, potential for links to terms and privacy policy

3612 View | Annotate 03/08/2003 11:10 PM psotfx

Additional info for profiles

3397 View | Annotate 01/29/2003 03:30 PM psotfx

Incorrect acl parameters

3346 View | Annotate 01/21/2003 04:54 PM psotfx

Removed extra spaces within conditional braces

3075 View | Annotate 11/21/2002 04:40 PM thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don’t even think about trying to use it.

2958 View | Annotate 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes … note that user->lang & user->theme isn’t final

2943 View | Annotate 10/08/2002 10:11 PM psotfx

Permission related updates … is still not final but is getting there … faster than British Rail too

2923 View | Annotate 10/04/2002 03:09 PM psotfx

Well, here are all my changes … don’t blame me if things break :D

2861 View | Annotate 08/16/2002 03:25 AM psotfx

another oopsie

2853 View | Annotate 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT …

2849 View | Annotate 08/13/2002 06:34 PM psotfx

More changes … switched away from prefetch for now …

2690 View | Annotate 07/16/2002 02:45 PM psotfx

remove user_level, add colour

2673 View | Annotate 07/14/2002 04:45 PM psotfx

Updates for permissions, sessions, lots of things … note that many things do_not_work now … I’m commiting them to stop people complaining about my holding on to everything :) There is no update script at present for all these changes, you’ll have to work out what’s needed yourselves till I finish various things

2532 View | Annotate 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

2475 View | Annotate 04/04/2002 01:25 PM psotfx

Incorrect HTML

2473 View | Annotate 04/04/2002 03:56 AM psotfx

minor changes … hopefully!

2465 View | Annotate 04/02/2002 06:09 PM psotfx

More minor changes

2451 View | Annotate 03/31/2002 04:42 AM psotfx

Minor update

2448 View | Annotate 03/31/2002 01:06 AM psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2305 View | Annotate 03/18/2002 02:35 PM psotfx

Loads’a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2236 View | Annotate 03/01/2002 05:39 PM psotfx

Ignore duplicate IP’s for guest counts … keep in mind this swings 100% the other way from keeping them all, you’ll not count some users.

2139 View | Annotate 02/14/2002 03:22 AM psotfx

Moron Moron Moron Moron … <- Me

2138 View | Annotate 02/14/2002 03:06 AM psotfx

removed some template var complexity … knew I missed at least one thing …

2137 View | Annotate 02/14/2002 03:03 AM psotfx

Brought viewonline in-line with rest of user displays, ie. hidden user italic, mod and admin coloured

1850 View | Annotate 01/12/2002 02:51 PM psotfx

Fixes problem of guest users only show as viewing index or other ‘system’ pages

1721 View | Annotate 12/24/2001 11:06 PM psotfx

This time without the echo … echo … echo … echo … yeah, I know, shut up :)

1720 View | Annotate 12/24/2001 11:05 PM psotfx

Oops, hadn’t updated no reg users or no guest users online situation …

1702 View | Annotate 12/24/2001 05:34 PM psotfx

Fixed ‘bug’ #495108, introduced a further string for fields with plural and singular entries, copes with zero conditions.

1616 View | Annotate 12/17/2001 01:39 AM psotfx

Various remaining language fixes for viewonline and board configuration admin

1566 View | Annotate 12/14/2001 03:41 AM psotfx

Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction

1332 View | Annotate 11/16/2001 06:31 PM psotfx

Mainly language updates but some bug fixes too

1278 View | Annotate 11/05/2001 01:29 AM psotfx

Mental note, engage brain before typing

1277 View | Annotate 11/05/2001 01:23 AM psotfx

Seemed to be a problem creeping back in with duplicated names due to switch in code … fixed?

1260 View | Annotate 11/03/2001 02:54 PM psotfx

Fixed various issues and bugs

1258 View | Annotate 11/02/2001 11:36 PM the_systech

Oops missed one typo in create_date…

1257 View | Annotate 11/02/2001 11:35 PM the_systech

Fix for typo’s in create_date statements…

999 View | Annotate 09/07/2001 02:32 PM psotfx

Fixed bug #459427

943 View | Annotate 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 View | Annotate 08/26/2001 03:53 PM psotfx

Modified header comments

904 View | Annotate 08/18/2001 03:49 PM psotfx

Removed duplicate users improved guest user output

775 View | Annotate 08/01/2001 12:30 AM psotfx

More compliance … it never ends

699 View | Annotate 07/19/2001 01:39 PM psotfx

Im so sick and tired of introducing new bugs each time I commit :(

698 View | Annotate 07/19/2001 02:57 AM psotfx

Another bodge to fix a problem temporarily

694 View | Annotate 07/18/2001 07:15 PM psotfx

Didnt I commit this

682 View | Annotate 07/17/2001 12:24 AM psotfx

Begone you nasty windows carriage returns

680 View | Annotate 07/16/2001 11:12 PM psotfx

Posting lang for viewonline

646 View | Annotate 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

533 View | Annotate 07/01/2001 05:36 PM psotfx

Updates to viewonline location output

532 View | Annotate 07/01/2001 05:22 PM psotfx

Added a hidden user option

311 View | Annotate 05/17/2001 04:48 PM psotfx

Removed separate header/footers and moved into each pages body

291 View | Annotate 05/13/2001 10:38 PM psotfx

Mental note – ftp file to server before committing :)

290 View | Annotate 05/13/2001 10:31 PM psotfx

Fixed display of forums – all pages should now work fine

286 View | Annotate 05/13/2001 07:13 PM psotfx

Yet another overlooked error fixed … strange this never showed up before …

285 View | Annotate 05/13/2001 07:11 PM psotfx

Small error in viewonline fixed

281 View | Annotate 05/13/2001 06:02 PM psotfx

Initial SQL updates complete

256 View | Annotate 05/06/2001 06:16 PM psotfx

Now allow for GET based session

242 View | Annotate 05/04/2001 02:35 AM psotfx

Various updates, templating var changes, config array updates, etc.

195 View | Annotate 04/20/2001 12:24 AM psotfx

Templating var assignment changes and various updates or fixes

194 View | Annotate 04/19/2001 11:17 PM psotfx

Minor cleanup

189 View | Annotate 04/19/2001 05:05 PM psotfx

Removed need to send db as a parameter to functions

188 View | Annotate 04/19/2001 04:46 PM psotfx

Replaced previously removed anon and non-logged-in user templating info

187 View | Annotate 04/19/2001 04:24 PM psotfx

Modified as per Nathans suggestion – Mark II

186 View | Annotate 04/19/2001 04:17 PM psotfx

Modified as per Nathans suggestion

157 View | Annotate 04/16/2001 02:19 AM psotfx

Right that is it I don’t want to see this again till tomorrow

155 View | Annotate 04/16/2001 02:02 AM psotfx

viewonline updates

152 View | Annotate 04/15/2001 09:35 PM psotfx

Minor username error update

149 View | Annotate 04/15/2001 07:32 PM psotfx

error_die changes and various bug fixes to files

146 View | Annotate 04/15/2001 06:37 PM psotfx

Whosonline implementation