Page 1 of 1
Guestbooks?
#1
Posted 05 May 2009 - 07:11 AM
I want to add a guestbook to my site so that visitors can leave comments/suggestions about the site. I know i could do a Google for guestbooks but i was hoping that some forum members could recommend guestbooks that they have used and were easily configurable plus adds free. Thanks
#2
Posted 05 May 2009 - 09:36 AM
The guestbook that I use on my site has minimal ads. I got the code here http://www.smartgb.com/

Custom Desktop,Intel Core2 Duo, GeForce 8400 Graphics,Vista Home, 2Gb ram, 160Gb & 250Gb Sata HDDs, Triple Monitors, Belkin keyboard and mouse, Avast Free, Compaq Laptop, Firefox browser, Thunderbird email, HP C5380 All-in-one Printer,Speedtouch Modem,Netgear Router, ADSL Broadband, Fuji Digital Camera.
#4
Posted 05 May 2009 - 09:00 PM
@butterfly: you can get guest book with no adds. There are some nice resources on the web. Of course I do not rember all the links now.
@groovicus: i guess he just needs to paste and copy a source could with the a guestbook in it.
@groovicus: i guess he just needs to paste and copy a source could with the a guestbook in it.
Message from Patbox: I AM LOOKING FOR A GIRLFRIEND (PM if interested) :-)
#5
Posted 05 May 2009 - 10:23 PM
Quote
@groovicus: i guess he just needs to paste and copy a source could with the a guestbook in it.
Javascript, PERL, ASP, PHP, JAVA, WSH, Python, Ruby, and about a bazillion other possibilities? Does he want the results displayed? If he does, then he needs something that dynamically generates web pages, which means that javascript is out. Is it being hosted on a Linux server? Then ASP and WSH are out. Does the host have PERL? No? Then that is out. A guestbook that can't actually do anything is sort of worthless, so at a minimum there has to be something on the server to take information from the form, format it, and display it. Unless they just want guestbook entries mailed to them.
If you come up and tell me you want a headlight for your car, do you suppose at a minimum I at least need to know what kind of car you have?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens
#6
Posted 06 May 2009 - 12:00 PM
@groovicus: you wont belive it, but I saw a JS that can do it. The JS was written in a way that it adds the comment to an .txt file on the server, and reload itself reading from the txt file.
Message from Patbox: I AM LOOKING FOR A GIRLFRIEND (PM if interested) :-)
#8
Posted 08 May 2009 - 08:59 AM
Yhe ive always wanted to do something like this, how dose it read from a text file then??...well how dose it write it in the first place, i would of thought that would be with php not js :S
Thanks, Wolfy87.
Thanks, Wolfy87.
This post has been edited by Wolfy87: 08 May 2009 - 09:01 AM
#9
Posted 08 May 2009 - 09:13 AM
Wow just found something Groovicus posted:
That is in PHP defurman you should look into it...i know i am
i suppose i can make it write to a txt etc aswell with a little bit of editing and using js i guss because PHP cannot send back it is server side scripting that litterally writes the page and sends it to the requester
Thanks Groovicus :D, and am i right by saying that /\
Wolfy87.
$myFile = "testFile.txt"; $fh = fopen($myFile, 'r'); $theData = fgets($fh); fclose($fh); echo $theData;
That is in PHP defurman you should look into it...i know i am
Thanks Groovicus :D, and am i right by saying that /\
Wolfy87.
This post has been edited by Wolfy87: 08 May 2009 - 09:16 AM
Share this topic:
Page 1 of 1

Help


Back to top













