Global announcements for related topics

August 6th, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

This MODification has been discontinued.

No more support is given, no more updates will be available

Global announcements for related topics

Latest version: 0.0.2
released on: August 21st, 2006
Requirements:

  1. Related topics 0.1.2
  2. global announcement by Niels

Download page: here
Direct file download: here (zip file, 1.45 KiB, no hotlinking enabled on this server)
Bugtracker: here

Are you looking for support? Go here

NOTE: This MOD added global announcement support to related topic MOD

Changelog: N/A (download count too low)
Upgrade Instructions: N/A

Discontinued MODifications
phpBB 2 ACP logout | Cricca Guestbook | Global announcement for related topics | Site wide template integration | Tweaking for cricca guestbook

Site wide template integration

August 6th, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

This MODification has been discontinued.

No more support is given, no more updates will be available

Site wide template integration

Latest version: 0.0.1
released on: September 4th, 2006

Download page: here
Direct file download: here (zip file, 3.67 KiB, no hotlinking enabled on this server)
Bugtracker: here

Are you looking for support? Go here

Note: Your cookie path should be set as

/

or the MOD won’t work and will throw you out at each page change outside forum dir

Changelog: none
upgrade instruction: N/A

Discontinued MODifications
phpBB 2 ACP logout | Cricca Guestbook | Global announcement for related topics | Site wide template integration | Tweaking for cricca guestbook

Upgrading & changelog

August 6th, 2008 by Juanm in Miscellanea

Upgrading from 0.0.1

Please use the 0-0-1-to-0-0-2.txt located in MOD package

Changelog

1
2
3
4
5
6
7
##   2006-08-21 - Version 0.0.2  
##			- fixed potential sec vulnerability
##			- overkill edit in template file ;) 
##			- fixed typo in MOD instruction (so easyMOD won't cry anymore :P)
## 
## 
##   2006-07-25 - Version 0.0.1  first alpha

ACP logout

August 6th, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

This MODification has been discontinued.

No more support is given, no more updates will be available

ACP logout link

Latest version: 0.0.2
released on: August 21st, 2006

Download page: here
Direct file download: here (zip file, 1.79 KiB, no hotlinking enabled on this server)
Bugtracker: here

Are you looking for support? Go here

NOTE: This MOD added a feature to phpBB2 ACP, taking inspiration from phpBB3 ACP.
It seems that at least a subsequent MODs was inspired and tweaked by this in MOD dev forum.

Discontinued MODifications
phpBB 2 ACP logout | Cricca Guestbook | Global announcement for related topics | Site wide template integration | Tweaking for cricca guestbook

Changelog - tweaks cricca guestbook

August 6th, 2008 by Juanm in Miscellanea
1
2
3
4
5
##   2006-03-05 - Version 0.0.2  bug fixed - missing () after if - thanks miccom
##		anti proxy checking added .. see the code for credits
##		name changed
## 
##   2006-02-11 - Version 0.0.1  first beta

Tweaking for cricca guestbook

August 6th, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

This MODification has been discontinued.

No more support is given, no more updates will be available

Tweaking for cricca guestbook MOD.

Latest version: 0.0.2
released on: March 5th, 2006
Requirement: Cricca guestbook 2.2.0 installed

Download page: here
Direct file download: here (zip file, 1.5 KiB, no hotlinking enabled on this server)
Bugtracker: here

Are you looking for support? Go here

Please note: criccahiwap.it domain doesn’t exist anymore, this site will be the only place where you might find support for it

Discontinued MODifications
phpBB 2 ACP logout | Cricca Guestbook | Global announcement for related topics | Site wide template integration | Tweaking for cricca guestbook

Upgrading from older releases

July 31st, 2008 by Juanm in Miscellanea

When upgrading your database from older versions, please execute queries from your version to the subsequent one and then to the latest one.
Please remember to backup your data before upgrading

File upgrade

Upgrading from each old version, please remember

1
2
DELETE 
includes/guestbook.inc

Then overwrite all other files :P

Database upgrade from 2.0.1

1
2
3
4
5
INSERT INTO phpbb_guest_config VALUES ('word_wrap_length', '32');
INSERT INTO phpbb_guest_config VALUES ('session_posting', '60');
INSERT INTO phpbb_guest_config VALUES ('password', '12345');
INSERT INTO phpbb_guest_config VALUES ('permit_mod', '0');
INSERT INTO phpbb_guest_config VALUES ('version', '2.2.0');

Database upgrade from 1.x.x

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Struttura della tabella `phpbb_guest_config`
#
 
CREATE TABLE phpbb_guest_config (
  config_name varchar(255) NOT NULL default '',
  config_value varchar(255) NOT NULL default '',
  PRIMARY KEY  (config_name)
) TYPE=MyISAM;
 
#
# Dump dei dati per la tabella `phpbb_guest_config`
#
 
INSERT INTO phpbb_guest_config VALUES ('maxlenght_posts', '500');
INSERT INTO phpbb_guest_config VALUES ('posts_per_page', '15');
INSERT INTO phpbb_guest_config VALUES ('hide_posts', '0');
INSERT INTO phpbb_guest_config VALUES ('smilies_column', '6');
INSERT INTO phpbb_guest_config VALUES ('smilies_row', '3');
INSERT INTO phpbb_guest_config VALUES ('no_only_smilies', '1');
INSERT INTO phpbb_guest_config VALUES ('no_only_quote', '1');
INSERT INTO phpbb_guest_config VALUES ('word_wrap', '1');
INSERT INTO phpbb_guest_config VALUES ('flood_interval', '20');
INSERT INTO phpbb_guest_config VALUES ('contatore', '0');

Guestbook changelog

July 31st, 2008 by Juanm in Miscellanea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## 2006/02/05	-Release 2.2.0
##		-Added new function to block the SPAMBOOT.
## 		-Added Quote and Edit for the messages
##		-Fixed the bugs for empty messages, wordwrap and flood. 
##
##
## 2005/04/15	-Release 2.0.1
##		-Added new function to block the messages: [b][/b], or [i][/i], or [u][/u], or [url][/url],
##		 or [img][/img], or [code][/code], or [quote][/quote].
##
## 
## 2005/04/15	-Release 2.0.0
##      -Implement the class guestbook
##		-Added in ACP Guestbook configuration
##		-Template ristructured
##		-All code rewrite
##      -Rewrite the source for Word_wrap function
##      -Fixed the bug suggested from the staff of phpbb.com
##
## 2005/03/20	-Release 1.3.5
##		-bug fix for long messages
##		-template modificy
##		-bug fix in text_wrap function (no wrap for bbcode and urls)
##		-
##
## 2005/03/05	-Release 1.3.4
##		-added bbcode button for text color
##		-added bbcode button for text size
##		-added flood_controll
##		-bug fix in text_wrap function (no wrap for bbcode)
##		-bug fix in bbcode_check_error function
##		-
##
## 2005/03/01	-Release 1.3.3
##		-added self bbcode check error
##		-bug fix in text_wrap function (no wrap for url)
##		-all code rewrite
##		-
##
## 2005/02/16	-Release 1.3.2
##		-table db restructured
##		-added self contact email
##		-added text_wrap function
##		-all code rewrite
##		-
##
## 2005/02/12	-Release 1.3.1b
##		-fixed double quote missing in readme.txt instructions (thanx anya @ phpbbhack.com) (-jm-)
##		-fixed language variables in guestbook.php (thanx oc5iD @ phpbbhacks.com)
##		-fixed credits I've forgotten on 1.3.1a (-jm-)
##		-
##		
##
##
## 2005/02/10	-Release 1.3.1a (-jm-)
##		-Readme translated in english
##		-code moved from guestbook.php to proper language file .
##		-instructions in code translates in english
##
## 2005/02/07	-Release 1.3.1
##		-First public release on www.phpbb.it
##
## 2004/10/06	-First alfa private release.

Cricca guestbook

July 31st, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

This MODification has been discontinued.

No more support is given, no more updates will be available

Guestbook for phpBB2.

Latest version: 2.2.0
released on: February 5th, 2006

Download page: here
Direct file download: here (zip file, 47.74 KiB, no hotlinking enabled on this server)
Bugtracker: here

Are you looking for support? Go here

Please note: criccahiwap.it domain doesn’t exist anymore, this site will be the only place where you might find support for it

Discontinued MODifications
phpBB 2 ACP logout | Cricca Guestbook | Global announcement for related topics | Site wide template integration | Tweaking for cricca guestbook

phpBB2

July 31st, 2008 by Juanm in Miscellanea

This stuff is related to phpBB2

Please be careful. The vendor decided to stop supporting phpBB 2.0.x and has stopped developing security patches too.
Details: here and here If you are going to start a new site, please use phpBB3, available from here.
Thanks

  • phpBB 2 support stopped:
    10 months, 23 days, 13 hours, 13 minutes ago
  • MODs for discontinued phpBB 2.0.x

    Please note that they are all de facto discontinued


    Rate this site