There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen blue screen of death boot bsod computer connection crash css dell display driver drivers email error explorer firefox firefox 3 hard drive internet internet explorer itunes laptop lcd malware monitor network networking outlook outlook 2003 outlook express printer problem problems ram router security slow software sound sprtcmd.exe trojan usb video virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Looking for a free "comments " section to put on my website.


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 11:55 AM #1
Looking for a free "comments " section to put on my website.
I am wanting to put a comments section on my website so that people can post comments and everyone can view them.
I have found a few free ones on the web but they are either loaded with adds, people can't post to them or only free for a short amount of time.
I'm not very good at programming so I would like to stay away from that if possible. Hoping to find something where I can copy the code and put it onto my site. Is this possible?

Any help would be greatly appriciated.

Senna
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
18-Jul-2006, 12:13 PM #2
What kinds of scripting does your web hosting service provide? As in, do you know if it is running IIS or Apache? Is PHP installed? There is a lot of stuff out there, but those who know need to know what your server supports.
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 12:38 PM #3
you know I am not sure what kind of scripting they offer. I use GoDaddy. I wouldn't know how to impliment the scripting. Or is it somehting that GoDaddy provides for free?
Hope this helps as I am not sure if I answered your question.

Thanks!
Senna
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
18-Jul-2006, 12:47 PM #4
GoDaddy offers both Linux and Windows hosting. I use their Linux hosting for my chickshare.com site. Did you pay for a hosting account on top of their domain name fees, or are you using their "free hosting credit"?
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 01:16 PM #5
No, I pay for them to host my account.
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
18-Jul-2006, 01:42 PM #6
Ok, when you log into your hosting account, what does it say under your domain name? Here is a screen shot of mine as an example ... what does yours say where mine says "Economy Hosting w/PHP"?

If you have the same thing, click on "Control Panel", then click on "Value Applications". I haven't used or installed it, but "Advanced Guestbook" should do the trick for you. Just click "Install", GoDaddy will do it for you (usually within 5-15 minutes).

If you don't have the same thing, do you have a control panel?
Attached Thumbnails
looking-free-comments-section-put-godaddy_hosting.png  
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 02:09 PM #7
genidiot,
I do have all that and installed the guestbook. Will it tell me how to set it up? Or link to it or whatever to get it working??

Also, What other tools within Value Applications would I want to use. I read a few but not sure what exactly they do.

Thanks so much for your help.

Senna
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
18-Jul-2006, 02:19 PM #8
Having the same hosting makes this makes it easier!

Do you know how to use ftp at all? You don't need to do much, I'm just not sure what the base file for Advanced Guestbook is, though it is most likely "index.php". GoDaddy would have installed it in a directory called something like "AdvancedGuestbook" in your root directory. So, to link it to your site, a line something like in your root index.php ...
Code:
<a href ="AdvancedGuestbook/index.php">Sign my guestbook!</a>
would do the trick.
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 02:29 PM #9
I will try this as soon as I get off work. Thanks so much

This is the address:
http://yesterdaysneuz.com/advancedguestbook/index.php

So I guess in dreamweaver I just put i nthe code like you said a

<a>href ="AdvancedGuestbook/index.php">Sign my guestbook</a>

I assume I don't need to put the yesterdaysneuz in there. right?

Senna
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
18-Jul-2006, 02:36 PM #10
Yep! I signed it for you!

You don't have to put "yesterdaysneus" in there if you're linking from a file in the root. If you're linking from elsewhere, you may want to fully qualify (the whole "http:// ...") thing the path.

BTW, I used to live/work (Lexmark) in Lexington. It's been a while, I left in 1995.
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 02:44 PM #11
I'll let you know when I get home if this works. Sounds easy enough but I have never linked to a file that out on the "remote" server. Always link from within the folder on my HD or to a different website but never to my remote folder so that is a little sketchy to me.

Lexington is a nice small town. Been here my hole life(37 years). Did you grow up here or just here while working for LexMark? I use to work over off Loudon Ave. but now work for "The Lexington School". Not sure if you are familiar with it or not.
My wife is from the Cinci area. Westchester to be exact.

Senna
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
18-Jul-2006, 03:17 PM #12
Do you know if on the comments you can change the header or add apicture to the header?? I see how to change colors and such but not the header.

Thanks,
Senna
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
19-Jul-2006, 09:55 AM #13
Thanks Genidiot,
It worked. Do you use any other programs from GoDaddy? There was one called Gallery wondered if it was any good.

Thanks,
Rob
Genidiot's Avatar
Computer Specs
Member with 46 posts.
 
Join Date: May 2006
Location: Ohio
Experience: Advanced
19-Jul-2006, 10:19 AM #14
Cool, remember to mark this post "Solved" (Thread Tools at the top of the page).

My GoDaddy site is primarily a MediaWiki. I installed Noah's Classifieds, but I want it to use the same user information as MediaWiki. I know I *can* code this, but I haven't had time yet, so it's just kind of floating out there. I installed Magnetic Poetry, which is kind of interesting, but I immediately saw about 100 ways to improve it for integration into my wiki, again, I know I *can* do this, but no time yet. I'm thinking of integrating some private phpBB forums, as in, you pay me $X/year, and you can have your own phpBB forum with your own rules, own members, etc., for "cliques". Again, I can integrate it, I just need to do it. That seems the most straight forward easily.

I'm a major geek. I install these things but immediately see a bunch of things I want different, so I don't usually use them "as is".
senna's Avatar
Senior Member with 229 posts.
 
Join Date: May 2002
Location: KY
19-Jul-2006, 11:25 AM #15
Solved
Yea, I was going to install a few to see what they did.
You can check out my site www.yesterdaysneuz.com
I did check out your site. Very nice. I wish you well with your CaringBridge. She is very precious. I have two boys of my own 6 and 4. Childern are unbelievable. They get through difficult times that me and you probably couldn't.

Take care,
Neuz
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:06 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.