Update to 1.8 release.

This commit is contained in:
Alex Dupre 2009-07-05 09:11:49 +00:00
parent 941bd8a75a
commit d075a884a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237168
3 changed files with 311 additions and 35 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= nocc
PORTVERSION= 1.7
PORTVERSION= 1.8
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,3 +1,3 @@
MD5 (nocc-1.7.tar.gz) = 4c13e9e3f4e40e2e4420442dbc22bcbd
SHA256 (nocc-1.7.tar.gz) = 2029e317e960170dfbfac5ee790a7a704be06a9d1d91d75c013aac935703ed73
SIZE (nocc-1.7.tar.gz) = 661306
MD5 (nocc-1.8.tar.gz) = 5d5b0eb05a448f1aa6e2ab066848217f
SHA256 (nocc-1.8.tar.gz) = 711265b85628c09c2000a29503ba90e1454f1b26bb4e0d87a7845ff3b1912aab
SIZE (nocc-1.8.tar.gz) = 757834

View file

@ -3,6 +3,9 @@ www/nocc/classes/class_local.php
www/nocc/classes/class_send.php
www/nocc/classes/class_smtp.php
www/nocc/classes/exception.php
www/nocc/classes/nocc_mailreader.php
www/nocc/classes/nocc_mailstructure.php
www/nocc/classes/nocc_theme.php
www/nocc/classes/user_filters.php
www/nocc/classes/user_prefs.php
www/nocc/common.php
@ -20,11 +23,7 @@ www/nocc/delete.php
www/nocc/down_mail.php
www/nocc/download.php
www/nocc/favicon.ico
www/nocc/get_img.php
www/nocc/help.php
www/nocc/index.php
www/nocc/logout.php
www/nocc/send.php
www/nocc/fckeditor/.htaccess
www/nocc/fckeditor/editor/css/behaviors/disablehandles.htc
www/nocc/fckeditor/editor/css/behaviors/showtableborders.htc
www/nocc/fckeditor/editor/css/fck_editorarea.css
@ -62,8 +61,14 @@ www/nocc/fckeditor/editor/dialog/fck_colorselector.html
www/nocc/fckeditor/editor/dialog/fck_div.html
www/nocc/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
www/nocc/fckeditor/editor/dialog/fck_docprops.html
www/nocc/fckeditor/editor/dialog/fck_flash/fck_flash.js
www/nocc/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
www/nocc/fckeditor/editor/dialog/fck_flash.html
www/nocc/fckeditor/editor/dialog/fck_form.html
www/nocc/fckeditor/editor/dialog/fck_hiddenfield.html
www/nocc/fckeditor/editor/dialog/fck_image/fck_image.js
www/nocc/fckeditor/editor/dialog/fck_image/fck_image_preview.html
www/nocc/fckeditor/editor/dialog/fck_image.html
www/nocc/fckeditor/editor/dialog/fck_link/fck_link.js
www/nocc/fckeditor/editor/dialog/fck_link.html
www/nocc/fckeditor/editor/dialog/fck_listprop.html
@ -72,8 +77,20 @@ www/nocc/fckeditor/editor/dialog/fck_radiobutton.html
www/nocc/fckeditor/editor/dialog/fck_replace.html
www/nocc/fckeditor/editor/dialog/fck_select/fck_select.js
www/nocc/fckeditor/editor/dialog/fck_select.html
www/nocc/fckeditor/editor/dialog/fck_smiley.html
www/nocc/fckeditor/editor/dialog/fck_source.html
www/nocc/fckeditor/editor/dialog/fck_specialchar.html
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
www/nocc/fckeditor/editor/dialog/fck_spellerpages.html
www/nocc/fckeditor/editor/dialog/fck_table.html
www/nocc/fckeditor/editor/dialog/fck_tablecell.html
www/nocc/fckeditor/editor/dialog/fck_template/images/template1.gif
@ -88,14 +105,158 @@ www/nocc/fckeditor/editor/dtd/fck_xhtml10transitional.js
www/nocc/fckeditor/editor/fckdebug.html
www/nocc/fckeditor/editor/fckdialog.html
www/nocc/fckeditor/editor/fckeditor.html
www/nocc/fckeditor/editor/fckeditor.original.html
www/nocc/fckeditor/editor/filemanager/browser/default/browser.css
www/nocc/fckeditor/editor/filemanager/browser/default/browser.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmfolders.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
www/nocc/fckeditor/editor/filemanager/browser/default/frmupload.html
www/nocc/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/Folder.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
www/nocc/fckeditor/editor/filemanager/browser/default/images/spacer.gif
www/nocc/fckeditor/editor/filemanager/browser/default/js/common.js
www/nocc/fckeditor/editor/filemanager/browser/default/js/fckxml.js
www/nocc/fckeditor/editor/filemanager/connectors/asp/basexml.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/class_upload.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/commands.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/config.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/connector.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/io.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/upload.asp
www/nocc/fckeditor/editor/filemanager/connectors/asp/util.asp
www/nocc/fckeditor/editor/filemanager/connectors/aspx/config.ascx
www/nocc/fckeditor/editor/filemanager/connectors/aspx/connector.aspx
www/nocc/fckeditor/editor/filemanager/connectors/aspx/upload.aspx
www/nocc/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/config.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/connector.cfm
www/nocc/fckeditor/editor/filemanager/connectors/cfm/image.cfc
www/nocc/fckeditor/editor/filemanager/connectors/cfm/upload.cfm
www/nocc/fckeditor/editor/filemanager/connectors/lasso/config.lasso
www/nocc/fckeditor/editor/filemanager/connectors/lasso/connector.lasso
www/nocc/fckeditor/editor/filemanager/connectors/lasso/upload.lasso
www/nocc/fckeditor/editor/filemanager/connectors/perl/basexml.pl
www/nocc/fckeditor/editor/filemanager/connectors/perl/commands.pl
www/nocc/fckeditor/editor/filemanager/connectors/perl/connector.cgi
www/nocc/fckeditor/editor/filemanager/connectors/perl/io.pl
www/nocc/fckeditor/editor/filemanager/connectors/perl/upload.cgi
www/nocc/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl
www/nocc/fckeditor/editor/filemanager/connectors/perl/util.pl
www/nocc/fckeditor/editor/filemanager/connectors/php/basexml.php
www/nocc/fckeditor/editor/filemanager/connectors/php/commands.php
www/nocc/fckeditor/editor/filemanager/connectors/php/config.php
www/nocc/fckeditor/editor/filemanager/connectors/php/connector.php
www/nocc/fckeditor/editor/filemanager/connectors/php/io.php
www/nocc/fckeditor/editor/filemanager/connectors/php/phpcompat.php
www/nocc/fckeditor/editor/filemanager/connectors/php/upload.php
www/nocc/fckeditor/editor/filemanager/connectors/php/util.php
www/nocc/fckeditor/editor/filemanager/connectors/py/config.py
www/nocc/fckeditor/editor/filemanager/connectors/py/connector.py
www/nocc/fckeditor/editor/filemanager/connectors/py/fckcommands.py
www/nocc/fckeditor/editor/filemanager/connectors/py/fckconnector.py
www/nocc/fckeditor/editor/filemanager/connectors/py/fckoutput.py
www/nocc/fckeditor/editor/filemanager/connectors/py/fckutil.py
www/nocc/fckeditor/editor/filemanager/connectors/py/htaccess.txt
www/nocc/fckeditor/editor/filemanager/connectors/py/upload.py
www/nocc/fckeditor/editor/filemanager/connectors/py/wsgi.py
www/nocc/fckeditor/editor/filemanager/connectors/py/zope.py
www/nocc/fckeditor/editor/filemanager/connectors/test.html
www/nocc/fckeditor/editor/filemanager/connectors/uploadtest.html
www/nocc/fckeditor/editor/images/anchor.gif
www/nocc/fckeditor/editor/images/arrow_ltr.gif
www/nocc/fckeditor/editor/images/arrow_rtl.gif
www/nocc/fckeditor/editor/images/smiley/msn/angel_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/angry_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/broken_heart.gif
www/nocc/fckeditor/editor/images/smiley/msn/cake.gif
www/nocc/fckeditor/editor/images/smiley/msn/confused_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/cry_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/devil_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/envelope.gif
www/nocc/fckeditor/editor/images/smiley/msn/heart.gif
www/nocc/fckeditor/editor/images/smiley/msn/kiss.gif
www/nocc/fckeditor/editor/images/smiley/msn/lightbulb.gif
www/nocc/fckeditor/editor/images/smiley/msn/omg_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/regular_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/sad_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/shades_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/teeth_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/thumbs_down.gif
www/nocc/fckeditor/editor/images/smiley/msn/thumbs_up.gif
www/nocc/fckeditor/editor/images/smiley/msn/tounge_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
www/nocc/fckeditor/editor/images/smiley/msn/wink_smile.gif
www/nocc/fckeditor/editor/images/spacer.gif
www/nocc/fckeditor/editor/js/fckadobeair.js
www/nocc/fckeditor/editor/js/fckeditorcode_gecko.js
www/nocc/fckeditor/editor/js/fckeditorcode_ie.js
www/nocc/fckeditor/editor/lang/af.js
www/nocc/fckeditor/editor/lang/ar.js
www/nocc/fckeditor/editor/lang/bg.js
@ -125,6 +286,7 @@ www/nocc/fckeditor/editor/lang/he.js
www/nocc/fckeditor/editor/lang/hi.js
www/nocc/fckeditor/editor/lang/hr.js
www/nocc/fckeditor/editor/lang/hu.js
www/nocc/fckeditor/editor/lang/is.js
www/nocc/fckeditor/editor/lang/it.js
www/nocc/fckeditor/editor/lang/ja.js
www/nocc/fckeditor/editor/lang/km.js
@ -152,6 +314,20 @@ www/nocc/fckeditor/editor/lang/uk.js
www/nocc/fckeditor/editor/lang/vi.js
www/nocc/fckeditor/editor/lang/zh-cn.js
www/nocc/fckeditor/editor/lang/zh.js
www/nocc/fckeditor/editor/plugins/autogrow/fckplugin.js
www/nocc/fckeditor/editor/plugins/bbcode/fckplugin.js
www/nocc/fckeditor/editor/plugins/dragresizetable/fckplugin.js
www/nocc/fckeditor/editor/plugins/placeholder/fck_placeholder.html
www/nocc/fckeditor/editor/plugins/placeholder/fckplugin.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/de.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/en.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/es.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/fr.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/it.js
www/nocc/fckeditor/editor/plugins/placeholder/lang/pl.js
www/nocc/fckeditor/editor/plugins/placeholder/placeholder.gif
www/nocc/fckeditor/editor/plugins/simplecommands/fckplugin.js
www/nocc/fckeditor/editor/plugins/tablecommands/fckplugin.js
www/nocc/fckeditor/editor/skins/default/fck_dialog.css
www/nocc/fckeditor/editor/skins/default/fck_dialog_ie6.js
www/nocc/fckeditor/editor/skins/default/fck_editor.css
@ -168,14 +344,62 @@ www/nocc/fckeditor/editor/skins/default/images/toolbar.end.gif
www/nocc/fckeditor/editor/skins/default/images/toolbar.expand.gif
www/nocc/fckeditor/editor/skins/default/images/toolbar.separator.gif
www/nocc/fckeditor/editor/skins/default/images/toolbar.start.gif
www/nocc/fckeditor/editor/skins/office2003/fck_dialog.css
www/nocc/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
www/nocc/fckeditor/editor/skins/office2003/fck_editor.css
www/nocc/fckeditor/editor/skins/office2003/fck_strip.gif
www/nocc/fckeditor/editor/skins/office2003/images/dialog.sides.gif
www/nocc/fckeditor/editor/skins/office2003/images/dialog.sides.png
www/nocc/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
www/nocc/fckeditor/editor/skins/office2003/images/sprites.gif
www/nocc/fckeditor/editor/skins/office2003/images/sprites.png
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.end.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
www/nocc/fckeditor/editor/skins/office2003/images/toolbar.start.gif
www/nocc/fckeditor/editor/skins/silver/fck_dialog.css
www/nocc/fckeditor/editor/skins/silver/fck_dialog_ie6.js
www/nocc/fckeditor/editor/skins/silver/fck_editor.css
www/nocc/fckeditor/editor/skins/silver/fck_strip.gif
www/nocc/fckeditor/editor/skins/silver/images/dialog.sides.gif
www/nocc/fckeditor/editor/skins/silver/images/dialog.sides.png
www/nocc/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
www/nocc/fckeditor/editor/skins/silver/images/sprites.gif
www/nocc/fckeditor/editor/skins/silver/images/sprites.png
www/nocc/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.end.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.expand.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.separator.gif
www/nocc/fckeditor/editor/skins/silver/images/toolbar.start.gif
www/nocc/fckeditor/editor/wsc/ciframe.html
www/nocc/fckeditor/editor/wsc/tmpFrameset.html
www/nocc/fckeditor/editor/wsc/w.html
www/nocc/fckeditor/fckconfig.js
www/nocc/fckeditor/fckeditor.afp
www/nocc/fckeditor/fckeditor.asp
www/nocc/fckeditor/fckeditor.cfc
www/nocc/fckeditor/fckeditor.cfm
www/nocc/fckeditor/fckeditor.js
www/nocc/fckeditor/fckeditor.lasso
www/nocc/fckeditor/fckeditor.php
www/nocc/fckeditor/fckeditor.pl
www/nocc/fckeditor/fckeditor.py
www/nocc/fckeditor/fckeditor_php4.php
www/nocc/fckeditor/fckeditor_php5.php
www/nocc/fckeditor/fckpackager.xml
www/nocc/fckeditor/fckstyles.xml
www/nocc/fckeditor/fcktemplates.xml
www/nocc/fckeditor/fckutils.cfm
www/nocc/fckeditor/license.txt
www/nocc/get_img.php
www/nocc/help.php
www/nocc/html/error.php
www/nocc/html/filter_prefs.php
www/nocc/html/folders.php
@ -197,9 +421,12 @@ www/nocc/html/send.php
www/nocc/html/send_error.php
www/nocc/html/submenu_mail.php
www/nocc/html/submenu_prefs.php
www/nocc/index.php
www/nocc/js/nocc.js
www/nocc/lang/ar.php
www/nocc/lang/be-tarask.php
www/nocc/lang/bg.php
www/nocc/lang/bs.php
www/nocc/lang/ca.php
www/nocc/lang/cs.php
www/nocc/lang/cy.php
@ -208,41 +435,53 @@ www/nocc/lang/de.php
www/nocc/lang/el.php
www/nocc/lang/en.php
www/nocc/lang/es.php
www/nocc/lang/farsi.php
www/nocc/lang/eu.php
www/nocc/lang/fa.php
www/nocc/lang/fi.php
www/nocc/lang/fr.php
www/nocc/lang/ga.php
www/nocc/lang/gl.php
www/nocc/lang/gsw.php
www/nocc/lang/he.php
www/nocc/lang/hr.php
www/nocc/lang/hu.php
www/nocc/lang/ia.php
www/nocc/lang/is.php
www/nocc/lang/it.php
www/nocc/lang/ja.php
www/nocc/lang/kr.php
www/nocc/lang/ko.php
www/nocc/lang/ksh.php
www/nocc/lang/lb.php
www/nocc/lang/lv.php
www/nocc/lang/nl.php
www/nocc/lang/nn.php
www/nocc/lang/no.php
www/nocc/lang/oc.php
www/nocc/lang/pl.php
www/nocc/lang/pt-br.php
www/nocc/lang/pt.php
www/nocc/lang/qqq.php
www/nocc/lang/ro.php
www/nocc/lang/ru.php
www/nocc/lang/sk.php
www/nocc/lang/sl.php
www/nocc/lang/sr.php
www/nocc/lang/sv.php
www/nocc/lang/ta.php
www/nocc/lang/th.php
www/nocc/lang/tl.php
www/nocc/lang/tr.php
www/nocc/lang/xx-hacker.php
www/nocc/lang/zh-gb.php
www/nocc/lang/zh-tw.php
www/nocc/lang/zh-hans.php
www/nocc/lang/zh-hant.php
www/nocc/logout.php
www/nocc/rss.php
www/nocc/send.php
www/nocc/themes/blue/img/attach.png
www/nocc/themes/blue/img/button.png
www/nocc/themes/blue/img/down.png
www/nocc/themes/blue/img/error.png
www/nocc/themes/blue/img/left_arrow.png
www/nocc/themes/blue/img/img-loader.gif
www/nocc/themes/blue/img/left_arrow.png
www/nocc/themes/blue/img/logo.png
www/nocc/themes/blue/img/new.png
www/nocc/themes/blue/img/right_arrow.png
@ -314,6 +553,7 @@ www/nocc/themes/standard/img/up.png
www/nocc/themes/standard/print.css
www/nocc/themes/standard/style.css
www/nocc/utils/check.php
www/nocc/utils/config_check.php
www/nocc/utils/crypt.php
www/nocc/utils/detect_cyr_charset.php
www/nocc/utils/functions.php
@ -321,6 +561,7 @@ www/nocc/utils/html_entity_decode.php
www/nocc/utils/is_uploaded_file.php
www/nocc/utils/mime.php
www/nocc/utils/proxy.php
www/nocc/utils/translation.php
@dirrm www/nocc/utils
@dirrm www/nocc/themes/standard/img/smilies
@dirrm www/nocc/themes/standard/img
@ -335,26 +576,61 @@ www/nocc/utils/proxy.php
@dirrm www/nocc/lang
@dirrm www/nocc/js
@dirrm www/nocc/html
@dirrm www/nocc/fckeditor/editor/skins/default/images
@dirrm www/nocc/fckeditor/editor/skins/default
@dirrm www/nocc/fckeditor/editor/skins
@dirrm www/nocc/fckeditor/editor/lang
@dirrm www/nocc/fckeditor/editor/js
@dirrm www/nocc/fckeditor/editor/images
@dirrm www/nocc/fckeditor/editor/dtd
@dirrm www/nocc/fckeditor/editor/dialog/fck_template/images
@dirrm www/nocc/fckeditor/editor/dialog/fck_template
@dirrm www/nocc/fckeditor/editor/dialog/fck_select
@dirrm www/nocc/fckeditor/editor/dialog/fck_docprops
@dirrm www/nocc/fckeditor/editor/dialog/fck_link
@dirrm www/nocc/fckeditor/editor/dialog/fck_about/sponsors
@dirrm www/nocc/fckeditor/editor/dialog/fck_about
@dirrm www/nocc/fckeditor/editor/css/behaviors
@dirrm www/nocc/fckeditor/editor/css/images
@dirrm www/nocc/fckeditor/editor/css
@dirrm www/nocc/fckeditor/editor/dialog/common/images
@dirrm www/nocc/fckeditor/editor/dialog/common
@dirrm www/nocc/fckeditor/editor/dialog/fck_about/sponsors
@dirrm www/nocc/fckeditor/editor/dialog/fck_about
@dirrm www/nocc/fckeditor/editor/dialog/fck_docprops
@dirrm www/nocc/fckeditor/editor/dialog/fck_flash
@dirrm www/nocc/fckeditor/editor/dialog/fck_image
@dirrm www/nocc/fckeditor/editor/dialog/fck_link
@dirrm www/nocc/fckeditor/editor/dialog/fck_select
@dirrm www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
@dirrm www/nocc/fckeditor/editor/dialog/fck_spellerpages/spellerpages
@dirrm www/nocc/fckeditor/editor/dialog/fck_spellerpages
@dirrm www/nocc/fckeditor/editor/dialog/fck_template/images
@dirrm www/nocc/fckeditor/editor/dialog/fck_template
@dirrm www/nocc/fckeditor/editor/dialog
@dirrm www/nocc/fckeditor/editor/css/images
@dirrm www/nocc/fckeditor/editor/css/behaviors
@dirrm www/nocc/fckeditor/editor/css
@dirrm www/nocc/fckeditor/editor/dtd
@dirrm www/nocc/fckeditor/editor/filemanager/browser/default/images/icons/32
@dirrm www/nocc/fckeditor/editor/filemanager/browser/default/images/icons
@dirrm www/nocc/fckeditor/editor/filemanager/browser/default/images
@dirrm www/nocc/fckeditor/editor/filemanager/browser/default/js
@dirrm www/nocc/fckeditor/editor/filemanager/browser/default
@dirrm www/nocc/fckeditor/editor/filemanager/browser
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/asp
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/aspx
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/cfm
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/lasso
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/perl
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/php
@dirrm www/nocc/fckeditor/editor/filemanager/connectors/py
@dirrm www/nocc/fckeditor/editor/filemanager/connectors
@dirrm www/nocc/fckeditor/editor/filemanager
@dirrm www/nocc/fckeditor/editor/images/smiley/msn
@dirrm www/nocc/fckeditor/editor/images/smiley
@dirrm www/nocc/fckeditor/editor/images
@dirrm www/nocc/fckeditor/editor/js
@dirrm www/nocc/fckeditor/editor/lang
@dirrm www/nocc/fckeditor/editor/plugins/autogrow
@dirrm www/nocc/fckeditor/editor/plugins/bbcode
@dirrm www/nocc/fckeditor/editor/plugins/dragresizetable
@dirrm www/nocc/fckeditor/editor/plugins/placeholder/lang
@dirrm www/nocc/fckeditor/editor/plugins/placeholder
@dirrm www/nocc/fckeditor/editor/plugins/simplecommands
@dirrm www/nocc/fckeditor/editor/plugins/tablecommands
@dirrm www/nocc/fckeditor/editor/plugins
@dirrm www/nocc/fckeditor/editor/skins/default/images
@dirrm www/nocc/fckeditor/editor/skins/default
@dirrm www/nocc/fckeditor/editor/skins/office2003/images
@dirrm www/nocc/fckeditor/editor/skins/office2003
@dirrm www/nocc/fckeditor/editor/skins/silver/images
@dirrm www/nocc/fckeditor/editor/skins/silver
@dirrm www/nocc/fckeditor/editor/skins
@dirrm www/nocc/fckeditor/editor/wsc
@dirrm www/nocc/fckeditor/editor
@dirrm www/nocc/fckeditor
@dirrm www/nocc/config