Page 1 of 1

Customising

Posted: Wed Jul 13, 2005 8:30 pm
by FruitBeard
Version of script: Gbook1.3.2

Hi all, have been messing around with the gbook too and i think i like it.

A few screen shots,

1. http://www.fgps.com/keith/FRUIY_Guest1.gif

2. http://www.fgps.com/keith/FRUIY_Guest2.gif

3. http://www.fgps.com/keith/FRUIY_Guest3.gif

and a link if you want to comment:

http://www.fgps.com/keith/FRUIT_Code/FR ... u_Add.html

find it under comments

also for "Klemen Stirn" i have displayed the emails backward, i'm told this will also prevent SPAM ?

.email{ UNICODE-BIDI:bidi-override; direction: rtl;}

Cheers Fruit :roll:

Posted: Wed Jul 13, 2005 11:03 pm
by Klemen
Hi there,

WOW, you did a great job customizing Gbook! :o I wouldn't even know this was GBook unless there was the "powered by" link (feel free to also add your own link there, something like "customized by Fruit" or something). Really a great job!

About the e-mail being displayed backwards - I don't think that helps prevent SPAM. They get e-mails from the source code, yours has e-mail nicely available there:

Code: Select all

<a href="mailto:office@fgps.com" class="email" title="mailto:office@fgps.com">office@fgps.com</a>
E-mail is turned around just in browser output, not in the code. Spambots could still easily get it.

Again really a great job and thanks for sharing!

BTW: there is a forum for posting Gbook mods. It's empty right now, but if you ever decide to share your design feel free to post it there :wink:

Regards

Posted: Wed Jul 13, 2005 11:48 pm
by Guest
Thanks for liking it and thanks for letting people use your work,

i have none the less left your "powered by" links intact and will do so on all items used.

1. http://www.fgps.com/keith/FRUIT_Guest4.gif

:D FruitBeard

Posted: Thu Jul 14, 2005 6:38 am
by Guest
Wow. Thats really awsome well done!

Posted: Thu Jul 14, 2005 11:46 am
by Klemen
Hey Fruit,

I know you left that, what I ment was I wouldn't have figured this used to be Gbook if it wasn't for the "Powered by" link :D

Also feel free to add YOUR powered by statement next to the PHPJunkyard one as this is a major change.

Regards,

Gbook Email responsees....

Posted: Tue Jul 19, 2005 8:49 pm
by shawoody
Whoa! Friut...you really made some great changes to your personalized Gbook. I have a question about configuring the PHP so that people who leave entries can receive a response email....in the same manner that the admin receives one, yet only with some changes to the message. Seems like it must be possible. I'm familiar (no expert!) with PHP and understand the concepts fairly well. Any advice?

Shawoody

"From" Field in Gbook Response Emails...?

Posted: Wed Jul 20, 2005 8:31 am
by shawoody
Thank you, Fruit! That was exremely helpful. I have one more question, which is: How could I change what is seen in the "from" field when someone receives a response email? Right now it has username@myserver, etc. How would I replace that with say "Guestbook Admin", or some thing along those lines?

I really appreciate this help. I have been looking for answers to these questions for very long. It is throroughly appreciated!!!


shawoody

'From' field...auto-response emails...?

Posted: Thu Jul 21, 2005 6:21 pm
by shawoody
Thank you, Fruit. It had an effect, but it didn't work completely. It still had the server name and other characters in the "from" field. Wouldn't the indicator be somewhere in this line of code?:

mail("$email","Woody Shaw Guestbook :: Response", $message2);


Anyway, I think wer'e almost there. Thank you for your time.


shawoody

Posted: Thu Jul 21, 2005 10:00 pm
by Klemen
Try this:

$headers='From: you@yourmail.com\n';
$headers.='Reply-to: you@yourmail.com\n';

mail($email,"Woody Shaw Guestbook :: Response", $message2,$headers);


Regards

from...email response

Posted: Thu Jul 21, 2005 10:43 pm
by Guest
Thanks. I got it. Fruity helped me out. But this is useful as well.

'appreciate it.

shawoody