Archived
1
0

25 Commits

Author SHA1 Message Date
e4fed12768 Added README and some other files. 2016-03-13 04:10:50 +01:00
mbirth
9e79adb291 * version 1.17
x security fixes: trying to prevent SQL injection, filter out bad numeric entities
* prevent guests from manually loading sboxDB.php, show login-message instead
2008-02-20 22:46:17 +00:00
mbirth
35438d6d53 x fixed endless loop when pretxt was empty (IE: "Script is busy"-message) 2007-04-26 09:41:22 +00:00
mbirth
0e37126422 * version to 1.15b
x SMF 1.1.2 sets $subActions twice
2007-04-11 07:45:33 +00:00
mbirth
058dd5c4ca * made mod work with SMF 1.1.2
+ added French language
* some minor improvements to better filter the "<Enter message..."-string
2007-04-11 07:19:46 +00:00
mbirth
ab20b9f533 * raised version to 1.15
+ added disable/re-enable automatic refresh
+ added filtering of [img]-BBCode (may get a switch in settings soon)
! if you don't like it, remove line #308 in sboxDB.php
2006-09-24 18:29:44 +00:00
mbirth
9763831f11 + added "Please login or register to shout."-message for guests if they are not allowed to shout
x hopefully fixed bug with smileys-insertion into sbox instead of posts if sbox was included into all pages in SMF
x hopefully fixed bug with "ANSI_X3.4-1968"-charset, which is just ASCII and seems to be used for UTF-8, also suppressed error messages from htmlentities()
+ added is_not_banned() before a post is inserted
2006-09-24 15:49:36 +00:00
mbirth
2197d31f3d + added filtering of "<Enter shout and press ENTER>"-text
* made error messages of htmlentities() hidden
2006-09-18 20:48:46 +00:00
mbirth
7be9d6d99a + added UPGRADE feature - Package Manager shows an error for some file - ignore that!
! It's because PM checks mods against current file. Upgrade works by removing old changes from current file and applying new changes - which can't be applied as long as the old changes are still there - that's why PM shows that error.
+ more configuration variables in sboxDB.php
+ made background and text color of sbox theme-dependent. Alternating colors can be specified in settings for bright and dark themes - should work for all themes where there's a properly set windowbg2-class
* rewrote uninstall-code to SMF-package-sdk-example
2006-09-05 09:43:37 +00:00
mbirth
093eb52301 x fixed horizontal scrollbar in blackTed (and maybe similar) theme
x quick-fixed bug with UTF8 characters
+ added censoring of words
+ added automatic shoutbox-insertion into blackTed if installed
+ added "Type your shout"-message to input field
* simplified package-info.xml a bit
2006-09-04 06:44:04 +00:00
mbirth
fb8bc5cf31 * integrated German language pack into main package (XML-style rocks!)
* raised version to 1.14
+ added modifications for the other 2 default themes (classic and babylon)
! ATTENTION: If you manually added the sbox to those themes, remove your code before installing this package!
2006-08-28 19:47:40 +00:00
mbirth
d7f8b3d423 * use people with 'moderate_board' permission instead of only Global Moderators
* transformed from boardmod to new funky XML style
2006-08-28 18:30:54 +00:00
mbirth
36251d4fac * raised version number to 1.13
* string cleanup - sorted strings by appearance
* added separator lines to settings dialog
x added missing 2nd and 3rd parameter do db_query() in sbox_setup.php
+ DROP TABLE before insert, so that updates to 1.1rc3 will be more easier
+ $sbox_NickPrefix and $sbox_NickSuffix in sboxDB.php
+ Guests are now shown as Guest-abcdef with abcdef being their IP in base36, this way you can differentiate guests easily
+ option to allow Global Moderators to delete shouts
+ option to disallow BBC for guests only
+ option to disable the "WhatsNew"-line
2006-08-26 21:34:34 +00:00
mbirth
5cdb0f1d7b * raised version to 1.12
* made compatible with SMF 1.1rc3
* moved basic strings from Modifications.<lang>.php to sbox.<lang>.php so that there now is language fallback to English (and 1 file less to change)
+ check for lock before removing History file
2006-08-23 06:36:45 +00:00
mbirth
d011b2b6cd x JavaScript clear() was reserved, renamed to clearHist()
x active refresh on new shout
* raised version number to 1.11
+ included language pack into main setup package so that distribution should be easier
2006-08-20 17:47:44 +00:00
mbirth
f227788b7f + added German language-pack
+ added switch to disable linking to profile pages
+ added switch to disable Refresh after there have been no posts in lastActive time
* shortened some CSS classnames
2006-08-20 17:15:39 +00:00
mbirth
09a6c3474e x check for empty $_REQUEST['action'] before switch()
+ added option to disable sound notification
2006-08-08 12:05:15 +00:00
mbirth
670e553ec6 + added basic history feature with locked filewrite into .html-file
! Only Admins can see the link to history file for now - but it's readable for everyone
2006-08-06 20:51:02 +00:00
mbirth
ec19c1a2fa * moved collapsing-JavaScript to sbox.template.php (one file less to be changed by package manager)
x fixed selectable font-sizes (were "xp" instead of "px", changed them to point(pt) though)
+ added BBCode-option in settings
+ added option to switch off sbox completely for Guests
* centered input area so that the Refresh-button is also centered for Guests
+ added History-option in settings, but no code to handle it for now
2006-08-06 19:51:39 +00:00
mbirth
a650c8f057 * added frameborder="0" and a style-definition to show an own border
x JavaScript tried to set timestamp even if there was no input field in parent window ~~> lead to error message in MSIE
2006-08-05 15:57:54 +00:00
mbirth
c7c0cfa475 * rewrote setup like in SMF's package SDK and also made it use db_query()
+ added CHMOD of sboxDB.php to 644 as some servers set it to 755 which leads to Internal Server Errors
2006-08-05 14:54:26 +00:00
mbirth
f47e84672c x changed setup code to automagically find Settings.php (hopefully)
* rearranged stuff in template to use less room (set <form>-block margin to 0)
+ calculate /Sources/ directory dynamically from SMF setup
2006-08-04 08:23:20 +00:00
mbirth
1abb114e0b + sequential messages from one user have the same color
* character limit for one shout has been raised to 320 chars (like one long SMS ;-)
* displayed weekdays are now in the language the user has chosen in SMF and from SMF's language files
* sBox-time is kept in sync with SMF's time (including all timezone-stuff)
+ there's a bar displayed showing what's new since the last refresh
+ poster's name can be clicked to show his profile
+ your own nick is made bold and a sound is played on first occurence
+ sbox now uses SMF's smileys and BBCode, option in settings shows the smiley-row known from posting messages in SMF
+ HTML is now blocked
* now user's "Display Name"s are shown instead of usernames
* database now only stores User-ID, Unix-timestamp and message

! There's some experimental code commented out - maybe someone will make it work some day. It's for showing who's viewing the shoutbox and for giving each user a specific unique distinguishable color.
2006-08-04 07:23:35 +00:00
mbirth
da05c0f208 Initial import v1.04 2006-08-04 07:11:50 +00:00
mbirth
683ba72bfc Created folder remotely 2006-08-04 07:11:13 +00:00