/    Sign up×
Community /Pin to ProfileBookmark

anonymous comments site

Hi all,

I’m trying to make a site exactly like [URL=http://www.grouphug.us]grouphug.us[/URL]. Basically it’s a php/mysql powered site that allows users to make anonymous comments w/o logging in.

I’m looking for an open source solution that can be uploaded to the server. Any suggestions?

thanks for the help!

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@JDM71488Jan 08.2006 — i know its not open source, but you can create a database to store the comments.

id (int)

comment (mediumtext/longtext)

stamp (timestamp)

then just display them descending based on the timestamp.

you can have a search feature to search through all of the comments.

you can have a feature to pull up comments between two timestamps.

always addslashes and htmlspecialchars any input to prevent < tags > and sql injection...

good luck.
×

Success!

Help @mtgentry spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...