Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Web Wiz RTE
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 December 2004 :  14:44:47  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I'm implementing (hopefully) Web wiz's RTE into the backend of a clients website (so she can edit her pages without knowin crap)...

Only thing is thus far I havnt figured out a way to pull whats already been created by this program (inserted into a db), out of the db and make it so it's editable.... if what I'm saying makes any sense whatsoever....

I'm not a client-side person, so its probably something obvious that I'm too naive to realize.

-Stim

hellind
Junior Member

Singapore
123 Posts

Posted - 11 December 2004 :  22:05:21  Show Profile
Just curious, why aren't you using HTMLArea or FckEditor ?

I just switched from WebWiz to HTMLarea. Unless they upgraded, I think it doesn't work on Firefox.
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 December 2004 :  10:14:24  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
where can I find these?

-Stim
Go to Top of Page

Carefree
Advanced Member

Philippines
4216 Posts

Posted - 12 December 2004 :  12:00:36  Show Profile
HTMLArea 3.0 RC1 (for mozilla compatibility) can be obtained here:

http://prdownloads.sourceforge.net/itools-htmlarea/HTMLArea-3.0-rc1.zip?download
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 December 2004 :  16:29:02  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Downloaded HTMLArea, works great... but its missing one feature I loved about web-wiz - the Image uploading feature...

is there a plugin (I didnt see one on the site) for this for HTMLArea?

-Stim
Go to Top of Page

Carefree
Advanced Member

Philippines
4216 Posts

Posted - 13 December 2004 :  01:43:45  Show Profile
Get a copy of HTMLArea with Image Manager plugin here:

http://prdownloads.sourceforge.net/imgmngedt/htmlarea_wei_01_04_2004.zip?use_mirror=unc

According to the guys at Geeklog, there's a security risk with the image uploader. To fix it, you need to insert the following code at the top of ALL php pages:

if (!SEC_hasRights('story.edit')) {
    $display .= COM_siteHeader ('menu');
    $display .= COM_startBlock ($MESSAGE[30], '',
                                COM_getBlockTemplate ('_msg_block', 'header')); 
    $display .= $MESSAGE[31];
    $display .= COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'));
    $display .= COM_siteFooter ();
    COM_errorLog("User {$_USER['username']} tried to illegally access the story administration screen",1);
    echo $display;
    exit;
}

Edited by - Carefree on 13 December 2004 01:50:41
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 13 December 2004 :  08:28:44  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
well I'm not using PHP, does this security risk apply to ASP as well?

-Stim
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07