BleepingComputer.com: Guestbooks?

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Guestbooks?

#1 User is offline   defurman 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 62
  • Joined: 28-March 09
  • Gender:Male
  • Location:Wales

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 User is offline   wildchild2 

  • Forum Regular
  • PipPipPip
  • Find Topics
  • Group: Members
  • Posts: 202
  • Joined: 22-April 07
  • Gender:Male
  • Location:Queensland, Australia

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/
Posted Image

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.

#3 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 05 May 2009 - 10:35 AM

Of course, without knowing what your setup is like, it is sort of pointless to suggest any solution at all. :thumbsup:
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#4 User is offline   patbox 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 456
  • Joined: 06-February 09
  • Gender:Male

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.
Message from Patbox: I AM LOOKING FOR A GIRLFRIEND (PM if interested) :-)

#5 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

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? :thumbsup:
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#6 User is offline   patbox 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 456
  • Joined: 06-February 09
  • Gender:Male

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) :-)

#7 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 06 May 2009 - 12:19 PM

I do believe it. I even said in your other topic that it can be done. I just said that is not how I would do it.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#8 User is offline   Wolfy87 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 414
  • Joined: 25-July 08
  • Gender:Male
  • Location:England

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.

This post has been edited by Wolfy87: 08 May 2009 - 09:01 AM


#9 User is offline   Wolfy87 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 414
  • Joined: 25-July 08
  • Gender:Male
  • Location:England

Posted 08 May 2009 - 09:13 AM

Wow just found something Groovicus posted:

$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 :thumbsup: 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.

This post has been edited by Wolfy87: 08 May 2009 - 09:16 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users