Page 1 of 1

Guestbook1.7 in English,Dutch,Italian,German language file.

Posted: Thu Jan 07, 2010 8:48 am
by Eddy
Guestbook1.7


Image

The page must set to "HTML 4.01 Transitional"
Don`t use XHTML for the page!!


Description:
GBook doesn't require a MySQL database to run.
It will process emoticons (smileys), send you an e-mail notification when someone signs your guestbook,
you can delete inappropriate messages, manually approve new posts, limit the length of comments,
the number of emoticons per post and more.
Visitors can even post private guestbook messages that only you can read!
GBook features industry-leading anti-SPAM protection measures that include a visual Captcha image,
an anti-SPAM logical question and a special JunkMarkâ„¢ filter.

Requirements:
A server with working PHP 4.3.2 or newer

All PHPJunkyard scripts are FREE to use (even on commercial websites) as long as the Powered by links remain intact
and visible ("Powered by links" are links on the bottom of pages linking back to www.phpjunkyard.com).
However, if you would like to use the script without the powered by links you may do so by purchasing a Copyright removal license for a very low fee.

Developer: Klemen Stirn from PHPJunkYard.
http://www.phpjunkyard.com/php-guestbook-script.php


ImageImage
Download guestbook1.7 for WB 6.5 ( please read the pdf )
http://www.mediafire.com/file/v4izz0qyz ... l-2010.zip


This extension is a rebuilded/updated version from gbook 1.6
viewtopic.php?t=13725

Updates:
25-april-2010: Inserted option to select Italian language file.
25 april 2010: Inserted option Total entries on a page.

Posted: Thu Jan 07, 2010 12:34 pm
by me.prosenjeet
Nice share Eddy (as usual) :lol:

Posted: Thu Jan 07, 2010 5:12 pm
by Eddy
Thanks me.prosenjeet,I look always for usefull or very nice scripts to use in WB.

Posted: Thu Jan 07, 2010 6:26 pm
by Eddy
I did read:
CST Maintenance Progress: .....Scheduled time: 12:00pm to 3:00pm
After a few hours they are back online.

Posted: Thu Jan 07, 2010 11:23 pm
by jordan
Index updated - tnx for the update mail Eddy . :) .

Posted: Thu Jan 21, 2010 12:56 pm
by Eddy
Sorry thats not possible the file structure is different ,i recommend that you use the latesd official guestbook.

This gbook use the file entries.txt to store all messages and does not use the same textlines for the stored text etc.

Posted: Sun Jan 24, 2010 6:56 pm
by Eddy
You have to upload the page with guestbook to your server,php pages don`t work local or in preview.

Or you must install a local server on your pc for testing like the wamp or usb server.
http://www.wampserver.com/en/
http://www.usbwebserver.com/

Posted: Sat Jan 30, 2010 10:45 am
by Eddy
To change the height of the head part of GBook, you can do this by opening the style.css file found here:gbook/templates/default/style.css

Find the following code almost at the top in the style css:

Code: Select all

#gbook_header{
	width: 600px;
	height: 150px;
	margin: 0 auto;
}

Change height:150px; to your desired height.
This height is used in both pages ('view guestbook' and 'sign guestbook')

Posted: Sat Jan 30, 2010 9:00 pm
by Eddy
seketaferrari wrote:could you please remove Powered by link
could anyone tell me please how to remove Powered by link :x
I cannot remove the (Powered by link) ,please read the text in the first posting.

Posted: Sat Jan 30, 2010 9:26 pm
by Eddy
Yes,you can use the official guestbook extension from webbuilder.
Use the extension manager in WB 6.5.5 to download guestbook.php

Posted: Tue Apr 13, 2010 10:57 am
by Eddy
The gbook is already in an iframe.

The Extbuilder code.

Code: Select all

<iframe style="position:absolute;left:$LEFT$px;top:$TOP$px;width:$WIDTH$px;height:$HEIGHT$px;z-index:$Z_INDEX$;" src="./gbook/gbook.php" frameborder="$frameborder$"></iframe>

Posted: Tue Apr 13, 2010 11:08 am
by Eddy
The menu bar is always on top of all other object because it does have a fixed z_index with a high number.

<div id="wb_MenuBar1" style="position:absolute;left:245px;top:186px;width:172px;height:100px;z-index:2000;" align="left">

Posted: Sun Apr 25, 2010 3:36 pm
by Eddy
Gbook transparency backgrounds is not inserted,I cannot make colors and transparent together in the css file.

Updates:
25-april-2010: Inserted option to select Italian language file.
25 april 2010: Inserted option Total entries on a page.

Posted: Fri May 28, 2010 9:14 am
by neo_webbuilder
Eddy,

I found a small mistake/omission?

The robot message is in english and stays in english even if you switch to let's say dutch.

Could you please make it available in the language file?

It looks wierd The spam word is in dutch and the last part is in english.

D-template changing just only the background color and the title and the link color does not work. It will always flipback to it's original colors. What am i doing wrong?

Best regards,
Neo_Webbuilder

Posted: Sat May 29, 2010 12:03 am
by Eddy
The robot message is in english and stays in english even if you switch to let's say dutch.

Could you please make it available in the language file?
I know but i don`t know how to change it in the files :?
You can change the text easy in the file: Settings.php

Code: Select all

/* If you want to use a logical anti-SPAM question type it here */
$settings['spam_question']='Type <b>$abcde$</b> below to show you are not a robot:';
D-template changing just only the background color and the title and the link color does not work. It will always flipback to it's original colors. What am i doing wrong?
The title en linkcolor is in: E
Header H1 and header link color.

Iàm not sure what you mean with flipback to it's original colors,can you make a screenshot from your settings.

Posted: Sat May 29, 2010 10:54 am
by neo_webbuilder
Iàm not sure what you mean with flipback to it's original colors,can you make a screenshot from your settings
Well try to make the background color of the page let's say red. I guess that is in the D-template?

The css is modified to red. I can see that. But the page (inlineframe) stays white once displayed. You can see it goes to red but it becomes white again.

Just change only the background in D-template to red or whatever color you like but not white.

and see what happens when the page is loaded in the browser. It goes to your selected color and then immediately changes to white again. So am i changing the right color or what am i doing wrong?


About the other suggestion of the spam message. Sure i can modify this. But i have todo this every time i upload the whole site because the settings.php gets overwritten every time at publication. I will have to make it outside the settings.php. Is that allowed to modify the code of this free script?

Posted: Sat May 29, 2010 6:18 pm
by Eddy
You may modify the php code for the spam text so far i know.

I have no problems with the background and text colors ,maybe you have not write access to the folder with the css file, after uploading the first time.

Image

Posted: Sat May 29, 2010 6:25 pm
by neo_webbuilder
Then what goes wrong here. Will look into it again.

Thanks !! Be back later on this.

Re: Guestbook1.7 in English,Dutch,Italian,German language fi

Posted: Sat Mar 17, 2012 6:44 pm
by Nomad Soul
Hi

The download for this doesn't appear to be working. Can anyone confirm / share a working download?

Re: Guestbook1.7 in English,Dutch,Italian,German language fi

Posted: Sat Mar 17, 2012 9:48 pm
by BaconFries
The link seems to have been removed either by the original builder Eddy or by Mediafire...please note if a other link is posted by another user then you will most likely have no support from them, as they didnt delevope the extension and cannot offer assistance like, with upgrading the extension to the latest build or fixing any issues that may arise.

Re: Guestbook1.7 in English,Dutch,Italian,German language fi

Posted: Sun Mar 18, 2012 8:53 pm
by adex1
Just downloaded it and it working

http://www.mediafire.com/file/v4izz0qyz ... l-2010.zip
BaconFries wrote:The link seems to have been removed either by the original builder Eddy or by Mediafire...please note if a other link is posted by another user then you will most likely have no support from them, as they didnt delevope the extension and cannot offer assistance like, with upgrading the extension to the latest build or fixing any issues that may arise.

Re: Guestbook1.7 in English,Dutch,Italian,German language fi

Posted: Thu Apr 26, 2012 11:10 pm
by BaconFries
The builder of this extension(Eddy) is no longer active in the forum so I would not expect a answer coming shortly regarding this. Please also note that this extension and the one in the Extension manager are not related as they have both been built at different times by different builders.