Forum Moderators: coopster

Message Too Old, No Replies

Where do i find such a Php Script?

         

peterGR

12:52 am on Jun 11, 2003 (gmt 0)

10+ Year Member



Hi to ya all,i'm new here and i wanted to congratulate the folks(users and owners) here at WW.
Now,my question.I found this wonderful script,here is the description:

scriptname is an tool for web developers who wish to provide their clients with an easy, quick, very affordable, and visual (WYSIWYG) way to edit a pre-defined web page content area through their browser.
Free online WYSIWYG editor for content management of HTML (including text and urls) - PHP based system
If you have web pages that require frequent content updates by clients, then scriptname can make your life a lot easier. You could even charge your clients for the ability to modify their own web pages!
Detailed Description
scriptname allows you to mark up any "snippet" of HTML so you can make WYWISYG changes to it online - without changing the design or HTML you've worked hard to create.

It's easy!
<snippet name="My editable area">
Place any HTML code you wish to make editable here...
</snippet>
scriptname is specifically designed to work seamlessly with existing web pages (including Dreamweaver templates and similar programs) without having to modify the existing design or HTML you've worked hard to create.

The problem is that this script has some serious limitations in the free version.Does someone knows a similar script?
Help would be greatly appreciated!
Thanks in advance!

rogerd

12:57 am on Jun 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, peterGR!

Is this a content management system you are describing?

If so, there are open source PHP CMS solutions, as well as blog software, that may work for you. Assuming the basic objective is to let users edit and create content without messing up the HTML structure, it sounds like you need a content management system. Searching here or at Google may give you some starting points.

peterGR

1:03 am on Jun 11, 2003 (gmt 0)

10+ Year Member



Thanks for replying!
In a certain way,yes i need a Cms,but all of those available(i've used phpnuke,e107,postnuke,xoops and ezpublish) are a "bit too much" for my needs.
I just wanted a simple(?) script that can update certain areas of code in a html(probably php) page.
I think i could call it a "html editing system".
Problem is that i've tried to code such a script,but my php skills are light years away from that...

grahamstewart

1:07 am on Jun 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Perhaps something like www.typepad.com might be of use?
Its by the same guys that did MovableType.

peterGR

1:26 am on Jun 11, 2003 (gmt 0)

10+ Year Member



Even if TypePad was what i was looking for,it wouldnīt be the way i want:free :),but thanks for the reply.

I think i'm gonna explain again.
I have a page,for instance,foo.html(or php) with this code:

<html>
<head>
<title>foo</title>
</head>
<body>
<table width="200">
<tr>
<td bgcolor="#FF0000">hello,world!</td>
</tr>
</table>
</body>
</html>

Now,what i want is php script that allows me to change the bgcolor or the text.
The best way to achieve this would be a online-browser-based text editor,in wich i could open a html(or php) page and modify it(and saving it afterwards of course).
That's the thingy i'm looking for,and you can easily see that i donīt need a complex cms.I just need the ability to modify(online) one or two pages,without having to upload them...