Having trouble installing serendipity?
BobP
Posts: 1 Joined: Tue Feb 07, 2006 5:45 pm
Post
by BobP » Tue Feb 07, 2006 6:02 pm
I didn't RTFM before I trashed and rebuilt my computer, but somehow in my finite wisdom I managed to do everything right. I....
did a SQL dump of MySQL.
backed up the Serendipity tree in the html structure.
restored the files
added the serendipity user to MySQL
imported the MySQL dump.
Now when I point my browser at the blog I get a lovely blank page.
For the record I'm running Serendipity 0.8.1 MySQL 4.1.11 on Fedora Core 4 (When I get it all back and functioning I'll update serendipity)
Questions, comments, groans of pain?
Bob
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Tue Feb 07, 2006 8:50 pm
A blank page usually means a PHP Fatal error. Usually you should get an error output in either your ErrorLog or PHP Log, or Syslog.
It might be related to file permissions, maybe serendipity_config_local.inc.php is not reable, or other files are missing?
Regards,
Garvin
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 2:49 am
me 2 .. exactly the same problem .. :-S
[edit]
uh .. serendipity_config_local.inc.php is 0 bytes .. ???
BobP > what about yours??
[editedit]
I have a feeling it has something to do with the .htaccess
judebert
Regular
Posts: 2478 Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:
Post
by judebert » Wed Feb 08, 2006 4:38 am
The serendipity_config.local.php shouldn't be 0 bytes. It needs this information:
Code: Select all
$serendipity['versionInstalled'] = '1.0-alpha1'; // Or 0.8.1 in BobP's case
$serendipity['dbName'] = 'your_db_name';
$serendipity['dbPrefix'] = 'your_db_prefix_with_trailing_underscore_';
$serendipity['dbHost'] = 'your_db_host';
$serendipity['dbUser'] = 'your_db_user';
$serendipity['dbPass'] = 'your_db_user's_password';
$serendipity['dbType'] = 'mysql'; // Most likely
$serendipity['dbPersistent'] = false; // Again, most likely
If it doesn't have this info, it can cause the blank screen. Give it the correct info and see what the next error is.
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 8:40 am
Did that .. did not work .. that's why I think it has got something to do with the .htaccess file .. When I rename (e.g. delete) it, I get a blank screen .. when I restore it, I get a server error ..
But all I did wasI make a copy of the OLD version, which I tried to restore after the new one did not work ..
After that, instead of copying the old version over the non-working newer, I created a new directory with the old version .. did not work either ..
[edit]
Damn > the other-dir-version points to the old version somewhere ..I found out because the include local file of the old version had an echo line in it
[edit] problem is, I think the paranoid server admins disabled error_reporting - I don't see any errors printed .. :-S
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Wed Feb 08, 2006 10:50 am
Yes, you should enable error_reporting to see the real trouble. I think it has to do with file permissions or files missing.
It hsould not be related to .htaccess. This file is not required for s9y operation.
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 12:27 pm
serendipity_config_local.inc.php, templates_c, archives and uploads all have permissions set to 777 .. did not help ..
I can't get error reporting to work .. and I am sure they would not change server settings for me ..
..
how about a plugin messing things up? I noticed that I could not access the event-plugins anymore through the control panel before I attempted upgrading ..
if so > can I alter the rows of the plugins table in the db to temporarily disable plugins? would deleting a row from serendipity_plugins disable a plugin?
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Wed Feb 08, 2006 12:34 pm
It could be a dozen of things. You should check your error logs.
I know of no provider that does not have error logs for his clients. You should kick your provider, if he doesn't offer it to you.
You can try to use error_reporting(E_ALL) and ini_set('errors_display', 'on'); on the top of your serendipity index.php or serendipity_config.inc.php file.
Deleting a row from serendipity_plugins will deactivate the plugin, yes.
Regards,
Garvin
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 1:35 pm
see anything out of place here? :
Code: Select all
serendipity_config.inc.php
serendipity_config_local.inc.php
.cvsignore
comment.php
exit.php
fixperm.php
index.php
phpinfo.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
_.htaccess
bundled-libs\Cache
bundled-libs\CVS
bundled-libs\docs
bundled-libs\HTTP
bundled-libs\Net
bundled-libs\Onyx
bundled-libs\Smarty
bundled-libs\tests
bundled-libs\Text
bundled-libs\XML
bundled-libs\create_release.sh
bundled-libs\PEAR.php
bundled-libs\Cache\CVS
bundled-libs\Cache\Lite
bundled-libs\Cache\Lite.php
bundled-libs\Cache\CVS\Entries
bundled-libs\Cache\CVS\Repository
bundled-libs\Cache\CVS\Root
bundled-libs\Cache\Lite\CVS
bundled-libs\Cache\Lite\Function.php
bundled-libs\Cache\Lite\Output.php
bundled-libs\Cache\Lite\CVS\Entries
bundled-libs\Cache\Lite\CVS\Repository
bundled-libs\Cache\Lite\CVS\Root
bundled-libs\CVS\Entries
bundled-libs\CVS\Repository
bundled-libs\CVS\Root
bundled-libs\docs\CVS
bundled-libs\docs\free links.wiki.txt
bundled-libs\docs\HomePage.wiki.txt
bundled-libs\docs\index.php
bundled-libs\docs\SamplePage.wiki.txt
bundled-libs\docs\SmashWordsTogether.wiki.txt
bundled-libs\docs\stylesheet.css
bundled-libs\docs\TextWikiProposal.wiki.txt
bundled-libs\docs\TokenRuleKeys.wiki.txt
bundled-libs\docs\WikiPage.wiki.txt
bundled-libs\docs\WordsSmashedTogether.wiki.txt
bundled-libs\docs\CVS\Entries
bundled-libs\docs\CVS\Repository
bundled-libs\docs\CVS\Root
bundled-libs\HTTP\CVS
bundled-libs\HTTP\Request
bundled-libs\HTTP\Request.php
bundled-libs\HTTP\CVS\Entries
bundled-libs\HTTP\CVS\Repository
bundled-libs\HTTP\CVS\Root
bundled-libs\HTTP\Request\CVS
bundled-libs\HTTP\Request\Listener.php
bundled-libs\HTTP\Request\CVS\Entries
bundled-libs\HTTP\Request\CVS\Repository
bundled-libs\HTTP\Request\CVS\Root
bundled-libs\Net\CVS
bundled-libs\Net\DNSBL
bundled-libs\Net\CheckIP.php
bundled-libs\Net\DNSBL.php
bundled-libs\Net\Socket.php
bundled-libs\Net\URL.php
bundled-libs\Net\CVS\Entries
bundled-libs\Net\CVS\Repository
bundled-libs\Net\CVS\Root
bundled-libs\Net\DNSBL\CVS
bundled-libs\Net\DNSBL\SURBL.php
bundled-libs\Net\DNSBL\CVS\Entries
bundled-libs\Net\DNSBL\CVS\Repository
bundled-libs\Net\DNSBL\CVS\Root
bundled-libs\Onyx\CVS
bundled-libs\Onyx\RSS.php
bundled-libs\Onyx\CVS\Entries
bundled-libs\Onyx\CVS\Repository
bundled-libs\Onyx\CVS\Root
bundled-libs\Smarty\CVS
bundled-libs\Smarty\libs
bundled-libs\Smarty\BUGS
bundled-libs\Smarty\ChangeLog
bundled-libs\Smarty\COPYING.lib
bundled-libs\Smarty\FAQ
bundled-libs\Smarty\INSTALL
bundled-libs\Smarty\NEWS
bundled-libs\Smarty\README
bundled-libs\Smarty\RELEASE_NOTES
bundled-libs\Smarty\TODO
bundled-libs\Smarty\CVS\Entries
bundled-libs\Smarty\CVS\Repository
bundled-libs\Smarty\CVS\Root
bundled-libs\Smarty\libs\core
bundled-libs\Smarty\libs\CVS
bundled-libs\Smarty\libs\plugins
bundled-libs\Smarty\libs\Config_File.class.php
bundled-libs\Smarty\libs\debug.tpl
bundled-libs\Smarty\libs\Smarty.class.php
bundled-libs\Smarty\libs\Smarty_Compiler.class.php
bundled-libs\Smarty\libs\core\CVS
bundled-libs\Smarty\libs\core\core.assemble_plugin_filepath.php
bundled-libs\Smarty\libs\core\core.assign_smarty_interface.php
bundled-libs\Smarty\libs\core\core.create_dir_structure.php
bundled-libs\Smarty\libs\core\core.display_debug_console.php
bundled-libs\Smarty\libs\core\core.get_include_path.php
bundled-libs\Smarty\libs\core\core.get_microtime.php
bundled-libs\Smarty\libs\core\core.get_php_resource.php
bundled-libs\Smarty\libs\core\core.is_secure.php
bundled-libs\Smarty\libs\core\core.is_trusted.php
bundled-libs\Smarty\libs\core\core.load_plugins.php
bundled-libs\Smarty\libs\core\core.load_resource_plugin.php
bundled-libs\Smarty\libs\core\core.process_cached_inserts.php
bundled-libs\Smarty\libs\core\core.process_compiled_include.php
bundled-libs\Smarty\libs\core\core.read_cache_file.php
bundled-libs\Smarty\libs\core\core.rm_auto.php
bundled-libs\Smarty\libs\core\core.rmdir.php
bundled-libs\Smarty\libs\core\core.run_insert_handler.php
bundled-libs\Smarty\libs\core\core.smarty_include_php.php
bundled-libs\Smarty\libs\core\core.write_cache_file.php
bundled-libs\Smarty\libs\core\core.write_compiled_include.php
bundled-libs\Smarty\libs\core\core.write_compiled_resource.php
bundled-libs\Smarty\libs\core\core.write_file.php
bundled-libs\Smarty\libs\core\CVS\Entries
bundled-libs\Smarty\libs\core\CVS\Repository
bundled-libs\Smarty\libs\core\CVS\Root
bundled-libs\Smarty\libs\CVS\Entries
bundled-libs\Smarty\libs\CVS\Repository
bundled-libs\Smarty\libs\CVS\Root
bundled-libs\Smarty\libs\plugins\CVS
bundled-libs\Smarty\libs\plugins\block.textformat.php
bundled-libs\Smarty\libs\plugins\compiler.assign.php
bundled-libs\Smarty\libs\plugins\function.assign_debug_info.php
bundled-libs\Smarty\libs\plugins\function.config_load.php
bundled-libs\Smarty\libs\plugins\function.counter.php
bundled-libs\Smarty\libs\plugins\function.cycle.php
bundled-libs\Smarty\libs\plugins\function.debug.php
bundled-libs\Smarty\libs\plugins\function.eval.php
bundled-libs\Smarty\libs\plugins\function.fetch.php
bundled-libs\Smarty\libs\plugins\function.html_checkboxes.php
bundled-libs\Smarty\libs\plugins\function.html_image.php
bundled-libs\Smarty\libs\plugins\function.html_options.php
bundled-libs\Smarty\libs\plugins\function.html_radios.php
bundled-libs\Smarty\libs\plugins\function.html_select_date.php
bundled-libs\Smarty\libs\plugins\function.html_select_time.php
bundled-libs\Smarty\libs\plugins\function.html_table.php
bundled-libs\Smarty\libs\plugins\function.mailto.php
bundled-libs\Smarty\libs\plugins\function.math.php
bundled-libs\Smarty\libs\plugins\function.popup.php
bundled-libs\Smarty\libs\plugins\function.popup_init.php
bundled-libs\Smarty\libs\plugins\modifier.capitalize.php
bundled-libs\Smarty\libs\plugins\modifier.cat.php
bundled-libs\Smarty\libs\plugins\modifier.count_characters.php
bundled-libs\Smarty\libs\plugins\modifier.count_paragraphs.php
bundled-libs\Smarty\libs\plugins\modifier.count_sentences.php
bundled-libs\Smarty\libs\plugins\modifier.count_words.php
bundled-libs\Smarty\libs\plugins\modifier.date_format.php
bundled-libs\Smarty\libs\plugins\modifier.debug_print_var.php
bundled-libs\Smarty\libs\plugins\modifier.default.php
bundled-libs\Smarty\libs\plugins\modifier.escape.php
bundled-libs\Smarty\libs\plugins\modifier.indent.php
bundled-libs\Smarty\libs\plugins\modifier.lower.php
bundled-libs\Smarty\libs\plugins\modifier.nl2br.php
bundled-libs\Smarty\libs\plugins\modifier.regex_replace.php
bundled-libs\Smarty\libs\plugins\modifier.replace.php
bundled-libs\Smarty\libs\plugins\modifier.spacify.php
bundled-libs\Smarty\libs\plugins\modifier.string_format.php
bundled-libs\Smarty\libs\plugins\modifier.strip.php
bundled-libs\Smarty\libs\plugins\modifier.strip_tags.php
bundled-libs\Smarty\libs\plugins\modifier.truncate.php
bundled-libs\Smarty\libs\plugins\modifier.upper.php
bundled-libs\Smarty\libs\plugins\modifier.wordwrap.php
bundled-libs\Smarty\libs\plugins\outputfilter.trimwhitespace.php
bundled-libs\Smarty\libs\plugins\shared.escape_special_chars.php
bundled-libs\Smarty\libs\plugins\shared.make_timestamp.php
bundled-libs\Smarty\libs\plugins\CVS\Entries
bundled-libs\Smarty\libs\plugins\CVS\Repository
bundled-libs\Smarty\libs\plugins\CVS\Root
bundled-libs\tests\CVS
bundled-libs\tests\README
bundled-libs\tests\CVS\Entries
bundled-libs\tests\CVS\Repository
bundled-libs\tests\CVS\Root
bundled-libs\Text\CVS
bundled-libs\Text\Wiki
bundled-libs\Text\Wiki.php
bundled-libs\Text\CVS\Entries
bundled-libs\Text\CVS\Repository
bundled-libs\Text\CVS\Root
bundled-libs\Text\Wiki\CVS
bundled-libs\Text\Wiki\Rule
bundled-libs\Text\Wiki\Rule.php
bundled-libs\Text\Wiki\CVS\Entries
bundled-libs\Text\Wiki\CVS\Repository
bundled-libs\Text\Wiki\CVS\Root
bundled-libs\Text\Wiki\Rule\CVS
bundled-libs\Text\Wiki\Rule\blockquote.php
bundled-libs\Text\Wiki\Rule\bold.php
bundled-libs\Text\Wiki\Rule\break.php
bundled-libs\Text\Wiki\Rule\center.php
bundled-libs\Text\Wiki\Rule\code.php
bundled-libs\Text\Wiki\Rule\colortext.php
bundled-libs\Text\Wiki\Rule\deflist.php
bundled-libs\Text\Wiki\Rule\delimiter.php
bundled-libs\Text\Wiki\Rule\embed.php
bundled-libs\Text\Wiki\Rule\emphasis.php
bundled-libs\Text\Wiki\Rule\entities.php
bundled-libs\Text\Wiki\Rule\freelink.php
bundled-libs\Text\Wiki\Rule\heading.php
bundled-libs\Text\Wiki\Rule\horiz.php
bundled-libs\Text\Wiki\Rule\html.php
bundled-libs\Text\Wiki\Rule\image.php
bundled-libs\Text\Wiki\Rule\include.php
bundled-libs\Text\Wiki\Rule\interwiki.php
bundled-libs\Text\Wiki\Rule\italic.php
bundled-libs\Text\Wiki\Rule\list.php
bundled-libs\Text\Wiki\Rule\newline.php
bundled-libs\Text\Wiki\Rule\paragraph.php
bundled-libs\Text\Wiki\Rule\phpcode.php
bundled-libs\Text\Wiki\Rule\phplookup.php
bundled-libs\Text\Wiki\Rule\prefilter.php
bundled-libs\Text\Wiki\Rule\raw.php
bundled-libs\Text\Wiki\Rule\revise.php
bundled-libs\Text\Wiki\Rule\strong.php
bundled-libs\Text\Wiki\Rule\superscript.php
bundled-libs\Text\Wiki\Rule\table.php
bundled-libs\Text\Wiki\Rule\tighten.php
bundled-libs\Text\Wiki\Rule\toc.php
bundled-libs\Text\Wiki\Rule\tt.php
bundled-libs\Text\Wiki\Rule\url.php
bundled-libs\Text\Wiki\Rule\wikilink.php
bundled-libs\Text\Wiki\Rule\CVS\Entries
bundled-libs\Text\Wiki\Rule\CVS\Repository
bundled-libs\Text\Wiki\Rule\CVS\Root
bundled-libs\XML\CVS
bundled-libs\XML\RPC
bundled-libs\XML\RPC.php
bundled-libs\XML\CVS\Entries
bundled-libs\XML\CVS\Repository
bundled-libs\XML\CVS\Root
bundled-libs\XML\RPC\CVS
bundled-libs\XML\RPC\Server.php
bundled-libs\XML\RPC\CVS\Entries
bundled-libs\XML\RPC\CVS\Repository
bundled-libs\XML\RPC\CVS\Root
CVS\Entries
CVS\Repository
CVS\Root
deployment\CVS
deployment\comment.php
deployment\exit.php
deployment\index.php
deployment\rss.php
deployment\serendipity.css.php
deployment\serendipity_admin.php
deployment\serendipity_admin_image_selector.php
deployment\serendipity_config.inc.php
deployment\serendipity_define.js.php
deployment\serendipity_editor.js
deployment\serendipity_xmlrpc.php
deployment\wfwcomment.php
deployment\CVS\Entries
deployment\CVS\Repository
deployment\CVS\Root
docs\CVS
docs\CHANGED_FILES
docs\INSTALL
docs\INSTALL_EMBEDED
docs\INSTALL_SHARED
docs\LICENSE
docs\NEWS
docs\NEWS_OLD
docs\README
docs\UPGRADE
docs\upgrade.sh
docs\CVS\Entries
docs\CVS\Repository
docs\CVS\Root
htmlarea\CVS
htmlarea\examples
htmlarea\images
htmlarea\lang
htmlarea\plugins
htmlarea\popups
htmlarea\ChangeLog
htmlarea\dialog.js
htmlarea\htmlarea.css
htmlarea\htmlarea.js
htmlarea\index.html
htmlarea\license.txt
htmlarea\popupdiv.js
htmlarea\popupwin.js
htmlarea\reference.html
htmlarea\release-notes.html
htmlarea\CVS\Entries
htmlarea\CVS\Repository
htmlarea\CVS\Root
htmlarea\examples\CVS
htmlarea\examples\2-areas.html
htmlarea\examples\context-menu.html
htmlarea\examples\core.html
htmlarea\examples\css.html
htmlarea\examples\custom.css
htmlarea\examples\full-page.html
htmlarea\examples\fully-loaded.html
htmlarea\examples\index.html
htmlarea\examples\spell-checker.html
htmlarea\examples\table-operations.html
htmlarea\examples\CVS\Entries
htmlarea\examples\CVS\Repository
htmlarea\examples\CVS\Root
htmlarea\images\CVS
htmlarea\images\ed_about.gif
htmlarea\images\ed_align_center.gif
htmlarea\images\ed_align_justify.gif
htmlarea\images\ed_align_left.gif
htmlarea\images\ed_align_right.gif
htmlarea\images\ed_blank.gif
htmlarea\images\ed_charmap.gif
htmlarea\images\ed_color_bg.gif
htmlarea\images\ed_color_fg.gif
htmlarea\images\ed_copy.gif
htmlarea\images\ed_custom.gif
htmlarea\images\ed_cut.gif
htmlarea\images\ed_delete.gif
htmlarea\images\ed_format_bold.gif
htmlarea\images\ed_format_italic.gif
htmlarea\images\ed_format_strike.gif
htmlarea\images\ed_format_sub.gif
htmlarea\images\ed_format_sup.gif
htmlarea\images\ed_format_underline.gif
htmlarea\images\ed_help.gif
htmlarea\images\ed_hr.gif
htmlarea\images\ed_html.gif
htmlarea\images\ed_image.gif
htmlarea\images\ed_indent_less.gif
htmlarea\images\ed_indent_more.gif
htmlarea\images\ed_killword.gif
htmlarea\images\ed_left_to_right.gif
htmlarea\images\ed_link.gif
htmlarea\images\ed_list_bullet.gif
htmlarea\images\ed_list_num.gif
htmlarea\images\ed_paste.gif
htmlarea\images\ed_print.gif
htmlarea\images\ed_redo.gif
htmlarea\images\ed_right_to_left.gif
htmlarea\images\ed_rmformat.gif
htmlarea\images\ed_s9yimage.gif
htmlarea\images\ed_save.gif
htmlarea\images\ed_save.png
htmlarea\images\ed_show_border.gif
htmlarea\images\ed_splitcel.gif
htmlarea\images\ed_undo.gif
htmlarea\images\fullscreen_maximize.gif
htmlarea\images\fullscreen_minimize.gif
htmlarea\images\insert_table.gif
htmlarea\images\CVS\Entries
htmlarea\images\CVS\Repository
htmlarea\images\CVS\Root
htmlarea\lang\CVS
htmlarea\lang\b5.js
htmlarea\lang\ch.js
htmlarea\lang\cz.js
htmlarea\lang\da.js
htmlarea\lang\de.js
htmlarea\lang\ee.js
htmlarea\lang\el.js
htmlarea\lang\en.js
htmlarea\lang\es.js
htmlarea\lang\fi.js
htmlarea\lang\fr.js
htmlarea\lang\gb.js
htmlarea\lang\he.js
htmlarea\lang\hu.js
htmlarea\lang\it.js
htmlarea\lang\ja-euc.js
htmlarea\lang\ja-jis.js
htmlarea\lang\ja-sjis.js
htmlarea\lang\ja-utf8.js
htmlarea\lang\lt.js
htmlarea\lang\lv.js
htmlarea\lang\nb.js
htmlarea\lang\nl.js
htmlarea\lang\no.js
htmlarea\lang\pl.js
htmlarea\lang\pt_br.js
htmlarea\lang\ro.js
htmlarea\lang\ru.js
htmlarea\lang\se.js
htmlarea\lang\si.js
htmlarea\lang\vn.js
htmlarea\lang\CVS\Entries
htmlarea\lang\CVS\Repository
htmlarea\lang\CVS\Root
htmlarea\plugins\ContextMenu
htmlarea\plugins\CSS
htmlarea\plugins\CVS
htmlarea\plugins\FullPage
htmlarea\plugins\TableOperations
htmlarea\plugins\ContextMenu\CVS
htmlarea\plugins\ContextMenu\lang
htmlarea\plugins\ContextMenu\context-menu.js
htmlarea\plugins\ContextMenu\menu.css
htmlarea\plugins\ContextMenu\CVS\Entries
htmlarea\plugins\ContextMenu\CVS\Repository
htmlarea\plugins\ContextMenu\CVS\Root
htmlarea\plugins\ContextMenu\lang\CVS
htmlarea\plugins\ContextMenu\lang\de.js
htmlarea\plugins\ContextMenu\lang\el.js
htmlarea\plugins\ContextMenu\lang\en.js
htmlarea\plugins\ContextMenu\lang\nl.js
htmlarea\plugins\ContextMenu\lang\CVS\Entries
htmlarea\plugins\ContextMenu\lang\CVS\Repository
htmlarea\plugins\ContextMenu\lang\CVS\Root
htmlarea\plugins\CSS\CVS
htmlarea\plugins\CSS\lang
htmlarea\plugins\CSS\css.js
htmlarea\plugins\CSS\CVS\Entries
htmlarea\plugins\CSS\CVS\Repository
htmlarea\plugins\CSS\CVS\Root
htmlarea\plugins\CSS\lang\CVS
htmlarea\plugins\CSS\lang\en.js
htmlarea\plugins\CSS\lang\CVS\Entries
htmlarea\plugins\CSS\lang\CVS\Repository
htmlarea\plugins\CSS\lang\CVS\Root
htmlarea\plugins\CVS\Entries
htmlarea\plugins\CVS\Repository
htmlarea\plugins\CVS\Root
htmlarea\plugins\FullPage\CVS
htmlarea\plugins\FullPage\img
htmlarea\plugins\FullPage\lang
htmlarea\plugins\FullPage\popups
htmlarea\plugins\FullPage\full-page.js
htmlarea\plugins\FullPage\test.html
htmlarea\plugins\FullPage\CVS\Entries
htmlarea\plugins\FullPage\CVS\Repository
htmlarea\plugins\FullPage\CVS\Root
htmlarea\plugins\FullPage\img\CVS
htmlarea\plugins\FullPage\img\docprop.gif
htmlarea\plugins\FullPage\img\CVS\Entries
htmlarea\plugins\FullPage\img\CVS\Repository
htmlarea\plugins\FullPage\img\CVS\Root
htmlarea\plugins\FullPage\lang\CVS
htmlarea\plugins\FullPage\lang\en.js
htmlarea\plugins\FullPage\lang\ro.js
htmlarea\plugins\FullPage\lang\CVS\Entries
htmlarea\plugins\FullPage\lang\CVS\Repository
htmlarea\plugins\FullPage\lang\CVS\Root
htmlarea\plugins\FullPage\popups\CVS
htmlarea\plugins\FullPage\popups\docprop.html
htmlarea\plugins\FullPage\popups\CVS\Entries
htmlarea\plugins\FullPage\popups\CVS\Repository
htmlarea\plugins\FullPage\popups\CVS\Root
htmlarea\plugins\TableOperations\CVS
htmlarea\plugins\TableOperations\img
htmlarea\plugins\TableOperations\lang
htmlarea\plugins\TableOperations\table-operations.js
htmlarea\plugins\TableOperations\CVS\Entries
htmlarea\plugins\TableOperations\CVS\Repository
htmlarea\plugins\TableOperations\CVS\Root
htmlarea\plugins\TableOperations\img\CVS
htmlarea\plugins\TableOperations\img\cell-delete.gif
htmlarea\plugins\TableOperations\img\cell-insert-after.gif
htmlarea\plugins\TableOperations\img\cell-insert-before.gif
htmlarea\plugins\TableOperations\img\cell-merge.gif
htmlarea\plugins\TableOperations\img\cell-prop.gif
htmlarea\plugins\TableOperations\img\cell-split.gif
htmlarea\plugins\TableOperations\img\col-delete.gif
htmlarea\plugins\TableOperations\img\col-insert-after.gif
htmlarea\plugins\TableOperations\img\col-insert-before.gif
htmlarea\plugins\TableOperations\img\col-split.gif
htmlarea\plugins\TableOperations\img\row-delete.gif
htmlarea\plugins\TableOperations\img\row-insert-above.gif
htmlarea\plugins\TableOperations\img\row-insert-under.gif
htmlarea\plugins\TableOperations\img\row-prop.gif
htmlarea\plugins\TableOperations\img\row-split.gif
htmlarea\plugins\TableOperations\img\table-prop.gif
htmlarea\plugins\TableOperations\img\CVS\Entries
htmlarea\plugins\TableOperations\img\CVS\Repository
htmlarea\plugins\TableOperations\img\CVS\Root
htmlarea\plugins\TableOperations\lang\CVS
htmlarea\plugins\TableOperations\lang\cz.js
htmlarea\plugins\TableOperations\lang\da.js
htmlarea\plugins\TableOperations\lang\de.js
htmlarea\plugins\TableOperations\lang\el.js
htmlarea\plugins\TableOperations\lang\en.js
htmlarea\plugins\TableOperations\lang\fi.js
htmlarea\plugins\TableOperations\lang\hu.js
htmlarea\plugins\TableOperations\lang\it.js
htmlarea\plugins\TableOperations\lang\nl.js
htmlarea\plugins\TableOperations\lang\no.js
htmlarea\plugins\TableOperations\lang\ro.js
htmlarea\plugins\TableOperations\lang\CVS\Entries
htmlarea\plugins\TableOperations\lang\CVS\Repository
htmlarea\plugins\TableOperations\lang\CVS\Root
htmlarea\popups\CVS
htmlarea\popups\about.html
htmlarea\popups\blank.html
htmlarea\popups\custom2.html
htmlarea\popups\editor_help.html
htmlarea\popups\fullscreen.html
htmlarea\popups\insert_image.html
htmlarea\popups\insert_table.html
htmlarea\popups\link.html
htmlarea\popups\old-fullscreen.html
htmlarea\popups\old_insert_image.html
htmlarea\popups\popup.js
htmlarea\popups\select_color.html
htmlarea\popups\CVS\Entries
htmlarea\popups\CVS\Repository
htmlarea\popups\CVS\Root
include\admin
include\CVS
include\db
include\tpl
include\compat.inc.php
include\functions.inc.php
include\functions_comments.inc.php
include\functions_config.inc.php
include\functions_entries.inc.php
include\functions_images.inc.php
include\functions_installer.inc.php
include\functions_smarty.inc.php
include\functions_trackbacks.inc.php
include\functions_upgrader.inc.php
include\genpage.inc.php
include\lang.inc.php
include\plugin_api.inc.php
include\plugin_internal.inc.php
include\admin\CVS
include\admin\importers
include\admin\category.inc.php
include\admin\comments.inc.php
include\admin\configuration.inc.php
include\admin\entries.inc.php
include\admin\entries_overview.inc.php
include\admin\export.inc.php
include\admin\images.inc.php
include\admin\import.inc.php
include\admin\installer.inc.php
include\admin\overview.inc.php
include\admin\personal.inc.php
include\admin\plugins.inc.php
include\admin\templates.inc.php
include\admin\upgrader.inc.php
include\admin\users.inc.php
include\admin\CVS\Entries
include\admin\CVS\Repository
include\admin\CVS\Root
include\admin\importers\CVS
include\admin\importers\b2evolution.inc.php
include\admin\importers\bblog.inc.php
include\admin\importers\bmachine.inc.php
include\admin\importers\geeklog.inc.php
include\admin\importers\generic.inc.php
include\admin\importers\movabletype.inc.php
include\admin\importers\nucleus.inc.php
include\admin\importers\phpbb.inc.php
include\admin\importers\pmachine.inc.php
include\admin\importers\sunlog.inc.php
include\admin\importers\textpattern.inc.php
include\admin\importers\wordpress.inc.php
include\admin\importers\CVS\Entries
include\admin\importers\CVS\Repository
include\admin\importers\CVS\Root
include\CVS\Entries
include\CVS\Repository
include\CVS\Root
include\db\CVS
include\db\db.inc.php
include\db\mysql.inc.php
include\db\mysqli.inc.php
include\db\postgres.inc.php
include\db\sqlite.inc.php
include\db\CVS\Entries
include\db\CVS\Repository
include\db\CVS\Root
include\tpl\CVS
include\tpl\config_local.inc.php
include\tpl\config_personal.inc.php
include\tpl\htaccess_cgi_errordocs.tpl
include\tpl\htaccess_cgi_normal.tpl
include\tpl\htaccess_cgi_rewrite.tpl
include\tpl\htaccess_errordocs.tpl
include\tpl\htaccess_normal.tpl
include\tpl\htaccess_rewrite.tpl
include\tpl\CVS\Entries
include\tpl\CVS\Repository
include\tpl\CVS\Root
lang\CVS
lang\serendipity_lang_bg.inc.php
lang\serendipity_lang_cn.inc.php
lang\serendipity_lang_cs.inc.php
lang\serendipity_lang_cz.inc.php
lang\serendipity_lang_da.inc.php
lang\serendipity_lang_de.inc.php
lang\serendipity_lang_en.inc.php
lang\serendipity_lang_es.inc.php
lang\serendipity_lang_fa.inc.php
lang\serendipity_lang_fi.inc.php
lang\serendipity_lang_fr.inc.php
lang\serendipity_lang_it.inc.php
lang\serendipity_lang_ja.inc.php
lang\serendipity_lang_ko.inc.php
lang\serendipity_lang_nl.inc.php
lang\serendipity_lang_no.inc.php
lang\serendipity_lang_pt.inc.php
lang\serendipity_lang_ru.inc.php
lang\serendipity_lang_tn.inc.php
lang\serendipity_lang_tw.inc.php
lang\serendipity_lang_zh.inc.php
lang\CVS\Entries
lang\CVS\Repository
lang\CVS\Root
plugins\CVS
plugins\serendipity_event_bbcode
plugins\serendipity_event_blogpdf
plugins\serendipity_event_browsercompatibility
plugins\serendipity_event_contentrewrite
plugins\serendipity_event_creativecommons
plugins\serendipity_event_emoticate
plugins\serendipity_event_entrylastmodified
plugins\serendipity_event_entryproperties
plugins\serendipity_event_geourl
plugins\serendipity_event_head_nugget
plugins\serendipity_event_htmlvalidator
plugins\serendipity_event_karma
plugins\serendipity_event_linktoolbar
plugins\serendipity_event_livesearch
plugins\serendipity_event_mailer
plugins\serendipity_event_nl2br
plugins\serendipity_event_phpopentracker
plugins\serendipity_event_s9ymarkup
plugins\serendipity_event_searchhighlight
plugins\serendipity_event_sidebarhider
plugins\serendipity_event_spamblock
plugins\serendipity_event_spamblock_rbl
plugins\serendipity_event_spamblock_surbl
plugins\serendipity_event_spartacus
plugins\serendipity_event_staticpage
plugins\serendipity_event_statistics
plugins\serendipity_event_templatechooser
plugins\serendipity_event_textile
plugins\serendipity_event_textwiki
plugins\serendipity_event_todolist
plugins\serendipity_event_trackexits
plugins\serendipity_event_typesetbuttons
plugins\serendipity_event_weblogping
plugins\serendipity_event_xhtmlcleanup
plugins\serendipity_plugin_amazon
plugins\serendipity_plugin_category_dhtml_menu
plugins\serendipity_plugin_comments
plugins\serendipity_plugin_creativecommons
plugins\serendipity_plugin_entrylinks
plugins\serendipity_plugin_eventwrapper
plugins\serendipity_plugin_flickr
plugins\CVS\Entries
plugins\CVS\Repository
plugins\CVS\Root
plugins\serendipity_event_bbcode\CVS
plugins\serendipity_event_bbcode\lang_ja.inc.php
plugins\serendipity_event_bbcode\serendipity_event_bbcode.php
plugins\serendipity_event_bbcode\CVS\Entries
plugins\serendipity_event_bbcode\CVS\Repository
plugins\serendipity_event_bbcode\CVS\Root
plugins\serendipity_event_blogpdf\CVS
plugins\serendipity_event_blogpdf\font
plugins\serendipity_event_blogpdf\fpdf.php
plugins\serendipity_event_blogpdf\lang_ja.inc.php
plugins\serendipity_event_blogpdf\serendipity_event_blogpdf.php
plugins\serendipity_event_blogpdf\CVS\Entries
plugins\serendipity_event_blogpdf\CVS\Repository
plugins\serendipity_event_blogpdf\CVS\Root
plugins\serendipity_event_blogpdf\font\CVS
plugins\serendipity_event_blogpdf\font\makefont
plugins\serendipity_event_blogpdf\font\courier.php
plugins\serendipity_event_blogpdf\font\helvetica.php
plugins\serendipity_event_blogpdf\font\helveticab.php
plugins\serendipity_event_blogpdf\font\helveticabi.php
plugins\serendipity_event_blogpdf\font\helveticai.php
plugins\serendipity_event_blogpdf\font\symbol.php
plugins\serendipity_event_blogpdf\font\times.php
plugins\serendipity_event_blogpdf\font\timesb.php
plugins\serendipity_event_blogpdf\font\timesbi.php
plugins\serendipity_event_blogpdf\font\timesi.php
plugins\serendipity_event_blogpdf\font\zapfdingbats.php
plugins\serendipity_event_blogpdf\font\CVS\Entries
plugins\serendipity_event_blogpdf\font\CVS\Repository
plugins\serendipity_event_blogpdf\font\CVS\Root
plugins\serendipity_event_blogpdf\font\makefont\CVS
plugins\serendipity_event_blogpdf\font\makefont\cp1250.map
plugins\serendipity_event_blogpdf\font\makefont\cp1251.map
plugins\serendipity_event_blogpdf\font\makefont\cp1252.map
plugins\serendipity_event_blogpdf\font\makefont\cp1253.map
plugins\serendipity_event_blogpdf\font\makefont\cp1254.map
plugins\serendipity_event_blogpdf\font\makefont\cp1255.map
plugins\serendipity_event_blogpdf\font\makefont\cp1257.map
plugins\serendipity_event_blogpdf\font\makefont\cp1258.map
plugins\serendipity_event_blogpdf\font\makefont\cp874.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-1.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-11.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-15.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-16.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-2.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-4.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-5.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-7.map
plugins\serendipity_event_blogpdf\font\makefont\iso-8859-9.map
plugins\serendipity_event_blogpdf\font\makefont\koi8-r.map
plugins\serendipity_event_blogpdf\font\makefont\koi8-u.map
plugins\serendipity_event_blogpdf\font\makefont\CVS\Entries
plugins\serendipity_event_blogpdf\font\makefont\CVS\Repository
plugins\serendipity_event_blogpdf\font\makefont\CVS\Root
plugins\serendipity_event_browsercompatibility\CVS
plugins\serendipity_event_browsercompatibility\lang_ja.inc.php
plugins\serendipity_event_browsercompatibility\pngbehavior.htc
plugins\serendipity_event_browsercompatibility\serendipity_event_browsercompatibility.php
plugins\serendipity_event_browsercompatibility\CVS\Entries
plugins\serendipity_event_browsercompatibility\CVS\Repository
plugins\serendipity_event_browsercompatibility\CVS\Root
plugins\serendipity_event_contentrewrite\CVS
plugins\serendipity_event_contentrewrite\lang_ja.inc.php
plugins\serendipity_event_contentrewrite\serendipity_event_contentrewrite.php
plugins\serendipity_event_contentrewrite\CVS\Entries
plugins\serendipity_event_contentrewrite\CVS\Repository
plugins\serendipity_event_contentrewrite\CVS\Root
plugins\serendipity_event_creativecommons\CVS
plugins\serendipity_event_creativecommons\lang_ja.inc.php
plugins\serendipity_event_creativecommons\serendipity_event_creativecommons.php
plugins\serendipity_event_creativecommons\CVS\Entries
plugins\serendipity_event_creativecommons\CVS\Repository
plugins\serendipity_event_creativecommons\CVS\Root
plugins\serendipity_event_emoticate\CVS
plugins\serendipity_event_emoticate\lang_ja.inc.php
plugins\serendipity_event_emoticate\serendipity_event_emoticate.php
plugins\serendipity_event_emoticate\CVS\Entries
plugins\serendipity_event_emoticate\CVS\Repository
plugins\serendipity_event_emoticate\CVS\Root
plugins\serendipity_event_entrylastmodified\serendipity_event_entrylastmodified.php
plugins\serendipity_event_entryproperties\CVS
plugins\serendipity_event_entryproperties\lang_ja.inc.php
plugins\serendipity_event_entryproperties\serendipity_event_entryproperties.php
plugins\serendipity_event_entryproperties\CVS\Entries
plugins\serendipity_event_entryproperties\CVS\Repository
plugins\serendipity_event_entryproperties\CVS\Root
plugins\serendipity_event_geourl\serendipity_event_geourl.php
plugins\serendipity_event_head_nugget\serendipity_event_head_nugget.php
plugins\serendipity_event_htmlvalidator\CVS
plugins\serendipity_event_htmlvalidator\lang_ja.inc.php
plugins\serendipity_event_htmlvalidator\serendipity_event_htmlvalidator.php
plugins\serendipity_event_htmlvalidator\CVS\Entries
plugins\serendipity_event_htmlvalidator\CVS\Repository
plugins\serendipity_event_htmlvalidator\CVS\Root
plugins\serendipity_event_karma\CVS
plugins\serendipity_event_karma\lang_ja.inc.php
plugins\serendipity_event_karma\serendipity_event_karma.php
plugins\serendipity_event_karma\CVS\Entries
plugins\serendipity_event_karma\CVS\Repository
plugins\serendipity_event_karma\CVS\Root
plugins\serendipity_event_linktoolbar\serendipity_event_linktoolbar.php
plugins\serendipity_event_livesearch\CVS
plugins\serendipity_event_livesearch\serendipity_event_livesearch.js
plugins\serendipity_event_livesearch\serendipity_event_livesearch.php
plugins\serendipity_event_livesearch\CVS\Entries
plugins\serendipity_event_livesearch\CVS\Repository
plugins\serendipity_event_livesearch\CVS\Root
plugins\serendipity_event_mailer\CVS
plugins\serendipity_event_mailer\lang_ja.inc.php
plugins\serendipity_event_mailer\serendipity_event_mailer.php
plugins\serendipity_event_mailer\CVS\Entries
plugins\serendipity_event_mailer\CVS\Repository
plugins\serendipity_event_mailer\CVS\Root
plugins\serendipity_event_nl2br\CVS
plugins\serendipity_event_nl2br\lang_ja.inc.php
plugins\serendipity_event_nl2br\serendipity_event_nl2br.php
plugins\serendipity_event_nl2br\CVS\Entries
plugins\serendipity_event_nl2br\CVS\Repository
plugins\serendipity_event_nl2br\CVS\Root
plugins\serendipity_event_phpopentracker\readme.txt
plugins\serendipity_event_phpopentracker\serendipity_event_phpopentracker.php
plugins\serendipity_event_s9ymarkup\CVS
plugins\serendipity_event_s9ymarkup\lang_ja.inc.php
plugins\serendipity_event_s9ymarkup\serendipity_event_s9ymarkup.php
plugins\serendipity_event_s9ymarkup\CVS\Entries
plugins\serendipity_event_s9ymarkup\CVS\Repository
plugins\serendipity_event_s9ymarkup\CVS\Root
plugins\serendipity_event_searchhighlight\CVS
plugins\serendipity_event_searchhighlight\serendipity_event_searchhighlight.php
plugins\serendipity_event_searchhighlight\CVS\Entries
plugins\serendipity_event_searchhighlight\CVS\Repository
plugins\serendipity_event_searchhighlight\CVS\Root
plugins\serendipity_event_sidebarhider\serendipity_event_sidebarhider.php
plugins\serendipity_event_sidebarhider\sidebarhider.js
plugins\serendipity_event_spamblock\CVS
plugins\serendipity_event_spamblock\36daysago.ttf
plugins\serendipity_event_spamblock\36daysago.txt
plugins\serendipity_event_spamblock\captcha_2.png
plugins\serendipity_event_spamblock\captcha_3.png
plugins\serendipity_event_spamblock\captcha_4.png
plugins\serendipity_event_spamblock\captcha_7.png
plugins\serendipity_event_spamblock\captcha_9.png
plugins\serendipity_event_spamblock\captcha_a.png
plugins\serendipity_event_spamblock\captcha_b.png
plugins\serendipity_event_spamblock\captcha_c.png
plugins\serendipity_event_spamblock\captcha_d.png
plugins\serendipity_event_spamblock\captcha_e.png
plugins\serendipity_event_spamblock\captcha_f.png
plugins\serendipity_event_spamblock\captcha_h.png
plugins\serendipity_event_spamblock\captcha_j.png
plugins\serendipity_event_spamblock\captcha_k.png
plugins\serendipity_event_spamblock\captcha_l.png
plugins\serendipity_event_spamblock\captcha_m.png
plugins\serendipity_event_spamblock\captcha_n.png
plugins\serendipity_event_spamblock\captcha_p.png
plugins\serendipity_event_spamblock\captcha_q.png
plugins\serendipity_event_spamblock\captcha_r.png
plugins\serendipity_event_spamblock\captcha_t.png
plugins\serendipity_event_spamblock\captcha_u.png
plugins\serendipity_event_spamblock\captcha_v.png
plugins\serendipity_event_spamblock\captcha_w.png
plugins\serendipity_event_spamblock\captcha_x.png
plugins\serendipity_event_spamblock\captcha_y.png
plugins\serendipity_event_spamblock\captcha_z.png
plugins\serendipity_event_spamblock\chumbly.ttf
plugins\serendipity_event_spamblock\chumbly.txt
plugins\serendipity_event_spamblock\lang_ja.inc.php
plugins\serendipity_event_spamblock\serendipity_event_spamblock.php
plugins\serendipity_event_spamblock\Vera.ttf
plugins\serendipity_event_spamblock\VeraSe.ttf
plugins\serendipity_event_spamblock\CVS\Entries
plugins\serendipity_event_spamblock\CVS\Repository
plugins\serendipity_event_spamblock\CVS\Root
plugins\serendipity_event_spamblock_rbl\serendipity_event_spamblock_rbl.php
plugins\serendipity_event_spamblock_surbl\serendipity_event_spamblock_surbl.php
plugins\serendipity_event_spartacus\CVS
plugins\serendipity_event_spartacus\lang_ja.inc.php
plugins\serendipity_event_spartacus\serendipity_event_spartacus.php
plugins\serendipity_event_spartacus\CVS\Entries
plugins\serendipity_event_spartacus\CVS\Repository
plugins\serendipity_event_spartacus\CVS\Root
plugins\serendipity_event_staticpage\serendipity_event_staticpage.php
plugins\serendipity_event_statistics\CVS
plugins\serendipity_event_statistics\lang_cz.php
plugins\serendipity_event_statistics\lang_ja.inc.php
plugins\serendipity_event_statistics\serendipity_event_statistics.php
plugins\serendipity_event_statistics\CVS\Entries
plugins\serendipity_event_statistics\CVS\Repository
plugins\serendipity_event_statistics\CVS\Root
plugins\serendipity_event_templatechooser\CVS
plugins\serendipity_event_templatechooser\lang_ja.inc.php
plugins\serendipity_event_templatechooser\serendipity_event_templatechooser.php
plugins\serendipity_event_templatechooser\CVS\Entries
plugins\serendipity_event_templatechooser\CVS\Repository
plugins\serendipity_event_templatechooser\CVS\Root
plugins\serendipity_event_textile\CVS
plugins\serendipity_event_textile\lang_ja.inc.php
plugins\serendipity_event_textile\serendipity_event_textile.php
plugins\serendipity_event_textile\textile.php
plugins\serendipity_event_textile\CVS\Entries
plugins\serendipity_event_textile\CVS\Repository
plugins\serendipity_event_textile\CVS\Root
plugins\serendipity_event_textwiki\CVS
plugins\serendipity_event_textwiki\lang_ja.inc.php
plugins\serendipity_event_textwiki\serendipity_event_textwiki.php
plugins\serendipity_event_textwiki\CVS\Entries
plugins\serendipity_event_textwiki\CVS\Repository
plugins\serendipity_event_textwiki\CVS\Root
plugins\serendipity_event_todolist\serendipity_event_todolist.php
plugins\serendipity_event_todolist\VeraSe.ttf
plugins\serendipity_event_trackexits\CVS
plugins\serendipity_event_trackexits\serendipity_event_trackexits.php
plugins\serendipity_event_trackexits\CVS\Entries
plugins\serendipity_event_trackexits\CVS\Repository
plugins\serendipity_event_trackexits\CVS\Root
plugins\serendipity_event_typesetbuttons\serendipity_event_trackexits.php
plugins\serendipity_event_typesetbuttons\serendipity_event_typesetbuttons.php
plugins\serendipity_event_weblogping\CVS
plugins\serendipity_event_weblogping\lang_ja.inc.php
plugins\serendipity_event_weblogping\serendipity_event_weblogping.php
plugins\serendipity_event_weblogping\servicesdb_en.inc.php
plugins\serendipity_event_weblogping\servicesdb_ja.inc.php
plugins\serendipity_event_weblogping\CVS\Entries
plugins\serendipity_event_weblogping\CVS\Repository
plugins\serendipity_event_weblogping\CVS\Root
plugins\serendipity_event_xhtmlcleanup\CVS
plugins\serendipity_event_xhtmlcleanup\serendipity_event_xhtmlcleanup.php
plugins\serendipity_event_xhtmlcleanup\CVS\Entries
plugins\serendipity_event_xhtmlcleanup\CVS\Repository
plugins\serendipity_event_xhtmlcleanup\CVS\Root
plugins\serendipity_plugin_amazon\lang_ja.inc.php
plugins\serendipity_plugin_amazon\serendipity_plugin_amazon.php
plugins\serendipity_plugin_category_dhtml_menu\serendipity_plugin_category_dhtml_menu.php
plugins\serendipity_plugin_comments\CVS
plugins\serendipity_plugin_comments\lang_ja.inc.php
plugins\serendipity_plugin_comments\serendipity_plugin_comments.php
plugins\serendipity_plugin_comments\CVS\Entries
plugins\serendipity_plugin_comments\CVS\Repository
plugins\serendipity_plugin_comments\CVS\Root
plugins\serendipity_plugin_creativecommons\CVS
plugins\serendipity_plugin_creativecommons\lang_ja.inc.php
plugins\serendipity_plugin_creativecommons\serendipity_plugin_creativecommons.php
plugins\serendipity_plugin_creativecommons\CVS\Entries
plugins\serendipity_plugin_creativecommons\CVS\Repository
plugins\serendipity_plugin_creativecommons\CVS\Root
plugins\serendipity_plugin_entrylinks\CVS
plugins\serendipity_plugin_entrylinks\serendipity_plugin_entrylinks.php
plugins\serendipity_plugin_entrylinks\CVS\Entries
plugins\serendipity_plugin_entrylinks\CVS\Repository
plugins\serendipity_plugin_entrylinks\CVS\Root
plugins\serendipity_plugin_eventwrapper\CVS
plugins\serendipity_plugin_eventwrapper\serendipity_plugin_eventwrapper.php
plugins\serendipity_plugin_eventwrapper\CVS\Entries
plugins\serendipity_plugin_eventwrapper\CVS\Repository
plugins\serendipity_plugin_eventwrapper\CVS\Root
plugins\serendipity_plugin_flickr\lang_de.inc.php
plugins\serendipity_plugin_flickr\lang_en.inc.php
plugins\serendipity_plugin_flickr\README.txt
sql\CVS
sql\db.sql
sql\db_update_0.2_0.3_mysql.sql
sql\db_update_0.2_0.3_postgres.sql
sql\db_update_0.3_0.4_mysql.sql
sql\db_update_0.3_0.4_postgres.sql
sql\db_update_0.5.1_0.6_mysql.sql
sql\db_update_0.5.1_0.6_postgres.sql
sql\db_update_0.5_0.5.1_mysql.sql
sql\db_update_0.5_0.5.1_postgres.sql
sql\db_update_0.6.10_0.6.11_mysql.sql
sql\db_update_0.6.10_0.6.11_postgres.sql
sql\db_update_0.6.1_0.6.2_mysql.sql
sql\db_update_0.6.1_0.6.2_postgres.sql
sql\db_update_0.6.2_0.6.3_mysql.sql
sql\db_update_0.6.2_0.6.3_postgres.sql
sql\db_update_0.6.3_0.6.4_mysql.sql
sql\db_update_0.6.3_0.6.4_postgres.sql
sql\db_update_0.6.4_0.6.5_mysql.sql
sql\db_update_0.6.4_0.6.5_postgres.sql
sql\db_update_0.6.5_0.6.6_mysql.sql
sql\db_update_0.6.5_0.6.6_postgres.sql
sql\db_update_0.6.6_0.6.7_mysql.sql
sql\db_update_0.6.6_0.6.7_postgres.sql
sql\db_update_0.6.8_0.6.9_mysql.sql
sql\db_update_0.6.8_0.6.9_postgres.sql
sql\db_update_0.6.9_0.7.0_mysql.sql
sql\db_update_0.6.9_0.7.0_postgresql.sql
sql\db_update_0.6_0.6.1_mysql.sql
sql\db_update_0.6_0.6.1_postgres.sql
sql\db_update_0.8-alpha10_0.8-alpha11_mysql.sql
sql\db_update_0.8-alpha11_0.8-alpha12_mysql.sql
sql\db_update_0.8-alpha11_0.8-alpha12_postgres.sql
sql\db_update_0.8-alpha11_0.8-alpha12_sqlite.sql
sql\db_update_0.8-alpha12_0.8-alpha13_mysql.sql
sql\db_update_0.8-alpha12_0.8-alpha13_postgres.sql
sql\db_update_0.8-alpha12_0.8-alpha13_sqlite.sql
sql\db_update_0.8-alpha1_0.8-alpha2_mysql.sql
sql\db_update_0.8-alpha4_0.8-alpha5_mysql.sql
sql\db_update_0.8-alpha4_0.8-alpha5_postgres.sql
sql\db_update_0.8-alpha4_0.8-alpha5_sqlite.sql
sql\db_update_0.8-alpha5_0.8-alpha6_mysql.sql
sql\db_update_0.8-alpha5_0.8-alpha6_postgres.sql
sql\db_update_0.8-alpha5_0.8-alpha6_sqlite.sql
sql\db_update_0.8-beta3_0.8-beta4_mysql.sql
sql\db_update_0.8-beta3_0.8-beta4_postgresql.sql
sql\db_update_0.8-beta3_0.8-beta4_sqlite.sql
sql\CVS\Entries
sql\CVS\Repository
sql\CVS\Root
templates\blue
templates\CVS
templates\default
templates\default-rtl
templates\idea
templates\kubrick
templates\mattmatt
templates\moz-modern
templates\mt-clean
templates\mt-georgiablue
templates\mt-gettysburg
templates\mt-plainjane
templates\mt-rusty
templates\mt-stormy
templates\mt-trendy
templates\mt3-chalkboard
templates\mt3-gettysburg
templates\mt3-independence
templates\mt3-squash
templates\newspaper
templates\wp
templates\HOWTO
templates\blue\CVS
templates\blue\htmlarea.css
templates\blue\info.txt
templates\blue\preview.png
templates\blue\style.css
templates\blue\CVS\Entries
templates\blue\CVS\Repository
templates\blue\CVS\Root
templates\CVS\Entries
templates\CVS\Repository
templates\CVS\Root
templates\default\admin
templates\default\CVS
templates\default\img
templates\default\atom.css
templates\default\commentform.tpl
templates\default\commentpopup.tpl
templates\default\comments.tpl
templates\default\content.tpl
templates\default\entries.tpl
templates\default\entries_archives.tpl
templates\default\entries_summary.tpl
templates\default\htmlarea.css
templates\default\index.tpl
templates\default\info.txt
templates\default\plugin_calendar.tpl
templates\default\preview.png
templates\default\sidebar.tpl
templates\default\style.css
templates\default\trackbacks.tpl
templates\default\admin\CVS
templates\default\admin\img
templates\default\admin\style.css
templates\default\admin\CVS\Entries
templates\default\admin\CVS\Repository
templates\default\admin\CVS\Root
templates\default\admin\img\CVS
templates\default\admin\img\accept.png
templates\default\admin\img\background.jpg
templates\default\admin\img\banner_background.png
templates\default\admin\img\big_delete.png
templates\default\admin\img\big_rename.png
templates\default\admin\img\big_resize.png
templates\default\admin\img\big_rotate_ccw.png
templates\default\admin\img\big_rotate_cw.png
templates\default\admin\img\big_zoom.png
templates\default\admin\img\button_background.png
templates\default\admin\img\clock.png
templates\default\admin\img\clock_future.png
templates\default\admin\img\configure.png
templates\default\admin\img\delete.png
templates\default\admin\img\downarrow.png
templates\default\admin\img\edit.png
templates\default\admin\img\folder.png
templates\default\admin\img\infobar_background.png
templates\default\admin\img\install.png
templates\default\admin\img\install_now.png
templates\default\admin\img\install_template.png
templates\default\admin\img\menu_background.png
templates\default\admin\img\menuheader_background.png
templates\default\admin\img\menuitem.png
templates\default\admin\img\mime_unknown.png
templates\default\admin\img\next.png
templates\default\admin\img\previous.png
templates\default\admin\img\rotate.png
templates\default\admin\img\thumbnail.png
templates\default\admin\img\uparrow.png
templates\default\admin\img\upgrade_now.png
templates\default\admin\img\user_admin.png
templates\default\admin\img\user_chief.png
templates\default\admin\img\user_editor.png
templates\default\admin\img\zoom.png
templates\default\admin\img\CVS\Entries
templates\default\admin\img\CVS\Repository
templates\default\admin\img\CVS\Root
templates\default\CVS\Entries
templates\default\CVS\Repository
templates\default\CVS\Root
templates\default\img\CVS
templates\default\img\emoticons
templates\default\img\back.png
templates\default\img\background.png
templates\default\img\blank.gif
templates\default\img\blank.png
templates\default\img\delete.png
templates\default\img\down.png
templates\default\img\forward.png
templates\default\img\graph_bar_horisontal.png
templates\default\img\img_align_left.png
templates\default\img\img_align_right.png
templates\default\img\img_align_top.png
templates\default\img\minus.png
templates\default\img\norights.png
templates\default\img\plus.png
templates\default\img\rename.png
templates\default\img\s9y_banner_small.png
templates\default\img\scale.png
templates\default\img\somerights20.gif
templates\default\img\up.png
templates\default\img\xml.gif
templates\default\img\zoom.png
templates\default\img\CVS\Entries
templates\default\img\CVS\Repository
templates\default\img\CVS\Root
templates\default\img\emoticons\CVS
templates\default\img\emoticons\cool.png
templates\default\img\emoticons\cry.png
templates\default\img\emoticons\eek.png
templates\default\img\emoticons\laugh.png
templates\default\img\emoticons\normal.png
templates\default\img\emoticons\sad.png
templates\default\img\emoticons\smile.png
templates\default\img\emoticons\tongue.png
templates\default\img\emoticons\wink.png
templates\default\img\emoticons\CVS\Entries
templates\default\img\emoticons\CVS\Repository
templates\default\img\emoticons\CVS\Root
templates\default-rtl\admin
templates\default-rtl\CVS
templates\default-rtl\img
templates\default-rtl\htmlarea.css
templates\default-rtl\info.txt
templates\default-rtl\preview.png
templates\default-rtl\style.css
templates\default-rtl\admin\CVS
templates\default-rtl\admin\img
templates\default-rtl\admin\style.css
templates\default-rtl\admin\CVS\Entries
templates\default-rtl\admin\CVS\Repository
templates\default-rtl\admin\CVS\Root
templates\default-rtl\admin\img\CVS
templates\default-rtl\admin\img\background.jpg
templates\default-rtl\admin\img\banner_background.png
templates\default-rtl\admin\img\button_background.png
templates\default-rtl\admin\img\infobar_background.png
templates\default-rtl\admin\img\menu_background.png
templates\default-rtl\admin\img\menuheader_background.png
templates\default-rtl\admin\img\CVS\Entries
templates\default-rtl\admin\img\CVS\Repository
templates\default-rtl\admin\img\CVS\Root
templates\default-rtl\CVS\Entries
templates\default-rtl\CVS\Repository
templates\default-rtl\CVS\Root
templates\default-rtl\img\CVS
templates\default-rtl\img\background.png
templates\default-rtl\img\CVS\Entries
templates\default-rtl\img\CVS\Repository
templates\default-rtl\img\CVS\Root
templates\idea\CVS
templates\idea\img
templates\idea\info.txt
templates\idea\preview.png
templates\idea\style.css
templates\idea\CVS\Entries
templates\idea\CVS\Repository
templates\idea\CVS\Root
templates\idea\img\CVS
templates\idea\img\bullet.gif
templates\idea\img\clock_face_messy_paint_runs.jpg
templates\idea\img\I_had_an_idea.jpg
templates\idea\img\quote.gif
templates\idea\img\CVS\Entries
templates\idea\img\CVS\Repository
templates\idea\img\CVS\Root
templates\kubrick\CVS
templates\kubrick\images
templates\kubrick\comments.tpl
templates\kubrick\config.inc.php
templates\kubrick\entries.tpl
templates\kubrick\index.tpl
templates\kubrick\info.txt
templates\kubrick\lang_de.inc.php
templates\kubrick\lang_en.inc.php
templates\kubrick\preview.png
templates\kubrick\sidebar.tpl
templates\kubrick\style.css
templates\kubrick\trackbacks.tpl
templates\kubrick\CVS\Entries
templates\kubrick\CVS\Repository
templates\kubrick\CVS\Root
templates\kubrick\images\CVS
templates\kubrick\images\kubrickbg.jpg
templates\kubrick\images\kubrickbgcolor.jpg
templates\kubrick\images\kubrickbgwide.jpg
templates\kubrick\images\kubrickfooter.jpg
templates\kubrick\images\kubrickheader.jpg
templates\kubrick\images\kubricklogo.jpg
templates\kubrick\images\kubrickportrait.png
templates\kubrick\images\CVS\Entries
templates\kubrick\images\CVS\Repository
templates\kubrick\images\CVS\Root
templates\mattmatt\admin
templates\mattmatt\CVS
templates\mattmatt\img
templates\mattmatt\__layout.php
templates\mattmatt\atom.css
templates\mattmatt\commentform.tpl
templates\mattmatt\commentpopup.tpl
templates\mattmatt\comments.tpl
templates\mattmatt\content.tpl
templates\mattmatt\entries.tpl
templates\mattmatt\entries_archives.tpl
templates\mattmatt\entries_summary.tpl
templates\mattmatt\htmlarea.css
templates\mattmatt\index.tpl
templates\mattmatt\info.txt
templates\mattmatt\plugin_calendar.tpl
templates\mattmatt\preview.png
templates\mattmatt\sidebar.tpl
templates\mattmatt\style.css
templates\mattmatt\trackbacks.tpl
templates\mattmatt\admin\CVS
templates\mattmatt\admin\img
templates\mattmatt\admin\style.css
templates\mattmatt\admin\CVS\Entries
templates\mattmatt\admin\CVS\Repository
templates\mattmatt\admin\CVS\Root
templates\mattmatt\admin\img\CVS
templates\mattmatt\admin\img\accept.png
templates\mattmatt\admin\img\background.jpg
templates\mattmatt\admin\img\banner_background.png
templates\mattmatt\admin\img\big_delete.png
templates\mattmatt\admin\img\big_rename.png
templates\mattmatt\admin\img\big_resize.png
templates\mattmatt\admin\img\big_rotate_ccw.png
templates\mattmatt\admin\img\big_rotate_cw.png
templates\mattmatt\admin\img\big_zoom.png
templates\mattmatt\admin\img\button_background.png
templates\mattmatt\admin\img\clock.png
templates\mattmatt\admin\img\clock_future.png
templates\mattmatt\admin\img\configure.png
templates\mattmatt\admin\img\delete.png
templates\mattmatt\admin\img\downarrow.png
templates\mattmatt\admin\img\edit.png
templates\mattmatt\admin\img\folder.png
templates\mattmatt\admin\img\infobar_background.png
templates\mattmatt\admin\img\install.png
templates\mattmatt\admin\img\install_now.png
templates\mattmatt\admin\img\install_template.png
templates\mattmatt\admin\img\menu_background.png
templates\mattmatt\admin\img\menuheader_background.png
templates\mattmatt\admin\img\menuitem.png
templates\mattmatt\admin\img\mime_unknown.png
templates\mattmatt\admin\img\next.png
templates\mattmatt\admin\img\previous.png
templates\mattmatt\admin\img\rotate.png
templates\mattmatt\admin\img\thumbnail.png
templates\mattmatt\admin\img\uparrow.png
templates\mattmatt\admin\img\upgrade_now.png
templates\mattmatt\admin\img\user_admin.png
templates\mattmatt\admin\img\user_chief.png
templates\mattmatt\admin\img\user_editor.png
templates\mattmatt\admin\img\zoom.png
templates\mattmatt\admin\img\CVS\Entries
templates\mattmatt\admin\img\CVS\Repository
templates\mattmatt\admin\img\CVS\Root
templates\mattmatt\CVS\Entries
templates\mattmatt\CVS\Repository
templates\mattmatt\CVS\Root
templates\mattmatt\img\CVS
templates\mattmatt\img\emoticons
templates\mattmatt\img\50percentback.gif
templates\mattmatt\img\back.png
templates\mattmatt\img\background.png
templates\mattmatt\img\blank.gif
templates\mattmatt\img\blank.png
templates\mattmatt\img\date_topleft_corner.gif
templates\mattmatt\img\delete.png
templates\mattmatt\img\down.png
templates\mattmatt\img\entry_date_bottomright_corn.gif
templates\mattmatt\img\eye.jpg
templates\mattmatt\img\forward.png
templates\mattmatt\img\graph_bar_horisontal.png
templates\mattmatt\img\img_align_left.png
templates\mattmatt\img\img_align_right.png
templates\mattmatt\img\img_align_top.png
templates\mattmatt\img\leftbarback.jpg
templates\mattmatt\img\minus.png
templates\mattmatt\img\norights.png
templates\mattmatt\img\plus.png
templates\mattmatt\img\rename.png
templates\mattmatt\img\rightback.png
templates\mattmatt\img\rightbar_top_background.gif
templates\mattmatt\img\s9y_banner_small.png
templates\mattmatt\img\scale.png
templates\mattmatt\img\somerights20.gif
templates\mattmatt\img\up.png
templates\mattmatt\img\xml.gif
templates\mattmatt\img\zoom.png
templates\mattmatt\img\CVS\Entries
templates\mattmatt\img\CVS\Repository
templates\mattmatt\img\CVS\Root
templates\mattmatt\img\emoticons\CVS
templates\mattmatt\img\emoticons\cool.png
templates\mattmatt\img\emoticons\cry.png
templates\mattmatt\img\emoticons\eek.png
templates\mattmatt\img\emoticons\laugh.png
templates\mattmatt\img\emoticons\normal.png
templates\mattmatt\img\emoticons\sad.png
templates\mattmatt\img\emoticons\smile.png
templates\mattmatt\img\emoticons\tongue.png
templates\mattmatt\img\emoticons\wink.png
templates\mattmatt\img\emoticons\CVS\Entries
templates\mattmatt\img\emoticons\CVS\Repository
templates\mattmatt\img\emoticons\CVS\Root
templates\moz-modern\CVS
templates\moz-modern\img
templates\moz-modern\htmlarea.css
templates\moz-modern\index.tpl
templates\moz-modern\info.txt
templates\moz-modern\preview.png
templates\moz-modern\style.css
templates\moz-modern\CVS\Entries
templates\moz-modern\CVS\Repository
templates\moz-modern\CVS\Root
templates\moz-modern\img\CVS
templates\moz-modern\img\back.png
templates\moz-modern\img\background.png
templates\moz-modern\img\background2.png
templates\moz-modern\img\forward.png
templates\moz-modern\img\CVS\Entries
templates\moz-modern\img\CVS\Repository
templates\moz-modern\img\CVS\Root
templates\mt-clean\CVS
templates\mt-clean\info.txt
templates\mt-clean\preview.png
templates\mt-clean\style.css
templates\mt-clean\CVS\Entries
templates\mt-clean\CVS\Repository
templates\mt-clean\CVS\Root
templates\mt-georgiablue\CVS
templates\mt-georgiablue\info.txt
templates\mt-georgiablue\preview.png
templates\mt-georgiablue\style.css
templates\mt-georgiablue\CVS\Entries
templates\mt-georgiablue\CVS\Repository
templates\mt-georgiablue\CVS\Root
templates\mt-gettysburg\CVS
templates\mt-gettysburg\info.txt
templates\mt-gettysburg\preview.png
templates\mt-gettysburg\style.css
templates\mt-gettysburg\CVS\Entries
templates\mt-gettysburg\CVS\Repository
templates\mt-gettysburg\CVS\Root
templates\mt-plainjane\CVS
templates\mt-plainjane\info.txt
templates\mt-plainjane\preview.png
templates\mt-plainjane\style.css
templates\mt-plainjane\CVS\Entries
templates\mt-plainjane\CVS\Repository
templates\mt-plainjane\CVS\Root
templates\mt-rusty\CVS
templates\mt-rusty\info.txt
templates\mt-rusty\preview.png
templates\mt-rusty\style.css
templates\mt-rusty\CVS\Entries
templates\mt-rusty\CVS\Repository
templates\mt-rusty\CVS\Root
templates\mt-stormy\CVS
templates\mt-stormy\inactive.txt
templates\mt-stormy\info.txt
templates\mt-stormy\style.css
templates\mt-stormy\CVS\Entries
templates\mt-stormy\CVS\Repository
templates\mt-stormy\CVS\Root
templates\mt-trendy\CVS
templates\mt-trendy\img
templates\mt-trendy\htmlarea.css
templates\mt-trendy\info.txt
templates\mt-trendy\preview.png
templates\mt-trendy\style.css
templates\mt-trendy\CVS\Entries
templates\mt-trendy\CVS\Repository
templates\mt-trendy\CVS\Root
templates\mt-trendy\img\CVS
templates\mt-trendy\img\back.png
templates\mt-trendy\img\forward.png
templates\mt-trendy\img\CVS\Entries
templates\mt-trendy\img\CVS\Repository
templates\mt-trendy\img\CVS\Root
templates\mt3-chalkboard\CVS
templates\mt3-chalkboard\info.txt
templates\mt3-chalkboard\preview.png
templates\mt3-chalkboard\style.css
templates\mt3-chalkboard\CVS\Entries
templates\mt3-chalkboard\CVS\Repository
templates\mt3-chalkboard\CVS\Root
templates\mt3-gettysburg\CVS
templates\mt3-gettysburg\info.txt
templates\mt3-gettysburg\preview.png
templates\mt3-gettysburg\style.css
templates\mt3-gettysburg\CVS\Entries
templates\mt3-gettysburg\CVS\Repository
templates\mt3-gettysburg\CVS\Root
templates\mt3-independence\CVS
templates\mt3-independence\info.txt
templates\mt3-independence\preview.png
templates\mt3-independence\style.css
templates\mt3-independence\CVS\Entries
templates\mt3-independence\CVS\Repository
templates\mt3-independence\CVS\Root
templates\mt3-squash\CVS
templates\mt3-squash\info.txt
templates\mt3-squash\preview.png
templates\mt3-squash\style.css
templates\mt3-squash\CVS\Entries
templates\mt3-squash\CVS\Repository
templates\mt3-squash\CVS\Root
templates\newspaper\CVS
templates\newspaper\img
templates\newspaper\htmlarea.css
templates\newspaper\info.txt
templates\newspaper\layout.php
templates\newspaper\preview.png
templates\newspaper\style.css
templates\newspaper\CVS\Entries
templates\newspaper\CVS\Repository
templates\newspaper\CVS\Root
templates\newspaper\img\CVS
templates\newspaper\img\shadowb.png
templates\newspaper\img\shadowbl.png
templates\newspaper\img\shadowbr.png
templates\newspaper\img\shadowr.png
templates\newspaper\img\shadowt.png
templates\newspaper\img\CVS\Entries
templates\newspaper\img\CVS\Repository
templates\newspaper\img\CVS\Root
templates\wp\CVS
templates\wp\atom.css
templates\wp\commentform.tpl
templates\wp\comments.tpl
templates\wp\content.tpl
templates\wp\entries.tpl
templates\wp\entries_archives.tpl
templates\wp\entries_summary.tpl
templates\wp\htmlarea.css
templates\wp\index.tpl
templates\wp\info.txt
templates\wp\plugin_calendar.tpl
templates\wp\sidebar.tpl
templates\wp\trackbacks.tpl
templates\wp\wp-layout.css
templates\wp\CVS\Entries
templates\wp\CVS\Repository
templates\wp\CVS\Root
templates_c\CVS
templates_c\.cvsignore
templates_c\blue^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\blue^%%48^481^4816054A%%comments.tpl.php
templates_c\blue^%%88^881^881CC653%%trackbacks.tpl.php
templates_c\blue^%%8D^8DD^8DD6496D%%commentpopup.tpl.php
templates_c\blue^%%9A^9A3^9A3F654B%%commentform.tpl.php
templates_c\blue^%%B6^B66^B6689D9B%%entries_archives.tpl.php
templates_c\blue^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\blue^%%D9^D90^D901827A%%content.tpl.php
templates_c\blue^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\default-rtl^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\default-rtl^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\default-rtl^%%D9^D90^D901827A%%content.tpl.php
templates_c\default-rtl^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\default^%%0D^0D0^0D0FC9E1%%comments.tpl.php
templates_c\default^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\default^%%48^481^4816054A%%comments.tpl.php
templates_c\default^%%4C^4C3^4C36AD9E%%plugin_calendar.tpl.php
templates_c\default^%%4C^4C3^4C36E70D%%commentform.tpl.php
templates_c\default^%%88^881^881CC653%%trackbacks.tpl.php
templates_c\default^%%8D^8DD^8DD6496D%%commentpopup.tpl.php
templates_c\default^%%9A^9A3^9A3F654B%%commentform.tpl.php
templates_c\default^%%B0^B0F^B0F1F650%%entries_summary.tpl.php
templates_c\default^%%B6^B66^B6689D9B%%entries_archives.tpl.php
templates_c\default^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\default^%%D9^D90^D901827A%%content.tpl.php
templates_c\default^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\idea^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\idea^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\idea^%%D9^D90^D901827A%%content.tpl.php
templates_c\idea^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\kubrick^%%2B^2B1^2B1F320F%%entries.tpl.php
templates_c\kubrick^%%6E^6E6^6E6DBC0A%%index.tpl.php
templates_c\kubrick^%%D9^D90^D901827A%%content.tpl.php
templates_c\kubrick^%%F1^F1C^F1C862E1%%sidebar.tpl.php
templates_c\mattmatt^%%0E^0E1^0E10F951%%comments.tpl.php
templates_c\mattmatt^%%35^358^358DAEBF%%entries_archives.tpl.php
templates_c\mattmatt^%%44^444^444FCF3F%%commentform.tpl.php
templates_c\mattmatt^%%45^450^450961C5%%commentpopup.tpl.php
templates_c\mattmatt^%%51^51F^51F2C667%%entries.tpl.php
templates_c\mattmatt^%%5A^5A9^5A90E965%%index.tpl.php
templates_c\mattmatt^%%86^864^86471547%%entries_summary.tpl.php
templates_c\mattmatt^%%8B^8B2^8B259689%%sidebar.tpl.php
templates_c\mattmatt^%%95^952^9521F5F8%%trackbacks.tpl.php
templates_c\mattmatt^%%B6^B64^B643E0D5%%content.tpl.php
templates_c\mattmatt^%%DB^DB2^DB262218%%commentform.tpl.php
templates_c\moz-modern^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\moz-modern^%%48^481^4816054A%%comments.tpl.php
templates_c\moz-modern^%%88^881^881CC653%%trackbacks.tpl.php
templates_c\moz-modern^%%8D^8DD^8DD6496D%%commentpopup.tpl.php
templates_c\moz-modern^%%9A^9A3^9A3F654B%%commentform.tpl.php
templates_c\moz-modern^%%C0^C05^C05B4C6A%%index.tpl.php
templates_c\moz-modern^%%D9^D90^D901827A%%content.tpl.php
templates_c\moz-modern^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt-clean^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt-clean^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt-clean^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt-clean^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt-georgiablue^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt-georgiablue^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt-georgiablue^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt-georgiablue^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt-gettysburg^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt-gettysburg^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt-gettysburg^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt-gettysburg^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt-rusty^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt-rusty^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt-rusty^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt-rusty^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt-trendy^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt-trendy^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt-trendy^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt-trendy^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt3-chalkboard^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt3-chalkboard^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt3-chalkboard^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt3-chalkboard^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt3-gettysburg^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt3-gettysburg^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt3-gettysburg^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt3-gettysburg^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt3-independence^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt3-independence^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt3-independence^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt3-independence^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\mt3-squash^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\mt3-squash^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\mt3-squash^%%D9^D90^D901827A%%content.tpl.php
templates_c\mt3-squash^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\newspaper^%%3E^3EB^3EB0A4C8%%entries.tpl.php
templates_c\newspaper^%%BF^BF4^BF407DC8%%index.tpl.php
templates_c\newspaper^%%E4^E46^E467F426%%sidebar.tpl.php
templates_c\package_event.xml
templates_c\package_sidebar.xml
templates_c\CVS\Entries
templates_c\CVS\Repository
templates_c\CVS\Root
uploads\fun
uploads\MA
uploads\maproject
uploads\IMG_5722.blogthmb.jpg
uploads\IMG_5722.jpg
I give up .. After deleting some plugins, the plugin manager showed up properly in the admin console btw .. the css for the admin panel seemed not to work, it was times new roman all over the place ..
This is an about-to-expire school account anyway .. I think I'll just install a new blog on my new domain ..
is it safe to back-up and over-write the db after a new install? taking to account the settings in the config table in the db?[/code]
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Wed Feb 08, 2006 2:54 pm
If the CSS does not work, you must confiugure your SErendipity to turn off "URL Rewriting".
Regards,
Garvin
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 3:44 pm
that has always been off ..
Do you think I can save the install, or should I install a new one on the other server ..
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Wed Feb 08, 2006 4:17 pm
I am still not sure what now works and what doesn't, can you explain? Maybe you also have a URL I can look at?
I think you should move to a server where you have access to your error logs.
Regards,
Garvin
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 5:27 pm
currently the blog runs at
http://www2.hku.nl/~matthij1/blog .. well, it does not exactly run, which is the problem ..
it used to work well, then I had the brilliant idea to upgrade .. so I backed-up all files and the db ..
after the upgrade, there was nothing but whiteness on the blog and the admin panel was white also .. so I tried copying the old blog over the new install, with no success .. after deleting some plugins I could get into the control panel again, but still no visible blog ..
the blog will run on a new host soon, but I'd like to see my old one running before that (being sure all old entries are saved, accessable and restorable in a new s9y version) ..
thanks for your time garv ...
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Wed Feb 08, 2006 5:39 pm
Did you try to insert that error_reporintg() and other stuff I mentioned? This usually shows you PHP errors.
I am quite sure you will get nowhere without the PHP error message. It could be a thousand things.
Regards,
Garvin
MASiR
Regular
Posts: 22 Joined: Thu Mar 31, 2005 2:30 am
Post
by MASiR » Wed Feb 08, 2006 6:34 pm
yeah I tried .. I guess my best option is to install it on a server locally, over which I have full control ..