Need Script/Database to post articles online...
I would like to locate a Script or Database that would allow me to post articles (just plain text) online, and from anywhere. I would also like to place this script into an already existing webpage.
I know that word press exists but it always seems that OTHER people can also post their comments using it, and I do NOT wish to have that option.
I really just want to be able to signin online, from anywhere, and post some text. I have also looked at a ton of blog scripts, (which seem to be the best option so far) but they also allow other people to post comments. Once again, I don't want that option.
So, any advice as to where I could look would be greatly appreciated. I would be willing to pay for this script as long as it won't break the bank.
Thanks for any responses.
Newt Tech Guy
timjpriebe posted this at 19:31 — 15th February 2007.
He has: 2,667 posts
Joined: Dec 2004
You can actually still use Wordpress. Commenting can be turned off.
NewTechGuy posted this at 00:22 — 16th February 2007.
He has: 57 posts
Joined: Dec 2004
Thank you, I never actually knew that. But how would I do that. I can't find anywhere to "disable" comments.
One more question, can it also be placed inside another existing webpage? (I hope so) because I want to place it inside another webpage.
Thanks again.....
timjpriebe posted this at 13:08 — 16th February 2007.
He has: 2,667 posts
Joined: Dec 2004
It's not actually a "Disable comments" setting, per se. Once you're logged in, click Options, then uncheck "Anyone can register: and check "Users must be registered and logged in to comment."
There you go! Visitors have to register to comment, but you've turned off the option to let them register.
Tim
http://www.tandswebdesign.com
NewTechGuy posted this at 00:33 — 25th February 2007.
He has: 57 posts
Joined: Dec 2004
Thanks a lot for your suggestions but it's NOT what I'm looking for.
If I tried what you've sugessted I would have the entire wordpress webpage to deal with... including all of the options like the comments option (where I could disable it from being used by people). Thats not what I want.
I just want snippet of code such as the following...
<?php
include 'text.php'
?>
That way I could type whatever I wanted into it at anytime. I also don't want things to be archived, dated, or saved.
I also want it to fit into an existing webpage without the design or style of webpage changing in any way.
I have a script, that generates quotes at random whenever the page is revisited and all it takes is this little bit of code I mentioned previously...
<?php
include 'text.php'
?>
Now if I could get that (with an online admin form to signin with) so that I could update the text only (without saving or archiving the previous version) then I'd be happy.
My search continues.
Thanks again.
demonhale posted this at 04:49 — 25th February 2007.
He has: 3,278 posts
Joined: May 2005
I have something like that coded, just for single page use. Every time you want to edit that single page you just login.
You can also code something like that using a text box and a php write and then use htaccess to protect the php app...
NewTechGuy posted this at 23:33 — 22nd March 2007.
He has: 57 posts
Joined: Dec 2004
That script you are describing. Is it available for me to download? If so where can i go to get it?
just wondering.
Thanks....
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.