Welcome, Guest. Please login or register.
March 20, 2010, 07:34:55 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
110551 Posts in 15964 Topics by 9310 Members
Latest Member: stevenris10
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Guestbook v2.5 released
Pages: 1 [2] 3 4 ... 6 Go Down Print
Author Topic: Guestbook v2.5 released  (Read 28733 times)
webtigger

Offline Offline

Posts: 14


« Reply #25 on: March 11, 2008, 03:50:00 PM »

And up...
Does anyone have a solution for these problems? It seems that these spam-entries cannot be seen via the admin-backend of wb, but how the f#Q!* do they get in the database?
« Last Edit: March 11, 2008, 03:52:40 PM by webtigger » Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #26 on: March 12, 2008, 11:11:30 AM »

Hello,

just released the Final version of Guestbook 2.3.

Changelog since 2.2

v2.3 Mar 11, 2008
 - added alt tag to smileys
 - replaced all "<br>" with "<br />"
 - replaced some "&" with "&amp;" to get valide output code
 - fixed  hardcoded pathes to /admin directory
 - fixed hardcoded pathes to /pages directory
 - made guestbook form stylable with frontend.css
 - added support for WB 2.7 captcha
 - added excerpt search to the modul
 - fixed code for using frontend.css/backend.css
 - fixed code for editing frontend.css/backend.css
 - Added default index.php to all folders to prevent directory spoofing

So i hope you like this new version.

Have fun

Matthias
« Last Edit: March 27, 2008, 08:16:27 AM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
ja

Offline Offline

Posts: 24



WWW
« Reply #27 on: March 13, 2008, 05:28:39 PM »

Thank you Matthias for the update. Followed your steps and it works perfectly!
« Last Edit: March 29, 2008, 12:29:20 PM by ja » Logged

ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #28 on: March 27, 2008, 07:59:26 AM »

Hello,

just released the Final version of Guestbook 2.4.

Changelog since 2.3

v2.4 Mar 26, 2008
 - Added code for using styles in body to gstbk_page.php (only required for WB 2.6.x)
 - Added again update script for the update from 1.x to 2.x
 - Added ini_set to view.php for valid SESSION_ID Separator

So i hope you like this new version.

Have fun

Matthias
« Last Edit: April 06, 2008, 11:35:49 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
francois83

Offline Offline

Posts: 9



WWW
« Reply #29 on: April 04, 2008, 08:49:06 PM »

In the attachment the french language file.

François
Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #30 on: April 06, 2008, 11:34:08 PM »

Hello,

just released the Final version of Guestbook 2.5.

Download

http://addons.websitebaker.org/pages/modules/page-modules.php


Changelog since 2.4

v2.5 Apr 06, 2008
 - added support for edit CSS functions of WB 2.7
 - added ` quotes for all DB queries table names and fields to prevent issues with MySQL special chars like -
 - changed mechanism to prevent files from beeing accessed directly (redirect instead off displaying an error message)
 - added French language file

Requirements:

- To get the css files displayed in the head section of your template and not in the body section, add the following code to the head section of the index.php from your template:
Code:
<?php
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
?>
This code only works in WB 2.6.7 and WB 2.7, if you use a lower version of WB, you don't need to make changes in your template. The css will be displayed in the body tag as it was in previous versions.

- The latest release uses the integrated edit module CSS functions of the WB 2.7 core (introduced with WB 2.7 RC3). To add this feature to WB 2.6.x, one needs to copy the files /framework/module.functions.php and edit_module_files.p hp from a WB 2.7 (RC3 or higher) to the WB 2.6.x installation. In addition one needs to define 3 language variables in the WB language files:
Code:
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';


How to update

If you use a 2.x Version of guestbook:
- Make a lokal copy of the frontend.css from the guestbook modul
- Install the new version over the existing one
- adapt the new frontend.css with the styles from your lokal copy

If you use a 1.x Version of guestbook:
- Please copy the styles from the guestbook options to a lokal file.
- Install the new version over the existing one
- call once in your browser the  update_to_2_0.php wich you find in modules/guestbook dir.
- Go to the options of guestbook and hit "Edit Css". Add your lokal stored styles to frontend.css.


What needs to be done:

- Email Notification links needs to be adapted

So i hope you like this new version.

Have fun

Matthias
« Last Edit: April 06, 2008, 11:45:04 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
vasy

Offline Offline

Posts: 83


« Reply #31 on: April 18, 2008, 03:26:15 PM »

Hi

I have compledet the installation but now when i try to post a entry in the guestbook. The form has been messed up. I can no longer see the Namn, Mail, Message text that was infront of each column.
And there is also no text on the buttons and the smileys are gone

Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #32 on: April 18, 2008, 04:03:39 PM »

Hello,

1.) was it a clean new install or a upgrade?
2.) If new clean install try tu uninstall and reinstall. There seems something going wrong during installation.

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
vasy

Offline Offline

Posts: 83


« Reply #33 on: April 18, 2008, 05:56:24 PM »

Hi

It was a upgrade

Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #34 on: April 18, 2008, 08:42:31 PM »

Hello,

so if it was a upgrade, did you follow the steps written above? Also upgrade only overwrites files if the original modul also was installed via WB backend on this server. If the previous version was uploaded via ftp, upgrade via wb backend could not replace the files. So please also check if on your server now only the latest files from the guestbook 2,5 package.

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
deejvince

Offline Offline

Posts: 10


« Reply #35 on: April 19, 2008, 03:05:54 PM »

Hi,

There's a strange bug in guestbook module, when viewed in IE6, the 'sign guestbook' link is not shown until mouse over....
any idea on how to fix this?

here is a link to my site:
http://www.avivitbibi.com/newsite/pages/E0E5E3E5FAE9F0E5/EEE8E5F4ECE9ED-EEEEECE9F6E9ED.php

Regards,
Deejvince
Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #36 on: April 19, 2008, 04:34:36 PM »

Hello,

cannot reproduce this in IE6. All works here in IE6 as aspected.

was it a clean new install or a upgrade of guestbook?

Matthias

Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
deejvince

Offline Offline

Posts: 10


« Reply #37 on: April 27, 2008, 11:43:19 PM »

Hi,

Its an upgrade.
Started with 1.9, upgraded to 2.0 RC1 then 2.5.

Maybe it has something to do with the template css ?
i'm not sure it should influence because the addon should have it's own styling..

Regards,
Deejvince
Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #38 on: April 28, 2008, 06:11:49 AM »

Hello,

so did you follow the advices how to update?

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Moscha

Offline Offline

Posts: 4


« Reply #39 on: May 29, 2008, 05:02:59 PM »

Im using Websitebaker for an Intranet Site

Strange Problem with Guestbook 2.5 and IE7 (Firefox 2 works OK)

Only Comment Out the String
"echo str_replace($fvars, $fvalues, $guestbook_footer);"
in view.php helpled.

Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #40 on: May 29, 2008, 05:29:52 PM »

Hello,

think the issue is not the guestbook code, think you better should look at your template and the css. Removing the code you described above means, that the previous next links didn't now work anymore.

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Moscha

Offline Offline

Posts: 4


« Reply #41 on: May 30, 2008, 08:12:35 AM »

Hmm... the Intranet-Site is almost finished and no other Pages/Page-Modules is showing this Bug and it's only with ie7.
I'll try to search, but do to my really "basic-beginner-skills" it seems to be a longer story rolleyes
Logged
babsy

Offline Offline

Posts: 299


« Reply #42 on: June 02, 2008, 11:09:08 AM »

HI..  i am having trouble with the guestbook rights? i installed it, and changed it a bit trough "edit plus" but now suddenly i can´t change anything, no mather where i go in, i get to to know that i have no rights? and i can´t either change the css in the admin area, its a bit weird, and i have tried to change the rights but no luck? anyone have any idea why ?
Logged
thorn

Offline Offline

Posts: 861


WWW
« Reply #43 on: July 01, 2008, 07:53:22 PM »

Hello,

we have fixed a security vulnerability in the guestbook module. All versions below 2.6 are affected.

Simply install the version 2.6 from the addons repository over your existing version to solve the issue. Remember to backup changes in the module settings if you have applied any changes there.

thorn.
Logged

¡ɹǝpun-uʍop ɥɔɐu ǝssǝnɹƃ
mentor77

Offline Offline

Posts: 16


« Reply #44 on: July 04, 2008, 03:38:37 PM »

Hi.
I have a problem with the new version 2.6. If I install it, i can't do an entry into the guestbook, only a blank site will be shown if I click on "add entry".

Can you help me? With v2.5 it works.

Thx in advance!
Torsten
Logged
thorn

Offline Offline

Posts: 861


WWW
« Reply #45 on: July 04, 2008, 05:16:02 PM »

Hello,

Guestbook v2.7 released.
This one fixes an SQL-issue which could trigger an error on some servers.

thorn.
Logged

¡ɹǝpun-uʍop ɥɔɐu ǝssǝnɹƃ
spiderwebb

Offline Offline

Posts: 8


« Reply #46 on: July 12, 2008, 11:34:13 AM »

Hello,

Guestbook v2.7 released.
This one fixes an SQL-issue which could trigger an error on some servers.

thorn.

I have the same blank screen problem where do I get 2.7 the addon site only has 2.6

regards

Phillip
Logged
thorn

Offline Offline

Posts: 861


WWW
« Reply #47 on: July 12, 2008, 03:56:46 PM »

Hello,

http://addons.websitebaker.org/pages/modules/page-modules.php shows me

Quote
Guestbook    downloads: 12523 | type: zip | size: 63.1 kB

A small guestbook. Supports Captcha to prevent spam. Supported languages: English, French, German, Dutch, Danish. See the module thread of the WB forum for further information.

Note: All module versions below v2.6 have a security vulnerability. Please upgrade.

Licence: GNU-GPL, Author: Philipp M. Dolder, B. Wijs, M. Gallas, Woudloper, Version: 2.7 (Jul 04, 2008)

thorn.
Logged

¡ɹǝpun-uʍop ɥɔɐu ǝssǝnɹƃ
mvanselow

Offline Offline

Posts: 2


« Reply #48 on: July 17, 2008, 10:58:58 AM »

Hi folks, I am using the Guestbook in actual version 2.7. Everything ist fine, but.... The captcha function is not changable by Web Interface, but only changing the 0 to 1 in the Mysql Database filed works fine. After changing something new, perhaps mail address puts this 1 again to a 0.

I loke commandlines, but some other guys may not.

Good work, thank you
Matthias
Logged
ruebenwurzel
Leaders Team
*****
Offline Offline

Posts: 7211


Keep on Rockin


WWW
« Reply #49 on: July 17, 2008, 11:28:36 AM »

Hello,

changing the captchas works only in combination with WB version 2.7

Matthias
Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Pages: 1 [2] 3 4 ... 6 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!