/    Sign up×
Community /Pin to ProfileBookmark

allow a client to update his own site?

Hi everyone!

ok here is my situation, I have a client who runs a band, and doesnt know html and of course does not intend to learn….He wants to be able to show when the band is playing, where …etc…. but he wants to be able to do it all the time, and would like to maintain that himself. Basicly what he wants it to look like is almost the main page of a blog, in which you see all the main posts by him, he can edit his post, add new posts and delete old ones, but there is no need for anyone to comment. Does anyone know of an existing script that does this? And if not can someone tell me what i should do to get started on this project.

any help would be MOST appreciated ?

to post a comment
PHP

10 Comments(s)

Copy linkTweet thisAlerts:
@JonaMay 18.2004 — [font=arial]This is usually known as a CMS (content management system). You could try searching http://www.hotscripts.com/ and http://php.resourceindex.com/ to find such a script; I'm sure you'll find many of them.[/font]
Copy linkTweet thisAlerts:
@DariaMay 18.2004 — If it's just a calendar with dates and plain text info, you may like this calendar:

http://calendar.esscripts.com/download.php.

If you need something more complex, then I agree

with Jona, you'll need to look into the site content management.
Copy linkTweet thisAlerts:
@akadisauthorMay 19.2004 — I ended up going with this one http://newswriter2005.sourceforge.net it was exactly what i was looking for.... ive installed it and fixed a few things with it (eg used erreg_replace so that you dont need to use the <br /> tags ) my only problem is that it's login uses GET and it should use POST, but when i change them (by editing the code or using mozilla firefox) - the login doesnt work at all....

see what i mean: http://www.literside.net/lite/test/news/admin.php

un: admin

pass: admin

i decided that it was too much code to post, so i copied the files and changed the .php files to .phps so you can view them ( and changed index.php to -index.php) http://www.literside.net/lite/test/news/news/

thanks in advance for any help

oh and BTW i know that it uses tables and that nothing is valid - im workin on it, i just wanted to get the php working first
Copy linkTweet thisAlerts:
@The_CheatMay 19.2004 — at the top of admin.php try changing:

$action = $_GET['action'];

$go = $_
GET['go'];

$nr = $_GET['nr'];

$text = $_
GET['text'];

$name = $_GET['name'];

$pass = $_
GET['pass'];

to:

$action = $_POST['action'];

$go = $_
POST['go'];

$nr = $_POST['nr'];

$text = $_
POST['text'];

$name = $_POST['name'];

$pass = $_
POST['pass'];


and in admin.php, in a text editor, search (CTRL+F) for "<form" (without quotes) and it should being up the line that looks like this:

<form action="<?=$_SERVER['PHP_SELF'] ?>" method="get">

change that to:

<form action="<?=$_SERVER['PHP_SELF'] ?>" method="[i]post[/i]">


I hope that works. I have never used this before so i cant tell you for sure.
Copy linkTweet thisAlerts:
@akadisauthorMay 19.2004 — The Cheat, as i said i had tried that and it wouldnt work....but i tried it again anyway... so i changed the lines you told me but now if i log in, i cant do anything once logged in, cant log out cant "Create Upcoming Event " or "Show Existing Events" I can however access the "Help!!!" javascript....

if anyone can tell me why this happens and how to fix it i would be most greatful...

?
Copy linkTweet thisAlerts:
@akadisauthorMay 22.2004 — umm i hate to do this and i hope im not breaking a rule by doing so ? (if i am im sorry)

but....[B]BUMP[/B]

(i honestly dont know anywhrere else to find out how to make it post not get and still function)
Copy linkTweet thisAlerts:
@The_CheatMay 24.2004 — i dont know why it wont work

ask the creators of the software. maybe they have a forum or mailing list or someway you can contact them.
Copy linkTweet thisAlerts:
@96turnerriMay 25.2004 — if you are using php < 4.1.0 you cant use $_POST you need to use $HTTP_POST_VARS instead, this is the only thing i can think of
Copy linkTweet thisAlerts:
@The_CheatMay 25.2004 — nah thats not it because it worked fine before he changed it and the script had $_GET
Copy linkTweet thisAlerts:
@96turnerriMay 25.2004 — bah thats true forgot $_GET come out with $_POST so if one works so does the other, hmmmm back to drawing board
×

Success!

Help @akadis 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 6.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...