Post Reply 
Business Coding Help - Anonymously Submitted Stories?
Author Message
TravellingSoldier Offline
Chubby Chaser
**

Posts: 282
Joined: Dec 2013
Reputation: 11
Post: #1
Coding Help - Anonymously Submitted Stories?
Hey guys,

I'm writing this because I'm curious if anyone knows how to incorporate a script to allow users to anonymously post stories/reviews to have on a wall... similar to FML? Trying to create a site and I'm new to coding so I don't know how to go about doing this.

It would be something along the lines of an entry box

Name: Saul T. Nuts

(Text box)
So have the text here.

[Submit Button]

These submitted stories will then be put on a wall with an incorporated liking/disliking system (which I will be customizing). If anyone knows how to answer this personally or can direct me to somewhere with relevant information it would be greatly, greatly appreciated!!

07-09-2014 06:40 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
TravellingSoldier Offline
Chubby Chaser
**

Posts: 282
Joined: Dec 2013
Reputation: 11
Post: #2
RE: Coding Help - Anonymously Submitted Stories?
The only other ways I can describe this would be an online journal or the coding for a forum without sign in information and their posting redirected to a home page... not sure where to go from here and since there are so many advocates here for learning coding languages is there anyone that can give me a hint here!? ;P

07-09-2014 07:19 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
DevonHardy Offline
Banned

Posts: 68
Joined: Apr 2012
Post: #3
RE: Coding Help - Anonymously Submitted Stories?
(07-09-2014 07:19 PM)TravellingSoldier Wrote:  The only other ways I can describe this would be an online journal or the coding for a forum without sign in information and their posting redirected to a home page... not sure where to go from here and since there are so many advocates here for learning coding languages is there anyone that can give me a hint here!? ;P

I'm pretty limited in backend development, but I think I understand what you're wanting to do.

You probably want something like this

HTML5:

<form action="homepage.html" method="POST">
<fieldset>
<legend>Your story.</legend>
<label for="name">Name:</label>
<input type="text" name="name">
<label for="text" id="story">Write your story.</label>
<textarea name="text" id="" cols="30" rows="10"></textarea>
<input type="submit" value="Post Your Story">
</fieldset>
</form>

And then you'll need some backend JSON / AJAX or PHP to post the text to the page (or in this case the post will be posted to the homepage). It's a little compilated to get into here, but post over on stackoverflow and they can explain it better than I can.

Here's a jsfiddle for the HTML code: http://jsfiddle.net/xV7b4/
(This post was last modified: 07-10-2014 10:29 PM by DevonHardy.)
07-10-2014 10:29 PM
Find all posts by this user Like Post Quote this message in a reply
Switch Offline
Wingman
***

Posts: 689
Joined: Aug 2013
Reputation: 9
Post: #4
RE: Coding Help - Anonymously Submitted Stories?
You're likely to get better answers on a coding forum.

Founding Member of TEAM DOUBLE WRAPPED CONDOMS
07-12-2014 09:24 AM
Find all posts by this user Like Post Quote this message in a reply
TravellingSoldier Offline
Chubby Chaser
**

Posts: 282
Joined: Dec 2013
Reputation: 11
Post: #5
RE: Coding Help - Anonymously Submitted Stories?
Thank you man that is what I was looking for!

07-12-2014 12:51 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
TravellingSoldier Offline
Chubby Chaser
**

Posts: 282
Joined: Dec 2013
Reputation: 11
Post: #6
RE: Coding Help - Anonymously Submitted Stories?
Yeah I didn't really think of it at the time, and I just found out about blackhatworld so I will probably go there from now on

07-12-2014 12:53 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  How to make money coding part 1 - setting up a blog ryanf 22 9,880 10-18-2018 02:48 PM
Last Post: musicalprodigy1
  The Corporate Life Lounge - career advice, stories, game etc. Dalaran1991 3 1,462 10-09-2018 08:02 AM
Last Post: Built to Fade
  How to Communicate Privately and Anonymously using Signal joost 0 761 07-23-2018 01:10 PM
Last Post: joost

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | RooshV.com | Return to Top | Return to Content | Mobile Version | RSS Syndication