MOD download & history

This shoutbox, fully integrates in phpbb2, support smilies and bbcode
this shoutbox is a shoutbox written for phpbb2, therefor it makes uses of templates and language files

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Postby Niels on Fri 10. Oct, 2003 19:08

I have updated the included files, new version is 1.0.1

to upgrade simply replace the files.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Fri 24. Oct, 2003 22:13

new version is 1.0.2.
to upgrade please replace the included files
shoutbox.php and shoutbox_max.php, shoutbox_max_body.tpl

after this, all new shouts made by guests will use the language dependent word found in language['Guest']

guest may now also post a username, without having to register (only on max shoutbox page)
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Fri 24. Oct, 2003 23:03

I have added code to allow backup/restore from ACP, new version is 1.0.3.

to upgrade:
please do the admin_db_utils.php as described in the new how-to
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Tue 28. Oct, 2003 22:20

I have uploaded new versions of the included
shoutbox_max_body.tpl and shoutbox_max_guest_body.tpl files

new versoin is 1.0.4.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Tue 04. Nov, 2003 23:30

I have uploaded new version 1.0.5.
see this post for upgrade info

http://mods.db9.dk/viewtopic.php?t=3328
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Mon 17. Nov, 2003 22:50

I have updated the included template files.
(changed speel error in files higth to hight)
see this post
http://mods.db9.dk/viewtopic.php?t=3449
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Thu 20. Nov, 2003 23:43

Niels wrote:I have updated the included template files.
(changed speel error in files higth to hight)
see this post
http://mods.db9.dk/viewtopic.php?t=3449


sorry, hight should have been height, new version is 1.0.7.

at same time I have removed the wrongly pasted java**script in the file shoutbox_max_guest_body.tpl - it should never have been in this file.

to update simply replace the included template files
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Wed 07. Jan, 2004 16:12

A bug in the flood control have been found.
under normal conditions this should not affect you forum
anyway you are adviced to upgrade
new version is 1.0.9.

in file shoutbox.php
Code: Select all
[FIND]
$where_sql = ( $userdata['user_id'] == ANONYMOUS ) ? "poster_ip = '$user_ip'" : 'poster_id = ' . $userdata['user_id'];
$sql = "SELECT MAX(post_time) AS last_post_time
      FROM " . POSTS_TABLE . "

[REPLACE WITH]
   $where_sql = ( $userdata['user_id'] == ANONYMOUS ) ? "shout_ip = '$user_ip'" : 'shout_user_id = ' . $userdata['user_id'];
   $sql = "SELECT MAX(shout_session_time) AS last_post_time
      FROM " . SHOUTBOX_TABLE . "


in file shoutbox_max.php
Code: Select all
[FIND]
$where_sql = ( $userdata['user_id'] == ANONYMOUS ) ? "poster_ip = '$user_ip'" : 'poster_id = ' . $userdata['user_id'];
$sql = "SELECT MAX(post_time) AS last_post_time
      FROM " . POSTS_TABLE . "

[REPLACE WITH]
   $where_sql = ( $userdata['user_id'] == ANONYMOUS ) ? "shout_ip = '$user_ip'" : 'shout_user_id = ' . $userdata['user_id'];
   $sql = "SELECT MAX(shout_session_time) AS last_post_time
      FROM " . SHOUTBOX_TABLE . "


I will later post a upgrade, witch will fix the displaying of the error message if flood interval is reatched.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

PreviousNext

Return to Fully integrated shoutbox [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 2 guests

cron