Log in

View Full Version : A hopeful request



badgaaa
02-01-2010, 08:27 PM
Basicaly, im quite new to this and dont realy know much scipt.
Anyway basicaly the idea is to have a main paragraph, where users of the website can add the next few words; resulting in an ever growing paragraph of user contributions.

There would need to be:
- A way of users to contribute a set maximum and minimum of words with daily limits on how many times.
- A way of submiting the text for users (perhaps a pop up object? or floating object?)
- All of the previous text to be uneditable (besides myself)
- Non registered users can see the text but cannot add to it (so only registered users can)
- As soon as one user contributes thier chosen text, the paragraph automaticaly updates instantly.
- a short queueing systems perhaps so multiple people dont write the next few words for the same previous text
- font needs to be locked to whatever size, font and style i choose.
- symbols and numbers can't be used. Only letters A-Z in upper and lowercase
- No offensive words.

Thats all I can think of for now, but any help would be massivly appreciated.

Cheers

twQ
02-03-2010, 03:15 PM
I can try and make something like this but it won't be done soon, better off asking for it done in the paid area probably. It sounds like once you get into it, it would be easy enough.

The paragraph would be powered with some database (probably MySQL).

The insertion would be PHP powered, but the PHP script would be access through JavaScript (Ajax) to get the instant addition affect you desire.

As to word filtering that could be easily included in the PHP.


Sorry for the lack of real info, I have never made or tried to make such a thing so I can only guess from previous projects I can't give any code snippets or such.

Someone else might post and help, until then good luck!

Tim

traq
02-03-2010, 03:24 PM
Hi,

This sort of thing could be done using a database, but php + text files are also an option. if you wanted advice/ help, look into php basics and file functions. I could also write this for you if you were looking for paid help. Contact me here (www.custom-anything.com/contactme.php).