From 8dbb1bb6057ff4d685b72bd2dbb53c932cd2202c Mon Sep 17 00:00:00 2001
From: zlaxy
Date: Wed, 6 Feb 2019 00:49:12 +0300
Subject: [PATCH] init
---
.gitignore | 28 +
bml/MANIFEST | 93 +
bml/MANIFEST.SKIP | 11 +
bml/Makefile.PL | 36 +
bml/doc/bml-notes.txt | 61 +
bml/doc/docbook/BUILD.txt | 5 +
bml/doc/docbook/appx.gfdl.xml | 450 +
bml/doc/docbook/book.ent | 35 +
bml/doc/docbook/book.xml | 15 +
bml/doc/docbook/bookinfo.xml | 35 +
bml/doc/docbook/build.pl | 88 +
bml/doc/docbook/core.xml | 115 +
bml/doc/docbook/flags.xml | 89 +
bml/doc/docbook/index.xml | 8 +
bml/doc/docbook/preface.xml | 64 +
bml/doc/docbook/tutorial.xml | 552 +
bml/lib/Apache/BML.pm | 2065 +++
bml/t/00_require.t | 40 +
bml/t/10_simple.t | 210 +
bml/t/20_render.t | 185 +
bml/test/Pblocks/scheme.look | 8 +
bml/test/_config.bml | 9 +
bml/test/bml-profile.pl | 52 +
bml/test/brads/_config.bml | 9 +
bml/test/brads/scheme.look | 9 +
bml/test/brads/test1.bml | 16 +
bml/test/brads/test1.correct | 12 +
bml/test/codeblocks/_config.bml | 9 +
bml/test/codeblocks/carry-variables.bml | 6 +
bml/test/codeblocks/carry-variables.correct | 6 +
bml/test/codeblocks/complex1.bml | 15 +
bml/test/codeblocks/complex1.correct | 4 +
bml/test/codeblocks/complex2.bml | 28 +
bml/test/codeblocks/complex2.correct | 6 +
bml/test/codeblocks/re-expand.bml | 9 +
bml/test/codeblocks/re-expand.correct | 9 +
bml/test/codeblocks/scheme.look | 4 +
bml/test/codeblocks/simple.bml | 12 +
bml/test/codeblocks/simple.correct | 12 +
bml/test/comments/_config.bml | 9 +
bml/test/comments/basic.bml | 22 +
bml/test/comments/basic.correct | 18 +
bml/test/comments/rendered.bml | 13 +
bml/test/comments/rendered.correct | 11 +
bml/test/comments/scheme.look | 6 +
bml/test/escape/_config.bml | 9 +
bml/test/escape/ea.bml | 34 +
bml/test/escape/ea.correct | 32 +
bml/test/escape/eb.bml | 7 +
bml/test/escape/eb.correct | 7 +
bml/test/escape/eh.bml | 26 +
bml/test/escape/eh.correct | 24 +
bml/test/escape/eu.bml | 3 +
bml/test/escape/eu.correct | 3 +
bml/test/escape/scheme.look | 1 +
bml/test/fake_root/_config.bml | 9 +
bml/test/fake_root/bluewhite.look | 251 +
bml/test/fake_root/bml-simple.bml | 14 +
bml/test/fake_root/bml-simple.correct | 10 +
bml/test/fake_root/bml-test.bml | 265 +
bml/test/fake_root/bml-test.correct | 245 +
bml/test/fake_root/global.look | 286 +
bml/test/include/_config.bml | 9 +
bml/test/include/loremipsum.txt | 31 +
bml/test/include/plain.bml | 6 +
bml/test/include/plain.correct | 2 +
bml/test/include/scheme.look | 1 +
bml/test/info/_config.bml | 9 +
bml/test/info/localblocks.bml | 9 +
bml/test/info/localblocks.correct | 3 +
bml/test/info/package.bml | 9 +
bml/test/info/package.correct | 2 +
bml/test/info/scheme.look | 0
bml/test/newtest.pl | 82 +
bml/test/recursion/_config.bml | 9 +
bml/test/recursion/infinite.bml | 11 +
bml/test/recursion/infinite.correct | 6 +
bml/test/recursion/nested.bml | 1 +
bml/test/recursion/nested.correct | 1 +
bml/test/recursion/scheme.look | 7 +
bml/test/syntax-errors/_config.bml | 9 +
bml/test/syntax-errors/dangling-tagopen.bml | 1 +
.../syntax-errors/dangling-tagopen.correct | 1 +
bml/test/syntax-errors/no-close.bml | 2 +
bml/test/syntax-errors/no-close.correct | 2 +
bml/test/syntax-errors/onlyopen.bml | 7 +
bml/test/syntax-errors/onlyopen.correct | 1 +
bml/test/syntax-errors/scheme.look | 2 +
bml/test/syntax-errors/spaces.bml | 12 +
bml/test/syntax-errors/spaces.correct | 11 +
bml/test/tutorial-example1/project.bml | 8 +
bml/test/tutorial-example1/project.correct | 10 +
bml/test/tutorial-example1/scheme.look | 6 +
bml/test/tutorial-example2/index.bml | 27 +
bml/test/tutorial-example2/index.correct | 27 +
bml/test/tutorial-example2/scheme.look | 2 +
bml/test/tutorial-example3/index.bml | 3 +
bml/test/tutorial-example3/index.correct | 6 +
bml/test/tutorial-example3/scheme.look | 6 +
bml/test/tutorial-example4/index.bml | 9 +
bml/test/tutorial-example4/index.correct | 9 +
bml/test/tutorial-example4/scheme.look | 11 +
bml/test/tutorial-example5/_config.bml | 9 +
bml/test/tutorial-example5/readinglist.bml | 8 +
.../tutorial-example5/readinglist.correct | 10 +
bml/test/tutorial-example5/scheme.look | 11 +
bml/test/tutorial-example6/index.bml | 4 +
bml/test/tutorial-example6/index.correct | 4 +
bml/test/tutorial-example6/scheme.look | 3 +
bml/test/tutorial-example7/index.bml | 5 +
bml/test/tutorial-example7/index.correct | 5 +
bml/test/tutorial-example7/scheme.look | 3 +
bml/test/tutorial1/_config.bml | 9 +
bml/test/tutorial1/index.bml | 21 +
bml/test/tutorial1/index.correct | 20 +
bml/test/tutorial1/scheme.look | 2 +
bml/test/tutorial2/_config.bml | 9 +
bml/test/tutorial2/index.bml | 18 +
bml/test/tutorial2/index.correct | 21 +
bml/test/tutorial2/scheme.look | 13 +
images/mood/charitycam/aliens/angry.gif | Bin 0 -> 1317 bytes
images/mood/charitycam/aliens/anxious.gif | Bin 0 -> 1055 bytes
images/mood/charitycam/aliens/artistic.gif | Bin 0 -> 2101 bytes
images/mood/charitycam/aliens/awake.gif | Bin 0 -> 1034 bytes
images/mood/charitycam/aliens/bitchy.gif | Bin 0 -> 1319 bytes
images/mood/charitycam/aliens/blank.gif | Bin 0 -> 1277 bytes
images/mood/charitycam/aliens/cold.gif | Bin 0 -> 1645 bytes
images/mood/charitycam/aliens/confused.gif | Bin 0 -> 762 bytes
images/mood/charitycam/aliens/determined.gif | Bin 0 -> 1221 bytes
images/mood/charitycam/aliens/dirty.gif | Bin 0 -> 1252 bytes
images/mood/charitycam/aliens/dorky.gif | Bin 0 -> 1073 bytes
images/mood/charitycam/aliens/drunk.gif | Bin 0 -> 1701 bytes
images/mood/charitycam/aliens/embarrased.gif | Bin 0 -> 594 bytes
images/mood/charitycam/aliens/energetic.gif | Bin 0 -> 1937 bytes
images/mood/charitycam/aliens/envious.gif | Bin 0 -> 992 bytes
images/mood/charitycam/aliens/flirty.gif | Bin 0 -> 1024 bytes
images/mood/charitycam/aliens/full.gif | Bin 0 -> 1261 bytes
images/mood/charitycam/aliens/gloomy.gif | Bin 0 -> 874 bytes
images/mood/charitycam/aliens/happy.gif | Bin 0 -> 1037 bytes
images/mood/charitycam/aliens/high.gif | Bin 0 -> 763 bytes
images/mood/charitycam/aliens/horny.gif | Bin 0 -> 2064 bytes
images/mood/charitycam/aliens/hot.gif | Bin 0 -> 1433 bytes
images/mood/charitycam/aliens/hungry.gif | Bin 0 -> 720 bytes
.../mood/charitycam/aliens/indescribable.gif | Bin 0 -> 2433 bytes
images/mood/charitycam/aliens/index.html | 80 +
images/mood/charitycam/aliens/irate.gif | Bin 0 -> 855 bytes
images/mood/charitycam/aliens/loved.gif | Bin 0 -> 1172 bytes
images/mood/charitycam/aliens/nerdy.gif | Bin 0 -> 1360 bytes
images/mood/charitycam/aliens/okay.gif | Bin 0 -> 1011 bytes
images/mood/charitycam/aliens/restless.gif | Bin 0 -> 1919 bytes
images/mood/charitycam/aliens/sad.gif | Bin 0 -> 2551 bytes
images/mood/charitycam/aliens/sick.gif | Bin 0 -> 3064 bytes
images/mood/charitycam/aliens/silly.gif | Bin 0 -> 1046 bytes
images/mood/charitycam/aliens/sleepy.gif | Bin 0 -> 1096 bytes
images/mood/charitycam/aliens/sore.gif | Bin 0 -> 2127 bytes
images/mood/charitycam/aliens/stressed.gif | Bin 0 -> 1226 bytes
images/mood/charitycam/aliens/surprised.gif | Bin 0 -> 1047 bytes
images/mood/charitycam/aliens/thirsty.gif | Bin 0 -> 2627 bytes
images/mood/charitycam/aliens/thoughtful.gif | Bin 0 -> 832 bytes
images/mood/charitycam/aliens/working.gif | Bin 0 -> 1897 bytes
images/mood/charitycam/bears/angry.gif | Bin 0 -> 1671 bytes
images/mood/charitycam/bears/artistic.gif | Bin 0 -> 2259 bytes
images/mood/charitycam/bears/awake.gif | Bin 0 -> 2749 bytes
images/mood/charitycam/bears/blank.gif | Bin 0 -> 1502 bytes
images/mood/charitycam/bears/cheerful.gif | Bin 0 -> 1707 bytes
images/mood/charitycam/bears/cold.gif | Bin 0 -> 1359 bytes
images/mood/charitycam/bears/curious.gif | Bin 0 -> 2608 bytes
images/mood/charitycam/bears/determined.gif | Bin 0 -> 1541 bytes
images/mood/charitycam/bears/dirty.gif | Bin 0 -> 2396 bytes
images/mood/charitycam/bears/drunk.gif | Bin 0 -> 2700 bytes
images/mood/charitycam/bears/envious.gif | Bin 0 -> 2831 bytes
images/mood/charitycam/bears/excited.gif | Bin 0 -> 1196 bytes
images/mood/charitycam/bears/full.gif | Bin 0 -> 3308 bytes
images/mood/charitycam/bears/gloomy.gif | Bin 0 -> 2820 bytes
images/mood/charitycam/bears/good.gif | Bin 0 -> 1512 bytes
images/mood/charitycam/bears/happy.gif | Bin 0 -> 2512 bytes
images/mood/charitycam/bears/high.gif | Bin 0 -> 2739 bytes
images/mood/charitycam/bears/hopeful.gif | Bin 0 -> 1390 bytes
images/mood/charitycam/bears/horny.gif | Bin 0 -> 1508 bytes
images/mood/charitycam/bears/hot.gif | Bin 0 -> 1440 bytes
images/mood/charitycam/bears/hungry.gif | Bin 0 -> 2634 bytes
.../mood/charitycam/bears/indescribable.gif | Bin 0 -> 3824 bytes
images/mood/charitycam/bears/index.html | 76 +
images/mood/charitycam/bears/loved.gif | Bin 0 -> 2669 bytes
images/mood/charitycam/bears/nerdy.gif | Bin 0 -> 1414 bytes
images/mood/charitycam/bears/okay.gif | Bin 0 -> 1506 bytes
images/mood/charitycam/bears/sad.gif | Bin 0 -> 2242 bytes
images/mood/charitycam/bears/scared.gif | Bin 0 -> 1191 bytes
images/mood/charitycam/bears/shocked.gif | Bin 0 -> 1198 bytes
images/mood/charitycam/bears/sick.gif | Bin 0 -> 2499 bytes
images/mood/charitycam/bears/silly.gif | Bin 0 -> 3017 bytes
images/mood/charitycam/bears/stressed.gif | Bin 0 -> 1383 bytes
images/mood/charitycam/bears/thirsty.gif | Bin 0 -> 2271 bytes
images/mood/charitycam/bears/thoughtful.gif | Bin 0 -> 2847 bytes
images/mood/charitycam/bears/tired.gif | Bin 0 -> 1587 bytes
images/mood/charitycam/bears/working.gif | Bin 0 -> 1551 bytes
images/mood/charitycam/blackbox/angry.gif | Bin 0 -> 363 bytes
images/mood/charitycam/blackbox/artistic.gif | Bin 0 -> 569 bytes
images/mood/charitycam/blackbox/bouncy.gif | Bin 0 -> 235 bytes
images/mood/charitycam/blackbox/cold.gif | Bin 0 -> 362 bytes
images/mood/charitycam/blackbox/crazy.gif | Bin 0 -> 342 bytes
images/mood/charitycam/blackbox/curious.gif | Bin 0 -> 260 bytes
.../mood/charitycam/blackbox/determined.gif | Bin 0 -> 215 bytes
images/mood/charitycam/blackbox/devilish.gif | Bin 0 -> 243 bytes
images/mood/charitycam/blackbox/dirty.gif | Bin 0 -> 324 bytes
images/mood/charitycam/blackbox/drunk.gif | Bin 0 -> 317 bytes
.../mood/charitycam/blackbox/embarrassed.gif | Bin 0 -> 254 bytes
images/mood/charitycam/blackbox/envy.gif | Bin 0 -> 238 bytes
images/mood/charitycam/blackbox/gloomy.gif | Bin 0 -> 284 bytes
images/mood/charitycam/blackbox/green.gif | Bin 0 -> 303 bytes
images/mood/charitycam/blackbox/happy.gif | Bin 0 -> 227 bytes
images/mood/charitycam/blackbox/hot.gif | Bin 0 -> 889 bytes
images/mood/charitycam/blackbox/hungry.gif | Bin 0 -> 457 bytes
images/mood/charitycam/blackbox/index.html | 71 +
images/mood/charitycam/blackbox/loved.gif | Bin 0 -> 273 bytes
images/mood/charitycam/blackbox/nerdy.gif | Bin 0 -> 225 bytes
images/mood/charitycam/blackbox/okay.gif | Bin 0 -> 202 bytes
images/mood/charitycam/blackbox/peaceful.gif | Bin 0 -> 245 bytes
images/mood/charitycam/blackbox/relaxed.gif | Bin 0 -> 188 bytes
images/mood/charitycam/blackbox/sad.gif | Bin 0 -> 257 bytes
images/mood/charitycam/blackbox/scared.gif | Bin 0 -> 239 bytes
images/mood/charitycam/blackbox/sore.gif | Bin 0 -> 250 bytes
images/mood/charitycam/blackbox/suprised.gif | Bin 0 -> 472 bytes
images/mood/charitycam/blackbox/thirsty.gif | Bin 0 -> 362 bytes
.../mood/charitycam/blackbox/thoughtful.gif | Bin 0 -> 287 bytes
images/mood/charitycam/blackbox/tired.gif | Bin 0 -> 251 bytes
images/mood/charitycam/blackbox/working.gif | Bin 0 -> 268 bytes
images/mood/charitycam/faces-animated/1.gif | Bin 0 -> 2322 bytes
images/mood/charitycam/faces-animated/10.gif | Bin 0 -> 2102 bytes
images/mood/charitycam/faces-animated/11.gif | Bin 0 -> 2361 bytes
images/mood/charitycam/faces-animated/12.gif | Bin 0 -> 2289 bytes
images/mood/charitycam/faces-animated/13.gif | Bin 0 -> 2209 bytes
images/mood/charitycam/faces-animated/14.gif | Bin 0 -> 2463 bytes
images/mood/charitycam/faces-animated/15.gif | Bin 0 -> 2118 bytes
images/mood/charitycam/faces-animated/16.gif | Bin 0 -> 2423 bytes
images/mood/charitycam/faces-animated/17.gif | Bin 0 -> 2433 bytes
images/mood/charitycam/faces-animated/18.gif | Bin 0 -> 2443 bytes
images/mood/charitycam/faces-animated/19.gif | Bin 0 -> 2269 bytes
images/mood/charitycam/faces-animated/2.gif | Bin 0 -> 2258 bytes
images/mood/charitycam/faces-animated/20.gif | Bin 0 -> 2217 bytes
images/mood/charitycam/faces-animated/21.gif | Bin 0 -> 2279 bytes
images/mood/charitycam/faces-animated/22.gif | Bin 0 -> 2488 bytes
images/mood/charitycam/faces-animated/23.gif | Bin 0 -> 2555 bytes
images/mood/charitycam/faces-animated/24.gif | Bin 0 -> 2465 bytes
images/mood/charitycam/faces-animated/25.gif | Bin 0 -> 2234 bytes
images/mood/charitycam/faces-animated/26.gif | Bin 0 -> 2278 bytes
images/mood/charitycam/faces-animated/27.gif | Bin 0 -> 2339 bytes
images/mood/charitycam/faces-animated/28.gif | Bin 0 -> 2420 bytes
images/mood/charitycam/faces-animated/29.gif | Bin 0 -> 2123 bytes
images/mood/charitycam/faces-animated/3.gif | Bin 0 -> 2345 bytes
images/mood/charitycam/faces-animated/30.gif | Bin 0 -> 2429 bytes
images/mood/charitycam/faces-animated/31.gif | Bin 0 -> 2516 bytes
images/mood/charitycam/faces-animated/32.gif | Bin 0 -> 2121 bytes
images/mood/charitycam/faces-animated/33.gif | Bin 0 -> 2352 bytes
images/mood/charitycam/faces-animated/34.gif | Bin 0 -> 2513 bytes
images/mood/charitycam/faces-animated/4.gif | Bin 0 -> 2363 bytes
images/mood/charitycam/faces-animated/5.gif | Bin 0 -> 2104 bytes
images/mood/charitycam/faces-animated/6.gif | Bin 0 -> 2404 bytes
images/mood/charitycam/faces-animated/7.gif | Bin 0 -> 2368 bytes
images/mood/charitycam/faces-animated/8.gif | Bin 0 -> 2322 bytes
images/mood/charitycam/faces-animated/9.gif | Bin 0 -> 2240 bytes
.../mood/charitycam/faces-animated/index.html | 75 +
images/mood/charitycam/faces/1.gif | Bin 0 -> 1607 bytes
images/mood/charitycam/faces/10.gif | Bin 0 -> 1530 bytes
images/mood/charitycam/faces/11.gif | Bin 0 -> 1604 bytes
images/mood/charitycam/faces/12.gif | Bin 0 -> 1672 bytes
images/mood/charitycam/faces/13.gif | Bin 0 -> 1532 bytes
images/mood/charitycam/faces/14.gif | Bin 0 -> 1648 bytes
images/mood/charitycam/faces/15.gif | Bin 0 -> 1517 bytes
images/mood/charitycam/faces/16.gif | Bin 0 -> 1649 bytes
images/mood/charitycam/faces/17.gif | Bin 0 -> 1622 bytes
images/mood/charitycam/faces/18.gif | Bin 0 -> 1634 bytes
images/mood/charitycam/faces/19.gif | Bin 0 -> 1594 bytes
images/mood/charitycam/faces/2.gif | Bin 0 -> 1617 bytes
images/mood/charitycam/faces/20.gif | Bin 0 -> 1530 bytes
images/mood/charitycam/faces/21.gif | Bin 0 -> 1594 bytes
images/mood/charitycam/faces/22.gif | Bin 0 -> 1648 bytes
images/mood/charitycam/faces/23.gif | Bin 0 -> 1683 bytes
images/mood/charitycam/faces/24.gif | Bin 0 -> 1611 bytes
images/mood/charitycam/faces/25.gif | Bin 0 -> 1572 bytes
images/mood/charitycam/faces/26.gif | Bin 0 -> 1516 bytes
images/mood/charitycam/faces/27.gif | Bin 0 -> 1553 bytes
images/mood/charitycam/faces/28.gif | Bin 0 -> 1617 bytes
images/mood/charitycam/faces/29.gif | Bin 0 -> 1531 bytes
images/mood/charitycam/faces/3.gif | Bin 0 -> 1572 bytes
images/mood/charitycam/faces/30.gif | Bin 0 -> 1632 bytes
images/mood/charitycam/faces/31.gif | Bin 0 -> 1659 bytes
images/mood/charitycam/faces/32.gif | Bin 0 -> 1495 bytes
images/mood/charitycam/faces/33.gif | Bin 0 -> 1588 bytes
images/mood/charitycam/faces/34.gif | Bin 0 -> 1969 bytes
images/mood/charitycam/faces/4.gif | Bin 0 -> 1602 bytes
images/mood/charitycam/faces/5.gif | Bin 0 -> 1472 bytes
images/mood/charitycam/faces/6.gif | Bin 0 -> 1619 bytes
images/mood/charitycam/faces/7.gif | Bin 0 -> 1599 bytes
images/mood/charitycam/faces/8.gif | Bin 0 -> 1621 bytes
images/mood/charitycam/faces/9.gif | Bin 0 -> 1557 bytes
images/mood/charitycam/faces/index.html | 75 +
images/mood/charitycam/flowers/angry.gif | Bin 0 -> 1406 bytes
images/mood/charitycam/flowers/artistic.gif | Bin 0 -> 2623 bytes
images/mood/charitycam/flowers/blank.gif | Bin 0 -> 1524 bytes
images/mood/charitycam/flowers/cold.gif | Bin 0 -> 1622 bytes
images/mood/charitycam/flowers/confused.gif | Bin 0 -> 1943 bytes
images/mood/charitycam/flowers/dirty.gif | Bin 0 -> 2852 bytes
images/mood/charitycam/flowers/drunk.gif | Bin 0 -> 2029 bytes
images/mood/charitycam/flowers/envious.gif | Bin 0 -> 2237 bytes
images/mood/charitycam/flowers/excited.gif | Bin 0 -> 1907 bytes
images/mood/charitycam/flowers/full.gif | Bin 0 -> 2405 bytes
images/mood/charitycam/flowers/gloomy.gif | Bin 0 -> 2662 bytes
images/mood/charitycam/flowers/goofy.gif | Bin 0 -> 2042 bytes
images/mood/charitycam/flowers/happy.gif | Bin 0 -> 1895 bytes
images/mood/charitycam/flowers/high.gif | Bin 0 -> 1928 bytes
images/mood/charitycam/flowers/horny.gif | Bin 0 -> 1847 bytes
images/mood/charitycam/flowers/hot.gif | Bin 0 -> 2876 bytes
.../mood/charitycam/flowers/indescribable.gif | Bin 0 -> 2424 bytes
images/mood/charitycam/flowers/index.html | 74 +
images/mood/charitycam/flowers/loved.gif | Bin 0 -> 1964 bytes
images/mood/charitycam/flowers/nerdy.gif | Bin 0 -> 1118 bytes
images/mood/charitycam/flowers/okay.gif | Bin 0 -> 1711 bytes
images/mood/charitycam/flowers/pissed.gif | Bin 0 -> 1623 bytes
.../mood/charitycam/flowers/rejuvenated.gif | Bin 0 -> 3744 bytes
images/mood/charitycam/flowers/restless.gif | Bin 0 -> 1295 bytes
images/mood/charitycam/flowers/sad.gif | Bin 0 -> 2000 bytes
images/mood/charitycam/flowers/scared.gif | Bin 0 -> 1084 bytes
images/mood/charitycam/flowers/shocked.gif | Bin 0 -> 1411 bytes
images/mood/charitycam/flowers/sick.gif | Bin 0 -> 2123 bytes
images/mood/charitycam/flowers/silly.gif | Bin 0 -> 2670 bytes
images/mood/charitycam/flowers/sore.gif | Bin 0 -> 2166 bytes
images/mood/charitycam/flowers/stressed.gif | Bin 0 -> 1517 bytes
images/mood/charitycam/flowers/thirsty.gif | Bin 0 -> 2604 bytes
images/mood/charitycam/flowers/thoughtful.gif | Bin 0 -> 1932 bytes
images/mood/charitycam/flowers/tired.gif | Bin 0 -> 1869 bytes
images/mood/charitycam/frogs/angry.gif | Bin 0 -> 1410 bytes
images/mood/charitycam/frogs/artistic.gif | Bin 0 -> 2369 bytes
images/mood/charitycam/frogs/awake.gif | Bin 0 -> 2867 bytes
images/mood/charitycam/frogs/blank.gif | Bin 0 -> 1298 bytes
images/mood/charitycam/frogs/cold.gif | Bin 0 -> 1348 bytes
images/mood/charitycam/frogs/confused.gif | Bin 0 -> 1351 bytes
images/mood/charitycam/frogs/determined.gif | Bin 0 -> 1341 bytes
images/mood/charitycam/frogs/dirty.gif | Bin 0 -> 3116 bytes
images/mood/charitycam/frogs/drunk.gif | Bin 0 -> 1491 bytes
images/mood/charitycam/frogs/embarrassed.gif | Bin 0 -> 1790 bytes
images/mood/charitycam/frogs/energetic.gif | Bin 0 -> 1315 bytes
images/mood/charitycam/frogs/envious.gif | Bin 0 -> 3072 bytes
images/mood/charitycam/frogs/flirty.gif | Bin 0 -> 1552 bytes
images/mood/charitycam/frogs/full.gif | Bin 0 -> 1878 bytes
images/mood/charitycam/frogs/gloomy.gif | Bin 0 -> 1749 bytes
images/mood/charitycam/frogs/happy.gif | Bin 0 -> 1315 bytes
images/mood/charitycam/frogs/high.gif | Bin 0 -> 1383 bytes
images/mood/charitycam/frogs/hopeful.gif | Bin 0 -> 1618 bytes
images/mood/charitycam/frogs/horny.gif | Bin 0 -> 1314 bytes
images/mood/charitycam/frogs/hungry.gif | Bin 0 -> 2651 bytes
.../mood/charitycam/frogs/indescribable.gif | Bin 0 -> 2736 bytes
images/mood/charitycam/frogs/index.html | 76 +
images/mood/charitycam/frogs/loved.gif | Bin 0 -> 1388 bytes
images/mood/charitycam/frogs/melancholy.gif | Bin 0 -> 2496 bytes
images/mood/charitycam/frogs/nauseated.gif | Bin 0 -> 2527 bytes
images/mood/charitycam/frogs/nerdy.gif | Bin 0 -> 1166 bytes
images/mood/charitycam/frogs/okay.gif | Bin 0 -> 1299 bytes
images/mood/charitycam/frogs/refreshed.gif | Bin 0 -> 3614 bytes
images/mood/charitycam/frogs/sad.gif | Bin 0 -> 2596 bytes
images/mood/charitycam/frogs/scared.gif | Bin 0 -> 1253 bytes
images/mood/charitycam/frogs/sick.gif | Bin 0 -> 1254 bytes
images/mood/charitycam/frogs/silly.gif | Bin 0 -> 2458 bytes
images/mood/charitycam/frogs/stressed.gif | Bin 0 -> 1379 bytes
images/mood/charitycam/frogs/thirsty.gif | Bin 0 -> 1426 bytes
images/mood/charitycam/frogs/thoughtful.gif | Bin 0 -> 2658 bytes
images/mood/charitycam/frogs/tired.gif | Bin 0 -> 1411 bytes
images/mood/charitycam/goth_boy/angry.gif | Bin 0 -> 1106 bytes
images/mood/charitycam/goth_boy/artistic.gif | Bin 0 -> 547 bytes
images/mood/charitycam/goth_boy/awake.gif | Bin 0 -> 830 bytes
images/mood/charitycam/goth_boy/blank.gif | Bin 0 -> 814 bytes
images/mood/charitycam/goth_boy/bouncy.gif | Bin 0 -> 755 bytes
images/mood/charitycam/goth_boy/cold.gif | Bin 0 -> 683 bytes
images/mood/charitycam/goth_boy/confused.gif | Bin 0 -> 1514 bytes
.../mood/charitycam/goth_boy/determined.gif | Bin 0 -> 1018 bytes
images/mood/charitycam/goth_boy/devlish.gif | Bin 0 -> 1016 bytes
images/mood/charitycam/goth_boy/dirty.gif | Bin 0 -> 1110 bytes
images/mood/charitycam/goth_boy/drunk.gif | Bin 0 -> 1117 bytes
.../mood/charitycam/goth_boy/embarrased.gif | Bin 0 -> 409 bytes
images/mood/charitycam/goth_boy/envious.gif | Bin 0 -> 1054 bytes
images/mood/charitycam/goth_boy/full.gif | Bin 0 -> 1150 bytes
images/mood/charitycam/goth_boy/gloomy.gif | Bin 0 -> 1318 bytes
images/mood/charitycam/goth_boy/happy.gif | Bin 0 -> 1007 bytes
images/mood/charitycam/goth_boy/high.gif | Bin 0 -> 1106 bytes
images/mood/charitycam/goth_boy/hot.gif | Bin 0 -> 609 bytes
images/mood/charitycam/goth_boy/hungry.gif | Bin 0 -> 322 bytes
images/mood/charitycam/goth_boy/index.html | 74 +
images/mood/charitycam/goth_boy/loved.gif | Bin 0 -> 625 bytes
images/mood/charitycam/goth_boy/nerdy.gif | Bin 0 -> 1060 bytes
images/mood/charitycam/goth_boy/okay.gif | Bin 0 -> 1010 bytes
images/mood/charitycam/goth_boy/sad.gif | Bin 0 -> 1859 bytes
images/mood/charitycam/goth_boy/scared.gif | Bin 0 -> 499 bytes
images/mood/charitycam/goth_boy/shocked.gif | Bin 0 -> 1183 bytes
images/mood/charitycam/goth_boy/sick.gif | Bin 0 -> 1680 bytes
images/mood/charitycam/goth_boy/silly.gif | Bin 0 -> 1569 bytes
images/mood/charitycam/goth_boy/sleepy.gif | Bin 0 -> 1045 bytes
images/mood/charitycam/goth_boy/stressed.gif | Bin 0 -> 692 bytes
images/mood/charitycam/goth_boy/thirsty.gif | Bin 0 -> 1241 bytes
.../mood/charitycam/goth_boy/thoughtful.gif | Bin 0 -> 1393 bytes
images/mood/charitycam/goth_boy/tired.gif | Bin 0 -> 1014 bytes
images/mood/charitycam/goth_boy/working.gif | Bin 0 -> 460 bytes
images/mood/charitycam/goth_girl/angry.gif | Bin 0 -> 771 bytes
images/mood/charitycam/goth_girl/artistic.gif | Bin 0 -> 751 bytes
images/mood/charitycam/goth_girl/cold.gif | Bin 0 -> 2172 bytes
images/mood/charitycam/goth_girl/curious.gif | Bin 0 -> 806 bytes
.../mood/charitycam/goth_girl/determined.gif | Bin 0 -> 815 bytes
images/mood/charitycam/goth_girl/devious.gif | Bin 0 -> 437 bytes
images/mood/charitycam/goth_girl/dirty.gif | Bin 0 -> 1430 bytes
images/mood/charitycam/goth_girl/drunk.gif | Bin 0 -> 723 bytes
.../mood/charitycam/goth_girl/energetic.gif | Bin 0 -> 648 bytes
images/mood/charitycam/goth_girl/envious.gif | Bin 0 -> 1044 bytes
images/mood/charitycam/goth_girl/full.gif | Bin 0 -> 646 bytes
images/mood/charitycam/goth_girl/gloomy.gif | Bin 0 -> 523 bytes
images/mood/charitycam/goth_girl/happy.gif | Bin 0 -> 656 bytes
images/mood/charitycam/goth_girl/high.gif | Bin 0 -> 1724 bytes
images/mood/charitycam/goth_girl/hot.gif | Bin 0 -> 1929 bytes
images/mood/charitycam/goth_girl/hungry.gif | Bin 0 -> 464 bytes
images/mood/charitycam/goth_girl/index.html | 70 +
images/mood/charitycam/goth_girl/loved.gif | Bin 0 -> 698 bytes
images/mood/charitycam/goth_girl/nerdy.gif | Bin 0 -> 910 bytes
images/mood/charitycam/goth_girl/okay.gif | Bin 0 -> 638 bytes
images/mood/charitycam/goth_girl/sad.gif | Bin 0 -> 763 bytes
images/mood/charitycam/goth_girl/scared.gif | Bin 0 -> 721 bytes
images/mood/charitycam/goth_girl/sick.gif | Bin 0 -> 2383 bytes
images/mood/charitycam/goth_girl/silly.gif | Bin 0 -> 1672 bytes
images/mood/charitycam/goth_girl/sleepy.gif | Bin 0 -> 651 bytes
images/mood/charitycam/goth_girl/stressed.gif | Bin 0 -> 734 bytes
.../mood/charitycam/goth_girl/surprised.gif | Bin 0 -> 588 bytes
images/mood/charitycam/goth_girl/thirsty.gif | Bin 0 -> 2232 bytes
.../mood/charitycam/goth_girl/thoughtful.gif | Bin 0 -> 967 bytes
images/mood/charitycam/goth_girl/working.gif | Bin 0 -> 572 bytes
images/mood/charitycam/index.html | 53 +
images/mood/charitycam/mice/angel.gif | Bin 0 -> 1066 bytes
images/mood/charitycam/mice/angry.gif | Bin 0 -> 1168 bytes
images/mood/charitycam/mice/artistic.gif | Bin 0 -> 2988 bytes
images/mood/charitycam/mice/blank.gif | Bin 0 -> 403 bytes
images/mood/charitycam/mice/bouncy.gif | Bin 0 -> 723 bytes
images/mood/charitycam/mice/cold.gif | Bin 0 -> 769 bytes
images/mood/charitycam/mice/curious.gif | Bin 0 -> 1177 bytes
images/mood/charitycam/mice/determined.gif | Bin 0 -> 530 bytes
images/mood/charitycam/mice/devilish.gif | Bin 0 -> 704 bytes
images/mood/charitycam/mice/drunk.gif | Bin 0 -> 1986 bytes
images/mood/charitycam/mice/embarrassed.gif | Bin 0 -> 552 bytes
images/mood/charitycam/mice/envious.gif | Bin 0 -> 552 bytes
images/mood/charitycam/mice/full.gif | Bin 0 -> 656 bytes
images/mood/charitycam/mice/gloomy.gif | Bin 0 -> 663 bytes
images/mood/charitycam/mice/happy.gif | Bin 0 -> 532 bytes
images/mood/charitycam/mice/high.gif | Bin 0 -> 540 bytes
images/mood/charitycam/mice/hot.gif | Bin 0 -> 1322 bytes
images/mood/charitycam/mice/hungry.gif | Bin 0 -> 634 bytes
images/mood/charitycam/mice/indescribable.gif | Bin 0 -> 692 bytes
images/mood/charitycam/mice/index.html | 73 +
images/mood/charitycam/mice/lethargic.gif | Bin 0 -> 470 bytes
images/mood/charitycam/mice/loved.gif | Bin 0 -> 1177 bytes
images/mood/charitycam/mice/nerdy.gif | Bin 0 -> 675 bytes
images/mood/charitycam/mice/sad.gif | Bin 0 -> 1334 bytes
images/mood/charitycam/mice/sick.gif | Bin 0 -> 601 bytes
images/mood/charitycam/mice/silly.gif | Bin 0 -> 554 bytes
images/mood/charitycam/mice/sleepy.gif | Bin 0 -> 776 bytes
images/mood/charitycam/mice/sore.gif | Bin 0 -> 557 bytes
images/mood/charitycam/mice/stressed.gif | Bin 0 -> 1948 bytes
images/mood/charitycam/mice/surprised.gif | Bin 0 -> 640 bytes
images/mood/charitycam/mice/thirsty.gif | Bin 0 -> 1421 bytes
images/mood/charitycam/mice/thoughtful.gif | Bin 0 -> 672 bytes
images/mood/charitycam/mice/worried.gif | Bin 0 -> 467 bytes
images/mood/charitycam/stars/angry.gif | Bin 0 -> 2154 bytes
images/mood/charitycam/stars/artistic.gif | Bin 0 -> 2381 bytes
images/mood/charitycam/stars/awake.gif | Bin 0 -> 1777 bytes
images/mood/charitycam/stars/bitchy.gif | Bin 0 -> 1755 bytes
images/mood/charitycam/stars/blank.gif | Bin 0 -> 1789 bytes
.../charitycam/stars/charitycam-star1.gif | Bin 0 -> 2386 bytes
images/mood/charitycam/stars/cold.gif | Bin 0 -> 1186 bytes
images/mood/charitycam/stars/confused.gif | Bin 0 -> 1545 bytes
images/mood/charitycam/stars/crazy.gif | Bin 0 -> 916 bytes
images/mood/charitycam/stars/determined.gif | Bin 0 -> 1226 bytes
images/mood/charitycam/stars/devious.gif | Bin 0 -> 1655 bytes
images/mood/charitycam/stars/dirty.gif | Bin 0 -> 2748 bytes
images/mood/charitycam/stars/drunk.gif | Bin 0 -> 1496 bytes
images/mood/charitycam/stars/embarrassed.gif | Bin 0 -> 947 bytes
images/mood/charitycam/stars/energetic.gif | Bin 0 -> 1316 bytes
images/mood/charitycam/stars/enthralled.gif | Bin 0 -> 1995 bytes
images/mood/charitycam/stars/envious.gif | Bin 0 -> 1622 bytes
images/mood/charitycam/stars/flirt.gif | Bin 0 -> 1910 bytes
images/mood/charitycam/stars/gloomy.gif | Bin 0 -> 2269 bytes
images/mood/charitycam/stars/happy.gif | Bin 0 -> 1839 bytes
images/mood/charitycam/stars/high.gif | Bin 0 -> 882 bytes
images/mood/charitycam/stars/hot.gif | Bin 0 -> 2099 bytes
images/mood/charitycam/stars/hungry.gif | Bin 0 -> 1360 bytes
.../mood/charitycam/stars/indescribable.gif | Bin 0 -> 2312 bytes
images/mood/charitycam/stars/index.html | 81 +
images/mood/charitycam/stars/lazy.gif | Bin 0 -> 1816 bytes
images/mood/charitycam/stars/nerdy.gif | Bin 0 -> 1067 bytes
images/mood/charitycam/stars/okay.gif | Bin 0 -> 1900 bytes
images/mood/charitycam/stars/peaceful.gif | Bin 0 -> 1757 bytes
images/mood/charitycam/stars/pessimistic.gif | Bin 0 -> 1602 bytes
images/mood/charitycam/stars/sad.gif | Bin 0 -> 2445 bytes
images/mood/charitycam/stars/scared.gif | Bin 0 -> 1049 bytes
images/mood/charitycam/stars/sick.gif | Bin 0 -> 3220 bytes
images/mood/charitycam/stars/silly.gif | Bin 0 -> 1326 bytes
images/mood/charitycam/stars/sore.gif | Bin 0 -> 2003 bytes
images/mood/charitycam/stars/stressed.gif | Bin 0 -> 1427 bytes
images/mood/charitycam/stars/surprised.gif | Bin 0 -> 1299 bytes
images/mood/charitycam/stars/thirsty.gif | Bin 0 -> 2510 bytes
images/mood/charitycam/stars/thoughtful.gif | Bin 0 -> 1380 bytes
images/mood/charitycam/stars/tired.gif | Bin 0 -> 1919 bytes
images/mood/charitycam/stars/working.gif | Bin 0 -> 1095 bytes
images/mood/charitycam/suns/angry.gif | Bin 0 -> 1559 bytes
images/mood/charitycam/suns/artistic.gif | Bin 0 -> 2262 bytes
images/mood/charitycam/suns/awake.gif | Bin 0 -> 3736 bytes
images/mood/charitycam/suns/blah.gif | Bin 0 -> 1719 bytes
images/mood/charitycam/suns/blank.gif | Bin 0 -> 1439 bytes
images/mood/charitycam/suns/cold.gif | Bin 0 -> 1289 bytes
images/mood/charitycam/suns/confused.gif | Bin 0 -> 2819 bytes
images/mood/charitycam/suns/determined.gif | Bin 0 -> 1209 bytes
images/mood/charitycam/suns/drunk.gif | Bin 0 -> 1918 bytes
images/mood/charitycam/suns/energetic.gif | Bin 0 -> 1768 bytes
images/mood/charitycam/suns/envious.gif | Bin 0 -> 2668 bytes
images/mood/charitycam/suns/examinate.gif | Bin 0 -> 2975 bytes
images/mood/charitycam/suns/full.gif | Bin 0 -> 1881 bytes
images/mood/charitycam/suns/gloomy.gif | Bin 0 -> 3052 bytes
images/mood/charitycam/suns/good.gif | Bin 0 -> 1465 bytes
images/mood/charitycam/suns/happy.gif | Bin 0 -> 2827 bytes
images/mood/charitycam/suns/high.gif | Bin 0 -> 1595 bytes
images/mood/charitycam/suns/horny.gif | Bin 0 -> 1219 bytes
images/mood/charitycam/suns/hot.gif | Bin 0 -> 2799 bytes
images/mood/charitycam/suns/hungry.gif | Bin 0 -> 3335 bytes
images/mood/charitycam/suns/indescribable.gif | Bin 0 -> 3669 bytes
images/mood/charitycam/suns/index.html | 74 +
images/mood/charitycam/suns/loved.gif | Bin 0 -> 2783 bytes
images/mood/charitycam/suns/okay.gif | Bin 0 -> 2582 bytes
images/mood/charitycam/suns/sad.gif | Bin 0 -> 2594 bytes
images/mood/charitycam/suns/scared.gif | Bin 0 -> 1741 bytes
images/mood/charitycam/suns/sick.gif | Bin 0 -> 2671 bytes
images/mood/charitycam/suns/silly.gif | Bin 0 -> 3857 bytes
images/mood/charitycam/suns/sore.gif | Bin 0 -> 2154 bytes
images/mood/charitycam/suns/surprised.gif | Bin 0 -> 1768 bytes
images/mood/charitycam/suns/thirsty.gif | Bin 0 -> 1227 bytes
images/mood/charitycam/suns/thoughtful.gif | Bin 0 -> 3057 bytes
images/mood/charitycam/suns/tired.gif | Bin 0 -> 1570 bytes
images/mood/charitycam/suns/working.gif | Bin 0 -> 1143 bytes
images/mood/classic/angry.gif | Bin 0 -> 94 bytes
images/mood/classic/biggrin.gif | Bin 0 -> 899 bytes
images/mood/classic/blah.gif | Bin 0 -> 92 bytes
images/mood/classic/blush.gif | Bin 0 -> 99 bytes
images/mood/classic/clean.pl | 27 +
images/mood/classic/confused.gif | Bin 0 -> 112 bytes
images/mood/classic/confused2.gif | Bin 0 -> 110 bytes
images/mood/classic/cool.gif | Bin 0 -> 124 bytes
images/mood/classic/devious.gif | Bin 0 -> 913 bytes
images/mood/classic/dizzy.gif | Bin 0 -> 367 bytes
images/mood/classic/drunk.gif | Bin 0 -> 114 bytes
images/mood/classic/eek.gif | Bin 0 -> 1264 bytes
images/mood/classic/energetic.gif | Bin 0 -> 313 bytes
images/mood/classic/frown.gif | Bin 0 -> 94 bytes
images/mood/classic/index.html | 62 +
images/mood/classic/laugh.gif | Bin 0 -> 158 bytes
images/mood/classic/sad.gif | Bin 0 -> 95 bytes
images/mood/classic/shock.gif | Bin 0 -> 93 bytes
images/mood/classic/sick.gif | Bin 0 -> 94 bytes
images/mood/classic/smile.gif | Bin 0 -> 93 bytes
images/mood/classic/thinking.gif | Bin 0 -> 129 bytes
images/mood/classic/tired.gif | Bin 0 -> 108 bytes
images/mood/classic/wink.gif | Bin 0 -> 91 bytes
images/mood/ibrad/alien.gif | Bin 0 -> 94 bytes
images/mood/ibrad/angry.gif | Bin 0 -> 154 bytes
images/mood/ibrad/asleep.gif | Bin 0 -> 442 bytes
images/mood/ibrad/biggrin.gif | Bin 0 -> 152 bytes
images/mood/ibrad/bigsmile.gif | Bin 0 -> 140 bytes
images/mood/ibrad/bigwink.gif | Bin 0 -> 135 bytes
images/mood/ibrad/clam.gif | Bin 0 -> 807 bytes
images/mood/ibrad/confused.gif | Bin 0 -> 110 bytes
images/mood/ibrad/cool.gif | Bin 0 -> 124 bytes
images/mood/ibrad/dead.gif | Bin 0 -> 890 bytes
images/mood/ibrad/devil.gif | Bin 0 -> 96 bytes
images/mood/ibrad/disbelief.gif | Bin 0 -> 1264 bytes
images/mood/ibrad/disgruntled.gif | Bin 0 -> 983 bytes
images/mood/ibrad/embarrassed.gif | Bin 0 -> 136 bytes
images/mood/ibrad/erked.gif | Bin 0 -> 92 bytes
images/mood/ibrad/flirty.gif | Bin 0 -> 923 bytes
images/mood/ibrad/frown.gif | Bin 0 -> 94 bytes
images/mood/ibrad/googlyeyes.gif | Bin 0 -> 367 bytes
images/mood/ibrad/hot.gif | Bin 0 -> 1793 bytes
images/mood/ibrad/index.html | 84 +
images/mood/ibrad/laugh.gif | Bin 0 -> 158 bytes
images/mood/ibrad/licklips.gif | Bin 0 -> 587 bytes
images/mood/ibrad/lonely.gif | Bin 0 -> 348 bytes
images/mood/ibrad/loved.gif | Bin 0 -> 379 bytes
images/mood/ibrad/macfrown.gif | Bin 0 -> 113 bytes
images/mood/ibrad/mactongue.gif | Bin 0 -> 161 bytes
images/mood/ibrad/macwink.gif | Bin 0 -> 113 bytes
images/mood/ibrad/naughty.gif | Bin 0 -> 343 bytes
images/mood/ibrad/nerd.gif | Bin 0 -> 139 bytes
images/mood/ibrad/ohcrap.gif | Bin 0 -> 880 bytes
images/mood/ibrad/paranoid.gif | Bin 0 -> 657 bytes
images/mood/ibrad/rolleyes.gif | Bin 0 -> 1784 bytes
images/mood/ibrad/rollingeyes.gif | Bin 0 -> 223 bytes
images/mood/ibrad/rotate.gif | Bin 0 -> 982 bytes
images/mood/ibrad/sleep.gif | Bin 0 -> 608 bytes
images/mood/ibrad/smile.gif | Bin 0 -> 93 bytes
images/mood/ibrad/sql.txt | 98 +
images/mood/ibrad/switching.gif | Bin 0 -> 2277 bytes
images/mood/ibrad/talking.gif | Bin 0 -> 819 bytes
images/mood/ibrad/tongue.gif | Bin 0 -> 338 bytes
images/mood/ibrad/uhoh.gif | Bin 0 -> 1032 bytes
images/mood/ibrad/unhappy.gif | Bin 0 -> 229 bytes
images/mood/ibrad/upsidedown.gif | Bin 0 -> 876 bytes
images/mood/ibrad/wink.gif | Bin 0 -> 970 bytes
images/mood/ibrad/yawn.gif | Bin 0 -> 676 bytes
images/mood/index.html | 56 +
images/mood/moonsis/amused.gif | Bin 0 -> 448 bytes
images/mood/moonsis/angelic.gif | Bin 0 -> 3099 bytes
images/mood/moonsis/angry.gif | Bin 0 -> 420 bytes
images/mood/moonsis/blue.gif | Bin 0 -> 1369 bytes
images/mood/moonsis/calm.gif | Bin 0 -> 404 bytes
images/mood/moonsis/cold.gif | Bin 0 -> 905 bytes
images/mood/moonsis/confused.gif | Bin 0 -> 682 bytes
images/mood/moonsis/content.gif | Bin 0 -> 475 bytes
images/mood/moonsis/curious.gif | Bin 0 -> 627 bytes
images/mood/moonsis/depressed.gif | Bin 0 -> 565 bytes
images/mood/moonsis/dorknerdy.gif | Bin 0 -> 438 bytes
images/mood/moonsis/drained.gif | Bin 0 -> 467 bytes
images/mood/moonsis/drunk.gif | Bin 0 -> 1232 bytes
images/mood/moonsis/embarrassed.gif | Bin 0 -> 1189 bytes
images/mood/moonsis/energetic.gif | Bin 0 -> 783 bytes
images/mood/moonsis/envious.gif | Bin 0 -> 1624 bytes
images/mood/moonsis/exhausted.gif | Bin 0 -> 676 bytes
images/mood/moonsis/filrty.gif | Bin 0 -> 544 bytes
images/mood/moonsis/flirty.gif | Bin 0 -> 544 bytes
images/mood/moonsis/full.gif | Bin 0 -> 2998 bytes
images/mood/moonsis/grumpy.gif | Bin 0 -> 452 bytes
images/mood/moonsis/happy.gif | Bin 0 -> 404 bytes
images/mood/moonsis/high.gif | Bin 0 -> 644 bytes
images/mood/moonsis/horny.gif | Bin 0 -> 672 bytes
images/mood/moonsis/hot.gif | Bin 0 -> 2146 bytes
images/mood/moonsis/hungry.gif | Bin 0 -> 1275 bytes
images/mood/moonsis/hyper.gif | Bin 0 -> 658 bytes
images/mood/moonsis/indescribable.gif | Bin 0 -> 1309 bytes
images/mood/moonsis/index.html | 92 +
images/mood/moonsis/lazyrelaxed.gif | Bin 0 -> 2216 bytes
images/mood/moonsis/lonely.gif | Bin 0 -> 589 bytes
images/mood/moonsis/loved.gif | Bin 0 -> 3295 bytes
images/mood/moonsis/mischievous.gif | Bin 0 -> 801 bytes
images/mood/moonsis/mischivious.gif | Bin 0 -> 801 bytes
images/mood/moonsis/okay.gif | Bin 0 -> 399 bytes
images/mood/moonsis/pensive.gif | Bin 0 -> 786 bytes
images/mood/moonsis/pissedoff.gif | Bin 0 -> 578 bytes
images/mood/moonsis/prepare.pl | 63 +
images/mood/moonsis/relaxed.gif | Bin 0 -> 3917 bytes
images/mood/moonsis/relieved.gif | Bin 0 -> 402 bytes
images/mood/moonsis/restless.gif | Bin 0 -> 1061 bytes
images/mood/moonsis/sad.gif | Bin 0 -> 708 bytes
images/mood/moonsis/scared.gif | Bin 0 -> 414 bytes
images/mood/moonsis/sick.gif | Bin 0 -> 2015 bytes
images/mood/moonsis/silly.gif | Bin 0 -> 658 bytes
images/mood/moonsis/sleepy.gif | Bin 0 -> 666 bytes
images/mood/moonsis/sqlstuff.txt | 160 +
images/mood/moonsis/stars/green/achy_sg.gif | Bin 0 -> 991 bytes
.../mood/moonsis/stars/green/angelic_sg.gif | Bin 0 -> 1916 bytes
images/mood/moonsis/stars/green/angry_sg.gif | Bin 0 -> 1607 bytes
.../mood/moonsis/stars/green/artistic_sg.gif | Bin 0 -> 2373 bytes
images/mood/moonsis/stars/green/awake_sg.gif | Bin 0 -> 1477 bytes
images/mood/moonsis/stars/green/blank_sg.gif | Bin 0 -> 1512 bytes
images/mood/moonsis/stars/green/bored_sg.gif | Bin 0 -> 1528 bytes
images/mood/moonsis/stars/green/busy_sg.gif | Bin 0 -> 1546 bytes
images/mood/moonsis/stars/green/cold_sg.gif | Bin 0 -> 1640 bytes
.../mood/moonsis/stars/green/confused_sg.gif | Bin 0 -> 1644 bytes
.../mood/moonsis/stars/green/dancing_sg.gif | Bin 0 -> 2051 bytes
images/mood/moonsis/stars/green/dirty_sg.gif | Bin 0 -> 1845 bytes
images/mood/moonsis/stars/green/drunk_sg.gif | Bin 0 -> 1669 bytes
.../moonsis/stars/green/emberassed_sg.gif | Bin 0 -> 2360 bytes
.../mood/moonsis/stars/green/envious_sg.gif | Bin 0 -> 2364 bytes
.../mood/moonsis/stars/green/exhausted_sg.gif | Bin 0 -> 1584 bytes
.../mood/moonsis/stars/green/festive_sg.gif | Bin 0 -> 1665 bytes
images/mood/moonsis/stars/green/full_sg.gif | Bin 0 -> 1775 bytes
images/mood/moonsis/stars/green/grumpy_sg.gif | Bin 0 -> 2294 bytes
images/mood/moonsis/stars/green/happy_sg.gif | Bin 0 -> 2260 bytes
images/mood/moonsis/stars/green/horny_sg.gif | Bin 0 -> 1642 bytes
images/mood/moonsis/stars/green/hot_sg.gif | Bin 0 -> 1686 bytes
images/mood/moonsis/stars/green/hungry_sg.gif | Bin 0 -> 1636 bytes
images/mood/moonsis/stars/green/hyper_sg.gif | Bin 0 -> 1540 bytes
.../moonsis/stars/green/indescribable_sg.gif | Bin 0 -> 633 bytes
images/mood/moonsis/stars/green/index.html | 82 +
.../moonsis/stars/green/indifferent_sg.gif | Bin 0 -> 1516 bytes
images/mood/moonsis/stars/green/loved_sg.gif | Bin 0 -> 1726 bytes
images/mood/moonsis/stars/green/mellow_sg.gif | Bin 0 -> 1499 bytes
.../moonsis/stars/green/mischivious_sg.gif | Bin 0 -> 1795 bytes
images/mood/moonsis/stars/green/nerdy_sg.gif | Bin 0 -> 1538 bytes
.../mood/moonsis/stars/green/pensive_sg.gif | Bin 0 -> 2356 bytes
images/mood/moonsis/stars/green/sad_sg.gif | Bin 0 -> 1580 bytes
images/mood/moonsis/stars/green/sexy_sg.gif | Bin 0 -> 1693 bytes
images/mood/moonsis/stars/green/sick_sg.gif | Bin 0 -> 1915 bytes
images/mood/moonsis/stars/green/silly_sg.gif | Bin 0 -> 893 bytes
.../mood/moonsis/stars/green/singing_sg.gif | Bin 0 -> 1639 bytes
images/mood/moonsis/stars/green/sleepy_sg.gif | Bin 0 -> 1609 bytes
images/mood/moonsis/stars/green/sore_sg.gif | Bin 0 -> 1642 bytes
.../mood/moonsis/stars/green/stressed_sg.gif | Bin 0 -> 2852 bytes
.../mood/moonsis/stars/green/thirsty_sg.gif | Bin 0 -> 1643 bytes
.../mood/moonsis/stars/green/working_sg.gif | Bin 0 -> 2039 bytes
images/mood/moonsis/stars/index.html | 45 +
images/mood/moonsis/stars/purple/achy_sp.gif | Bin 0 -> 860 bytes
.../mood/moonsis/stars/purple/angelic_sp.gif | Bin 0 -> 1904 bytes
images/mood/moonsis/stars/purple/angry_sp.gif | Bin 0 -> 1567 bytes
.../mood/moonsis/stars/purple/artistic_sp.gif | Bin 0 -> 2363 bytes
images/mood/moonsis/stars/purple/awake_sp.gif | Bin 0 -> 1212 bytes
images/mood/moonsis/stars/purple/blank_sp.gif | Bin 0 -> 1489 bytes
images/mood/moonsis/stars/purple/bored_sp.gif | Bin 0 -> 1516 bytes
images/mood/moonsis/stars/purple/cold_sp.gif | Bin 0 -> 1663 bytes
.../mood/moonsis/stars/purple/confused_sp.gif | Bin 0 -> 1644 bytes
.../mood/moonsis/stars/purple/content_sp.gif | Bin 0 -> 1207 bytes
.../mood/moonsis/stars/purple/dancing_sp.gif | Bin 0 -> 2061 bytes
images/mood/moonsis/stars/purple/dirty_sp.gif | Bin 0 -> 1816 bytes
images/mood/moonsis/stars/purple/drunk_sp.gif | Bin 0 -> 1695 bytes
.../moonsis/stars/purple/emberassed_sp.gif | Bin 0 -> 2367 bytes
.../mood/moonsis/stars/purple/envious_sp.gif | Bin 0 -> 2387 bytes
.../moonsis/stars/purple/exhausted_sp.gif | Bin 0 -> 1577 bytes
.../mood/moonsis/stars/purple/festive_sp.gif | Bin 0 -> 1639 bytes
images/mood/moonsis/stars/purple/full_sp.gif | Bin 0 -> 1739 bytes
.../mood/moonsis/stars/purple/grumpy_sp.gif | Bin 0 -> 2252 bytes
images/mood/moonsis/stars/purple/happy_sp.gif | Bin 0 -> 2222 bytes
images/mood/moonsis/stars/purple/horny_sp.gif | Bin 0 -> 1657 bytes
images/mood/moonsis/stars/purple/hot_sp.gif | Bin 0 -> 1629 bytes
.../mood/moonsis/stars/purple/hungry_sp.gif | Bin 0 -> 1672 bytes
images/mood/moonsis/stars/purple/hyper_sp.gif | Bin 0 -> 1515 bytes
.../moonsis/stars/purple/indescribable_sp.gif | Bin 0 -> 624 bytes
images/mood/moonsis/stars/purple/index.html | 82 +
.../moonsis/stars/purple/indifferent_sp.gif | Bin 0 -> 672 bytes
images/mood/moonsis/stars/purple/loved_sp.gif | Bin 0 -> 1703 bytes
.../mood/moonsis/stars/purple/mellow_sp.gif | Bin 0 -> 1528 bytes
.../moonsis/stars/purple/mischivious_sp.gif | Bin 0 -> 1796 bytes
images/mood/moonsis/stars/purple/nerdy_sp.gif | Bin 0 -> 1527 bytes
.../mood/moonsis/stars/purple/pensive_sp.gif | Bin 0 -> 2359 bytes
images/mood/moonsis/stars/purple/sad_sp.gif | Bin 0 -> 1571 bytes
images/mood/moonsis/stars/purple/sexy_sp.gif | Bin 0 -> 1671 bytes
images/mood/moonsis/stars/purple/sick_sp.gif | Bin 0 -> 1864 bytes
images/mood/moonsis/stars/purple/silly_sp.gif | Bin 0 -> 745 bytes
.../mood/moonsis/stars/purple/singing_sp.gif | Bin 0 -> 1619 bytes
.../mood/moonsis/stars/purple/sleepy_sp.gif | Bin 0 -> 1584 bytes
images/mood/moonsis/stars/purple/sore_sp.gif | Bin 0 -> 1664 bytes
.../mood/moonsis/stars/purple/stressed_sp.gif | Bin 0 -> 2739 bytes
.../mood/moonsis/stars/purple/thirsty_sp.gif | Bin 0 -> 1601 bytes
.../mood/moonsis/stars/purple/working_sp.gif | Bin 0 -> 2244 bytes
images/mood/moonsis/stars/red/achy_sr.gif | Bin 0 -> 854 bytes
images/mood/moonsis/stars/red/angelic_sr.gif | Bin 0 -> 1918 bytes
images/mood/moonsis/stars/red/angry_sr.gif | Bin 0 -> 1602 bytes
images/mood/moonsis/stars/red/artistic_sr.gif | Bin 0 -> 2386 bytes
images/mood/moonsis/stars/red/awake_sr.gif | Bin 0 -> 1323 bytes
images/mood/moonsis/stars/red/blank_sr.gif | Bin 0 -> 1533 bytes
images/mood/moonsis/stars/red/bored_sr.gif | Bin 0 -> 1529 bytes
images/mood/moonsis/stars/red/cold_sr.gif | Bin 0 -> 1684 bytes
images/mood/moonsis/stars/red/confused_sr.gif | Bin 0 -> 1670 bytes
images/mood/moonsis/stars/red/dancing_sr.gif | Bin 0 -> 2059 bytes
images/mood/moonsis/stars/red/dirty_sr.gif | Bin 0 -> 1830 bytes
images/mood/moonsis/stars/red/drunk_sr.gif | Bin 0 -> 1654 bytes
.../mood/moonsis/stars/red/emberassed_sr.gif | Bin 0 -> 2316 bytes
images/mood/moonsis/stars/red/envious_sr.gif | Bin 0 -> 2413 bytes
.../mood/moonsis/stars/red/exhausted_sr.gif | Bin 0 -> 1594 bytes
images/mood/moonsis/stars/red/festive_sr.gif | Bin 0 -> 1639 bytes
images/mood/moonsis/stars/red/full_sr.gif | Bin 0 -> 1767 bytes
images/mood/moonsis/stars/red/grumpy_sr.gif | Bin 0 -> 2285 bytes
images/mood/moonsis/stars/red/happy_sr.gif | Bin 0 -> 2260 bytes
images/mood/moonsis/stars/red/horny_sr.gif | Bin 0 -> 1672 bytes
images/mood/moonsis/stars/red/hot_sr.gif | Bin 0 -> 1679 bytes
images/mood/moonsis/stars/red/hungry_sr.gif | Bin 0 -> 1669 bytes
images/mood/moonsis/stars/red/hyper_sr.gif | Bin 0 -> 1545 bytes
.../moonsis/stars/red/indescribable_sr.gif | Bin 0 -> 616 bytes
images/mood/moonsis/stars/red/index.html | 81 +
.../mood/moonsis/stars/red/indifferent_sr.gif | Bin 0 -> 1532 bytes
images/mood/moonsis/stars/red/loved_sr.gif | Bin 0 -> 1728 bytes
images/mood/moonsis/stars/red/mellow_sr.gif | Bin 0 -> 1519 bytes
.../mood/moonsis/stars/red/mischivious_sr.gif | Bin 0 -> 1799 bytes
images/mood/moonsis/stars/red/nerdy_sr.gif | Bin 0 -> 1559 bytes
images/mood/moonsis/stars/red/pensive_sr.gif | Bin 0 -> 2343 bytes
images/mood/moonsis/stars/red/sad_sr.gif | Bin 0 -> 1588 bytes
images/mood/moonsis/stars/red/sexy_sr.gif | Bin 0 -> 1699 bytes
images/mood/moonsis/stars/red/sick_sr.gif | Bin 0 -> 1875 bytes
images/mood/moonsis/stars/red/silly_sr.gif | Bin 0 -> 756 bytes
images/mood/moonsis/stars/red/singing_sr.gif | Bin 0 -> 1635 bytes
images/mood/moonsis/stars/red/sleepy_sr.gif | Bin 0 -> 1578 bytes
images/mood/moonsis/stars/red/sore_sr.gif | Bin 0 -> 1660 bytes
images/mood/moonsis/stars/red/stressed_sr.gif | Bin 0 -> 2853 bytes
images/mood/moonsis/stars/red/thirsty_sr.gif | Bin 0 -> 1629 bytes
images/mood/moonsis/stars/red/working_sr.gif | Bin 0 -> 2197 bytes
images/mood/moonsis/stars/yellow/achy_sy.gif | Bin 0 -> 792 bytes
.../mood/moonsis/stars/yellow/angelic_sy.gif | Bin 0 -> 1902 bytes
images/mood/moonsis/stars/yellow/angry_sy.gif | Bin 0 -> 1562 bytes
.../mood/moonsis/stars/yellow/artistic_sy.gif | Bin 0 -> 2338 bytes
images/mood/moonsis/stars/yellow/awake_sy.gif | Bin 0 -> 1186 bytes
images/mood/moonsis/stars/yellow/blank_sy.gif | Bin 0 -> 1508 bytes
images/mood/moonsis/stars/yellow/bored_sy.gif | Bin 0 -> 1484 bytes
images/mood/moonsis/stars/yellow/cold_sy.gif | Bin 0 -> 1628 bytes
.../mood/moonsis/stars/yellow/confused_sy.gif | Bin 0 -> 1626 bytes
.../mood/moonsis/stars/yellow/content_sy.gif | Bin 0 -> 1170 bytes
.../mood/moonsis/stars/yellow/dancing_sy.gif | Bin 0 -> 2041 bytes
images/mood/moonsis/stars/yellow/dirty_sy.gif | Bin 0 -> 1817 bytes
images/mood/moonsis/stars/yellow/drunk_sy.gif | Bin 0 -> 1671 bytes
.../moonsis/stars/yellow/emberassed_sy.gif | Bin 0 -> 2398 bytes
.../mood/moonsis/stars/yellow/envious_sy.gif | Bin 0 -> 2451 bytes
.../moonsis/stars/yellow/exhausted_sy.gif | Bin 0 -> 1542 bytes
.../mood/moonsis/stars/yellow/festive_sy.gif | Bin 0 -> 1625 bytes
images/mood/moonsis/stars/yellow/full_sy.gif | Bin 0 -> 1743 bytes
.../mood/moonsis/stars/yellow/grumpy_sy.gif | Bin 0 -> 2569 bytes
images/mood/moonsis/stars/yellow/happy_sy.gif | Bin 0 -> 2219 bytes
images/mood/moonsis/stars/yellow/horny_sy.gif | Bin 0 -> 1614 bytes
images/mood/moonsis/stars/yellow/hot_sy.gif | Bin 0 -> 1613 bytes
.../mood/moonsis/stars/yellow/hungry_sy.gif | Bin 0 -> 1655 bytes
images/mood/moonsis/stars/yellow/hyper_sy.gif | Bin 0 -> 1500 bytes
.../moonsis/stars/yellow/indescribable_sy.gif | Bin 0 -> 559 bytes
images/mood/moonsis/stars/yellow/index.html | 82 +
.../moonsis/stars/yellow/indifferent_sy.gif | Bin 0 -> 577 bytes
images/mood/moonsis/stars/yellow/loved_sy.gif | Bin 0 -> 1675 bytes
.../mood/moonsis/stars/yellow/mellow_sy.gif | Bin 0 -> 1514 bytes
.../moonsis/stars/yellow/mischivious_sy.gif | Bin 0 -> 1742 bytes
images/mood/moonsis/stars/yellow/nerdy_sy.gif | Bin 0 -> 1518 bytes
.../mood/moonsis/stars/yellow/pensive_sy.gif | Bin 0 -> 2323 bytes
images/mood/moonsis/stars/yellow/sad_sy.gif | Bin 0 -> 1558 bytes
images/mood/moonsis/stars/yellow/sexy_sy.gif | Bin 0 -> 1653 bytes
images/mood/moonsis/stars/yellow/sick_sy.gif | Bin 0 -> 1826 bytes
images/mood/moonsis/stars/yellow/silly_sy.gif | Bin 0 -> 739 bytes
.../mood/moonsis/stars/yellow/singing_sy.gif | Bin 0 -> 1598 bytes
.../mood/moonsis/stars/yellow/sleepy_sy.gif | Bin 0 -> 1598 bytes
images/mood/moonsis/stars/yellow/sore_sy.gif | Bin 0 -> 1664 bytes
.../mood/moonsis/stars/yellow/stressed_sy.gif | Bin 0 -> 2752 bytes
.../mood/moonsis/stars/yellow/thirsty_sy.gif | Bin 0 -> 1619 bytes
.../mood/moonsis/stars/yellow/working_sy.gif | Bin 0 -> 2247 bytes
images/mood/moonsis/stressed.gif | Bin 0 -> 2743 bytes
images/mood/moonsis/thoughtful.gif | Bin 0 -> 852 bytes
images/mood/moonsis/tiredyawn.gif | Bin 0 -> 512 bytes
images/mood/moonsis/upsidedown.gif | Bin 0 -> 593 bytes
images/mood/moonsis/working.gif | Bin 0 -> 1556 bytes
images/mood/moonsis/worried.gif | Bin 0 -> 618 bytes
images/mood/neko/index.html | 42 +
images/mood/neko/kaokitty/accomplished.gif | Bin 0 -> 1187 bytes
images/mood/neko/kaokitty/aggravated.gif | Bin 0 -> 1767 bytes
images/mood/neko/kaokitty/amused.gif | Bin 0 -> 1748 bytes
images/mood/neko/kaokitty/angry.gif | Bin 0 -> 1771 bytes
images/mood/neko/kaokitty/annoyed.gif | Bin 0 -> 1757 bytes
images/mood/neko/kaokitty/anxious.gif | Bin 0 -> 1762 bytes
images/mood/neko/kaokitty/apathetic.gif | Bin 0 -> 1739 bytes
images/mood/neko/kaokitty/artistic.gif | Bin 0 -> 6325 bytes
images/mood/neko/kaokitty/awake.gif | Bin 0 -> 2379 bytes
images/mood/neko/kaokitty/bitchy.gif | Bin 0 -> 1773 bytes
images/mood/neko/kaokitty/blah.gif | Bin 0 -> 1739 bytes
images/mood/neko/kaokitty/blank.gif | Bin 0 -> 1256 bytes
images/mood/neko/kaokitty/bored.gif | Bin 0 -> 1741 bytes
images/mood/neko/kaokitty/bouncey.gif | Bin 0 -> 1308 bytes
images/mood/neko/kaokitty/busy.gif | Bin 0 -> 1187 bytes
images/mood/neko/kaokitty/calm.gif | Bin 0 -> 1304 bytes
images/mood/neko/kaokitty/cheerful.gif | Bin 0 -> 1860 bytes
images/mood/neko/kaokitty/chipper.gif | Bin 0 -> 1301 bytes
images/mood/neko/kaokitty/cold.gif | Bin 0 -> 1393 bytes
images/mood/neko/kaokitty/complacent.gif | Bin 0 -> 1832 bytes
images/mood/neko/kaokitty/confused.gif | Bin 0 -> 2243 bytes
images/mood/neko/kaokitty/contemplative.gif | Bin 0 -> 1888 bytes
images/mood/neko/kaokitty/content.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/cranky.gif | Bin 0 -> 1768 bytes
images/mood/neko/kaokitty/crappy.gif | Bin 0 -> 1286 bytes
images/mood/neko/kaokitty/crazy.gif | Bin 0 -> 2335 bytes
images/mood/neko/kaokitty/creative.gif | Bin 0 -> 6325 bytes
images/mood/neko/kaokitty/crushed.gif | Bin 0 -> 1293 bytes
images/mood/neko/kaokitty/curious.gif | Bin 0 -> 2183 bytes
images/mood/neko/kaokitty/cynical.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/defensive.gif | Bin 0 -> 1715 bytes
images/mood/neko/kaokitty/depressed.gif | Bin 0 -> 1288 bytes
images/mood/neko/kaokitty/determined.gif | Bin 0 -> 1741 bytes
images/mood/neko/kaokitty/devious.gif | Bin 0 -> 2005 bytes
images/mood/neko/kaokitty/dirty.gif | Bin 0 -> 2046 bytes
images/mood/neko/kaokitty/disappointed.gif | Bin 0 -> 1286 bytes
images/mood/neko/kaokitty/discontent.gif | Bin 0 -> 1286 bytes
images/mood/neko/kaokitty/distressed.gif | Bin 0 -> 1796 bytes
images/mood/neko/kaokitty/ditzy.gif | Bin 0 -> 1350 bytes
images/mood/neko/kaokitty/dorky.gif | Bin 0 -> 1818 bytes
images/mood/neko/kaokitty/drained.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/drunk.gif | Bin 0 -> 1894 bytes
images/mood/neko/kaokitty/ecstatic.gif | Bin 0 -> 1365 bytes
images/mood/neko/kaokitty/eh.gif | Bin 0 -> 1739 bytes
images/mood/neko/kaokitty/embarassed.gif | Bin 0 -> 1926 bytes
images/mood/neko/kaokitty/energetic.gif | Bin 0 -> 1961 bytes
images/mood/neko/kaokitty/enraged.gif | Bin 0 -> 1900 bytes
images/mood/neko/kaokitty/enthralled.gif | Bin 0 -> 2263 bytes
images/mood/neko/kaokitty/envious.gif | Bin 0 -> 1349 bytes
images/mood/neko/kaokitty/exanimate.gif | Bin 0 -> 1293 bytes
images/mood/neko/kaokitty/exausted.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/excited.gif | Bin 0 -> 1369 bytes
images/mood/neko/kaokitty/flirty.gif | Bin 0 -> 1346 bytes
images/mood/neko/kaokitty/frustrated.gif | Bin 0 -> 1822 bytes
images/mood/neko/kaokitty/full.gif | Bin 0 -> 2362 bytes
images/mood/neko/kaokitty/geeky.gif | Bin 0 -> 2439 bytes
images/mood/neko/kaokitty/giddy.gif | Bin 0 -> 1299 bytes
images/mood/neko/kaokitty/giggly.gif | Bin 0 -> 1307 bytes
images/mood/neko/kaokitty/gloomy.gif | Bin 0 -> 1996 bytes
images/mood/neko/kaokitty/good.gif | Bin 0 -> 2278 bytes
images/mood/neko/kaokitty/grateful.gif | Bin 0 -> 1737 bytes
images/mood/neko/kaokitty/groggy.gif | Bin 0 -> 1894 bytes
images/mood/neko/kaokitty/grumpy.gif | Bin 0 -> 2012 bytes
images/mood/neko/kaokitty/guilty.gif | Bin 0 -> 1728 bytes
images/mood/neko/kaokitty/happy.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/high.gif | Bin 0 -> 1611 bytes
images/mood/neko/kaokitty/hopeful.gif | Bin 0 -> 1756 bytes
images/mood/neko/kaokitty/horny.gif | Bin 0 -> 1882 bytes
images/mood/neko/kaokitty/hot.gif | Bin 0 -> 1943 bytes
images/mood/neko/kaokitty/hungry.gif | Bin 0 -> 2537 bytes
images/mood/neko/kaokitty/hungry2.gif | Bin 0 -> 2285 bytes
images/mood/neko/kaokitty/hyper.gif | Bin 0 -> 1312 bytes
images/mood/neko/kaokitty/impressed.gif | Bin 0 -> 1736 bytes
images/mood/neko/kaokitty/indescribable.gif | Bin 0 -> 1256 bytes
images/mood/neko/kaokitty/index.html | 182 +
images/mood/neko/kaokitty/indifferent.gif | Bin 0 -> 1739 bytes
images/mood/neko/kaokitty/infuriated.gif | Bin 0 -> 1447 bytes
images/mood/neko/kaokitty/intimidated.gif | Bin 0 -> 1762 bytes
images/mood/neko/kaokitty/irate.gif | Bin 0 -> 1798 bytes
images/mood/neko/kaokitty/irritated.gif | Bin 0 -> 1297 bytes
images/mood/neko/kaokitty/jubilant.gif | Bin 0 -> 1748 bytes
images/mood/neko/kaokitty/kiss.gif | Bin 0 -> 1294 bytes
images/mood/neko/kaokitty/kisses.gif | Bin 0 -> 1244 bytes
images/mood/neko/kaokitty/lazy.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/lethargic.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/listless.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/lonely.gif | Bin 0 -> 1292 bytes
images/mood/neko/kaokitty/love.gif | Bin 0 -> 532 bytes
images/mood/neko/kaokitty/loved.gif | Bin 0 -> 2424 bytes
images/mood/neko/kaokitty/mad.gif | Bin 0 -> 928 bytes
images/mood/neko/kaokitty/melancholy.gif | Bin 0 -> 1292 bytes
images/mood/neko/kaokitty/mellow.gif | Bin 0 -> 1832 bytes
images/mood/neko/kaokitty/mischievous.gif | Bin 0 -> 2011 bytes
images/mood/neko/kaokitty/moody.gif | Bin 0 -> 2230 bytes
images/mood/neko/kaokitty/morose.gif | Bin 0 -> 1292 bytes
images/mood/neko/kaokitty/musical.gif | Bin 0 -> 1430 bytes
images/mood/neko/kaokitty/naughty.gif | Bin 0 -> 2013 bytes
images/mood/neko/kaokitty/nauseated.gif | Bin 0 -> 796 bytes
images/mood/neko/kaokitty/nerdy.gif | Bin 0 -> 1818 bytes
images/mood/neko/kaokitty/nostalgic.gif | Bin 0 -> 1888 bytes
images/mood/neko/kaokitty/numb.gif | Bin 0 -> 1126 bytes
images/mood/neko/kaokitty/okay.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/optimistic.gif | Bin 0 -> 1756 bytes
images/mood/neko/kaokitty/peaceful.gif | Bin 0 -> 1832 bytes
images/mood/neko/kaokitty/pensive.gif | Bin 0 -> 1888 bytes
images/mood/neko/kaokitty/pessimistic.gif | Bin 0 -> 1771 bytes
images/mood/neko/kaokitty/pissed.gif | Bin 0 -> 1918 bytes
images/mood/neko/kaokitty/pleased.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/predatory.gif | Bin 0 -> 2346 bytes
images/mood/neko/kaokitty/productive.gif | Bin 0 -> 1187 bytes
images/mood/neko/kaokitty/quiet.gif | Bin 0 -> 1723 bytes
images/mood/neko/kaokitty/quixotic.gif | Bin 0 -> 1849 bytes
images/mood/neko/kaokitty/recumbent.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/refreshed.gif | Bin 0 -> 2437 bytes
images/mood/neko/kaokitty/rejected.gif | Bin 0 -> 1793 bytes
images/mood/neko/kaokitty/rejuvenated.gif | Bin 0 -> 2437 bytes
images/mood/neko/kaokitty/relaxed.gif | Bin 0 -> 1290 bytes
images/mood/neko/kaokitty/relieved.gif | Bin 0 -> 2213 bytes
images/mood/neko/kaokitty/restless.gif | Bin 0 -> 1736 bytes
images/mood/neko/kaokitty/rushed.gif | Bin 0 -> 1684 bytes
images/mood/neko/kaokitty/sad.gif | Bin 0 -> 1292 bytes
images/mood/neko/kaokitty/satisfied.gif | Bin 0 -> 1300 bytes
images/mood/neko/kaokitty/scared.gif | Bin 0 -> 1762 bytes
images/mood/neko/kaokitty/shocked.gif | Bin 0 -> 1776 bytes
images/mood/neko/kaokitty/sick.gif | Bin 0 -> 796 bytes
images/mood/neko/kaokitty/silly.gif | Bin 0 -> 1849 bytes
images/mood/neko/kaokitty/singing.gif | Bin 0 -> 1372 bytes
images/mood/neko/kaokitty/sleepy.gif | Bin 0 -> 1443 bytes
images/mood/neko/kaokitty/snow.gif | Bin 0 -> 1054 bytes
images/mood/neko/kaokitty/sore.gif | Bin 0 -> 1909 bytes
images/mood/neko/kaokitty/stressed.gif | Bin 0 -> 1796 bytes
images/mood/neko/kaokitty/suprised.gif | Bin 0 -> 1776 bytes
images/mood/neko/kaokitty/sympathetic.gif | Bin 0 -> 1762 bytes
images/mood/neko/kaokitty/thankful.gif | Bin 0 -> 1746 bytes
images/mood/neko/kaokitty/thirsty.gif | Bin 0 -> 2437 bytes
images/mood/neko/kaokitty/thoughtful.gif | Bin 0 -> 1888 bytes
images/mood/neko/kaokitty/tired.gif | Bin 0 -> 2762 bytes
images/mood/neko/kaokitty/touched.gif | Bin 0 -> 1913 bytes
images/mood/neko/kaokitty/uncomfortable.gif | Bin 0 -> 1762 bytes
images/mood/neko/kaokitty/weird.gif | Bin 0 -> 2335 bytes
images/mood/neko/kaokitty/working.gif | Bin 0 -> 1187 bytes
images/mood/neko/kaokitty/worried.gif | Bin 0 -> 1762 bytes
images/mood/niaha/index.html | 42 +
images/mood/niaha/kitty/ankangry.gif | Bin 0 -> 398 bytes
images/mood/niaha/kitty/ankangryb.gif | Bin 0 -> 398 bytes
images/mood/niaha/kitty/ankangryg.gif | Bin 0 -> 398 bytes
images/mood/niaha/kitty/ankangryp.gif | Bin 0 -> 399 bytes
images/mood/niaha/kitty/ankangryr.gif | Bin 0 -> 398 bytes
images/mood/niaha/kitty/ankawake.gif | Bin 0 -> 400 bytes
images/mood/niaha/kitty/ankawakeb.gif | Bin 0 -> 400 bytes
images/mood/niaha/kitty/ankawakeg.gif | Bin 0 -> 400 bytes
images/mood/niaha/kitty/ankawakep.gif | Bin 0 -> 400 bytes
images/mood/niaha/kitty/ankawaker.gif | Bin 0 -> 400 bytes
images/mood/niaha/kitty/ankcreate.gif | Bin 0 -> 972 bytes
images/mood/niaha/kitty/ankcreateb.gif | Bin 0 -> 972 bytes
images/mood/niaha/kitty/ankcreateg.gif | Bin 0 -> 1220 bytes
images/mood/niaha/kitty/ankcreatep.gif | Bin 0 -> 972 bytes
images/mood/niaha/kitty/ankcreater.gif | Bin 0 -> 974 bytes
images/mood/niaha/kitty/ankfood.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/ankfoodb.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/ankfoodg.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/ankfoodp.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/ankfoodr.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/ankgeek.gif | Bin 0 -> 347 bytes
images/mood/niaha/kitty/ankgeekb.gif | Bin 0 -> 347 bytes
images/mood/niaha/kitty/ankgeekg.gif | Bin 0 -> 343 bytes
images/mood/niaha/kitty/ankgeekp.gif | Bin 0 -> 347 bytes
images/mood/niaha/kitty/ankgeekr.gif | Bin 0 -> 347 bytes
images/mood/niaha/kitty/ankhappy.gif | Bin 0 -> 330 bytes
images/mood/niaha/kitty/ankhappyb.gif | Bin 0 -> 330 bytes
images/mood/niaha/kitty/ankhappyg.gif | Bin 0 -> 330 bytes
images/mood/niaha/kitty/ankhappyp.gif | Bin 0 -> 330 bytes
images/mood/niaha/kitty/ankhappyr.gif | Bin 0 -> 328 bytes
images/mood/niaha/kitty/ankhunt.gif | Bin 0 -> 322 bytes
images/mood/niaha/kitty/ankhuntb.gif | Bin 0 -> 314 bytes
images/mood/niaha/kitty/ankhuntg.gif | Bin 0 -> 314 bytes
images/mood/niaha/kitty/ankhuntp.gif | Bin 0 -> 314 bytes
images/mood/niaha/kitty/ankhuntr.gif | Bin 0 -> 314 bytes
images/mood/niaha/kitty/ankhyper.gif | Bin 0 -> 390 bytes
images/mood/niaha/kitty/ankhyperb.gif | Bin 0 -> 390 bytes
images/mood/niaha/kitty/ankhyperg.gif | Bin 0 -> 390 bytes
images/mood/niaha/kitty/ankhyperp.gif | Bin 0 -> 390 bytes
images/mood/niaha/kitty/ankhyperr.gif | Bin 0 -> 390 bytes
images/mood/niaha/kitty/ankitten.gif | Bin 0 -> 332 bytes
images/mood/niaha/kitty/ankittenb.gif | Bin 0 -> 332 bytes
images/mood/niaha/kitty/ankitteng.gif | Bin 0 -> 332 bytes
images/mood/niaha/kitty/ankittenp.gif | Bin 0 -> 333 bytes
images/mood/niaha/kitty/ankittenr.gif | Bin 0 -> 332 bytes
images/mood/niaha/kitty/anksad.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/anksadb.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/anksadg.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/anksadp.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/anksadr.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/ankscared.gif | Bin 0 -> 419 bytes
images/mood/niaha/kitty/ankscaredb.gif | Bin 0 -> 419 bytes
images/mood/niaha/kitty/ankscaredg.gif | Bin 0 -> 419 bytes
images/mood/niaha/kitty/ankscaredp.gif | Bin 0 -> 419 bytes
images/mood/niaha/kitty/ankscaredr.gif | Bin 0 -> 419 bytes
images/mood/niaha/kitty/anksleepy.gif | Bin 0 -> 593 bytes
images/mood/niaha/kitty/anksleepyb.gif | Bin 0 -> 593 bytes
images/mood/niaha/kitty/anksleepyg.gif | Bin 0 -> 593 bytes
images/mood/niaha/kitty/anksleepyp.gif | Bin 0 -> 593 bytes
images/mood/niaha/kitty/anksleepyr.gif | Bin 0 -> 593 bytes
images/mood/niaha/kitty/ankthink.gif | Bin 0 -> 778 bytes
images/mood/niaha/kitty/ankthinkb.gif | Bin 0 -> 778 bytes
images/mood/niaha/kitty/ankthinkg.gif | Bin 0 -> 778 bytes
images/mood/niaha/kitty/ankthinkp.gif | Bin 0 -> 779 bytes
images/mood/niaha/kitty/ankthinkr.gif | Bin 0 -> 777 bytes
images/mood/niaha/kitty/anktired.gif | Bin 0 -> 368 bytes
images/mood/niaha/kitty/anktiredb.gif | Bin 0 -> 374 bytes
images/mood/niaha/kitty/anktiredg.gif | Bin 0 -> 374 bytes
images/mood/niaha/kitty/anktiredp.gif | Bin 0 -> 735 bytes
images/mood/niaha/kitty/anktiredr.gif | Bin 0 -> 374 bytes
images/mood/niaha/kitty/ankwink.gif | Bin 0 -> 320 bytes
images/mood/niaha/kitty/ankwinkb.gif | Bin 0 -> 320 bytes
images/mood/niaha/kitty/ankwinkg.gif | Bin 0 -> 320 bytes
images/mood/niaha/kitty/ankwinkp.gif | Bin 0 -> 318 bytes
images/mood/niaha/kitty/ankwinkr.gif | Bin 0 -> 320 bytes
images/mood/niaha/kitty/index.html | 116 +
images/mood/nolegs/aggravated.gif | Bin 0 -> 1224 bytes
images/mood/nolegs/amused.gif | Bin 0 -> 1218 bytes
images/mood/nolegs/angry.gif | Bin 0 -> 1187 bytes
images/mood/nolegs/annoyed.gif | Bin 0 -> 1136 bytes
images/mood/nolegs/bored.gif | Bin 0 -> 1062 bytes
images/mood/nolegs/bounce.gif | Bin 0 -> 1188 bytes
images/mood/nolegs/calm.gif | Bin 0 -> 1085 bytes
images/mood/nolegs/clean.pl | 27 +
images/mood/nolegs/complacent.gif | Bin 0 -> 1075 bytes
images/mood/nolegs/confused.gif | Bin 0 -> 1060 bytes
images/mood/nolegs/content.gif | Bin 0 -> 1083 bytes
images/mood/nolegs/cranky.gif | Bin 0 -> 1078 bytes
images/mood/nolegs/crappy.gif | Bin 0 -> 1041 bytes
images/mood/nolegs/curious.gif | Bin 0 -> 1101 bytes
images/mood/nolegs/depressed.gif | Bin 0 -> 1250 bytes
images/mood/nolegs/determined.gif | Bin 0 -> 1165 bytes
images/mood/nolegs/disappointed.gif | Bin 0 -> 1159 bytes
images/mood/nolegs/discontent.gif | Bin 0 -> 1035 bytes
images/mood/nolegs/ditzy.gif | Bin 0 -> 1290 bytes
images/mood/nolegs/drained.gif | Bin 0 -> 1190 bytes
images/mood/nolegs/drunk.gif | Bin 0 -> 1308 bytes
images/mood/nolegs/energetic.gif | Bin 0 -> 1122 bytes
images/mood/nolegs/enraged.gif | Bin 0 -> 1097 bytes
images/mood/nolegs/enthralled.gif | Bin 0 -> 1167 bytes
images/mood/nolegs/excited.gif | Bin 0 -> 1222 bytes
images/mood/nolegs/exhausted.gif | Bin 0 -> 1343 bytes
images/mood/nolegs/flirty.gif | Bin 0 -> 1115 bytes
images/mood/nolegs/frustrated.gif | Bin 0 -> 1593 bytes
images/mood/nolegs/giggly.gif | Bin 0 -> 1205 bytes
images/mood/nolegs/gloomy.gif | Bin 0 -> 1162 bytes
images/mood/nolegs/groggy.gif | Bin 0 -> 1050 bytes
images/mood/nolegs/happy.gif | Bin 0 -> 1162 bytes
images/mood/nolegs/high.gif | Bin 0 -> 1338 bytes
images/mood/nolegs/horny.gif | Bin 0 -> 1056 bytes
images/mood/nolegs/hyper.gif | Bin 0 -> 1179 bytes
images/mood/nolegs/indescribable.gif | Bin 0 -> 948 bytes
images/mood/nolegs/index.html | 114 +
images/mood/nolegs/indifferent.gif | Bin 0 -> 1227 bytes
images/mood/nolegs/infuriated.gif | Bin 0 -> 1098 bytes
images/mood/nolegs/irate.gif | Bin 0 -> 1083 bytes
images/mood/nolegs/jubilant.gif | Bin 0 -> 1105 bytes
images/mood/nolegs/lazy.gif | Bin 0 -> 1093 bytes
images/mood/nolegs/lethargic.gif | Bin 0 -> 1034 bytes
images/mood/nolegs/listless.gif | Bin 0 -> 1213 bytes
images/mood/nolegs/lonely.gif | Bin 0 -> 1035 bytes
images/mood/nolegs/melancholy.gif | Bin 0 -> 1145 bytes
images/mood/nolegs/mellow.gif | Bin 0 -> 1194 bytes
images/mood/nolegs/mischievous.gif | Bin 0 -> 1284 bytes
images/mood/nolegs/moody.gif | Bin 0 -> 927 bytes
images/mood/nolegs/morose.gif | Bin 0 -> 1026 bytes
images/mood/nolegs/nostalgic.gif | Bin 0 -> 1059 bytes
images/mood/nolegs/okay.gif | Bin 0 -> 1099 bytes
images/mood/nolegs/optimistic.gif | Bin 0 -> 1075 bytes
images/mood/nolegs/peaceful.gif | Bin 0 -> 1127 bytes
images/mood/nolegs/pensive.gif | Bin 0 -> 1199 bytes
images/mood/nolegs/pessimistic.gif | Bin 0 -> 1084 bytes
images/mood/nolegs/pissed.gif | Bin 0 -> 1157 bytes
images/mood/nolegs/recumbent.gif | Bin 0 -> 1164 bytes
images/mood/nolegs/refreshed.gif | Bin 0 -> 1050 bytes
images/mood/nolegs/rejuvenated.gif | Bin 0 -> 1114 bytes
images/mood/nolegs/relaxed.gif | Bin 0 -> 1053 bytes
images/mood/nolegs/relieved.gif | Bin 0 -> 1048 bytes
images/mood/nolegs/restless.gif | Bin 0 -> 1051 bytes
images/mood/nolegs/sad.gif | Bin 0 -> 1180 bytes
images/mood/nolegs/satisfied.gif | Bin 0 -> 1157 bytes
images/mood/nolegs/scared.gif | Bin 0 -> 1153 bytes
images/mood/nolegs/silly.gif | Bin 0 -> 1130 bytes
images/mood/nolegs/sleepy.gif | Bin 0 -> 1134 bytes
images/mood/nolegs/sore.gif | Bin 0 -> 1052 bytes
images/mood/nolegs/sqlstuff.txt | 160 +
images/mood/nolegs/stressed.gif | Bin 0 -> 1059 bytes
images/mood/nolegs/thirsty.gif | Bin 0 -> 1122 bytes
images/mood/nolegs/thoughtful.gif | Bin 0 -> 1055 bytes
images/mood/nolegs/tired.gif | Bin 0 -> 1149 bytes
images/mood/nolegs/touched.gif | Bin 0 -> 1209 bytes
images/mood/nolegs/uncomfortable.gif | Bin 0 -> 1112 bytes
images/mood/opiummmm/foxies/angry.gif | Bin 0 -> 210 bytes
images/mood/opiummmm/foxies/awake.gif | Bin 0 -> 222 bytes
images/mood/opiummmm/foxies/confused.gif | Bin 0 -> 195 bytes
images/mood/opiummmm/foxies/determined.gif | Bin 0 -> 245 bytes
images/mood/opiummmm/foxies/discontent.gif | Bin 0 -> 222 bytes
images/mood/opiummmm/foxies/energetic.gif | Bin 0 -> 238 bytes
images/mood/opiummmm/foxies/enthralled.gif | Bin 0 -> 225 bytes
images/mood/opiummmm/foxies/happy.gif | Bin 0 -> 224 bytes
images/mood/opiummmm/foxies/indescribable.gif | Bin 0 -> 201 bytes
images/mood/opiummmm/foxies/index.html | 56 +
images/mood/opiummmm/foxies/nerdy.gif | Bin 0 -> 653 bytes
images/mood/opiummmm/foxies/okay.gif | Bin 0 -> 222 bytes
images/mood/opiummmm/foxies/sad.gif | Bin 0 -> 216 bytes
images/mood/opiummmm/foxies/scared.gif | Bin 0 -> 216 bytes
images/mood/opiummmm/foxies/thoughtful.gif | Bin 0 -> 204 bytes
images/mood/opiummmm/foxies/working.gif | Bin 0 -> 293 bytes
images/mood/opiummmm/index.html | 42 +
images/mood/palefaces/aggravated.gif | Bin 0 -> 862 bytes
images/mood/palefaces/amused.gif | Bin 0 -> 863 bytes
images/mood/palefaces/angry.gif | Bin 0 -> 866 bytes
images/mood/palefaces/annoyed.gif | Bin 0 -> 862 bytes
images/mood/palefaces/anxious.gif | Bin 0 -> 860 bytes
images/mood/palefaces/artistic.gif | Bin 0 -> 1054 bytes
images/mood/palefaces/awake.gif | Bin 0 -> 537 bytes
images/mood/palefaces/bitchy.gif | Bin 0 -> 870 bytes
images/mood/palefaces/blank.gif | Bin 0 -> 900 bytes
images/mood/palefaces/bouncy.gif | Bin 0 -> 612 bytes
images/mood/palefaces/busy.gif | Bin 0 -> 864 bytes
images/mood/palefaces/cheerful.gif | Bin 0 -> 870 bytes
images/mood/palefaces/cold.gif | Bin 0 -> 1335 bytes
images/mood/palefaces/complacent.gif | Bin 0 -> 867 bytes
images/mood/palefaces/confused.gif | Bin 0 -> 404 bytes
images/mood/palefaces/cranky.gif | Bin 0 -> 556 bytes
images/mood/palefaces/crushed.gif | Bin 0 -> 862 bytes
images/mood/palefaces/curious.gif | Bin 0 -> 510 bytes
images/mood/palefaces/cynical.gif | Bin 0 -> 865 bytes
images/mood/palefaces/depressed.gif | Bin 0 -> 884 bytes
images/mood/palefaces/determined.gif | Bin 0 -> 862 bytes
images/mood/palefaces/dirty.gif | Bin 0 -> 665 bytes
images/mood/palefaces/drunk.gif | Bin 0 -> 821 bytes
images/mood/palefaces/ecstatic.gif | Bin 0 -> 577 bytes
images/mood/palefaces/embarrassed.gif | Bin 0 -> 685 bytes
images/mood/palefaces/energetic.gif | Bin 0 -> 422 bytes
images/mood/palefaces/enraged.gif | Bin 0 -> 833 bytes
images/mood/palefaces/enthralled.gif | Bin 0 -> 870 bytes
images/mood/palefaces/envious.gif | Bin 0 -> 852 bytes
images/mood/palefaces/exhausted.gif | Bin 0 -> 667 bytes
images/mood/palefaces/frustrated.gif | Bin 0 -> 860 bytes
images/mood/palefaces/full.gif | Bin 0 -> 564 bytes
images/mood/palefaces/gloomy.gif | Bin 0 -> 852 bytes
images/mood/palefaces/good.gif | Bin 0 -> 865 bytes
images/mood/palefaces/groggy.gif | Bin 0 -> 1005 bytes
images/mood/palefaces/grumpy.gif | Bin 0 -> 418 bytes
images/mood/palefaces/happy.gif | Bin 0 -> 871 bytes
images/mood/palefaces/high.gif | Bin 0 -> 483 bytes
images/mood/palefaces/horny.gif | Bin 0 -> 493 bytes
images/mood/palefaces/hot.gif | Bin 0 -> 1001 bytes
images/mood/palefaces/hungry.gif | Bin 0 -> 863 bytes
images/mood/palefaces/hyper.gif | Bin 0 -> 1121 bytes
images/mood/palefaces/impressed.gif | Bin 0 -> 870 bytes
images/mood/palefaces/indescribable.gif | Bin 0 -> 943 bytes
images/mood/palefaces/index.html | 108 +
images/mood/palefaces/lazy.gif | Bin 0 -> 603 bytes
images/mood/palefaces/loved.gif | Bin 0 -> 808 bytes
images/mood/palefaces/mischievous.gif | Bin 0 -> 433 bytes
images/mood/palefaces/moody.gif | Bin 0 -> 485 bytes
images/mood/palefaces/nerdy.gif | Bin 0 -> 672 bytes
images/mood/palefaces/nostalgic.gif | Bin 0 -> 435 bytes
images/mood/palefaces/okay.gif | Bin 0 -> 865 bytes
images/mood/palefaces/predatory.gif | Bin 0 -> 865 bytes
images/mood/palefaces/refreshed.gif | Bin 0 -> 681 bytes
images/mood/palefaces/relaxed.gif | Bin 0 -> 624 bytes
images/mood/palefaces/relieved.gif | Bin 0 -> 775 bytes
images/mood/palefaces/rushed.gif | Bin 0 -> 714 bytes
images/mood/palefaces/sad.gif | Bin 0 -> 860 bytes
images/mood/palefaces/scared.gif | Bin 0 -> 407 bytes
images/mood/palefaces/shocked.gif | Bin 0 -> 871 bytes
images/mood/palefaces/sick.gif | Bin 0 -> 1856 bytes
images/mood/palefaces/silly.gif | Bin 0 -> 1030 bytes
images/mood/palefaces/sleepy.gif | Bin 0 -> 672 bytes
images/mood/palefaces/sore.gif | Bin 0 -> 1219 bytes
images/mood/palefaces/surprised.gif | Bin 0 -> 675 bytes
images/mood/palefaces/thirsty.gif | Bin 0 -> 597 bytes
images/mood/palefaces/thoughtful.gif | Bin 0 -> 863 bytes
images/mood/palefaces/worried.gif | Bin 0 -> 862 bytes
images/mood/punquinheads/blue/angelic.gif | Bin 0 -> 2006 bytes
images/mood/punquinheads/blue/angry.gif | Bin 0 -> 1147 bytes
images/mood/punquinheads/blue/artistic.gif | Bin 0 -> 1747 bytes
images/mood/punquinheads/blue/awake.gif | Bin 0 -> 1668 bytes
images/mood/punquinheads/blue/blah.gif | Bin 0 -> 960 bytes
images/mood/punquinheads/blue/blank.gif | Bin 0 -> 347 bytes
images/mood/punquinheads/blue/brainy.gif | Bin 0 -> 1412 bytes
images/mood/punquinheads/blue/caffeinated.gif | Bin 0 -> 1148 bytes
images/mood/punquinheads/blue/cheerful.gif | Bin 0 -> 967 bytes
images/mood/punquinheads/blue/cold.gif | Bin 0 -> 635 bytes
images/mood/punquinheads/blue/confused.gif | Bin 0 -> 1053 bytes
images/mood/punquinheads/blue/curious.gif | Bin 0 -> 967 bytes
images/mood/punquinheads/blue/determined.gif | Bin 0 -> 1067 bytes
images/mood/punquinheads/blue/dirty.gif | Bin 0 -> 1206 bytes
images/mood/punquinheads/blue/dizzy.gif | Bin 0 -> 1743 bytes
images/mood/punquinheads/blue/embarrassed.gif | Bin 0 -> 960 bytes
images/mood/punquinheads/blue/envious.gif | Bin 0 -> 613 bytes
images/mood/punquinheads/blue/excited.gif | Bin 0 -> 970 bytes
images/mood/punquinheads/blue/flirty.gif | Bin 0 -> 1117 bytes
images/mood/punquinheads/blue/freakingout.gif | Bin 0 -> 1903 bytes
images/mood/punquinheads/blue/full.gif | Bin 0 -> 1049 bytes
images/mood/punquinheads/blue/giggly.gif | Bin 0 -> 1504 bytes
images/mood/punquinheads/blue/gloomy.gif | Bin 0 -> 971 bytes
images/mood/punquinheads/blue/groggy.gif | Bin 0 -> 508 bytes
images/mood/punquinheads/blue/grossedout.gif | Bin 0 -> 977 bytes
images/mood/punquinheads/blue/grumpy.gif | Bin 0 -> 1344 bytes
images/mood/punquinheads/blue/happy.gif | Bin 0 -> 966 bytes
images/mood/punquinheads/blue/hopeful.gif | Bin 0 -> 994 bytes
images/mood/punquinheads/blue/hot.gif | Bin 0 -> 1602 bytes
images/mood/punquinheads/blue/hungry.gif | Bin 0 -> 966 bytes
images/mood/punquinheads/blue/hungry2.gif | Bin 0 -> 1263 bytes
images/mood/punquinheads/blue/hyper.gif | Bin 0 -> 962 bytes
.../mood/punquinheads/blue/indescribable.gif | Bin 0 -> 809 bytes
images/mood/punquinheads/blue/index.html | 102 +
images/mood/punquinheads/blue/indifferent.gif | Bin 0 -> 960 bytes
images/mood/punquinheads/blue/lazy.gif | Bin 0 -> 1041 bytes
images/mood/punquinheads/blue/loved.gif | Bin 0 -> 1115 bytes
images/mood/punquinheads/blue/magical.gif | Bin 0 -> 1455 bytes
images/mood/punquinheads/blue/mellow.gif | Bin 0 -> 446 bytes
images/mood/punquinheads/blue/moody.gif | Bin 0 -> 969 bytes
images/mood/punquinheads/blue/musical.gif | Bin 0 -> 1484 bytes
images/mood/punquinheads/blue/naughty.gif | Bin 0 -> 579 bytes
images/mood/punquinheads/blue/nerdy.gif | Bin 0 -> 1159 bytes
images/mood/punquinheads/blue/okay.gif | Bin 0 -> 957 bytes
images/mood/punquinheads/blue/rockin.gif | Bin 0 -> 1671 bytes
images/mood/punquinheads/blue/sad.gif | Bin 0 -> 1133 bytes
images/mood/punquinheads/blue/sick.gif | Bin 0 -> 1410 bytes
images/mood/punquinheads/blue/silly.gif | Bin 0 -> 1023 bytes
images/mood/punquinheads/blue/sleepy.gif | Bin 0 -> 1320 bytes
images/mood/punquinheads/blue/smart.gif | Bin 0 -> 1608 bytes
images/mood/punquinheads/blue/sneezy.gif | Bin 0 -> 1000 bytes
images/mood/punquinheads/blue/sore.gif | Bin 0 -> 1358 bytes
images/mood/punquinheads/blue/spooky.gif | Bin 0 -> 1867 bytes
images/mood/punquinheads/blue/stressed.gif | Bin 0 -> 2530 bytes
images/mood/punquinheads/blue/stupid.gif | Bin 0 -> 1056 bytes
images/mood/punquinheads/blue/surprised.gif | Bin 0 -> 991 bytes
images/mood/punquinheads/blue/thirsty.gif | Bin 0 -> 1012 bytes
images/mood/punquinheads/blue/thoughtful.gif | Bin 0 -> 1201 bytes
images/mood/punquinheads/blue/tired.gif | Bin 0 -> 958 bytes
images/mood/punquinheads/blue/unfocused.gif | Bin 0 -> 1082 bytes
images/mood/punquinheads/blue/working.gif | Bin 0 -> 1768 bytes
images/mood/punquinheads/blue/worried.gif | Bin 0 -> 987 bytes
images/mood/punquinheads/index.html | 43 +
images/mood/punquinheads/pink/angelic.gif | Bin 0 -> 2080 bytes
images/mood/punquinheads/pink/angry.gif | Bin 0 -> 1148 bytes
images/mood/punquinheads/pink/artistic.gif | Bin 0 -> 1727 bytes
images/mood/punquinheads/pink/awake.gif | Bin 0 -> 1651 bytes
images/mood/punquinheads/pink/blah.gif | Bin 0 -> 952 bytes
images/mood/punquinheads/pink/blank.gif | Bin 0 -> 782 bytes
images/mood/punquinheads/pink/brainy.gif | Bin 0 -> 1433 bytes
images/mood/punquinheads/pink/caffeinated.gif | Bin 0 -> 1170 bytes
images/mood/punquinheads/pink/cheerful.gif | Bin 0 -> 960 bytes
images/mood/punquinheads/pink/cold.gif | Bin 0 -> 591 bytes
images/mood/punquinheads/pink/confused.gif | Bin 0 -> 1048 bytes
images/mood/punquinheads/pink/curious.gif | Bin 0 -> 951 bytes
images/mood/punquinheads/pink/determined.gif | Bin 0 -> 1021 bytes
images/mood/punquinheads/pink/dirty.gif | Bin 0 -> 1262 bytes
images/mood/punquinheads/pink/dizzy.gif | Bin 0 -> 1761 bytes
images/mood/punquinheads/pink/embarrassed.gif | Bin 0 -> 960 bytes
images/mood/punquinheads/pink/envious.gif | Bin 0 -> 566 bytes
images/mood/punquinheads/pink/excited.gif | Bin 0 -> 993 bytes
images/mood/punquinheads/pink/flirty.gif | Bin 0 -> 1117 bytes
images/mood/punquinheads/pink/freakingout.gif | Bin 0 -> 1933 bytes
images/mood/punquinheads/pink/full.gif | Bin 0 -> 1048 bytes
images/mood/punquinheads/pink/giggly.gif | Bin 0 -> 1499 bytes
images/mood/punquinheads/pink/gloomy.gif | Bin 0 -> 962 bytes
images/mood/punquinheads/pink/groggy.gif | Bin 0 -> 489 bytes
images/mood/punquinheads/pink/grossedout.gif | Bin 0 -> 970 bytes
images/mood/punquinheads/pink/grumpy.gif | Bin 0 -> 1290 bytes
images/mood/punquinheads/pink/happy.gif | Bin 0 -> 957 bytes
images/mood/punquinheads/pink/hopeful.gif | Bin 0 -> 1027 bytes
images/mood/punquinheads/pink/hot.gif | Bin 0 -> 1537 bytes
images/mood/punquinheads/pink/hungry.gif | Bin 0 -> 1033 bytes
images/mood/punquinheads/pink/hungry2.gif | Bin 0 -> 1300 bytes
images/mood/punquinheads/pink/hyper.gif | Bin 0 -> 957 bytes
.../mood/punquinheads/pink/indescribable.gif | Bin 0 -> 809 bytes
images/mood/punquinheads/pink/index.html | 102 +
images/mood/punquinheads/pink/indifferent.gif | Bin 0 -> 952 bytes
images/mood/punquinheads/pink/lazy.gif | Bin 0 -> 1039 bytes
images/mood/punquinheads/pink/loved.gif | Bin 0 -> 1115 bytes
images/mood/punquinheads/pink/magical.gif | Bin 0 -> 1482 bytes
images/mood/punquinheads/pink/mellow.gif | Bin 0 -> 425 bytes
images/mood/punquinheads/pink/moody.gif | Bin 0 -> 961 bytes
images/mood/punquinheads/pink/musical.gif | Bin 0 -> 1411 bytes
images/mood/punquinheads/pink/naughty.gif | Bin 0 -> 532 bytes
images/mood/punquinheads/pink/nerdy.gif | Bin 0 -> 1100 bytes
images/mood/punquinheads/pink/okay.gif | Bin 0 -> 956 bytes
images/mood/punquinheads/pink/rockin.gif | Bin 0 -> 1694 bytes
images/mood/punquinheads/pink/sad.gif | Bin 0 -> 1087 bytes
images/mood/punquinheads/pink/sick.gif | Bin 0 -> 1372 bytes
images/mood/punquinheads/pink/silly.gif | Bin 0 -> 971 bytes
images/mood/punquinheads/pink/sleepy.gif | Bin 0 -> 1270 bytes
images/mood/punquinheads/pink/smart.gif | Bin 0 -> 1545 bytes
images/mood/punquinheads/pink/sneezy.gif | Bin 0 -> 989 bytes
images/mood/punquinheads/pink/sore.gif | Bin 0 -> 1299 bytes
images/mood/punquinheads/pink/spooky.gif | Bin 0 -> 1867 bytes
images/mood/punquinheads/pink/stressed.gif | Bin 0 -> 2520 bytes
images/mood/punquinheads/pink/stupid.gif | Bin 0 -> 1089 bytes
images/mood/punquinheads/pink/surprised.gif | Bin 0 -> 980 bytes
images/mood/punquinheads/pink/thirsty.gif | Bin 0 -> 943 bytes
images/mood/punquinheads/pink/thoughtful.gif | Bin 0 -> 1243 bytes
images/mood/punquinheads/pink/tired.gif | Bin 0 -> 949 bytes
images/mood/punquinheads/pink/unfocused.gif | Bin 0 -> 1111 bytes
images/mood/punquinheads/pink/working.gif | Bin 0 -> 1841 bytes
images/mood/punquinheads/pink/worried.gif | Bin 0 -> 972 bytes
images/mood/roshi/index.html | 42 +
images/mood/roshi/palefaces/aggravated.gif | Bin 0 -> 862 bytes
images/mood/roshi/palefaces/amused.gif | Bin 0 -> 863 bytes
images/mood/roshi/palefaces/angry.gif | Bin 0 -> 866 bytes
images/mood/roshi/palefaces/annoyed.gif | Bin 0 -> 862 bytes
images/mood/roshi/palefaces/anxious.gif | Bin 0 -> 860 bytes
images/mood/roshi/palefaces/artistic.gif | Bin 0 -> 1054 bytes
images/mood/roshi/palefaces/awake.gif | Bin 0 -> 537 bytes
images/mood/roshi/palefaces/bitchy.gif | Bin 0 -> 870 bytes
images/mood/roshi/palefaces/blank.gif | Bin 0 -> 900 bytes
images/mood/roshi/palefaces/bouncy.gif | Bin 0 -> 612 bytes
images/mood/roshi/palefaces/busy.gif | Bin 0 -> 864 bytes
images/mood/roshi/palefaces/cheerful.gif | Bin 0 -> 870 bytes
images/mood/roshi/palefaces/cold.gif | Bin 0 -> 1335 bytes
images/mood/roshi/palefaces/complacent.gif | Bin 0 -> 867 bytes
images/mood/roshi/palefaces/confused.gif | Bin 0 -> 404 bytes
images/mood/roshi/palefaces/cranky.gif | Bin 0 -> 556 bytes
images/mood/roshi/palefaces/crushed.gif | Bin 0 -> 862 bytes
images/mood/roshi/palefaces/curious.gif | Bin 0 -> 510 bytes
images/mood/roshi/palefaces/cynical.gif | Bin 0 -> 865 bytes
images/mood/roshi/palefaces/depressed.gif | Bin 0 -> 884 bytes
images/mood/roshi/palefaces/determined.gif | Bin 0 -> 862 bytes
images/mood/roshi/palefaces/dirty.gif | Bin 0 -> 665 bytes
images/mood/roshi/palefaces/drunk.gif | Bin 0 -> 821 bytes
images/mood/roshi/palefaces/ecstatic.gif | Bin 0 -> 577 bytes
images/mood/roshi/palefaces/embarrassed.gif | Bin 0 -> 685 bytes
images/mood/roshi/palefaces/energetic.gif | Bin 0 -> 422 bytes
images/mood/roshi/palefaces/enraged.gif | Bin 0 -> 833 bytes
images/mood/roshi/palefaces/enthralled.gif | Bin 0 -> 870 bytes
images/mood/roshi/palefaces/envious.gif | Bin 0 -> 852 bytes
images/mood/roshi/palefaces/exhausted.gif | Bin 0 -> 667 bytes
images/mood/roshi/palefaces/frustrated.gif | Bin 0 -> 860 bytes
images/mood/roshi/palefaces/full.gif | Bin 0 -> 564 bytes
images/mood/roshi/palefaces/gloomy.gif | Bin 0 -> 852 bytes
images/mood/roshi/palefaces/good.gif | Bin 0 -> 865 bytes
images/mood/roshi/palefaces/groggy.gif | Bin 0 -> 1005 bytes
images/mood/roshi/palefaces/grumpy.gif | Bin 0 -> 418 bytes
images/mood/roshi/palefaces/happy.gif | Bin 0 -> 871 bytes
images/mood/roshi/palefaces/high.gif | Bin 0 -> 483 bytes
images/mood/roshi/palefaces/horny.gif | Bin 0 -> 493 bytes
images/mood/roshi/palefaces/hot.gif | Bin 0 -> 1001 bytes
images/mood/roshi/palefaces/hungry.gif | Bin 0 -> 863 bytes
images/mood/roshi/palefaces/hyper.gif | Bin 0 -> 1121 bytes
images/mood/roshi/palefaces/impressed.gif | Bin 0 -> 870 bytes
images/mood/roshi/palefaces/indescribable.gif | Bin 0 -> 943 bytes
images/mood/roshi/palefaces/index.html | 108 +
images/mood/roshi/palefaces/lazy.gif | Bin 0 -> 603 bytes
images/mood/roshi/palefaces/loved.gif | Bin 0 -> 808 bytes
images/mood/roshi/palefaces/mischievous.gif | Bin 0 -> 433 bytes
images/mood/roshi/palefaces/moody.gif | Bin 0 -> 485 bytes
images/mood/roshi/palefaces/nerdy.gif | Bin 0 -> 672 bytes
images/mood/roshi/palefaces/nostalgic.gif | Bin 0 -> 435 bytes
images/mood/roshi/palefaces/okay.gif | Bin 0 -> 865 bytes
images/mood/roshi/palefaces/predatory.gif | Bin 0 -> 865 bytes
images/mood/roshi/palefaces/refreshed.gif | Bin 0 -> 681 bytes
images/mood/roshi/palefaces/relaxed.gif | Bin 0 -> 624 bytes
images/mood/roshi/palefaces/relieved.gif | Bin 0 -> 775 bytes
images/mood/roshi/palefaces/rushed.gif | Bin 0 -> 714 bytes
images/mood/roshi/palefaces/sad.gif | Bin 0 -> 860 bytes
images/mood/roshi/palefaces/scared.gif | Bin 0 -> 407 bytes
images/mood/roshi/palefaces/shocked.gif | Bin 0 -> 871 bytes
images/mood/roshi/palefaces/sick.gif | Bin 0 -> 1856 bytes
images/mood/roshi/palefaces/silly.gif | Bin 0 -> 1030 bytes
images/mood/roshi/palefaces/sleepy.gif | Bin 0 -> 672 bytes
images/mood/roshi/palefaces/sore.gif | Bin 0 -> 1219 bytes
images/mood/roshi/palefaces/surprised.gif | Bin 0 -> 675 bytes
images/mood/roshi/palefaces/thirsty.gif | Bin 0 -> 597 bytes
images/mood/roshi/palefaces/thoughtful.gif | Bin 0 -> 863 bytes
images/mood/roshi/palefaces/worried.gif | Bin 0 -> 862 bytes
images/mood/sam/aggravated.gif | Bin 0 -> 643 bytes
images/mood/sam/amused.gif | Bin 0 -> 625 bytes
images/mood/sam/angry.gif | Bin 0 -> 841 bytes
images/mood/sam/annoyed.gif | Bin 0 -> 609 bytes
images/mood/sam/anxious.gif | Bin 0 -> 588 bytes
images/mood/sam/bored.gif | Bin 0 -> 851 bytes
images/mood/sam/bouncy.gif | Bin 0 -> 859 bytes
images/mood/sam/calm.gif | Bin 0 -> 560 bytes
images/mood/sam/clean.pl | 27 +
images/mood/sam/complacent.gif | Bin 0 -> 633 bytes
images/mood/sam/confused.gif | Bin 0 -> 663 bytes
images/mood/sam/content.gif | Bin 0 -> 592 bytes
images/mood/sam/cranky.gif | Bin 0 -> 592 bytes
images/mood/sam/crappy.gif | Bin 0 -> 616 bytes
images/mood/sam/curious.gif | Bin 0 -> 645 bytes
images/mood/sam/depressed.gif | Bin 0 -> 618 bytes
images/mood/sam/determined.gif | Bin 0 -> 746 bytes
images/mood/sam/disappointed.gif | Bin 0 -> 614 bytes
images/mood/sam/discontent.gif | Bin 0 -> 592 bytes
images/mood/sam/ditzy.gif | Bin 0 -> 935 bytes
images/mood/sam/drained.gif | Bin 0 -> 704 bytes
images/mood/sam/drunk.gif | Bin 0 -> 681 bytes
images/mood/sam/embarrassed.gif | Bin 0 -> 1599 bytes
images/mood/sam/energetic.gif | Bin 0 -> 893 bytes
images/mood/sam/enfuriated.gif | Bin 0 -> 612 bytes
images/mood/sam/enraged.gif | Bin 0 -> 625 bytes
images/mood/sam/enthralled.gif | Bin 0 -> 612 bytes
images/mood/sam/envious.gif | Bin 0 -> 1809 bytes
images/mood/sam/exanimate.gif | Bin 0 -> 822 bytes
images/mood/sam/excited.gif | Bin 0 -> 653 bytes
images/mood/sam/exhausted.gif | Bin 0 -> 616 bytes
images/mood/sam/flirty.gif | Bin 0 -> 560 bytes
images/mood/sam/frustrated.gif | Bin 0 -> 623 bytes
images/mood/sam/giggly.gif | Bin 0 -> 860 bytes
images/mood/sam/gloomy.gif | Bin 0 -> 624 bytes
images/mood/sam/groggy.gif | Bin 0 -> 592 bytes
images/mood/sam/happy.gif | Bin 0 -> 569 bytes
images/mood/sam/high.gif | Bin 0 -> 562 bytes
images/mood/sam/hopeful.gif | Bin 0 -> 883 bytes
images/mood/sam/horny.gif | Bin 0 -> 886 bytes
images/mood/sam/hungry.gif | Bin 0 -> 667 bytes
images/mood/sam/hyper.gif | Bin 0 -> 606 bytes
images/mood/sam/indescribable.gif | Bin 0 -> 614 bytes
images/mood/sam/index.html | 122 +
images/mood/sam/indifferent.gif | Bin 0 -> 612 bytes
images/mood/sam/infuriated.gif | Bin 0 -> 612 bytes
images/mood/sam/irate.gif | Bin 0 -> 825 bytes
images/mood/sam/jubilant.gif | Bin 0 -> 890 bytes
images/mood/sam/lazy.gif | Bin 0 -> 577 bytes
images/mood/sam/lethargic.gif | Bin 0 -> 594 bytes
images/mood/sam/listless.gif | Bin 0 -> 595 bytes
images/mood/sam/lonely.gif | Bin 0 -> 616 bytes
images/mood/sam/melancholy.gif | Bin 0 -> 634 bytes
images/mood/sam/mellow.gif | Bin 0 -> 596 bytes
images/mood/sam/mischieveous.gif | Bin 0 -> 843 bytes
images/mood/sam/mischievous.gif | Bin 0 -> 843 bytes
images/mood/sam/moody.gif | Bin 0 -> 608 bytes
images/mood/sam/morose.gif | Bin 0 -> 631 bytes
images/mood/sam/nostalgic.gif | Bin 0 -> 623 bytes
images/mood/sam/okay.gif | Bin 0 -> 589 bytes
images/mood/sam/optimistic.gif | Bin 0 -> 866 bytes
images/mood/sam/peaceful.gif | Bin 0 -> 585 bytes
images/mood/sam/pensive.gif | Bin 0 -> 621 bytes
images/mood/sam/pessimistic.gif | Bin 0 -> 615 bytes
images/mood/sam/pissed.gif | Bin 0 -> 822 bytes
images/mood/sam/recumbant.gif | Bin 0 -> 607 bytes
images/mood/sam/refreshed.gif | Bin 0 -> 900 bytes
images/mood/sam/rejuvenated.gif | Bin 0 -> 853 bytes
images/mood/sam/relaxed.gif | Bin 0 -> 601 bytes
images/mood/sam/relieved.gif | Bin 0 -> 663 bytes
images/mood/sam/restless.gif | Bin 0 -> 626 bytes
images/mood/sam/sad.gif | Bin 0 -> 606 bytes
images/mood/sam/satisfied.gif | Bin 0 -> 622 bytes
images/mood/sam/scared.gif | Bin 0 -> 540 bytes
images/mood/sam/silly.gif | Bin 0 -> 870 bytes
images/mood/sam/sleepy.gif | Bin 0 -> 616 bytes
images/mood/sam/sore.gif | Bin 0 -> 625 bytes
images/mood/sam/sqlstuff.txt | 160 +
images/mood/sam/stressed.gif | Bin 0 -> 632 bytes
images/mood/sam/thirsty.gif | Bin 0 -> 658 bytes
images/mood/sam/thoughtful.gif | Bin 0 -> 592 bytes
images/mood/sam/tired.gif | Bin 0 -> 693 bytes
images/mood/sam/touched.gif | Bin 0 -> 644 bytes
images/mood/sam/uncomfortable.gif | Bin 0 -> 605 bytes
images/mood/square/b/aggravated.gif | Bin 0 -> 434 bytes
images/mood/square/b/artistic.gif | Bin 0 -> 475 bytes
images/mood/square/b/bored.gif | Bin 0 -> 405 bytes
images/mood/square/b/cold.gif | Bin 0 -> 855 bytes
images/mood/square/b/confused.gif | Bin 0 -> 451 bytes
images/mood/square/b/content.gif | Bin 0 -> 426 bytes
images/mood/square/b/cranky.gif | Bin 0 -> 493 bytes
images/mood/square/b/curious.gif | Bin 0 -> 430 bytes
images/mood/square/b/embarrassed.gif | Bin 0 -> 692 bytes
images/mood/square/b/envious.gif | Bin 0 -> 718 bytes
images/mood/square/b/evil.gif | Bin 0 -> 692 bytes
images/mood/square/b/full.gif | Bin 0 -> 430 bytes
images/mood/square/b/giggly.gif | Bin 0 -> 667 bytes
images/mood/square/b/groggy.gif | Bin 0 -> 420 bytes
images/mood/square/b/happy.gif | Bin 0 -> 760 bytes
images/mood/square/b/hopeful.gif | Bin 0 -> 793 bytes
images/mood/square/b/hot.gif | Bin 0 -> 835 bytes
images/mood/square/b/hungry.gif | Bin 0 -> 753 bytes
images/mood/square/b/hyper.gif | Bin 0 -> 1149 bytes
images/mood/square/b/index.html | 71 +
images/mood/square/b/loved.gif | Bin 0 -> 465 bytes
images/mood/square/b/mellow.gif | Bin 0 -> 712 bytes
images/mood/square/b/nerdy.gif | Bin 0 -> 1222 bytes
images/mood/square/b/okay.gif | Bin 0 -> 406 bytes
images/mood/square/b/prepare.pl | 64 +
images/mood/square/b/sad.gif | Bin 0 -> 738 bytes
images/mood/square/b/sick.gif | Bin 0 -> 830 bytes
images/mood/square/b/silly.gif | Bin 0 -> 439 bytes
images/mood/square/b/sleepy.gif | Bin 0 -> 424 bytes
images/mood/square/b/stressed.gif | Bin 0 -> 619 bytes
images/mood/square/b/tired.gif | Bin 0 -> 287 bytes
images/mood/square/b/worried.gif | Bin 0 -> 514 bytes
images/mood/square/index.html | 44 +
images/mood/square/p/aggravated.gif | Bin 0 -> 434 bytes
images/mood/square/p/artistic.gif | Bin 0 -> 475 bytes
images/mood/square/p/bored.gif | Bin 0 -> 405 bytes
images/mood/square/p/cold.gif | Bin 0 -> 855 bytes
images/mood/square/p/confused.gif | Bin 0 -> 451 bytes
images/mood/square/p/content.gif | Bin 0 -> 425 bytes
images/mood/square/p/cranky.gif | Bin 0 -> 491 bytes
images/mood/square/p/curious.gif | Bin 0 -> 429 bytes
images/mood/square/p/embarrassed.gif | Bin 0 -> 692 bytes
images/mood/square/p/envious.gif | Bin 0 -> 717 bytes
images/mood/square/p/evil.gif | Bin 0 -> 691 bytes
images/mood/square/p/full.gif | Bin 0 -> 430 bytes
images/mood/square/p/giggly.gif | Bin 0 -> 666 bytes
images/mood/square/p/groggy.gif | Bin 0 -> 420 bytes
images/mood/square/p/happy.gif | Bin 0 -> 757 bytes
images/mood/square/p/hopeful.gif | Bin 0 -> 788 bytes
images/mood/square/p/hot.gif | Bin 0 -> 835 bytes
images/mood/square/p/hungry.gif | Bin 0 -> 751 bytes
images/mood/square/p/hyper.gif | Bin 0 -> 1144 bytes
images/mood/square/p/index.html | 71 +
images/mood/square/p/loved.gif | Bin 0 -> 464 bytes
images/mood/square/p/mellow.gif | Bin 0 -> 712 bytes
images/mood/square/p/nerdy.gif | Bin 0 -> 1222 bytes
images/mood/square/p/okay.gif | Bin 0 -> 406 bytes
images/mood/square/p/sad.gif | Bin 0 -> 739 bytes
images/mood/square/p/sick.gif | Bin 0 -> 830 bytes
images/mood/square/p/silly.gif | Bin 0 -> 438 bytes
images/mood/square/p/sleepy.gif | Bin 0 -> 424 bytes
images/mood/square/p/stressed.gif | Bin 0 -> 617 bytes
images/mood/square/p/tired.gif | Bin 0 -> 287 bytes
images/mood/square/p/worried.gif | Bin 0 -> 514 bytes
images/mood/square/y/aggravated.gif | Bin 0 -> 433 bytes
images/mood/square/y/artistic.gif | Bin 0 -> 475 bytes
images/mood/square/y/bored.gif | Bin 0 -> 404 bytes
images/mood/square/y/cold.gif | Bin 0 -> 855 bytes
images/mood/square/y/confused.gif | Bin 0 -> 451 bytes
images/mood/square/y/content.gif | Bin 0 -> 425 bytes
images/mood/square/y/cranky.gif | Bin 0 -> 491 bytes
images/mood/square/y/curious.gif | Bin 0 -> 428 bytes
images/mood/square/y/embarrassed.gif | Bin 0 -> 691 bytes
images/mood/square/y/envious.gif | Bin 0 -> 715 bytes
images/mood/square/y/evil.gif | Bin 0 -> 691 bytes
images/mood/square/y/full.gif | Bin 0 -> 430 bytes
images/mood/square/y/giggly.gif | Bin 0 -> 665 bytes
images/mood/square/y/groggy.gif | Bin 0 -> 420 bytes
images/mood/square/y/happy.gif | Bin 0 -> 757 bytes
images/mood/square/y/hopeful.gif | Bin 0 -> 787 bytes
images/mood/square/y/hot.gif | Bin 0 -> 835 bytes
images/mood/square/y/hungry.gif | Bin 0 -> 750 bytes
images/mood/square/y/hyper.gif | Bin 0 -> 1144 bytes
images/mood/square/y/index.html | 71 +
images/mood/square/y/loved.gif | Bin 0 -> 464 bytes
images/mood/square/y/mellow.gif | Bin 0 -> 712 bytes
images/mood/square/y/nerdy.gif | Bin 0 -> 1222 bytes
images/mood/square/y/okay.gif | Bin 0 -> 406 bytes
images/mood/square/y/sad.gif | Bin 0 -> 737 bytes
images/mood/square/y/sick.gif | Bin 0 -> 830 bytes
images/mood/square/y/silly.gif | Bin 0 -> 438 bytes
images/mood/square/y/sleepy.gif | Bin 0 -> 424 bytes
images/mood/square/y/stressed.gif | Bin 0 -> 616 bytes
images/mood/square/y/tired.gif | Bin 0 -> 287 bytes
images/mood/square/y/worried.gif | Bin 0 -> 513 bytes
images/mood/threnody/index.html | 42 +
images/mood/threnody/mice/index.html | 78 +
images/mood/threnody/mice/m-accomplished.gif | Bin 0 -> 1829 bytes
images/mood/threnody/mice/m-angry.gif | Bin 0 -> 1351 bytes
images/mood/threnody/mice/m-artistic.gif | Bin 0 -> 1433 bytes
images/mood/threnody/mice/m-awake.gif | Bin 0 -> 1488 bytes
images/mood/threnody/mice/m-blank.gif | Bin 0 -> 1253 bytes
images/mood/threnody/mice/m-calm.gif | Bin 0 -> 1556 bytes
images/mood/threnody/mice/m-cold.gif | Bin 0 -> 1337 bytes
images/mood/threnody/mice/m-confused.gif | Bin 0 -> 1523 bytes
images/mood/threnody/mice/m-curious.gif | Bin 0 -> 1822 bytes
images/mood/threnody/mice/m-determined.gif | Bin 0 -> 1323 bytes
images/mood/threnody/mice/m-devious.gif | Bin 0 -> 1343 bytes
images/mood/threnody/mice/m-drunk.gif | Bin 0 -> 1233 bytes
images/mood/threnody/mice/m-embarassed.gif | Bin 0 -> 1331 bytes
images/mood/threnody/mice/m-energetic.gif | Bin 0 -> 1907 bytes
images/mood/threnody/mice/m-enthralled.gif | Bin 0 -> 1320 bytes
images/mood/threnody/mice/m-envious.gif | Bin 0 -> 1854 bytes
images/mood/threnody/mice/m-gloomy.gif | Bin 0 -> 1603 bytes
images/mood/threnody/mice/m-good.gif | Bin 0 -> 1263 bytes
images/mood/threnody/mice/m-happy.gif | Bin 0 -> 1347 bytes
images/mood/threnody/mice/m-high.gif | Bin 0 -> 1342 bytes
images/mood/threnody/mice/m-horny.gif | Bin 0 -> 1353 bytes
images/mood/threnody/mice/m-hot.gif | Bin 0 -> 1657 bytes
images/mood/threnody/mice/m-hungry.gif | Bin 0 -> 1343 bytes
images/mood/threnody/mice/m-indescribable.gif | Bin 0 -> 1330 bytes
images/mood/threnody/mice/m-loved.gif | Bin 0 -> 1421 bytes
images/mood/threnody/mice/m-mellow.gif | Bin 0 -> 1311 bytes
images/mood/threnody/mice/m-nerdy.gif | Bin 0 -> 1620 bytes
images/mood/threnody/mice/m-okay.gif | Bin 0 -> 1306 bytes
images/mood/threnody/mice/m-optimistic.gif | Bin 0 -> 1461 bytes
images/mood/threnody/mice/m-sad.gif | Bin 0 -> 1337 bytes
images/mood/threnody/mice/m-scared.gif | Bin 0 -> 1326 bytes
images/mood/threnody/mice/m-shocked.gif | Bin 0 -> 1242 bytes
images/mood/threnody/mice/m-sick.gif | Bin 0 -> 1380 bytes
images/mood/threnody/mice/m-thoughtful.gif | Bin 0 -> 1440 bytes
images/mood/threnody/mice/m-tired.gif | Bin 0 -> 1213 bytes
images/mood/threnody/mice/m-working.gif | Bin 0 -> 1356 bytes
images/mood/threnody/mice/m-worried.gif | Bin 0 -> 1371 bytes
images/mood/xenia/greyblack/aggravated.gif | Bin 0 -> 895 bytes
images/mood/xenia/greyblack/amused.gif | Bin 0 -> 900 bytes
images/mood/xenia/greyblack/angry.gif | Bin 0 -> 910 bytes
images/mood/xenia/greyblack/bitchy.gif | Bin 0 -> 899 bytes
images/mood/xenia/greyblack/blank.gif | Bin 0 -> 874 bytes
images/mood/xenia/greyblack/cold.gif | Bin 0 -> 952 bytes
images/mood/xenia/greyblack/confident.gif | Bin 0 -> 904 bytes
images/mood/xenia/greyblack/confused.gif | Bin 0 -> 947 bytes
images/mood/xenia/greyblack/crazy.gif | Bin 0 -> 929 bytes
images/mood/xenia/greyblack/crushed.gif | Bin 0 -> 906 bytes
images/mood/xenia/greyblack/dirty.gif | Bin 0 -> 933 bytes
images/mood/xenia/greyblack/drunk.gif | Bin 0 -> 906 bytes
images/mood/xenia/greyblack/ecstatic.gif | Bin 0 -> 908 bytes
images/mood/xenia/greyblack/embarrassed.gif | Bin 0 -> 914 bytes
images/mood/xenia/greyblack/energetic.gif | Bin 0 -> 902 bytes
images/mood/xenia/greyblack/enthralled.gif | Bin 0 -> 899 bytes
images/mood/xenia/greyblack/flirty.gif | Bin 0 -> 898 bytes
images/mood/xenia/greyblack/happy.gif | Bin 0 -> 905 bytes
images/mood/xenia/greyblack/high.gif | Bin 0 -> 900 bytes
images/mood/xenia/greyblack/horny.gif | Bin 0 -> 943 bytes
images/mood/xenia/greyblack/hot.gif | Bin 0 -> 990 bytes
images/mood/xenia/greyblack/hungry.gif | Bin 0 -> 1012 bytes
images/mood/xenia/greyblack/indescribable.gif | Bin 0 -> 907 bytes
images/mood/xenia/greyblack/index.html | 77 +
images/mood/xenia/greyblack/indifferent.gif | Bin 0 -> 899 bytes
images/mood/xenia/greyblack/loved.gif | Bin 0 -> 954 bytes
images/mood/xenia/greyblack/pensive.gif | Bin 0 -> 976 bytes
images/mood/xenia/greyblack/rejected.gif | Bin 0 -> 968 bytes
images/mood/xenia/greyblack/relaxed.gif | Bin 0 -> 895 bytes
images/mood/xenia/greyblack/sad.gif | Bin 0 -> 902 bytes
images/mood/xenia/greyblack/scared.gif | Bin 0 -> 918 bytes
images/mood/xenia/greyblack/sick.gif | Bin 0 -> 904 bytes
images/mood/xenia/greyblack/silly.gif | Bin 0 -> 907 bytes
images/mood/xenia/greyblack/surprised.gif | Bin 0 -> 946 bytes
images/mood/xenia/greyblack/thirsty.gif | Bin 0 -> 908 bytes
images/mood/xenia/greyblack/thoughtful.gif | Bin 0 -> 979 bytes
images/mood/xenia/greyblack/tired.gif | Bin 0 -> 938 bytes
images/mood/xenia/index.html | 43 +
images/mood/xenia/redblack/aggravated.gif | Bin 0 -> 896 bytes
images/mood/xenia/redblack/amused.gif | Bin 0 -> 899 bytes
images/mood/xenia/redblack/angry.gif | Bin 0 -> 911 bytes
images/mood/xenia/redblack/bitchy.gif | Bin 0 -> 896 bytes
images/mood/xenia/redblack/blank.gif | Bin 0 -> 874 bytes
images/mood/xenia/redblack/cold.gif | Bin 0 -> 953 bytes
images/mood/xenia/redblack/confident.gif | Bin 0 -> 900 bytes
images/mood/xenia/redblack/confused.gif | Bin 0 -> 956 bytes
images/mood/xenia/redblack/crazy.gif | Bin 0 -> 926 bytes
images/mood/xenia/redblack/crushed.gif | Bin 0 -> 909 bytes
images/mood/xenia/redblack/dirty.gif | Bin 0 -> 929 bytes
images/mood/xenia/redblack/drunk.gif | Bin 0 -> 902 bytes
images/mood/xenia/redblack/ecstatic.gif | Bin 0 -> 902 bytes
images/mood/xenia/redblack/embarrassed.gif | Bin 0 -> 914 bytes
images/mood/xenia/redblack/energetic.gif | Bin 0 -> 899 bytes
images/mood/xenia/redblack/enthralled.gif | Bin 0 -> 901 bytes
images/mood/xenia/redblack/exhausted.gif | Bin 0 -> 936 bytes
images/mood/xenia/redblack/flirty.gif | Bin 0 -> 893 bytes
images/mood/xenia/redblack/happy.gif | Bin 0 -> 902 bytes
images/mood/xenia/redblack/high.gif | Bin 0 -> 901 bytes
images/mood/xenia/redblack/horny.gif | Bin 0 -> 943 bytes
images/mood/xenia/redblack/hot.gif | Bin 0 -> 985 bytes
images/mood/xenia/redblack/hungry.gif | Bin 0 -> 1004 bytes
images/mood/xenia/redblack/indescribable.gif | Bin 0 -> 901 bytes
images/mood/xenia/redblack/index.html | 77 +
images/mood/xenia/redblack/indifferent.gif | Bin 0 -> 899 bytes
images/mood/xenia/redblack/loved.gif | Bin 0 -> 944 bytes
images/mood/xenia/redblack/pensive.gif | Bin 0 -> 976 bytes
images/mood/xenia/redblack/rejected.gif | Bin 0 -> 955 bytes
images/mood/xenia/redblack/relaxed.gif | Bin 0 -> 890 bytes
images/mood/xenia/redblack/sad.gif | Bin 0 -> 902 bytes
images/mood/xenia/redblack/scared.gif | Bin 0 -> 919 bytes
images/mood/xenia/redblack/sick.gif | Bin 0 -> 905 bytes
images/mood/xenia/redblack/silly.gif | Bin 0 -> 905 bytes
images/mood/xenia/redblack/surprised.gif | Bin 0 -> 947 bytes
images/mood/xenia/redblack/thirsty.gif | Bin 0 -> 905 bytes
images/mood/xenia/redblack/thoughtful.gif | Bin 0 -> 979 bytes
livejournal/Inline/README.txt | 7 +
livejournal/README.txt | 1 +
livejournal/bin/api2html.pl | 93 +
livejournal/bin/checkconfig.pl | 195 +
livejournal/bin/cvsreport.pl | 15 +
livejournal/bin/dbcheck.pl | 339 +
livejournal/bin/dbselectd.pl | 392 +
livejournal/bin/deleteusers.pl | 157 +
livejournal/bin/dumpsql.pl | 167 +
livejournal/bin/fingerd.pl | 144 +
livejournal/bin/interdoc.pl | 128 +
livejournal/bin/jmk | 3 +
livejournal/bin/lj-inline.pl | 43 +
livejournal/bin/ljblockwatcher.pl | 631 +
livejournal/bin/ljmaint.pl | 139 +
livejournal/bin/ljsysban.pl | 202 +
livejournal/bin/ljubackup.pl | 1149 ++
livejournal/bin/ljumover.pl | 1336 ++
livejournal/bin/logsummarize.pl | 110 +
livejournal/bin/mailgated.pl | 536 +
livejournal/bin/maint/bday.pl | 86 +
livejournal/bin/maint/captcha.pl | 361 +
livejournal/bin/maint/clean_caches.pl | 207 +
livejournal/bin/maint/generic.pl | 76 +
livejournal/bin/maint/stats.pl | 530 +
livejournal/bin/maint/statspics.pl | 122 +
livejournal/bin/maint/synsuck.pl | 513 +
livejournal/bin/maint/taskinfo.txt | 27 +
livejournal/bin/moveucluster.pl | 1000 +
livejournal/bin/moveuclusterd.pl | 2750 +++
livejournal/bin/qbufferd.pl | 253 +
livejournal/bin/statserv.pl | 207 +
livejournal/bin/truncate-cluster.pl | 33 +
livejournal/bin/upgrading/base-data.sql | 1071 ++
livejournal/bin/upgrading/blobify_userpics.pl | 72 +
livejournal/bin/upgrading/compress_cluster.pl | 77 +
livejournal/bin/upgrading/d1d2-single.pl | 41 +
livejournal/bin/upgrading/d4d5-global.pl | 320 +
livejournal/bin/upgrading/d5d6-mkf.pl | 349 +
livejournal/bin/upgrading/d6d7-userpics.pl | 352 +
livejournal/bin/upgrading/deadphrases.dat | 207 +
livejournal/bin/upgrading/en.dat | 4676 +++++
livejournal/bin/upgrading/import-includes.pl | 48 +
livejournal/bin/upgrading/make_system.pl | 53 +
.../bin/upgrading/migrate-phoneposts.pl | 323 +
livejournal/bin/upgrading/migrate-userpics.pl | 318 +
livejournal/bin/upgrading/migrate-userprop.pl | 162 +
livejournal/bin/upgrading/moods.dat | 107 +
livejournal/bin/upgrading/move0cluster.pl | 886 +
livejournal/bin/upgrading/pop-clusterprops.pl | 84 +
livejournal/bin/upgrading/pop-weekuu.pl | 68 +
livejournal/bin/upgrading/s1style-rw.pl | 85 +
livejournal/bin/upgrading/s1styles.dat | 7523 ++++++++
livejournal/bin/upgrading/s2layers.dat | 54 +
.../upgrading/s2layers/classic/classic.jpg | Bin 0 -> 21054 bytes
.../bin/upgrading/s2layers/classic/en.s2 | 16 +
.../bin/upgrading/s2layers/classic/layout.s2 | 785 +
.../bin/upgrading/s2layers/classic/themes.s2 | 419 +
.../s2layers/cleansimple/cleansimple.jpg | Bin 0 -> 20049 bytes
.../bin/upgrading/s2layers/cleansimple/en.s2 | 11 +
.../upgrading/s2layers/cleansimple/layout.s2 | 932 +
.../upgrading/s2layers/cleansimple/themes.s2 | 420 +
livejournal/bin/upgrading/s2layers/core1.s2 | 2020 ++
.../digitalmultiplex/digitalmultiplex.jpg | Bin 0 -> 26558 bytes
.../upgrading/s2layers/digitalmultiplex/en.s2 | 10 +
.../s2layers/digitalmultiplex/layout.s2 | 1379 ++
.../bin/upgrading/s2layers/generator/en.s2 | 17 +
.../s2layers/generator/generator.jpg | Bin 0 -> 10141 bytes
.../upgrading/s2layers/generator/layout.s2 | 945 +
.../upgrading/s2layers/generator/themes.s2 | 369 +
.../bin/upgrading/s2layers/haven/haven.png | Bin 0 -> 16042 bytes
.../bin/upgrading/s2layers/haven/layout.s2 | 1655 ++
.../bin/upgrading/s2layers/haven/themes.s2 | 392 +
.../bin/upgrading/s2layers/i18nc/da1.s2 | 161 +
.../bin/upgrading/s2layers/i18nc/de1.s2 | 147 +
.../bin/upgrading/s2layers/i18nc/en1.s2 | 9 +
.../bin/upgrading/s2layers/i18nc/eo1.s2 | 139 +
.../bin/upgrading/s2layers/i18nc/fi1.s2 | 171 +
.../bin/upgrading/s2layers/i18nc/fr1.s2 | 144 +
.../bin/upgrading/s2layers/i18nc/ja1.s2 | 16 +
.../bin/upgrading/s2layers/i18nc/ru1.s2 | 21 +
.../bin/upgrading/s2layers/magazine/en.s2 | 14 +
.../bin/upgrading/s2layers/magazine/layout.s2 | 699 +
.../upgrading/s2layers/magazine/magazine.jpg | Bin 0 -> 17795 bytes
.../bin/upgrading/s2layers/magazine/themes.s2 | 459 +
.../bin/upgrading/s2layers/notepad/en.s2 | 14 +
.../bin/upgrading/s2layers/notepad/layout.s2 | 605 +
.../upgrading/s2layers/notepad/notepad.jpg | Bin 0 -> 20276 bytes
livejournal/bin/upgrading/s2layers/policy.dat | 27 +
.../bin/upgrading/s2layers/punquin/en.s2 | 11 +
.../bin/upgrading/s2layers/punquin/layout.s2 | 699 +
.../upgrading/s2layers/punquin/punquin.jpg | Bin 0 -> 12215 bytes
.../bin/upgrading/s2layers/punquin/themes.s2 | 450 +
.../s2layers/sturdygesture/layout.s2 | 850 +
.../s2layers/sturdygesture/sturdygesture.jpg | Bin 0 -> 19735 bytes
.../s2layers/sturdygesture/themes.s2 | 75 +
.../upgrading/s2layers/tabularindent/en.s2 | 14 +
.../s2layers/tabularindent/layout.s2 | 741 +
.../s2layers/tabularindent/tabularindent.jpg | Bin 0 -> 19223 bytes
.../s2layers/tabularindent/themes.s2 | 437 +
.../upgrading/s2layers/variableflow/layout.s2 | 967 +
.../s2layers/variableflow/preview.jpg | Bin 0 -> 23817 bytes
.../bin/upgrading/s2style-wizard-update.pl | 73 +
livejournal/bin/upgrading/support-upgrade.pl | 21 +
livejournal/bin/upgrading/text.dat | 9 +
livejournal/bin/upgrading/texttool.pl | 690 +
livejournal/bin/upgrading/truncate_cluster.pl | 32 +
.../bin/upgrading/update-db-general.pl | 2578 +++
livejournal/bin/upgrading/update-db.pl | 807 +
livejournal/bin/weblog-summarize.pl | 74 +
livejournal/bootstrap.pl | 40 +
livejournal/cgi-bin/Apache/DebateSuicide.pm | 96 +
livejournal/cgi-bin/Apache/LiveJournal.pm | 1508 ++
.../Apache/LiveJournal/Interface/AtomAPI.pm | 610 +
.../Apache/LiveJournal/Interface/Blogger.pm | 232 +
.../LiveJournal/Interface/FotoBilder.pm | 207 +
.../Apache/LiveJournal/Interface/S2.pm | 124 +
.../cgi-bin/Apache/LiveJournal/PalImg.pm | 152 +
livejournal/cgi-bin/Apache/SendStats.pm | 148 +
livejournal/cgi-bin/BlobClient.pm | 51 +
livejournal/cgi-bin/BlobClient/Local.pm | 114 +
livejournal/cgi-bin/BlobClient/Remote.pm | 164 +
livejournal/cgi-bin/LJ/Blob.pm | 150 +
livejournal/cgi-bin/LJ/Cache.pm | 291 +
livejournal/cgi-bin/LJ/Captcha.pm | 423 +
livejournal/cgi-bin/LJ/LDAP.pm | 94 +
livejournal/cgi-bin/LJ/MemCache.pm | 111 +
livejournal/cgi-bin/LJ/OpenID.pm | 189 +
livejournal/cgi-bin/LJ/S2.pm | 2669 +++
livejournal/cgi-bin/LJ/S2/DayPage.pm | 239 +
livejournal/cgi-bin/LJ/S2/EntryPage.pm | 377 +
livejournal/cgi-bin/LJ/S2/FriendsPage.pm | 441 +
livejournal/cgi-bin/LJ/S2/MonthPage.pm | 232 +
livejournal/cgi-bin/LJ/S2/RecentPage.pm | 240 +
livejournal/cgi-bin/LJ/S2/ReplyPage.pm | 139 +
livejournal/cgi-bin/LJ/S2/YearPage.pm | 181 +
livejournal/cgi-bin/LJ/SixDegrees.pm | 207 +
livejournal/cgi-bin/LJ/SpellCheck.pm | 158 +
livejournal/cgi-bin/LJ/TagGenerator.pm | 72 +
livejournal/cgi-bin/LJ/TextMessage.pm | 2164 +++
livejournal/cgi-bin/LJ/User.pm | 682 +
livejournal/cgi-bin/PaletteModify.pm | 122 +
livejournal/cgi-bin/XML/Atom.pm | 75 +
livejournal/cgi-bin/XML/Atom/Client.pm | 348 +
livejournal/cgi-bin/XML/Atom/Content.pm | 157 +
livejournal/cgi-bin/XML/Atom/Entry.pm | 131 +
livejournal/cgi-bin/XML/Atom/ErrorHandler.pm | 21 +
livejournal/cgi-bin/XML/Atom/Feed.pm | 256 +
livejournal/cgi-bin/XML/Atom/Link.pm | 92 +
livejournal/cgi-bin/XML/Atom/Person.pm | 120 +
livejournal/cgi-bin/XML/Atom/Server.pm | 538 +
livejournal/cgi-bin/XML/Atom/Thing.pm | 322 +
livejournal/cgi-bin/XML/Atom/Util.pm | 106 +
.../cgi-bin/XML/Parser/Encodings/koi8-r.enc | Bin 0 -> 1072 bytes
.../cgi-bin/XML/Parser/Encodings/koi8-r.xml | 75 +
.../XML/Parser/Encodings/windows-1251.enc | Bin 0 -> 1072 bytes
.../XML/Parser/Encodings/windows-1251.xml | 54 +
.../XML/Parser/Encodings/windows-1252.enc | Bin 0 -> 1072 bytes
.../XML/Parser/Encodings/windows-1252.xml | 26 +
.../XML/Parser/Encodings/windows-1255.enc | Bin 0 -> 1072 bytes
livejournal/cgi-bin/XML/README.txt | 4 +
livejournal/cgi-bin/bml/scheme/bluewhite.look | 263 +
livejournal/cgi-bin/bml/scheme/global.look | 365 +
livejournal/cgi-bin/bml/scheme/lynx.look | 55 +
livejournal/cgi-bin/bml/scheme/opalcat.look | 225 +
livejournal/cgi-bin/bml/scheme/woais.look | 198 +
livejournal/cgi-bin/cleanhtml.pl | 1021 ++
livejournal/cgi-bin/communitylib.pl | 522 +
livejournal/cgi-bin/conban.pl | 146 +
livejournal/cgi-bin/confaq.pl | 164 +
livejournal/cgi-bin/conmoodtheme.pl | 182 +
livejournal/cgi-bin/conshared.pl | 222 +
livejournal/cgi-bin/console.pl | 1665 ++
livejournal/cgi-bin/consuspend.pl | 421 +
livejournal/cgi-bin/crumbs.pl | 90 +
livejournal/cgi-bin/directorylib.pl | 649 +
livejournal/cgi-bin/emailcheck.pl | 82 +
livejournal/cgi-bin/fbupload.pl | 225 +
livejournal/cgi-bin/htmlcontrols.pl | 365 +
livejournal/cgi-bin/imageconf.pl | 119 +
livejournal/cgi-bin/lj-bml-blocks.pl | 30 +
livejournal/cgi-bin/lj-bml-init.pl | 53 +
livejournal/cgi-bin/ljcmdbuffer.pl | 322 +
livejournal/cgi-bin/ljdb.pl | 55 +
livejournal/cgi-bin/ljdefaults.pl | 245 +
livejournal/cgi-bin/ljemailgateway.pl | 647 +
livejournal/cgi-bin/ljfeed.pl | 556 +
livejournal/cgi-bin/ljlang.pl | 416 +
livejournal/cgi-bin/ljlib.pl | 9400 ++++++++++
livejournal/cgi-bin/ljlinks.pl | 218 +
livejournal/cgi-bin/ljmail.pl | 356 +
livejournal/cgi-bin/ljmemories.pl | 543 +
livejournal/cgi-bin/ljpoll.pl | 952 +
livejournal/cgi-bin/ljprotocol.pl | 3287 ++++
livejournal/cgi-bin/ljtodo.pl | 45 +
livejournal/cgi-bin/ljviews.pl | 2361 +++
livejournal/cgi-bin/modperl.pl | 33 +
livejournal/cgi-bin/modperl_subs.pl | 137 +
livejournal/cgi-bin/parsefeed.pl | 481 +
livejournal/cgi-bin/portal.pl | 1141 ++
livejournal/cgi-bin/propparse.pl | 167 +
livejournal/cgi-bin/redirect.dat | 24 +
livejournal/cgi-bin/statslib.pl | 285 +
livejournal/cgi-bin/supportlib.pl | 742 +
livejournal/cgi-bin/synlib.pl | 35 +
livejournal/cgi-bin/sysban.pl | 175 +
livejournal/cgi-bin/taglib.pl | 1185 ++
livejournal/cgi-bin/talklib.pl | 3095 ++++
livejournal/cgi-bin/userpicmagic.txt | 3 +
livejournal/cgi-bin/weblib.pl | 1762 ++
livejournal/cvs/multicvs.conf | 55 +
.../doc/designnotes/multihomed_userprops.txt | 46 +
livejournal/doc/ljconfig.pl.txt | 595 +
livejournal/doc/notes/user-statusvis.txt | 36 +
livejournal/doc/raw/appendices/gfdl.xml | 450 +
livejournal/doc/raw/build/api/api2db.pl | 111 +
livejournal/doc/raw/build/api/apidoc.conf | 19 +
livejournal/doc/raw/build/caps/cap-local.pl | 15 +
livejournal/doc/raw/build/caps/cap2db.pl | 167 +
livejournal/doc/raw/build/chunk.xsl | 13 +
.../doc/raw/build/console/console2db.pl | 39 +
livejournal/doc/raw/build/db/db2ref.xsl | 87 +
livejournal/doc/raw/build/db/dbschema.dtd | 23 +
livejournal/doc/raw/build/db/dbschema.pl | 125 +
livejournal/doc/raw/build/docbooklib.pl | 56 +
livejournal/doc/raw/build/generate.pl | 185 +
livejournal/doc/raw/build/hooks/hooks2db.pl | 404 +
.../doc/raw/build/install/modulelist2db.pl | 112 +
.../doc/raw/build/ljconfig/ljconfig2db.pl | 488 +
livejournal/doc/raw/build/ljdocs2html.xsl | 141 +
livejournal/doc/raw/build/nochunk.xsl | 11 +
livejournal/doc/raw/build/priv/priv2db.pl | 53 +
.../doc/raw/build/protocol/authinfo.ent.xml | 36 +
.../raw/build/protocol/checkfriends.mode.xml | 109 +
.../build/protocol/consolecommand.mode.xml | 176 +
.../doc/raw/build/protocol/editevent.mode.xml | 184 +
.../build/protocol/editfriendgroups.mode.xml | 119 +
.../raw/build/protocol/editfriends.mode.xml | 147 +
livejournal/doc/raw/build/protocol/flat2db.pl | 64 +
.../raw/build/protocol/friendgroups.ent.xml | 21 +
.../doc/raw/build/protocol/friendof.mode.xml | 122 +
.../raw/build/protocol/friendslist.ent.xml | 29 +
.../raw/build/protocol/getchallenge.mode.xml | 81 +
.../raw/build/protocol/getdaycounts.mode.xml | 143 +
.../doc/raw/build/protocol/getevents.mode.xml | 235 +
.../build/protocol/getfriendgroups.mode.xml | 100 +
.../raw/build/protocol/getfriends.mode.xml | 156 +
.../doc/raw/build/protocol/login.mode.xml | 198 +
.../doc/raw/build/protocol/moods.ent.xml | 15 +
.../doc/raw/build/protocol/postevent.mode.xml | 178 +
.../doc/raw/build/protocol/proplist2db.pl | 35 +
.../raw/build/protocol/sessionexpire.mode.xml | 89 +
.../build/protocol/sessiongenerate.mode.xml | 108 +
.../doc/raw/build/protocol/syncitems.mode.xml | 259 +
.../doc/raw/build/protocol/usejournal.ent.xml | 3 +
.../raw/build/protocol/usejournals.ent.xml | 7 +
.../doc/raw/build/protocol/xml-rpc2db.xsl | 129 +
livejournal/doc/raw/build/protocol/xmlrpc.dtd | 41 +
livejournal/doc/raw/build/protocol/xmlrpc.xml | 47 +
livejournal/doc/raw/build/titlepage.xsl | 66 +
livejournal/doc/raw/entities/authors.ent | 23 +
livejournal/doc/raw/entities/books.ent | 30 +
livejournal/doc/raw/entities/content.ent | 6 +
livejournal/doc/raw/entities/entities.xml | 1 +
livejournal/doc/raw/entities/lj.book.ent | 61 +
livejournal/doc/raw/entities/ljp.book.ent | 68 +
livejournal/doc/raw/http-interface.txt | 372 +
livejournal/doc/raw/index.xml | 27 +
livejournal/doc/raw/int/db/db2ref.xsl | 92 +
livejournal/doc/raw/int/db/dbschema.dtd | 35 +
livejournal/doc/raw/int/db/dbschema.pl | 126 +
livejournal/doc/raw/int/db/schema.xml | 9 +
.../doc/raw/int/programming-guidelines.xml | 204 +
livejournal/doc/raw/int/protocol/Makefile | 14 +
.../doc/raw/int/protocol/authinfo.ent.xml | 16 +
.../raw/int/protocol/checkfriends.mode.xml | 42 +
.../raw/int/protocol/consolecommand.mode.xml | 61 +
.../doc/raw/int/protocol/editevent.mode.xml | 79 +
.../int/protocol/editfriendgroups.mode.xml | 45 +
.../doc/raw/int/protocol/editfriends.mode.xml | 59 +
.../doc/raw/int/protocol/friendgroups.ent.xml | 21 +
.../doc/raw/int/protocol/friendof.mode.xml | 29 +
.../doc/raw/int/protocol/friendslist.ent.xml | 29 +
.../raw/int/protocol/getdaycounts.mode.xml | 33 +
.../doc/raw/int/protocol/getevents.mode.xml | 109 +
.../raw/int/protocol/getfriendgroups.mode.xml | 22 +
.../doc/raw/int/protocol/getfriends.mode.xml | 40 +
.../doc/raw/int/protocol/login.mode.xml | 118 +
.../doc/raw/int/protocol/moods.ent.xml | 15 +
.../doc/raw/int/protocol/postevent.mode.xml | 74 +
.../doc/raw/int/protocol/syncitems.mode.xml | 42 +
livejournal/doc/raw/int/protocol/testbook.xml | 13 +
.../doc/raw/int/protocol/to_docbook.xsl | 108 +
.../doc/raw/int/protocol/usejournal.ent.xml | 3 +
.../doc/raw/int/protocol/usejournals.ent.xml | 7 +
livejournal/doc/raw/int/protocol/xmlrpc.dtd | 37 +
livejournal/doc/raw/int/protocol/xmlrpc.xml | 41 +
.../doc/raw/lj.book/admin/caps_list.xml | 52 +
livejournal/doc/raw/lj.book/admin/console.xml | 50 +
.../doc/raw/lj.book/admin/create_users.xml | 20 +
.../doc/raw/lj.book/admin/creating_users.xml | 20 +
livejournal/doc/raw/lj.book/admin/index.xml | 17 +
livejournal/doc/raw/lj.book/admin/privs.xml | 29 +
livejournal/doc/raw/lj.book/admin/sysban.xml | 55 +
.../doc/raw/lj.book/customize/hooks.xml | 65 +
.../doc/raw/lj.book/customize/images.xml | 18 +
.../doc/raw/lj.book/customize/index.xml | 40 +
.../doc/raw/lj.book/customize/layout.xml | 206 +
.../doc/raw/lj.book/customize/limits.xml | 6 +
.../doc/raw/lj.book/customize/local_cvs.xml | 82 +
.../doc/raw/lj.book/customize/tasks.xml | 12 +
.../doc/raw/lj.book/customize/text.xml | 48 +
.../doc/raw/lj.book/features/index.xml | 10 +
.../doc/raw/lj.book/features/support.xml | 20 +
.../doc/raw/lj.book/features/topics.xml | 9 +
livejournal/doc/raw/lj.book/index.xml | 27 +
.../doc/raw/lj.book/install/apache_setup.xml | 117 +
.../doc/raw/lj.book/install/finishing.xml | 52 +
.../doc/raw/lj.book/install/general_setup.xml | 128 +
livejournal/doc/raw/lj.book/install/index.xml | 35 +
.../doc/raw/lj.book/install/ljconfig.caps.xml | 68 +
.../raw/lj.book/install/ljconfig.dbinfo.xml | 46 +
.../raw/lj.book/install/ljconfig.disabled.xml | 51 +
.../raw/lj.book/install/ljconfig.helpurls.xml | 45 +
.../doc/raw/lj.book/install/ljconfig.vars.xml | 11 +
.../doc/raw/lj.book/install/ljconfig.xml | 34 +
.../doc/raw/lj.book/install/mysql_setup.xml | 72 +
.../doc/raw/lj.book/install/perl_setup.xml | 77 +
livejournal/doc/raw/lj.book/install/reqs.xml | 46 +
.../raw/lj.book/install/schedule_tasks.xml | 64 +
livejournal/doc/raw/lj.book/intro/goat.xml | 32 +
livejournal/doc/raw/lj.book/intro/index.xml | 21 +
livejournal/doc/raw/lj.book/intro/story.xml | 26 +
livejournal/doc/raw/lj.book/intro/what_is.xml | 24 +
livejournal/doc/raw/lj.book/intro/why.xml | 295 +
livejournal/doc/raw/lj.book/preface.xml | 71 +
livejournal/doc/raw/ljp.book/api/index.xml | 9 +
livejournal/doc/raw/ljp.book/bml/core.xml | 36 +
livejournal/doc/raw/ljp.book/bml/flags.xml | 89 +
livejournal/doc/raw/ljp.book/bml/index.xml | 21 +
livejournal/doc/raw/ljp.book/csp/appx.faq.xml | 72 +
livejournal/doc/raw/ljp.book/csp/auth.xml | 122 +
livejournal/doc/raw/ljp.book/csp/blogger.xml | 36 +
livejournal/doc/raw/ljp.book/csp/cs.xml | 151 +
.../doc/raw/ljp.book/csp/flat/index.xml | 28 +
livejournal/doc/raw/ljp.book/csp/index.xml | 33 +
livejournal/doc/raw/ljp.book/csp/proplist.xml | 7 +
livejournal/doc/raw/ljp.book/csp/versions.xml | 46 +
.../doc/raw/ljp.book/csp/xml-rpc/index.xml | 23 +
livejournal/doc/raw/ljp.book/db/index.xml | 22 +
livejournal/doc/raw/ljp.book/db/reluser.xml | 49 +
livejournal/doc/raw/ljp.book/index.xml | 21 +
livejournal/doc/raw/ljp.book/int/bml_faq.xml | 103 +
.../doc/raw/ljp.book/int/cap_classes.xml | 8 +
livejournal/doc/raw/ljp.book/int/index.xml | 9 +
.../doc/raw/ljp.book/prog-guide/database.xml | 74 +
.../doc/raw/ljp.book/prog-guide/general.xml | 44 +
.../doc/raw/ljp.book/prog-guide/index.xml | 14 +
.../doc/raw/ljp.book/prog-guide/patches.xml | 12 +
.../raw/ljp.book/prog-guide/performance.xml | 15 +
.../raw/ljp.book/prog-guide/perl_style.xml | 15 +
.../doc/raw/ljp.book/prog-guide/security.xml | 21 +
.../doc/raw/ljp.book/styles/compare.xml | 105 +
livejournal/doc/raw/ljp.book/styles/index.xml | 25 +
.../doc/raw/ljp.book/styles/s1/design.xml | 10 +
.../doc/raw/ljp.book/styles/s1/history.xml | 10 +
.../doc/raw/ljp.book/styles/s1/index.xml | 15 +
.../doc/raw/ljp.book/styles/s2/design.xml | 10 +
.../doc/raw/ljp.book/styles/s2/history.xml | 10 +
.../doc/raw/ljp.book/styles/s2/index.xml | 15 +
livejournal/doc/raw/memcache-keys.txt | 78 +
livejournal/doc/raw/mogile-keys.txt | 4 +
livejournal/doc/raw/notes.txt | 25 +
livejournal/doc/raw/s1/s1ref2db.pl | 87 +
livejournal/doc/raw/s1/vars.dat | 2419 +++
livejournal/doc/raw/s1/views.dat | 55 +
livejournal/doc/raw/s2/lj/build.pl | 320 +
livejournal/doc/raw/s2/lj/dateformats.xml | 191 +
livejournal/doc/raw/s2/lj/entities.xml | 38 +
livejournal/doc/raw/s2/lj/faq.xml | 17 +
livejournal/doc/raw/s2/lj/index.xml | 32 +
livejournal/doc/raw/s2/lj/quickstart.xml | 277 +
livejournal/doc/raw/s2/lj/s2onlj.xml | 204 +
livejournal/doc/raw/s2/lj/siteapi.xml | 9 +
livejournal/doc/todo.txt | 140 +
livejournal/htdocs/500-error.html | 62 +
livejournal/htdocs/_config.bml | 15 +
livejournal/htdocs/accountstatus.bml | 94 +
livejournal/htdocs/admin/capedit.bml | 104 +
livejournal/htdocs/admin/clusterstatus.bml | 47 +
livejournal/htdocs/admin/console/index.bml | 104 +
.../htdocs/admin/console/reference.bml | 49 +
livejournal/htdocs/admin/dbadmin.bml | 200 +
livejournal/htdocs/admin/faq/faqedit.bml | 100 +
livejournal/htdocs/admin/faq/faqedit_do.bml | 109 +
livejournal/htdocs/admin/faq/index.bml | 67 +
livejournal/htdocs/admin/faq/readcat.bml | 63 +
livejournal/htdocs/admin/fileedit/index.bml | 150 +
livejournal/htdocs/admin/memcache.bml | 170 +
livejournal/htdocs/admin/memcache_view.bml | 275 +
livejournal/htdocs/admin/mysql_status.bml | 129 +
livejournal/htdocs/admin/priv/index.bml | 338 +
livejournal/htdocs/admin/recent_comments.bml | 60 +
livejournal/htdocs/admin/schema/index.bml | 278 +
livejournal/htdocs/admin/spamreports.bml | 276 +
livejournal/htdocs/admin/statushistory.bml | 122 +
livejournal/htdocs/admin/topics/blank.bml | 1 +
livejournal/htdocs/admin/topics/index.bml | 34 +
livejournal/htdocs/admin/topics/links.bml | 30 +
livejournal/htdocs/admin/topics/screen.html | 17 +
livejournal/htdocs/admin/topics/screen_do.bml | 50 +
.../admin/topics/screen_instructions.bml | 6 +
.../htdocs/admin/topics/screen_links.bml | 106 +
livejournal/htdocs/admin/topics/screentop.bml | 87 +
.../htdocs/admin/topics/screentop.html | 18 +
.../htdocs/admin/topics/screentop_do.bml | 49 +
livejournal/htdocs/admin/topics/start.bml | 12 +
livejournal/htdocs/admin/userlog.bml | 111 +
livejournal/htdocs/allpics.bml | 184 +
livejournal/htdocs/approve.bml | 112 +
livejournal/htdocs/birthdays.bml | 92 +
livejournal/htdocs/captcha/audio.bml | 35 +
livejournal/htdocs/captcha/image.bml | 34 +
livejournal/htdocs/changepassword.bml | 165 +
livejournal/htdocs/community/create.bml | 269 +
livejournal/htdocs/community/index.bml | 12 +
livejournal/htdocs/community/join.bml | 134 +
livejournal/htdocs/community/leave.bml | 68 +
livejournal/htdocs/community/manage.bml | 189 +
livejournal/htdocs/community/members.bml | 455 +
livejournal/htdocs/community/moderate.bml | 425 +
livejournal/htdocs/community/pending.bml | 135 +
livejournal/htdocs/community/search.bml | 165 +
livejournal/htdocs/community/sentinvites.bml | 208 +
livejournal/htdocs/community/settings.bml | 252 +
livejournal/htdocs/community/transfer.bml | 66 +
livejournal/htdocs/create.bml | 620 +
.../htdocs/customize/advanced/index.bml | 29 +
.../htdocs/customize/advanced/layerbrowse.bml | 308 +
.../htdocs/customize/advanced/layeredit.bml | 139 +
.../htdocs/customize/advanced/layers.bml | 260 +
.../htdocs/customize/advanced/layersource.bml | 78 +
.../htdocs/customize/advanced/styles.bml | 465 +
livejournal/htdocs/customize/index.bml | 361 +
livejournal/htdocs/customize/layer.bml | 438 +
livejournal/htdocs/customize/preview.bml | 39 +
livejournal/htdocs/customize/themes.bml | 79 +
livejournal/htdocs/customize/viewuser.bml | 159 +
livejournal/htdocs/delcomment.bml | 174 +
livejournal/htdocs/dev/userlist.bml | 85 +
livejournal/htdocs/directory.bml | 380 +
livejournal/htdocs/directorysearch.bml | 205 +
livejournal/htdocs/doc/.placeholder | 3 +
livejournal/htdocs/editinfo.bml | 886 +
livejournal/htdocs/editjournal.bml | 413 +
livejournal/htdocs/editpics.bml | 873 +
livejournal/htdocs/edittags.bml | 124 +
livejournal/htdocs/export.bml | 109 +
livejournal/htdocs/export_comments.bml | 158 +
livejournal/htdocs/export_do.bml | 203 +
livejournal/htdocs/files/.placeholder | 1 +
livejournal/htdocs/friends/add.bml | 209 +
livejournal/htdocs/friends/edit.bml | 290 +
livejournal/htdocs/friends/editgroups.bml | 425 +
livejournal/htdocs/friends/filter.bml | 74 +
livejournal/htdocs/friends/graph.bml | 27 +
livejournal/htdocs/friends/index.bml | 34 +
livejournal/htdocs/go.bml | 60 +
livejournal/htdocs/img/addfriend.gif | Bin 0 -> 905 bytes
livejournal/htdocs/img/anonymous.gif | Bin 0 -> 229 bytes
livejournal/htdocs/img/blackdot.gif | Bin 0 -> 35 bytes
livejournal/htdocs/img/bluedot.gif | Bin 0 -> 799 bytes
livejournal/htdocs/img/bluewhite/bluefade.jpg | Bin 0 -> 1445 bytes
livejournal/htdocs/img/bluewhite/bullet.gif | Bin 0 -> 116 bytes
livejournal/htdocs/img/bluewhite/hline.gif | Bin 0 -> 79 bytes
livejournal/htdocs/img/bluewhite/home.gif | Bin 0 -> 1300 bytes
.../htdocs/img/bluewhite/hr_divdot.gif | Bin 0 -> 166 bytes
livejournal/htdocs/img/bluewhite/linetop.gif | Bin 0 -> 117 bytes
.../htdocs/img/bluewhite/sidebarfade.gif | Bin 0 -> 284 bytes
.../htdocs/img/bluewhite/sidebarfade_line.gif | Bin 0 -> 428 bytes
livejournal/htdocs/img/bluewhite/title.gif | Bin 0 -> 2906 bytes
livejournal/htdocs/img/bluewhite/vline.gif | Bin 0 -> 115 bytes
livejournal/htdocs/img/btn_addfriend.gif | Bin 0 -> 1006 bytes
livejournal/htdocs/img/btn_del.gif | Bin 0 -> 907 bytes
livejournal/htdocs/img/btn_dn.gif | Bin 0 -> 598 bytes
livejournal/htdocs/img/btn_edit.gif | Bin 0 -> 380 bytes
livejournal/htdocs/img/btn_edittags.gif | Bin 0 -> 364 bytes
livejournal/htdocs/img/btn_freeze.gif | Bin 0 -> 1052 bytes
livejournal/htdocs/img/btn_memories.gif | Bin 0 -> 406 bytes
livejournal/htdocs/img/btn_next.gif | Bin 0 -> 604 bytes
livejournal/htdocs/img/btn_prev.gif | Bin 0 -> 600 bytes
livejournal/htdocs/img/btn_scr.gif | Bin 0 -> 138 bytes
livejournal/htdocs/img/btn_search.gif | Bin 0 -> 1096 bytes
livejournal/htdocs/img/btn_tellfriend.gif | Bin 0 -> 138 bytes
livejournal/htdocs/img/btn_todo.gif | Bin 0 -> 151 bytes
livejournal/htdocs/img/btn_unfreeze.gif | Bin 0 -> 1087 bytes
livejournal/htdocs/img/btn_unscr.gif | Bin 0 -> 120 bytes
livejournal/htdocs/img/btn_up.gif | Bin 0 -> 590 bytes
livejournal/htdocs/img/captcha/2.png | Bin 0 -> 200 bytes
livejournal/htdocs/img/captcha/3.png | Bin 0 -> 217 bytes
livejournal/htdocs/img/captcha/4.png | Bin 0 -> 166 bytes
livejournal/htdocs/img/captcha/5.png | Bin 0 -> 205 bytes
livejournal/htdocs/img/captcha/6.png | Bin 0 -> 211 bytes
livejournal/htdocs/img/captcha/7.png | Bin 0 -> 172 bytes
livejournal/htdocs/img/captcha/8.png | Bin 0 -> 205 bytes
livejournal/htdocs/img/captcha/9.png | Bin 0 -> 215 bytes
livejournal/htdocs/img/captcha/a.png | Bin 0 -> 196 bytes
livejournal/htdocs/img/captcha/b.png | Bin 0 -> 178 bytes
.../htdocs/img/captcha/background1.png | Bin 0 -> 13205 bytes
.../htdocs/img/captcha/background2.png | Bin 0 -> 6919 bytes
.../htdocs/img/captcha/background3.png | Bin 0 -> 6965 bytes
.../htdocs/img/captcha/background4.png | Bin 0 -> 5852 bytes
.../htdocs/img/captcha/background5.png | Bin 0 -> 7314 bytes
livejournal/htdocs/img/captcha/c.png | Bin 0 -> 176 bytes
livejournal/htdocs/img/captcha/d.png | Bin 0 -> 181 bytes
livejournal/htdocs/img/captcha/e.png | Bin 0 -> 192 bytes
livejournal/htdocs/img/captcha/f.png | Bin 0 -> 136 bytes
livejournal/htdocs/img/captcha/g.png | Bin 0 -> 208 bytes
livejournal/htdocs/img/captcha/h.png | Bin 0 -> 149 bytes
livejournal/htdocs/img/captcha/i.png | Bin 0 -> 95 bytes
livejournal/htdocs/img/captcha/j.png | Bin 0 -> 133 bytes
livejournal/htdocs/img/captcha/k.png | Bin 0 -> 180 bytes
livejournal/htdocs/img/captcha/l.png | Bin 0 -> 91 bytes
livejournal/htdocs/img/captcha/m.png | Bin 0 -> 156 bytes
livejournal/htdocs/img/captcha/n.png | Bin 0 -> 148 bytes
livejournal/htdocs/img/captcha/o.png | Bin 0 -> 179 bytes
livejournal/htdocs/img/captcha/p.png | Bin 0 -> 189 bytes
livejournal/htdocs/img/captcha/q.png | Bin 0 -> 190 bytes
livejournal/htdocs/img/captcha/r.png | Bin 0 -> 130 bytes
livejournal/htdocs/img/captcha/s.png | Bin 0 -> 195 bytes
livejournal/htdocs/img/captcha/t.png | Bin 0 -> 145 bytes
livejournal/htdocs/img/captcha/u.png | Bin 0 -> 148 bytes
livejournal/htdocs/img/captcha/v.png | Bin 0 -> 205 bytes
livejournal/htdocs/img/captcha/w.png | Bin 0 -> 233 bytes
livejournal/htdocs/img/captcha/x.png | Bin 0 -> 193 bytes
livejournal/htdocs/img/captcha/y.png | Bin 0 -> 208 bytes
livejournal/htdocs/img/captcha/z.png | Bin 0 -> 157 bytes
.../htdocs/img/colorpicker/crosshair.gif | Bin 0 -> 71 bytes
.../htdocs/img/colorpicker/pointer.gif | Bin 0 -> 52 bytes
.../htdocs/img/colorpicker/spectrum.png | Bin 0 -> 9193 bytes
livejournal/htdocs/img/community.gif | Bin 0 -> 163 bytes
livejournal/htdocs/img/corn_ne.gif | Bin 0 -> 102 bytes
livejournal/htdocs/img/corn_nw.gif | Bin 0 -> 102 bytes
livejournal/htdocs/img/corn_se.gif | Bin 0 -> 101 bytes
livejournal/htdocs/img/corn_sw.gif | Bin 0 -> 100 bytes
livejournal/htdocs/img/delcomment.gif | Bin 0 -> 907 bytes
livejournal/htdocs/img/dot.gif | Bin 0 -> 807 bytes
livejournal/htdocs/img/dot_green.gif | Bin 0 -> 152 bytes
livejournal/htdocs/img/dot_red.gif | Bin 0 -> 154 bytes
livejournal/htdocs/img/dot_yellow.gif | Bin 0 -> 154 bytes
livejournal/htdocs/img/doublearrow.gif | Bin 0 -> 218 bytes
livejournal/htdocs/img/globe.gif | Bin 0 -> 1068 bytes
livejournal/htdocs/img/grey_gradbg.gif | Bin 0 -> 272 bytes
livejournal/htdocs/img/help.gif | Bin 0 -> 558 bytes
livejournal/htdocs/img/hourglass.gif | Bin 0 -> 823 bytes
livejournal/htdocs/img/icon_private.gif | Bin 0 -> 120 bytes
livejournal/htdocs/img/icon_protected.gif | Bin 0 -> 111 bytes
livejournal/htdocs/img/imageplaceholder.png | Bin 0 -> 4426 bytes
livejournal/htdocs/img/imageplaceholder2.png | Bin 0 -> 1026 bytes
livejournal/htdocs/img/imageplaceholder3.png | Bin 0 -> 1280 bytes
livejournal/htdocs/img/key.gif | Bin 0 -> 241 bytes
livejournal/htdocs/img/knobs.gif | Bin 0 -> 233 bytes
livejournal/htdocs/img/leftarrow.gif | Bin 0 -> 208 bytes
livejournal/htdocs/img/level1.gif | Bin 0 -> 108 bytes
livejournal/htdocs/img/level2.gif | Bin 0 -> 195 bytes
livejournal/htdocs/img/level3.gif | Bin 0 -> 198 bytes
livejournal/htdocs/img/level4.gif | Bin 0 -> 201 bytes
livejournal/htdocs/img/level5.gif | Bin 0 -> 203 bytes
livejournal/htdocs/img/memadd.gif | Bin 0 -> 426 bytes
livejournal/htdocs/img/message-error.gif | Bin 0 -> 1669 bytes
livejournal/htdocs/img/message-warning.gif | Bin 0 -> 2135 bytes
livejournal/htdocs/img/nerd_small.jpg | Bin 0 -> 6770 bytes
livejournal/htdocs/img/newsinfo.gif | Bin 0 -> 924 bytes
livejournal/htdocs/img/opal/bullet.gif | Bin 0 -> 852 bytes
livejournal/htdocs/img/opal/home.gif | Bin 0 -> 2033 bytes
livejournal/htdocs/img/opal/home.jpg | Bin 0 -> 1597 bytes
livejournal/htdocs/img/opal/pencil-line.gif | Bin 0 -> 1664 bytes
livejournal/htdocs/img/opal/spiral1.jpg | Bin 0 -> 1793 bytes
livejournal/htdocs/img/opal/spiral2.jpg | Bin 0 -> 2764 bytes
livejournal/htdocs/img/opal/spiralbg.jpg | Bin 0 -> 2764 bytes
livejournal/htdocs/img/openid-badge.gif | Bin 0 -> 227 bytes
livejournal/htdocs/img/openid-inputicon.gif | Bin 0 -> 237 bytes
livejournal/htdocs/img/openid-profile.gif | Bin 0 -> 211 bytes
livejournal/htdocs/img/pencil.gif | Bin 0 -> 562 bytes
livejournal/htdocs/img/poll/leftbar.gif | Bin 0 -> 115 bytes
livejournal/htdocs/img/poll/mainbar.gif | Bin 0 -> 100 bytes
livejournal/htdocs/img/poll/rightbar.gif | Bin 0 -> 117 bytes
livejournal/htdocs/img/rightarrow.gif | Bin 0 -> 204 bytes
.../htdocs/img/rte/post_button_bold.gif | Bin 0 -> 1256 bytes
.../htdocs/img/rte/post_button_copy.gif | Bin 0 -> 767 bytes
.../htdocs/img/rte/post_button_cut.gif | Bin 0 -> 832 bytes
.../htdocs/img/rte/post_button_hyperlink.gif | Bin 0 -> 1236 bytes
.../htdocs/img/rte/post_button_image.gif | Bin 0 -> 1310 bytes
.../htdocs/img/rte/post_button_italic.gif | Bin 0 -> 1264 bytes
.../htdocs/img/rte/post_button_list.gif | Bin 0 -> 798 bytes
.../htdocs/img/rte/post_button_ljcut.gif | Bin 0 -> 834 bytes
.../htdocs/img/rte/post_button_ljuser.gif | Bin 0 -> 816 bytes
.../img/rte/post_button_numbered_list.gif | Bin 0 -> 788 bytes
.../htdocs/img/rte/post_button_paste.gif | Bin 0 -> 766 bytes
.../htdocs/img/rte/post_button_redo.gif | Bin 0 -> 817 bytes
.../img/rte/post_button_text_larger.gif | Bin 0 -> 813 bytes
.../img/rte/post_button_text_normal.gif | Bin 0 -> 818 bytes
.../img/rte/post_button_text_smaller.gif | Bin 0 -> 813 bytes
.../htdocs/img/rte/post_button_textcolor.gif | Bin 0 -> 1234 bytes
.../htdocs/img/rte/post_button_underline.gif | Bin 0 -> 1247 bytes
.../htdocs/img/rte/post_button_undo.gif | Bin 0 -> 815 bytes
livejournal/htdocs/img/searchingdots.gif | Bin 0 -> 148 bytes
.../htdocs/img/style/notepad/bottom-left.jpg | Bin 0 -> 924 bytes
.../htdocs/img/style/notepad/bottom-line.jpg | Bin 0 -> 805 bytes
.../htdocs/img/style/notepad/bottom-right.jpg | Bin 0 -> 696 bytes
livejournal/htdocs/img/style/notepad/hr.gif | Bin 0 -> 1664 bytes
.../htdocs/img/style/notepad/middle.jpg | Bin 0 -> 1402 bytes
.../htdocs/img/style/notepad/side-left.jpg | Bin 0 -> 1533 bytes
.../htdocs/img/style/notepad/side-right.jpg | Bin 0 -> 688 bytes
.../htdocs/img/style/notepad/spacer.gif | Bin 0 -> 822 bytes
livejournal/htdocs/img/style/notepad/tab.jpg | Bin 0 -> 1344 bytes
.../htdocs/img/style/notepad/top-left.jpg | Bin 0 -> 868 bytes
.../htdocs/img/style/notepad/top-right.jpg | Bin 0 -> 801 bytes
.../htdocs/img/style/webley/bottom.png | Bin 0 -> 379 bytes
livejournal/htdocs/img/style/webley/jwc.png | Bin 0 -> 2381 bytes
livejournal/htdocs/img/style/webley/jwc0.png | Bin 0 -> 3640 bytes
livejournal/htdocs/img/style/webley/jwc1.png | Bin 0 -> 3640 bytes
livejournal/htdocs/img/style/webley/jwc10.png | Bin 0 -> 5553 bytes
.../htdocs/img/style/webley/jwc100.png | Bin 0 -> 5966 bytes
livejournal/htdocs/img/style/webley/jwc11.png | Bin 0 -> 5643 bytes
livejournal/htdocs/img/style/webley/jwc12.png | Bin 0 -> 5824 bytes
livejournal/htdocs/img/style/webley/jwc13.png | Bin 0 -> 5818 bytes
livejournal/htdocs/img/style/webley/jwc14.png | Bin 0 -> 6771 bytes
livejournal/htdocs/img/style/webley/jwc15.png | Bin 0 -> 7117 bytes
livejournal/htdocs/img/style/webley/jwc16.png | Bin 0 -> 7286 bytes
livejournal/htdocs/img/style/webley/jwc17.png | Bin 0 -> 7177 bytes
livejournal/htdocs/img/style/webley/jwc18.png | Bin 0 -> 7127 bytes
livejournal/htdocs/img/style/webley/jwc19.png | Bin 0 -> 7039 bytes
livejournal/htdocs/img/style/webley/jwc2.png | Bin 0 -> 3923 bytes
livejournal/htdocs/img/style/webley/jwc20.png | Bin 0 -> 6798 bytes
livejournal/htdocs/img/style/webley/jwc21.png | Bin 0 -> 6576 bytes
livejournal/htdocs/img/style/webley/jwc22.png | Bin 0 -> 6123 bytes
livejournal/htdocs/img/style/webley/jwc23.png | Bin 0 -> 5716 bytes
livejournal/htdocs/img/style/webley/jwc24.png | Bin 0 -> 5669 bytes
livejournal/htdocs/img/style/webley/jwc25.png | Bin 0 -> 5555 bytes
livejournal/htdocs/img/style/webley/jwc26.png | Bin 0 -> 5525 bytes
livejournal/htdocs/img/style/webley/jwc27.png | Bin 0 -> 5453 bytes
livejournal/htdocs/img/style/webley/jwc28.png | Bin 0 -> 5340 bytes
livejournal/htdocs/img/style/webley/jwc29.png | Bin 0 -> 5157 bytes
livejournal/htdocs/img/style/webley/jwc3.png | Bin 0 -> 4177 bytes
livejournal/htdocs/img/style/webley/jwc30.png | Bin 0 -> 5210 bytes
livejournal/htdocs/img/style/webley/jwc31.png | Bin 0 -> 5187 bytes
livejournal/htdocs/img/style/webley/jwc32.png | Bin 0 -> 5099 bytes
livejournal/htdocs/img/style/webley/jwc33.png | Bin 0 -> 5015 bytes
livejournal/htdocs/img/style/webley/jwc34.png | Bin 0 -> 4812 bytes
livejournal/htdocs/img/style/webley/jwc35.png | Bin 0 -> 5297 bytes
livejournal/htdocs/img/style/webley/jwc36.png | Bin 0 -> 7336 bytes
livejournal/htdocs/img/style/webley/jwc37.png | Bin 0 -> 7230 bytes
livejournal/htdocs/img/style/webley/jwc38.png | Bin 0 -> 6324 bytes
livejournal/htdocs/img/style/webley/jwc39.png | Bin 0 -> 7280 bytes
livejournal/htdocs/img/style/webley/jwc4.png | Bin 0 -> 4284 bytes
livejournal/htdocs/img/style/webley/jwc40.png | Bin 0 -> 7299 bytes
livejournal/htdocs/img/style/webley/jwc41.png | Bin 0 -> 6970 bytes
livejournal/htdocs/img/style/webley/jwc42.png | Bin 0 -> 5246 bytes
livejournal/htdocs/img/style/webley/jwc43.png | Bin 0 -> 7689 bytes
livejournal/htdocs/img/style/webley/jwc44.png | Bin 0 -> 7115 bytes
livejournal/htdocs/img/style/webley/jwc45.png | Bin 0 -> 6063 bytes
livejournal/htdocs/img/style/webley/jwc46.png | Bin 0 -> 7034 bytes
livejournal/htdocs/img/style/webley/jwc47.png | Bin 0 -> 5304 bytes
livejournal/htdocs/img/style/webley/jwc48.png | Bin 0 -> 5689 bytes
livejournal/htdocs/img/style/webley/jwc49.png | Bin 0 -> 6758 bytes
livejournal/htdocs/img/style/webley/jwc5.png | Bin 0 -> 4348 bytes
livejournal/htdocs/img/style/webley/jwc50.png | Bin 0 -> 6937 bytes
livejournal/htdocs/img/style/webley/jwc51.png | Bin 0 -> 6866 bytes
livejournal/htdocs/img/style/webley/jwc52.png | Bin 0 -> 7003 bytes
livejournal/htdocs/img/style/webley/jwc53.png | Bin 0 -> 5901 bytes
livejournal/htdocs/img/style/webley/jwc54.png | Bin 0 -> 7462 bytes
livejournal/htdocs/img/style/webley/jwc55.png | Bin 0 -> 7246 bytes
livejournal/htdocs/img/style/webley/jwc56.png | Bin 0 -> 7168 bytes
livejournal/htdocs/img/style/webley/jwc57.png | Bin 0 -> 5453 bytes
livejournal/htdocs/img/style/webley/jwc58.png | Bin 0 -> 5484 bytes
livejournal/htdocs/img/style/webley/jwc59.png | Bin 0 -> 5472 bytes
livejournal/htdocs/img/style/webley/jwc6.png | Bin 0 -> 4921 bytes
livejournal/htdocs/img/style/webley/jwc60.png | Bin 0 -> 5002 bytes
livejournal/htdocs/img/style/webley/jwc61.png | Bin 0 -> 5040 bytes
livejournal/htdocs/img/style/webley/jwc62.png | Bin 0 -> 6864 bytes
livejournal/htdocs/img/style/webley/jwc63.png | Bin 0 -> 7053 bytes
livejournal/htdocs/img/style/webley/jwc64.png | Bin 0 -> 5483 bytes
livejournal/htdocs/img/style/webley/jwc65.png | Bin 0 -> 5304 bytes
livejournal/htdocs/img/style/webley/jwc66.png | Bin 0 -> 5287 bytes
livejournal/htdocs/img/style/webley/jwc67.png | Bin 0 -> 5491 bytes
livejournal/htdocs/img/style/webley/jwc68.png | Bin 0 -> 6865 bytes
livejournal/htdocs/img/style/webley/jwc69.png | Bin 0 -> 6560 bytes
livejournal/htdocs/img/style/webley/jwc7.png | Bin 0 -> 5097 bytes
livejournal/htdocs/img/style/webley/jwc70.png | Bin 0 -> 6875 bytes
livejournal/htdocs/img/style/webley/jwc71.png | Bin 0 -> 6055 bytes
livejournal/htdocs/img/style/webley/jwc72.png | Bin 0 -> 6501 bytes
livejournal/htdocs/img/style/webley/jwc73.png | Bin 0 -> 5583 bytes
livejournal/htdocs/img/style/webley/jwc74.png | Bin 0 -> 5816 bytes
livejournal/htdocs/img/style/webley/jwc75.png | Bin 0 -> 7397 bytes
livejournal/htdocs/img/style/webley/jwc76.png | Bin 0 -> 7048 bytes
livejournal/htdocs/img/style/webley/jwc77.png | Bin 0 -> 7171 bytes
livejournal/htdocs/img/style/webley/jwc78.png | Bin 0 -> 7503 bytes
livejournal/htdocs/img/style/webley/jwc79.png | Bin 0 -> 6807 bytes
livejournal/htdocs/img/style/webley/jwc8.png | Bin 0 -> 5321 bytes
livejournal/htdocs/img/style/webley/jwc80.png | Bin 0 -> 7505 bytes
livejournal/htdocs/img/style/webley/jwc81.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc82.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc83.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc84.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc85.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc86.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc87.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc88.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc89.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc9.png | Bin 0 -> 5500 bytes
livejournal/htdocs/img/style/webley/jwc90.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc91.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc92.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc93.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc94.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc95.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc96.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc97.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc98.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/jwc99.png | Bin 0 -> 6577 bytes
livejournal/htdocs/img/style/webley/left.png | Bin 0 -> 194 bytes
livejournal/htdocs/img/style/webley/ll.png | Bin 0 -> 795 bytes
livejournal/htdocs/img/style/webley/rb.png | Bin 0 -> 692 bytes
livejournal/htdocs/img/style/webley/right.png | Bin 0 -> 191 bytes
livejournal/htdocs/img/style/webley/top.png | Bin 0 -> 361 bytes
livejournal/htdocs/img/style/webley/ul.png | Bin 0 -> 803 bytes
livejournal/htdocs/img/style/webley/ur.png | Bin 0 -> 778 bytes
livejournal/htdocs/img/syndicated.gif | Bin 0 -> 891 bytes
livejournal/htdocs/img/talk/md01_alien.gif | Bin 0 -> 212 bytes
livejournal/htdocs/img/talk/md02_skull.gif | Bin 0 -> 534 bytes
livejournal/htdocs/img/talk/md05_sick.gif | Bin 0 -> 173 bytes
.../htdocs/img/talk/md06_radioactive.gif | Bin 0 -> 998 bytes
livejournal/htdocs/img/talk/md07_cool.gif | Bin 0 -> 909 bytes
livejournal/htdocs/img/talk/md08_bulb.gif | Bin 0 -> 909 bytes
.../htdocs/img/talk/md09_thumbdown.gif | Bin 0 -> 170 bytes
livejournal/htdocs/img/talk/md10_thumbup.gif | Bin 0 -> 169 bytes
livejournal/htdocs/img/talk/new.gif | Bin 0 -> 1055 bytes
livejournal/htdocs/img/talk/none.gif | Bin 0 -> 134 bytes
livejournal/htdocs/img/talk/sm01_smiley.gif | Bin 0 -> 93 bytes
livejournal/htdocs/img/talk/sm02_wink.gif | Bin 0 -> 91 bytes
livejournal/htdocs/img/talk/sm03_blush.gif | Bin 0 -> 99 bytes
livejournal/htdocs/img/talk/sm04_shock.gif | Bin 0 -> 93 bytes
livejournal/htdocs/img/talk/sm05_sad.gif | Bin 0 -> 95 bytes
livejournal/htdocs/img/talk/sm06_angry.gif | Bin 0 -> 94 bytes
livejournal/htdocs/img/talk/sm07_check.gif | Bin 0 -> 165 bytes
livejournal/htdocs/img/talk/sm08_star.gif | Bin 0 -> 227 bytes
livejournal/htdocs/img/talk/sm09_mail.gif | Bin 0 -> 96 bytes
livejournal/htdocs/img/talk/sm10_eyes.gif | Bin 0 -> 247 bytes
livejournal/htdocs/img/us_map.gif | Bin 0 -> 11901 bytes
livejournal/htdocs/img/userinfo.gif | Bin 0 -> 258 bytes
livejournal/htdocs/img/xml.gif | Bin 0 -> 429 bytes
livejournal/htdocs/inc/account-codes | 1 +
.../htdocs/inc/support-currentproblems | 1 +
livejournal/htdocs/inc/support-links | 4 +
livejournal/htdocs/inc/validationreminder | 3 +
livejournal/htdocs/index.bml | 60 +
livejournal/htdocs/interests.bml | 460 +
livejournal/htdocs/js/browserdetect.js | 110 +
livejournal/htdocs/js/colorpicker.js | 404 +
livejournal/htdocs/js/commentmanage.js | 618 +
livejournal/htdocs/js/entry.js | 233 +
livejournal/htdocs/js/md5.js | 393 +
livejournal/htdocs/js/richtext.js | 357 +
livejournal/htdocs/js/tags.js | 201 +
livejournal/htdocs/js/talkpost.js | 255 +
livejournal/htdocs/js/x_core.js | 305 +
livejournal/htdocs/js/xbDOM.js | 286 +
livejournal/htdocs/js/xbDebug.js | 223 +
livejournal/htdocs/js/xbStyle.js | 1349 ++
livejournal/htdocs/login.bml | 419 +
livejournal/htdocs/logout.bml | 78 +
livejournal/htdocs/lostinfo.bml | 207 +
livejournal/htdocs/manage/emailpost.bml | 614 +
livejournal/htdocs/manage/index.bml | 199 +
livejournal/htdocs/manage/invites.bml | 147 +
livejournal/htdocs/manage/links.bml | 68 +
livejournal/htdocs/manage/moodthemes.bml | 453 +
livejournal/htdocs/manage/pubkey.bml | 94 +
livejournal/htdocs/manage/siteopts.bml | 243 +
livejournal/htdocs/manage/tags.bml | 267 +
livejournal/htdocs/meme.bml | 91 +
livejournal/htdocs/misc/ack-devserver.bml | 4 +
livejournal/htdocs/misc/interestdata.bml | 40 +
livejournal/htdocs/misc/weblogs-change.bml | 36 +
livejournal/htdocs/modify.bml | 493 +
livejournal/htdocs/moodlist.bml | 269 +
livejournal/htdocs/multisearch.bml | 161 +
livejournal/htdocs/news.bml | 25 +
livejournal/htdocs/openid/approve.bml | 83 +
livejournal/htdocs/openid/index.bml | 61 +
livejournal/htdocs/openid/login.bml | 89 +
livejournal/htdocs/openid/options.bml | 96 +
livejournal/htdocs/openid/server.bml | 20 +
.../htdocs/palimg/colorpicker/longgrad.gif | Bin 0 -> 3144 bytes
livejournal/htdocs/palimg/shadow/b.gif | Bin 0 -> 1149 bytes
.../htdocs/palimg/shadow/bottomleft/bl.gif | Bin 0 -> 335 bytes
.../htdocs/palimg/shadow/bottomleft/br.gif | Bin 0 -> 543 bytes
.../htdocs/palimg/shadow/bottomleft/tl.gif | Bin 0 -> 334 bytes
.../htdocs/palimg/shadow/bottomright/bl.gif | Bin 0 -> 518 bytes
.../htdocs/palimg/shadow/bottomright/br.gif | Bin 0 -> 311 bytes
.../htdocs/palimg/shadow/bottomright/tr.gif | Bin 0 -> 308 bytes
livejournal/htdocs/palimg/shadow/l.gif | Bin 0 -> 1310 bytes
livejournal/htdocs/palimg/shadow/r.gif | Bin 0 -> 1295 bytes
livejournal/htdocs/palimg/shadow/t.gif | Bin 0 -> 1124 bytes
.../htdocs/palimg/shadow/topleft/bl.gif | Bin 0 -> 334 bytes
.../htdocs/palimg/shadow/topleft/tl.gif | Bin 0 -> 336 bytes
.../htdocs/palimg/shadow/topleft/tr.gif | Bin 0 -> 543 bytes
.../htdocs/palimg/shadow/topright/br.gif | Bin 0 -> 335 bytes
.../htdocs/palimg/shadow/topright/tl.gif | Bin 0 -> 543 bytes
.../htdocs/palimg/shadow/topright/tr.gif | Bin 0 -> 336 bytes
.../htdocs/palimg/textures/brushed_metal.png | Bin 0 -> 9709 bytes
livejournal/htdocs/palimg/textures/burlap.png | Bin 0 -> 6742 bytes
.../htdocs/palimg/textures/camouflage.png | Bin 0 -> 11623 bytes
livejournal/htdocs/palimg/textures/canvas.png | Bin 0 -> 47766 bytes
livejournal/htdocs/palimg/textures/chalk.png | Bin 0 -> 2933 bytes
livejournal/htdocs/palimg/textures/cork.png | Bin 0 -> 6260 bytes
.../htdocs/palimg/textures/explosion.png | Bin 0 -> 7508 bytes
livejournal/htdocs/palimg/textures/fibers.png | Bin 0 -> 16787 bytes
livejournal/htdocs/palimg/textures/floral.png | Bin 0 -> 37553 bytes
livejournal/htdocs/palimg/textures/ice.png | Bin 0 -> 9027 bytes
livejournal/htdocs/palimg/textures/manila.png | Bin 0 -> 12328 bytes
livejournal/htdocs/palimg/textures/marble.png | Bin 0 -> 7657 bytes
livejournal/htdocs/palimg/textures/paper.png | Bin 0 -> 8438 bytes
livejournal/htdocs/palimg/textures/ridge.png | Bin 0 -> 135 bytes
livejournal/htdocs/palimg/textures/rough.png | Bin 0 -> 2207 bytes
livejournal/htdocs/palimg/textures/stucco.png | Bin 0 -> 10688 bytes
.../htdocs/palimg/textures/terracotta.png | Bin 0 -> 12739 bytes
livejournal/htdocs/palimg/textures/type.png | Bin 0 -> 10932 bytes
livejournal/htdocs/palimg/textures/wavy.png | Bin 0 -> 1496 bytes
livejournal/htdocs/palimg/textures/weave.png | Bin 0 -> 4693 bytes
livejournal/htdocs/palimg/textures/wood.png | Bin 0 -> 11582 bytes
livejournal/htdocs/poll/create.bml | 708 +
livejournal/htdocs/poll/index.bml | 117 +
livejournal/htdocs/portal/alter.bml | 132 +
livejournal/htdocs/portal/box.bml | 21 +
livejournal/htdocs/portal/index.bml | 37 +
livejournal/htdocs/portal/moz.bml | 22 +
livejournal/htdocs/preview/entry.bml | 255 +
livejournal/htdocs/protocol.dat | 741 +
livejournal/htdocs/pubkey.bml | 55 +
livejournal/htdocs/random.bml | 20 +
livejournal/htdocs/register.bml | 126 +
livejournal/htdocs/robots.txt | 13 +
livejournal/htdocs/rte/blank.html | 7 +
livejournal/htdocs/rte/palette.html | 126 +
livejournal/htdocs/stats.bml | 219 +
livejournal/htdocs/stats/.placeholder | 1 +
livejournal/htdocs/stats/index.bml | 4 +
livejournal/htdocs/styles/browse/index.html | 16 +
.../htdocs/styles/browse/instructions.bml | 12 +
livejournal/htdocs/styles/browse/links.bml | 55 +
livejournal/htdocs/styles/browse/start.bml | 9 +
.../htdocs/styles/browse/styleinfo.bml | 45 +
livejournal/htdocs/styles/create.bml | 64 +
livejournal/htdocs/styles/create_do.bml | 101 +
livejournal/htdocs/styles/edit.bml | 66 +
livejournal/htdocs/styles/edit_do.bml | 316 +
livejournal/htdocs/styles/index.bml | 26 +
livejournal/htdocs/styles/tags.css | 217 +
livejournal/htdocs/support/act.bml | 169 +
livejournal/htdocs/support/actmulti.bml | 82 +
livejournal/htdocs/support/append_request.bml | 246 +
livejournal/htdocs/support/changenotify.bml | 106 +
livejournal/htdocs/support/encodings.bml | 19 +
livejournal/htdocs/support/faq.bml | 95 +
livejournal/htdocs/support/faqbrowse.bml | 141 +
livejournal/htdocs/support/faqpop.bml | 40 +
livejournal/htdocs/support/help.bml | 351 +
livejournal/htdocs/support/highscores.bml | 107 +
livejournal/htdocs/support/history.bml | 117 +
livejournal/htdocs/support/index.bml | 57 +
livejournal/htdocs/support/see_overrides.bml | 60 +
livejournal/htdocs/support/see_request.bml | 720 +
livejournal/htdocs/support/stock_answers.bml | 207 +
livejournal/htdocs/support/submit.bml | 96 +
livejournal/htdocs/support/submit_do.bml | 81 +
livejournal/htdocs/syn/index.bml | 241 +
livejournal/htdocs/syn/list.bml | 60 +
livejournal/htdocs/syn/raw.bml | 17 +
livejournal/htdocs/talkmulti.bml | 101 +
livejournal/htdocs/talkpost.bml | 319 +
livejournal/htdocs/talkpost_do.bml | 232 +
livejournal/htdocs/talkread.bml | 608 +
livejournal/htdocs/talkscreen.bml | 199 +
livejournal/htdocs/todo/index.bml | 293 +
livejournal/htdocs/todo/item.bml | 298 +
livejournal/htdocs/tools/emailmanage.bml | 116 +
livejournal/htdocs/tools/index.bml | 0
livejournal/htdocs/tools/memadd.bml | 335 +
livejournal/htdocs/tools/memories.bml | 291 +
livejournal/htdocs/tools/recent_comments.bml | 266 +
livejournal/htdocs/tools/search.bml | 67 +
livejournal/htdocs/tools/sixdegrees.bml | 45 +
livejournal/htdocs/tools/tellafriend.bml | 157 +
livejournal/htdocs/tools/textmessage.bml | 143 +
livejournal/htdocs/translate/diff.bml | 156 +
livejournal/htdocs/translate/edit.bml | 16 +
livejournal/htdocs/translate/editpage.bml | 318 +
.../htdocs/translate/help-severity.bml | 12 +
livejournal/htdocs/translate/index.bml | 70 +
livejournal/htdocs/translate/search.bml | 77 +
livejournal/htdocs/translate/searchform.bml | 61 +
livejournal/htdocs/translate/teams.bml | 65 +
livejournal/htdocs/translate/welcome.bml | 7 +
livejournal/htdocs/unsubscribe.bml | 58 +
livejournal/htdocs/update.bml | 402 +
livejournal/htdocs/userinfo.bml | 1059 ++
livejournal/htdocs/utf8convert.bml | 731 +
livejournal/htdocs/view/index.bml | 235 +
livejournal/logs/.placeholder | 1 +
livejournal/sites/README | 3 +
livejournal/src/historic/README | 4 +
livejournal/src/historic/brad-log.cgi | 64 +
livejournal/src/jbackup/jbackup.pl | 1029 ++
livejournal/src/utf8.pl | 142 +
livejournal/src/xmlrpc-client/README.txt | 4 +
livejournal/src/xmlrpc-client/journal.pl | 104 +
livejournal/temp/.placeholder | 1 +
livejournal/test/MANIFEST | 9 +
livejournal/test/MANIFEST.SKIP | 11 +
livejournal/test/Makefile.PL | 37 +
livejournal/test/bin/ipl | 404 +
livejournal/test/examples/example.test.pl | 40 +
.../test/examples/moveuclusterd_tests.pl | 130 +
livejournal/test/lib/LJ/Object.pm | 232 +
livejournal/test/lib/LJ/Test/Assertions.pm | 676 +
livejournal/test/lib/LJ/Test/Result.pm | 207 +
livejournal/test/lib/LJ/Test/Unit.pm | 295 +
livejournal/var/.placeholder | 1 +
ljcom/.forward | 1 +
ljcom/README-ljcom.txt | 22 +
ljcom/bin/checkconfig-local.pl | 64 +
ljcom/bin/db | 8 +
ljcom/bin/fixtime | 10 +
ljcom/bin/hkill | 21 +
ljcom/bin/jmk.jar | Bin 0 -> 231020 bytes
ljcom/bin/ljcontrib.pl | 114 +
ljcom/bin/ljrpc | 164 +
ljcom/bin/ljrpcd | 149 +
ljcom/bin/ljstatscasterd | 167 +
ljcom/bin/machine_config.pl | 662 +
ljcom/bin/maint/aliases.pl | 13 +
ljcom/bin/maint/clean_caches-local.pl | 14 +
ljcom/bin/maint/dirsync.pl | 80 +
ljcom/bin/maint/expiring.pl | 259 +
ljcom/bin/maint/interests.pl | 84 +
ljcom/bin/maint/ljadmin.pl | 215 +
ljcom/bin/maint/moods.pl | 10 +
ljcom/bin/maint/pay.pl | 713 +
ljcom/bin/maint/stats-local.pl | 45 +
ljcom/bin/maint/syncweb.pl | 247 +
ljcom/bin/maint/taskinfo-local.txt | 56 +
ljcom/bin/maint/xfers.pl | 54 +
ljcom/bin/maint/xplanet.pl | 24 +
ljcom/bin/makemoodindex.pl | 64 +
ljcom/bin/mcvsui.pl | 803 +
ljcom/bin/misc/fixuu.pl | 38 +
ljcom/bin/multideb | 250 +
ljcom/bin/mytop.pl | 1019 ++
ljcom/bin/no-emacs.sh | 7 +
ljcom/bin/pay-batch | 9 +
ljcom/bin/pkill | 20 +
ljcom/bin/qkill | 18 +
ljcom/bin/release.pl | 76 +
ljcom/bin/renameuser.pl | 159 +
ljcom/bin/rewrite-balancer.pl | 131 +
ljcom/bin/rotate | 38 +
ljcom/bin/screenshots.pl | 34 +
ljcom/bin/sourceclean.pl | 37 +
ljcom/bin/splitlog.pl | 88 +
ljcom/bin/upgrading/base-data-local.sql | 31 +
ljcom/bin/upgrading/be.dat | 5132 ++++++
ljcom/bin/upgrading/da.dat | 2906 +++
ljcom/bin/upgrading/de.dat | 5145 ++++++
ljcom/bin/upgrading/deadphrases-local.dat | 137 +
ljcom/bin/upgrading/en_GB.dat | 691 +
ljcom/bin/upgrading/en_LJ.dat | 2103 +++
ljcom/bin/upgrading/eo.dat | 3580 ++++
ljcom/bin/upgrading/es.dat | 3313 ++++
ljcom/bin/upgrading/et.dat | 13 +
ljcom/bin/upgrading/fi.dat | 5137 ++++++
ljcom/bin/upgrading/fr.dat | 3983 ++++
ljcom/bin/upgrading/ga.dat | 2170 +++
ljcom/bin/upgrading/gd.dat | 1 +
ljcom/bin/upgrading/gr.dat | 2850 +++
ljcom/bin/upgrading/he.dat | 1853 ++
ljcom/bin/upgrading/hi.dat | 1107 ++
ljcom/bin/upgrading/hu.dat | 3473 ++++
ljcom/bin/upgrading/is.dat | 2382 +++
ljcom/bin/upgrading/it.dat | 1047 ++
ljcom/bin/upgrading/ja.dat | 1181 ++
ljcom/bin/upgrading/la.dat | 31 +
ljcom/bin/upgrading/lt.dat | 1564 ++
ljcom/bin/upgrading/lv.dat | 865 +
ljcom/bin/upgrading/ms.dat | 1114 ++
ljcom/bin/upgrading/nb.dat | 889 +
ljcom/bin/upgrading/nl.dat | 2934 +++
ljcom/bin/upgrading/nn.dat | 1 +
ljcom/bin/upgrading/pl.dat | 4298 +++++
ljcom/bin/upgrading/pt.dat | 2430 +++
ljcom/bin/upgrading/pt_BR.dat | 36 +
ljcom/bin/upgrading/ru.dat | 5240 ++++++
ljcom/bin/upgrading/s2layers-local.dat | 39 +
.../bin/upgrading/s2layers/3column/layout.s2 | 1102 ++
.../bin/upgrading/s2layers/3column/themes.s2 | 233 +
.../s2layers/anovelconundrum/layout.s2 | 999 +
.../s2layers/anovelconundrum/themes.s2 | 179 +
ljcom/bin/upgrading/s2layers/boxer/boxer.jpg | Bin 0 -> 12699 bytes
ljcom/bin/upgrading/s2layers/boxer/layout.s2 | 1988 ++
ljcom/bin/upgrading/s2layers/boxer/themes.s2 | 225 +
.../s2layers/component/component.jpg | Bin 0 -> 9585 bytes
.../upgrading/s2layers/component/layout.s2 | 2806 +++
.../upgrading/s2layers/component/themes.s2 | 187 +
.../bin/upgrading/s2layers/cuteness/layout.s2 | 1534 ++
.../s2layers/flexiblesquares/layout.s2 | 2076 +++
.../s2layers/flexiblesquares/themes.s2 | 615 +
ljcom/bin/upgrading/s2layers/nebula/layout.s2 | 1690 ++
ljcom/bin/upgrading/s2layers/nebula/themes.s2 | 269 +
ljcom/bin/upgrading/s2layers/opal/layout.s2 | 1625 ++
ljcom/bin/upgrading/s2layers/opal/opal.jpg | Bin 0 -> 13075 bytes
ljcom/bin/upgrading/s2layers/opal/themes.s2 | 105 +
.../s2layers/smoothsailing/layout.s2 | 2285 +++
.../s2layers/smoothsailing/themes.s2 | 612 +
.../s2layers/tranquilityii/layout.s2 | 1341 ++
.../s2layers/tranquilityii/themes.s2 | 707 +
.../upgrading/s2layers/unearthed/layout.s2 | 1556 ++
.../upgrading/s2layers/unearthed/themes.s2 | 118 +
ljcom/bin/upgrading/sv.dat | 3248 ++++
ljcom/bin/upgrading/text-local.dat | 221 +
ljcom/bin/upgrading/tr.dat | 1742 ++
ljcom/bin/upgrading/uk.dat | 3070 ++++
ljcom/bin/upgrading/update-db-local.pl | 659 +
ljcom/bin/upgrading/zh.dat | 1376 ++
ljcom/bin/upgrading/zh_TR.dat | 1 +
ljcom/bin/watch-nodes.pl | 91 +
ljcom/cgi-bin/bml/scheme/dystopia.look | 623 +
ljcom/cgi-bin/bml/scheme/ssl.look | 213 +
ljcom/cgi-bin/console-local.pl | 838 +
ljcom/cgi-bin/cracklib/README.txt | 10 +
ljcom/cgi-bin/crumbs-local.pl | 48 +
ljcom/cgi-bin/ljcom.pl | 1604 ++
ljcom/cgi-bin/ljlib-local.pl | 6 +
ljcom/cgi-bin/modperl-ssl.pl | 41 +
ljcom/cgi-bin/modperl_subs-local.pl | 23 +
ljcom/cgi-bin/paylib.pl | 2946 +++
ljcom/cgi-bin/phonepost.pl | 321 +
ljcom/cgi-bin/portal-local.pl | 125 +
ljcom/cgi-bin/redirect-local.dat | 12 +
ljcom/cvs/multicvs-local.conf | 13 +
ljcom/doc/raw/build/style.css | 95 +
ljcom/doc/raw/local/build-webslave.txt | 219 +
ljcom/doc/raw/local/cabinets.txt | 53 +
ljcom/doc/raw/local/goals-visualize.pl | 96 +
ljcom/doc/raw/local/goals.dat | 47 +
ljcom/doc/raw/local/hardware.dtd | 26 +
ljcom/doc/raw/local/hardware.xml | 633 +
ljcom/doc/raw/memcache-keys-local.txt | 4 +
ljcom/htdocs/404-error.html | 65 +
ljcom/htdocs/500-error.html | 65 +
ljcom/htdocs/_config-local.bml | 4 +
ljcom/htdocs/admin/abuse/index.bml | 30 +
ljcom/htdocs/admin/abuse/query.bml | 10 +
ljcom/htdocs/admin/abuse/send_mail.bml | 12 +
ljcom/htdocs/admin/accounts/acctedit.bml | 309 +
ljcom/htdocs/admin/accounts/delivernow.bml | 43 +
ljcom/htdocs/admin/accounts/depositslip.bml | 88 +
ljcom/htdocs/admin/accounts/enterbatch.bml | 115 +
ljcom/htdocs/admin/accounts/enternew.bml | 371 +
.../htdocs/admin/accounts/fraud_suspects.bml | 66 +
ljcom/htdocs/admin/accounts/notes.html | 3 +
ljcom/htdocs/admin/accounts/paiddetails.bml | 213 +
ljcom/htdocs/admin/accounts/paidsearch.bml | 161 +
ljcom/htdocs/admin/accounts/paidsummary.bml | 209 +
ljcom/htdocs/admin/accounts/rr.bml | 199 +
.../htdocs/admin/accounts/shipping_finish.bml | 82 +
.../htdocs/admin/accounts/shipping_labels.bml | 193 +
.../admin/accounts/unclaimed_payments.bml | 29 +
.../htdocs/admin/accounts/xfer_remaining.bml | 8 +
ljcom/htdocs/admin/codetrace.bml | 172 +
ljcom/htdocs/admin/feedback/index.bml | 139 +
ljcom/htdocs/admin/sendmail/query.bml | 230 +
ljcom/htdocs/admin/sendmail/send.bml | 381 +
ljcom/htdocs/admin/servers.bml | 151 +
ljcom/htdocs/admin/support/index.bml | 70 +
ljcom/htdocs/agecheck/altform.bml | 154 +
ljcom/htdocs/agecheck/consent.bml | 58 +
ljcom/htdocs/agecheck/index.bml | 177 +
ljcom/htdocs/banners.bml | 250 +
ljcom/htdocs/banners/firebindy1.gif | Bin 0 -> 11433 bytes
ljcom/htdocs/bazaar/balance.bml | 110 +
ljcom/htdocs/bazaar/details.bml | 97 +
ljcom/htdocs/bazaar/gencoupon.bml | 46 +
ljcom/htdocs/bazaar/index.bml | 43 +
ljcom/htdocs/bazaar/status.bml | 112 +
ljcom/htdocs/bazaar/vote.bml | 154 +
ljcom/htdocs/betatest.bml | 87 +
ljcom/htdocs/bots/index.bml | 28 +
ljcom/htdocs/code/cache/html | 75 +
ljcom/htdocs/code/cache/index.bml | 25 +
ljcom/htdocs/code/clients/win32/index.bml | 18 +
ljcom/htdocs/code/index.bml | 38 +
ljcom/htdocs/code/mylj/ljsync-0.1.pl.txt | 287 +
ljcom/htdocs/code/spellcheck/index.bml | 25 +
ljcom/htdocs/code/textmessage/index.bml | 25 +
ljcom/htdocs/comment_post.bml | 104 +
ljcom/htdocs/comment_recv.bml | 102 +
ljcom/htdocs/dev/mailtest.bml | 14 +
ljcom/htdocs/dev/s2/2001-02-03.txt | 287 +
ljcom/htdocs/dev/s2/goals.bml | 80 +
ljcom/htdocs/dev/s2/index.bml | 19 +
ljcom/htdocs/developer/embedding.bml | 470 +
ljcom/htdocs/developer/exporting.bml | 155 +
ljcom/htdocs/developer/index.bml | 52 +
ljcom/htdocs/developer/lj-icons.zip | Bin 0 -> 1637 bytes
ljcom/htdocs/developer/logo.gif | Bin 0 -> 7326 bytes
ljcom/htdocs/developer/modeinfo.bml | 67 +
ljcom/htdocs/developer/modelist.bml | 37 +
ljcom/htdocs/developer/moods.txt | 105 +
ljcom/htdocs/developer/protocol.bml | 154 +
ljcom/htdocs/developer/rawmode.bml | 49 +
ljcom/htdocs/developer/styles.bml | 51 +
ljcom/htdocs/developer/time-problem.txt | 173 +
ljcom/htdocs/developer/varinfo.bml | 79 +
ljcom/htdocs/developer/varlist.bml | 34 +
ljcom/htdocs/developer/versions.bml | 40 +
ljcom/htdocs/developer/views.bml | 51 +
ljcom/htdocs/developer/winamp.txt | 42 +
ljcom/htdocs/doc/find/index.bml | 35 +
ljcom/htdocs/doc/guide/index.bml | 11 +
ljcom/htdocs/doc/guide/moodicons.bml | 98 +
ljcom/htdocs/doc/guide/support.bml | 1676 ++
ljcom/htdocs/doc/index.bml | 35 +
ljcom/htdocs/doc/internal/fcgi-acheck.bml | 9 +
ljcom/htdocs/doc/pay/diskupgrades.bml | 85 +
ljcom/htdocs/doc/tour/index.bml | 118 +
ljcom/htdocs/download/index.bml | 452 +
ljcom/htdocs/favicon.ico | Bin 0 -> 5222 bytes
ljcom/htdocs/feedback/fotobilder.bml | 50 +
ljcom/htdocs/feedback/index.bml | 25 +
ljcom/htdocs/friends/popwithfriends.bml | 89 +
ljcom/htdocs/img/2004_webbywinner.gif | Bin 0 -> 2619 bytes
ljcom/htdocs/img/LJbanner1.gif | Bin 0 -> 4627 bytes
ljcom/htdocs/img/LJbanner2.gif | Bin 0 -> 5022 bytes
ljcom/htdocs/img/LJbanner3.gif | Bin 0 -> 2618 bytes
ljcom/htdocs/img/LJbanner4.gif | Bin 0 -> 3001 bytes
ljcom/htdocs/img/LJbanner5.gif | Bin 0 -> 2481 bytes
ljcom/htdocs/img/LJbanner6.gif | Bin 0 -> 2630 bytes
ljcom/htdocs/img/LJbanner7.gif | Bin 0 -> 2545 bytes
ljcom/htdocs/img/LJbanner8.gif | Bin 0 -> 1821 bytes
ljcom/htdocs/img/LJbanner9.gif | Bin 0 -> 2444 bytes
ljcom/htdocs/img/LJbanner_metal.gif | Bin 0 -> 10901 bytes
ljcom/htdocs/img/LJbanner_pastel.gif | Bin 0 -> 14923 bytes
ljcom/htdocs/img/blue_check.gif | Bin 0 -> 160 bytes
ljcom/htdocs/img/deletedphone.gif | Bin 0 -> 332 bytes
ljcom/htdocs/img/downarrow.gif | Bin 0 -> 61 bytes
ljcom/htdocs/img/download.gif | Bin 0 -> 588 bytes
ljcom/htdocs/img/dys/5x5.gif | Bin 0 -> 45 bytes
ljcom/htdocs/img/dys/b_blue.gif | Bin 0 -> 64 bytes
ljcom/htdocs/img/dys/b_cyan.gif | Bin 0 -> 64 bytes
ljcom/htdocs/img/dys/b_purp.gif | Bin 0 -> 64 bytes
ljcom/htdocs/img/dys/bg.gif | Bin 0 -> 179 bytes
ljcom/htdocs/img/dys/bg2.gif | Bin 0 -> 38891 bytes
ljcom/htdocs/img/dys/bg_top.gif | Bin 0 -> 10247 bytes
ljcom/htdocs/img/dys/corn_ne.gif | Bin 0 -> 102 bytes
ljcom/htdocs/img/dys/corn_nw.gif | Bin 0 -> 102 bytes
ljcom/htdocs/img/dys/corn_se.gif | Bin 0 -> 101 bytes
ljcom/htdocs/img/dys/corn_sw.gif | Bin 0 -> 100 bytes
ljcom/htdocs/img/dys/lg_crnrgif.gif | Bin 0 -> 130 bytes
ljcom/htdocs/img/dys/login_but.gif | Bin 0 -> 347 bytes
ljcom/htdocs/img/dys/loginbar.gif | Bin 0 -> 217 bytes
ljcom/htdocs/img/dys/logo1.gif | Bin 0 -> 2733 bytes
ljcom/htdocs/img/dys/logo2.gif | Bin 0 -> 3874 bytes
ljcom/htdocs/img/dys/logo3-lang.gif | Bin 0 -> 2136 bytes
ljcom/htdocs/img/dys/logo3.gif | Bin 0 -> 1717 bytes
ljcom/htdocs/img/goat-hiring.png | Bin 0 -> 9440 bytes
ljcom/htdocs/img/goat-hover.gif | Bin 0 -> 2381 bytes
ljcom/htdocs/img/goat-irish.gif | Bin 0 -> 2157 bytes
ljcom/htdocs/img/goat-lights.gif | Bin 0 -> 8080 bytes
ljcom/htdocs/img/goat-newyear.gif | Bin 0 -> 2324 bytes
ljcom/htdocs/img/goat-normal.gif | Bin 0 -> 1884 bytes
ljcom/htdocs/img/goat-pee.gif | Bin 0 -> 2985 bytes
ljcom/htdocs/img/goat-val.gif | Bin 0 -> 5266 bytes
ljcom/htdocs/img/goat-xmas.gif | Bin 0 -> 2261 bytes
ljcom/htdocs/img/goat.gif | Bin 0 -> 2668 bytes
ljcom/htdocs/img/goat.jpg | Bin 0 -> 21823 bytes
ljcom/htdocs/img/index.html | 3 +
ljcom/htdocs/img/mood-local.tgz | Bin 0 -> 25056 bytes
ljcom/htdocs/img/overlap.png | Bin 0 -> 7209 bytes
ljcom/htdocs/img/overlap2.png | Bin 0 -> 7038 bytes
ljcom/htdocs/img/paypal-buynow.gif | Bin 0 -> 873 bytes
ljcom/htdocs/img/phonepost.gif | Bin 0 -> 234 bytes
ljcom/htdocs/img/phonepost2.gif | Bin 0 -> 456 bytes
ljcom/htdocs/img/schemethumb/dystopia.png | Bin 0 -> 35617 bytes
ljcom/htdocs/img/schemethumb/lynx.png | Bin 0 -> 31153 bytes
ljcom/htdocs/img/schemethumb/xcolibur.png | Bin 0 -> 24491 bytes
ljcom/htdocs/img/style/3column/comments.gif | Bin 0 -> 973 bytes
ljcom/htdocs/img/style/3column/editentry.gif | Bin 0 -> 1018 bytes
ljcom/htdocs/img/style/3column/edittags.gif | Bin 0 -> 216 bytes
.../htdocs/img/style/3column/leavecomment.gif | Bin 0 -> 1034 bytes
ljcom/htdocs/img/style/3column/memories.gif | Bin 0 -> 982 bytes
ljcom/htdocs/img/style/3column/permalink.gif | Bin 0 -> 973 bytes
ljcom/htdocs/img/style/cuteness/bg-pink.gif | Bin 0 -> 12366 bytes
.../img/style/cuteness/content-header.gif | Bin 0 -> 6271 bytes
ljcom/htdocs/img/style/cuteness/entry-bg.gif | Bin 0 -> 654 bytes
.../img/style/cuteness/entry-bottombg.gif | Bin 0 -> 1744 bytes
.../img/style/cuteness/face-curious.gif | Bin 0 -> 1180 bytes
ljcom/htdocs/img/style/cuteness/face-cute.gif | Bin 0 -> 678 bytes
.../htdocs/img/style/cuteness/face-dizzy.gif | Bin 0 -> 1339 bytes
ljcom/htdocs/img/style/cuteness/face-doll.gif | Bin 0 -> 1079 bytes
.../htdocs/img/style/cuteness/face-happy.gif | Bin 0 -> 1065 bytes
.../img/style/cuteness/face-japanese.gif | Bin 0 -> 909 bytes
.../htdocs/img/style/cuteness/face-square.gif | Bin 0 -> 704 bytes
ljcom/htdocs/img/style/cuteness/footerbg.gif | Bin 0 -> 669 bytes
ljcom/htdocs/img/style/cuteness/menubg.gif | Bin 0 -> 1244 bytes
ljcom/htdocs/img/style/cuteness/userpicbg.gif | Bin 0 -> 1776 bytes
.../img/stylecontest2/3collumn_thumb.jpg | Bin 0 -> 5045 bytes
.../stylecontest2/anovelconundrum_thumb.jpg | Bin 0 -> 2698 bytes
.../stylecontest2/applyexternally_thumb.jpg | Bin 0 -> 2387 bytes
ljcom/htdocs/img/stylecontest2/bob_thumb.jpg | Bin 0 -> 3217 bytes
.../img/stylecontest2/colorplay_thumb.jpg | Bin 0 -> 2560 bytes
.../img/stylecontest2/deardiary_thumb.jpg | Bin 0 -> 2844 bytes
.../htdocs/img/stylecontest2/dinky_thumb.jpg | Bin 0 -> 4352 bytes
.../img/stylecontest2/divified_thumb.jpg | Bin 0 -> 16003 bytes
.../img/stylecontest2/drifting_thumb.jpg | Bin 0 -> 1893 bytes
.../stylecontest2/flexiblesquares_thumb.jpg | Bin 0 -> 18652 bytes
.../img/stylecontest2/geometrix_thumb.jpg | Bin 0 -> 2643 bytes
.../img/stylecontest2/gradientstrip_thumb.jpg | Bin 0 -> 3902 bytes
.../stylecontest2/mobiledevicestyle_thumb.jpg | Bin 0 -> 2265 bytes
.../htdocs/img/stylecontest2/nebula_thumb.jpg | Bin 0 -> 7257 bytes
.../img/stylecontest2/negatives_thumb.jpg | Bin 0 -> 3313 bytes
.../img/stylecontest2/newsworthy_thumb.jpg | Bin 0 -> 3971 bytes
.../img/stylecontest2/smoothsailing_thumb.jpg | Bin 0 -> 4037 bytes
.../img/stylecontest2/solitude_thumb.jpg | Bin 0 -> 4879 bytes
.../img/stylecontest2/statuesque_thumb.jpg | Bin 0 -> 2949 bytes
.../superspecialballoons_thumb.jpg | Bin 0 -> 3457 bytes
.../img/stylecontest2/texturized_thumb.jpg | Bin 0 -> 2399 bytes
.../img/stylecontest2/tranquilityii_thumb.jpg | Bin 0 -> 3392 bytes
.../stylecontest2/transmogrified_thumb.jpg | Bin 0 -> 5427 bytes
.../img/stylecontest2/widelines_thumb.jpg | Bin 0 -> 2562 bytes
ljcom/htdocs/img/tos-logo.png | Bin 0 -> 178622 bytes
ljcom/htdocs/img/tour/clients.jpg | Bin 0 -> 72099 bytes
ljcom/htdocs/img/tour/clients.png | Bin 0 -> 24923 bytes
ljcom/htdocs/img/tour/comms.jpg | Bin 0 -> 35179 bytes
ljcom/htdocs/img/tour/create.png | Bin 0 -> 31398 bytes
ljcom/htdocs/img/tour/friends.jpg | Bin 0 -> 30903 bytes
ljcom/htdocs/img/tour/intro.png | Bin 0 -> 34509 bytes
ljcom/htdocs/img/tour/modify.png | Bin 0 -> 14186 bytes
ljcom/htdocs/img/tour/profile.png | Bin 0 -> 25485 bytes
ljcom/htdocs/img/tour/sitemap.png | Bin 0 -> 22496 bytes
ljcom/htdocs/img/tour/support.png | Bin 0 -> 41225 bytes
ljcom/htdocs/img/tour/update.png | Bin 0 -> 17928 bytes
ljcom/htdocs/img/tshirt_banner.gif | Bin 0 -> 25710 bytes
ljcom/htdocs/img/tshirt_goat.gif | Bin 0 -> 32642 bytes
ljcom/htdocs/img/tshirt_goat2.gif | Bin 0 -> 20499 bytes
.../img/tshirts/thumb/babydoll-black.jpg | Bin 0 -> 5143 bytes
.../img/tshirts/thumb/babydoll-grey.jpg | Bin 0 -> 5144 bytes
.../img/tshirts/thumb/babydoll-pink.jpg | Bin 0 -> 4878 bytes
.../img/tshirts/thumb/babydoll-royalblue.jpg | Bin 0 -> 5638 bytes
.../img/tshirts/thumb/babydoll-white.jpg | Bin 0 -> 4766 bytes
.../htdocs/img/tshirts/thumb/hooded-black.jpg | Bin 0 -> 4334 bytes
.../htdocs/img/tshirts/thumb/hooded-grey.jpg | Bin 0 -> 5167 bytes
ljcom/htdocs/img/tshirts/thumb/long-black.jpg | Bin 0 -> 5202 bytes
ljcom/htdocs/img/tshirts/thumb/long-grey.jpg | Bin 0 -> 4315 bytes
.../img/tshirts/thumb/long-navyblue.jpg | Bin 0 -> 5312 bytes
ljcom/htdocs/img/tshirts/thumb/long-white.jpg | Bin 0 -> 3968 bytes
ljcom/htdocs/img/tshirts/thumb/polo-black.jpg | Bin 0 -> 4720 bytes
ljcom/htdocs/img/tshirts/thumb/polo-grey.jpg | Bin 0 -> 4382 bytes
.../img/tshirts/thumb/polo-navyblue.jpg | Bin 0 -> 4596 bytes
ljcom/htdocs/img/tshirts/thumb/polo-white.jpg | Bin 0 -> 4154 bytes
.../htdocs/img/tshirts/thumb/short-black.jpg | Bin 0 -> 5238 bytes
.../img/tshirts/thumb/short-bluedusk.jpg | Bin 0 -> 4999 bytes
ljcom/htdocs/img/tshirts/thumb/short-grey.jpg | Bin 0 -> 4873 bytes
ljcom/htdocs/img/tshirts/thumb/short-leaf.jpg | Bin 0 -> 4709 bytes
.../htdocs/img/tshirts/thumb/short-orange.jpg | Bin 0 -> 4756 bytes
.../htdocs/img/tshirts/thumb/short-white.jpg | Bin 0 -> 4654 bytes
.../img/tshirts/thumb/twillhat-black.jpg | Bin 0 -> 4915 bytes
.../img/tshirts/thumb/twillhat-khaki.jpg | Bin 0 -> 4753 bytes
.../img/tshirts/thumb/twillhat-navyblue.jpg | Bin 0 -> 5315 bytes
ljcom/htdocs/img/uparrow.gif | Bin 0 -> 61 bytes
ljcom/htdocs/img/webbylogo.gif | Bin 0 -> 2881 bytes
ljcom/htdocs/inc/account-codes | 47 +
ljcom/htdocs/inc/community | 56 +
ljcom/htdocs/inc/foobar | 3 +
ljcom/htdocs/inc/legal-tos | 553 +
ljcom/htdocs/inc/resources-homonyms | 144 +
ljcom/htdocs/inc/resources-index | 9 +
ljcom/htdocs/inc/spam-warning | 21 +
ljcom/htdocs/inc/validationreminder | 9 +
ljcom/htdocs/index.bml | 225 +
ljcom/htdocs/invite/claim.bml | 119 +
ljcom/htdocs/invite/gen.bml | 211 +
ljcom/htdocs/invite/index.bml | 80 +
ljcom/htdocs/legal/coppa.bml | 3 +
ljcom/htdocs/legal/disclaimer.bml | 45 +
ljcom/htdocs/legal/dmca.bml | 86 +
ljcom/htdocs/legal/index.bml | 36 +
ljcom/htdocs/legal/principles.bml | 94 +
ljcom/htdocs/legal/privacy.bml | 328 +
ljcom/htdocs/legal/tos-mini.bml | 25 +
ljcom/htdocs/legal/tos.bml | 67 +
ljcom/htdocs/manage/files.bml | 679 +
ljcom/htdocs/manage/phonepost.bml | 138 +
ljcom/htdocs/misc/clusterlj/index.html | 66 +
ljcom/htdocs/misc/clusterlj/ljarch.png | Bin 0 -> 4149 bytes
ljcom/htdocs/misc/clusterlj/rev01.html | 201 +
ljcom/htdocs/misc/clusterlj/rev02.html | 90 +
.../htdocs/misc/clusterlj/usagepie-large.png | Bin 0 -> 11624 bytes
ljcom/htdocs/misc/goals.html | 20 +
ljcom/htdocs/misc/goals/goals-20020209.gif | Bin 0 -> 150529 bytes
ljcom/htdocs/misc/goals/goals-20020209.html | 1 +
ljcom/htdocs/misc/goals/goals-20020605.gif | Bin 0 -> 131547 bytes
ljcom/htdocs/misc/goals/goals-20020605.html | 1 +
ljcom/htdocs/misc/index.html | 1 +
ljcom/htdocs/misc/ljlogo/lj.ico | Bin 0 -> 5222 bytes
ljcom/htdocs/misc/ljlogo/lj_logo.svg | 108 +
ljcom/htdocs/misc/ljlogo/lj_logo_bw.svg | 118 +
ljcom/htdocs/misc/pkg-webslave.txt | 25 +
ljcom/htdocs/misc/whereami.bml | 79 +
ljcom/htdocs/news.bml | 50 +
ljcom/htdocs/news/2000-11-23/index.bml | 91 +
ljcom/htdocs/news/2000-11-23/now.gif | Bin 0 -> 7108 bytes
ljcom/htdocs/news/2000-11-23/proposed.gif | Bin 0 -> 7271 bytes
ljcom/htdocs/news/2004-01-qa.bml | 242 +
ljcom/htdocs/news/index.bml | 5 +
ljcom/htdocs/news/tshirt-poll.bml | 82 +
.../paidaccounts/2004_december_promo.bml | 180 +
ljcom/htdocs/paidaccounts/apply.bml | 97 +
ljcom/htdocs/paidaccounts/buy.bml | 1 +
ljcom/htdocs/paidaccounts/friends.bml | 125 +
ljcom/htdocs/paidaccounts/index.bml | 50 +
ljcom/htdocs/paidaccounts/joincommunity.bml | 55 +
ljcom/htdocs/paidaccounts/newacct.bml | 49 +
ljcom/htdocs/paidaccounts/pp_notify.bml | 111 +
ljcom/htdocs/paidaccounts/status.bml | 53 +
ljcom/htdocs/paidaccounts/thankyou.bml | 20 +
ljcom/htdocs/paidaccounts/usepaypal.bml | 99 +
ljcom/htdocs/paidaccounts/whyextra.bml | 26 +
.../htdocs/palimg/anovelconundrum/dingbar.gif | Bin 0 -> 907 bytes
ljcom/htdocs/pay/checkout.bml | 69 +
ljcom/htdocs/pay/coupons.bml | 68 +
ljcom/htdocs/pay/history.bml | 62 +
ljcom/htdocs/pay/index.bml | 207 +
ljcom/htdocs/pay/modify.bml | 973 +
ljcom/htdocs/phonepost/about.bml | 9 +
ljcom/htdocs/phonepost/encodings.bml | 29 +
ljcom/htdocs/phonepost/index.bml | 56 +
ljcom/htdocs/phonepost/numbers.bml | 90 +
ljcom/htdocs/phonepost/ogg.bml | 28 +
ljcom/htdocs/phonepost/transcribe.bml | 146 +
ljcom/htdocs/poll/goatvote.bml | 270 +
ljcom/htdocs/press/articles.bml | 24 +
ljcom/htdocs/press/index.bml | 30 +
ljcom/htdocs/press/staff.bml | 169 +
ljcom/htdocs/rename/buy.bml | 5 +
ljcom/htdocs/rename/index.bml | 38 +
ljcom/htdocs/rename/use.bml | 365 +
ljcom/htdocs/resources/homonyms.bml | 11 +
ljcom/htdocs/resources/index.bml | 13 +
ljcom/htdocs/resources/whowhom.bml | 11 +
ljcom/htdocs/singles/index.bml | 34 +
ljcom/htdocs/singles/mod.bml | 129 +
ljcom/htdocs/singles/search.bml | 216 +
ljcom/htdocs/site/about.bml | 150 +
ljcom/htdocs/site/banners.bml | 250 +
ljcom/htdocs/site/contract.bml | 40 +
ljcom/htdocs/site/contributors.bml | 436 +
ljcom/htdocs/site/free.bml | 21 +
ljcom/htdocs/site/goat.bml | 19 +
ljcom/htdocs/site/hardware.bml | 8 +
ljcom/htdocs/site/index.bml | 255 +
ljcom/htdocs/site/search.bml | 42 +
ljcom/htdocs/site/software.bml | 15 +
ljcom/htdocs/static/style/syn.css | 70 +
ljcom/htdocs/stats/latest-img.bml | 39 +
ljcom/htdocs/stats/latest-rss.bml | 111 +
ljcom/htdocs/stats/latest.bml | 90 +
ljcom/htdocs/stats/weblog-updates-xml.bml | 34 +
ljcom/htdocs/store/index.bml | 32 +
ljcom/htdocs/store/sizechart.bml | 135 +
ljcom/htdocs/store/view.bml | 71 +
ljcom/htdocs/suggestions/generator.bml | 155 +
ljcom/htdocs/suggestions/index.bml | 21 +
ljcom/htdocs/suggestions/prior.bml | 13 +
ljcom/htdocs/suggestions/template.bml | 30 +
ljcom/htdocs/template.bml | 13 +
ljcom/htdocs/tools/xfer_remaining.bml | 181 +
ljcom/sites/mrtg/index.cgi | 868 +
ljcom/src/ibill-templates/generate.pl | 42 +
ljcom/src/ibill-templates/template.html | 67 +
ljcom/src/ljcom/myoverlap.pl | 48 +
ljcom/src/mod_latency/mod_latency.c | 90 +
ljcom/src/phonepost/README | 4 +
ljcom/src/phonepost/agi-bin/livejournal | 167 +
ljcom/src/phonepost/debian/README | 5 +
.../debian/asterisk-deb-20030912.patch | 719 +
ljcom/src/phonepost/doc/code | 54 +
ljcom/src/phonepost/doc/overview | 35 +
ljcom/src/phonepost/doc/script | 33 +
ljcom/src/phonepost/etc/extensions.conf | 12 +
ljcom/src/rewrite-balancer/README.txt | 19 +
ljcom/src/rewrite-balancer/rewrite-balancer.c | 521 +
ljcom/src/testfile | 18 +
ljcom/ssldocs/_config.bml | 12 +
ljcom/ssldocs/img/amex.jpg | Bin 0 -> 46539 bytes
ljcom/ssldocs/img/dys/5x5.gif | Bin 0 -> 45 bytes
ljcom/ssldocs/img/dys/b_blue.gif | Bin 0 -> 64 bytes
ljcom/ssldocs/img/dys/b_cyan.gif | Bin 0 -> 64 bytes
ljcom/ssldocs/img/dys/b_purp.gif | Bin 0 -> 64 bytes
ljcom/ssldocs/img/dys/bg.gif | Bin 0 -> 179 bytes
ljcom/ssldocs/img/dys/bg2.gif | Bin 0 -> 38891 bytes
ljcom/ssldocs/img/dys/bg_top.gif | Bin 0 -> 10247 bytes
ljcom/ssldocs/img/dys/corn_ne.gif | Bin 0 -> 102 bytes
ljcom/ssldocs/img/dys/corn_nw.gif | Bin 0 -> 102 bytes
ljcom/ssldocs/img/dys/corn_se.gif | Bin 0 -> 101 bytes
ljcom/ssldocs/img/dys/corn_sw.gif | Bin 0 -> 100 bytes
ljcom/ssldocs/img/dys/lg_crnrgif.gif | Bin 0 -> 130 bytes
ljcom/ssldocs/img/dys/lock.gif | Bin 0 -> 141 bytes
ljcom/ssldocs/img/dys/login_but.gif | Bin 0 -> 347 bytes
ljcom/ssldocs/img/dys/loginbar.gif | Bin 0 -> 217 bytes
ljcom/ssldocs/img/dys/logo1.gif | Bin 0 -> 2733 bytes
ljcom/ssldocs/img/dys/logo2.gif | Bin 0 -> 3874 bytes
ljcom/ssldocs/img/dys/logo3.gif | Bin 0 -> 1717 bytes
ljcom/ssldocs/img/userinfo.gif | Bin 0 -> 258 bytes
ljcom/ssldocs/img/visa.jpg | Bin 0 -> 33434 bytes
ljcom/ssldocs/img/xc/allbars.gif | Bin 0 -> 231 bytes
ljcom/ssldocs/img/xc/basic.css | 224 +
ljcom/ssldocs/img/xc/extended.css | 161 +
ljcom/ssldocs/img/xc/lock.gif | Bin 0 -> 141 bytes
ljcom/ssldocs/img/xc/logocombined.gif | Bin 0 -> 3004 bytes
ljcom/ssldocs/img/xc/normal-fonts.css | 4 +
ljcom/ssldocs/img/xc/small-fonts.css | 4 +
ljcom/ssldocs/index.bml | 35 +
ljcom/ssldocs/pay/cc.bml | 194 +
ljcom/ssldocs/pay/ccpay.bml | 660 +
ljcom/ssldocs/pay/cvv2.bml | 17 +
ljcom/ssldocs/pay/index.bml | 3 +
local/bin/checkconfig.pl | 206 +
local/bin/ljr-tools/clean_cached_comments.pl | 84 +
local/bin/ljr-tools/copy_openid_infos.pl | 94 +
local/bin/ljr-tools/delete_imported.pl | 113 +
local/bin/ljr-tools/import_pics_for_user.pl | 26 +
local/bin/ljr-tools/mass_update_journal.pl | 50 +
local/bin/ljr-tools/mysql-convert-storable.pl | 53 +
local/bin/ljr-tools/rlj2-ljrgate.pl | 128 +
local/bin/ljrimport/Simple.pm | 4596 +++++
local/bin/ljrimport/icomments.pl | 647 +
local/bin/ljrimport/ijournal.pl | 839 +
local/bin/ljrimport/ipics.pl | 533 +
local/bin/ljrimport/ljr-defaults.pl | 35 +
local/bin/ljrimport/ljr-import.pl | 106 +
local/bin/ljrimport/ljr-importdo.pl | 218 +
local/bin/ljrimport/ljr-links.pl | 117 +
local/bin/ljrimport/ljr-start.sh | 17 +
local/bin/ljrimport/ljr-stop.sh | 12 +
local/bin/maint/clean_challenges.pl | 21 +
local/bin/maint/stats.pl | 548 +
local/bin/maint/synsuck.pl | 655 +
local/bin/maint/taskinfo.txt | 30 +
local/bin/qbufferd.pl | 254 +
local/bin/upgrading/en.dat | 5240 ++++++
local/bin/upgrading/en_LJ.dat | 2103 +++
local/bin/upgrading/ru.dat | 5072 +++++
local/bin/upgrading/s2layers-local.dat | 39 +
.../bin/upgrading/s2layers/3column/layout.s2 | 1102 ++
.../bin/upgrading/s2layers/3column/themes.s2 | 233 +
.../s2layers/anovelconundrum/layout.s2 | 999 +
.../s2layers/anovelconundrum/themes.s2 | 179 +
local/bin/upgrading/s2layers/boxer/boxer.jpg | Bin 0 -> 12699 bytes
local/bin/upgrading/s2layers/boxer/layout.s2 | 1997 ++
local/bin/upgrading/s2layers/boxer/themes.s2 | 225 +
.../s2layers/component/component.jpg | Bin 0 -> 9585 bytes
.../upgrading/s2layers/component/layout.s2 | 2806 +++
.../upgrading/s2layers/component/themes.s2 | 187 +
.../bin/upgrading/s2layers/cuteness/layout.s2 | 1507 ++
.../s2layers/flexiblesquares/layout.s2 | 2076 +++
.../s2layers/flexiblesquares/themes.s2 | 615 +
local/bin/upgrading/s2layers/nebula/layout.s2 | 1690 ++
local/bin/upgrading/s2layers/nebula/themes.s2 | 269 +
local/bin/upgrading/s2layers/opal/layout.s2 | 1625 ++
local/bin/upgrading/s2layers/opal/opal.jpg | Bin 0 -> 13075 bytes
local/bin/upgrading/s2layers/opal/themes.s2 | 105 +
.../s2layers/smoothsailing/layout.s2 | 2285 +++
.../s2layers/smoothsailing/themes.s2 | 612 +
.../upgrading/s2layers/tranquility2/layout.s2 | 1342 ++
.../s2layers/tranquilityii/layout.s2 | 1341 ++
.../s2layers/tranquilityii/themes.s2 | 707 +
.../upgrading/s2layers/unearthed/layout.s2 | 1555 ++
.../upgrading/s2layers/unearthed/themes.s2 | 118 +
local/bin/upgrading/sb.dat | 25 +
local/bin/upgrading/text-local.dat | 29 +
local/bin/upgrading/texttool-overrides | 84 +
local/bin/upgrading/texttool.pl | 758 +
local/bin/upgrading/uk.dat | 15252 ++++++++++++++++
local/bin/upgrading/update-db-general.pl | 2587 +++
local/cgi-bin/Apache/BML.pm | 2068 +++
local/cgi-bin/Apache/LiveJournal.pm | 1618 ++
local/cgi-bin/CSS/Cleaner.pm | 152 +
local/cgi-bin/Cache/Memcached.pm | 1164 ++
local/cgi-bin/Golem.pm | 94 +
local/cgi-bin/Golem/dblib.pl | 746 +
local/cgi-bin/Golem/loglib.pl | 197 +
local/cgi-bin/Golem/netlib.pl | 330 +
local/cgi-bin/Golem/proplib.pl | 393 +
local/cgi-bin/Golem/textlib.pl | 222 +
local/cgi-bin/HTMLCleaner.pm | 207 +
local/cgi-bin/LJ/Auth.pm | 124 +
local/cgi-bin/LJ/CSS/Cleaner.pm | 21 +
local/cgi-bin/LJ/ConvUTF8.pm | 47 +
local/cgi-bin/LJ/EmbedModule.pm | 466 +
local/cgi-bin/LJ/Entry.pm | 1138 ++
local/cgi-bin/LJ/OpenID.pm | 184 +
local/cgi-bin/LJ/S2.pm | 2739 +++
local/cgi-bin/LJ/S2/DayPage.pm | 232 +
local/cgi-bin/LJ/S2/EntryPage.pm | 432 +
local/cgi-bin/LJ/S2/FriendsPage.pm | 444 +
local/cgi-bin/LJ/S2/MonthPage.pm | 224 +
local/cgi-bin/LJ/S2/RecentPage.pm | 216 +
local/cgi-bin/LJ/S2/ReplyPage.pm | 139 +
local/cgi-bin/LJ/S2/YearPage.pm | 181 +
local/cgi-bin/LJ/TextMessage.pm | 2164 +++
local/cgi-bin/LJ/User.pm | 3712 ++++
local/cgi-bin/LJR/Distributed.pm | 1458 ++
local/cgi-bin/LJR/GD.pm | 51 +
local/cgi-bin/LJR/Gate.pm | 234 +
local/cgi-bin/LJR/Viewuser.pm | 241 +
local/cgi-bin/LJR/Viewuserstandalone.pm | 210 +
local/cgi-bin/LJR/ljpoll-local.pl | 25 +
local/cgi-bin/LJR/unicode.pm | 53 +
local/cgi-bin/LJR/xmlrpc.pm | 28 +
local/cgi-bin/LWPx/ParanoidAgent.pm | 585 +
local/cgi-bin/Net/OpenID/Association.pm | 231 +
local/cgi-bin/Net/OpenID/Consumer.pm | 952 +
local/cgi-bin/bml/scheme/added.variables | 32 +
local/cgi-bin/bml/scheme/bluewhite.look | 267 +
local/cgi-bin/bml/scheme/dystopia.look | 622 +
local/cgi-bin/bml/scheme/global.look | 379 +
local/cgi-bin/bml/scheme/global.look.original | 370 +
local/cgi-bin/bml/scheme/ljr.look | 374 +
local/cgi-bin/bml/scheme/opalcat.look | 225 +
local/cgi-bin/bml/scheme/redwhite.look | 267 +
local/cgi-bin/bml/scheme/vari | 32 +
local/cgi-bin/cleanhtml.pl | 1618 ++
local/cgi-bin/communitylib-local.pl | 75 +
local/cgi-bin/communitylib.pl | 529 +
local/cgi-bin/console-local.pl | 738 +
local/cgi-bin/console.pl | 1647 ++
local/cgi-bin/consuspend.pl | 457 +
local/cgi-bin/directorylib.pl | 650 +
local/cgi-bin/emailcheck.pl | 90 +
local/cgi-bin/ljcom.pl | 1559 ++
local/cgi-bin/ljdefaults.pl | 241 +
local/cgi-bin/ljfeed.pl | 567 +
local/cgi-bin/ljlang.pl | 418 +
local/cgi-bin/ljlib-local.pl | 114 +
local/cgi-bin/ljlib.pl | 5088 ++++++
local/cgi-bin/ljmail.pl | 356 +
local/cgi-bin/ljpoll.pl | 953 +
local/cgi-bin/ljprotocol.pl | 3478 ++++
local/cgi-bin/ljr_readconf.pl | 66 +
local/cgi-bin/ljtextutil.pl | 616 +
local/cgi-bin/ljviews.pl | 2389 +++
local/cgi-bin/modperl_subs.pl | 144 +
local/cgi-bin/parsefeed.pl | 495 +
local/cgi-bin/phonepost.pl | 321 +
local/cgi-bin/taglib.pl | 1193 ++
local/cgi-bin/talklib.pl | 3306 ++++
local/cgi-bin/weblib.pl | 1870 ++
local/htdocs/.htaccess | 2 +
local/htdocs/404-error.html | 9 +
local/htdocs/_config-local.bml | 1 +
local/htdocs/admin/console/index.bml | 104 +
local/htdocs/admin/console/reference.bml | 60 +
local/htdocs/admin/ljr/.htaccess | 2 +
local/htdocs/admin/ljr/import-queue.bml | 147 +
local/htdocs/admin/ljr/import-results.bml | 203 +
local/htdocs/admin/memcache-keys.txt | 81 +
local/htdocs/admin/memcache.bml | 171 +
local/htdocs/admin/memcache_view.bml | 282 +
local/htdocs/admin/netstat.bml | 56 +
local/htdocs/admin/priv/index.bml | 339 +
local/htdocs/bots/index.html | 12 +
local/htdocs/changepassword.bml | 178 +
local/htdocs/community/create.bml | 315 +
local/htdocs/community/join.bml | 148 +
local/htdocs/community/pending.bml | 135 +
local/htdocs/community/settings.bml | 252 +
local/htdocs/create.bml | 639 +
.../htdocs/customize/advanced/layerbrowse.bml | 308 +
local/htdocs/customize/advanced/layeredit.bml | 139 +
local/htdocs/customize/advanced/layers.bml | 260 +
local/htdocs/customize/advanced/styles.bml | 465 +
local/htdocs/delcomment.bml | 165 +
local/htdocs/developer/index.html | 7 +
local/htdocs/directory.bml | 380 +
local/htdocs/download/index.bml | 70 +
local/htdocs/editinfo.bml | 911 +
local/htdocs/edittags.bml | 126 +
local/htdocs/export_comments.bml | 158 +
local/htdocs/export_do.bml | 206 +
local/htdocs/favicon-misha.ico | Bin 0 -> 1078 bytes
local/htdocs/favicon-petya.ico | Bin 0 -> 5222 bytes
local/htdocs/favicon.ico | Bin 0 -> 1078 bytes
local/htdocs/friends/pipiskomer.bml | 65 +
local/htdocs/friends/popwithfriends.bml | 96 +
local/htdocs/go.bml | 67 +
local/htdocs/guidelines.html | 97 +
local/htdocs/img/blue_check.gif | Bin 0 -> 160 bytes
local/htdocs/img/btn_addfriend.gif | Bin 0 -> 288 bytes
local/htdocs/img/btn_edit.gif | Bin 0 -> 444 bytes
local/htdocs/img/community-lj.gif | Bin 0 -> 163 bytes
local/htdocs/img/community-npj.gif | Bin 0 -> 305 bytes
local/htdocs/img/community.gif | Bin 0 -> 271 bytes
local/htdocs/img/imported-profile.gif | Bin 0 -> 955 bytes
.../bitospud/courier/black/accomplished.gif | Bin 0 -> 108 bytes
.../mood/bitospud/courier/black/amused.gif | Bin 0 -> 102 bytes
.../img/mood/bitospud/courier/black/angry.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/black/anxious.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/black/apathetic.gif | Bin 0 -> 92 bytes
.../mood/bitospud/courier/black/artistic.gif | Bin 0 -> 129 bytes
.../img/mood/bitospud/courier/black/awake.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/black/bitchy.gif | Bin 0 -> 115 bytes
.../img/mood/bitospud/courier/black/blank.gif | Bin 0 -> 89 bytes
.../mood/bitospud/courier/black/bouncy.gif | Bin 0 -> 113 bytes
.../img/mood/bitospud/courier/black/busy.gif | Bin 0 -> 109 bytes
.../img/mood/bitospud/courier/black/calm.gif | Bin 0 -> 104 bytes
.../img/mood/bitospud/courier/black/cold.gif | Bin 0 -> 107 bytes
.../bitospud/courier/black/complacent.gif | Bin 0 -> 116 bytes
.../mood/bitospud/courier/black/confused.gif | Bin 0 -> 109 bytes
.../img/mood/bitospud/courier/black/crazy.gif | Bin 0 -> 104 bytes
.../mood/bitospud/courier/black/crushed.gif | Bin 0 -> 98 bytes
.../mood/bitospud/courier/black/curious.gif | Bin 0 -> 102 bytes
.../mood/bitospud/courier/black/cynical.gif | Bin 0 -> 114 bytes
.../bitospud/courier/black/determined.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/black/devious.gif | Bin 0 -> 98 bytes
.../bitospud/courier/black/disappointed.gif | Bin 0 -> 97 bytes
.../mood/bitospud/courier/black/drained.gif | Bin 0 -> 95 bytes
.../img/mood/bitospud/courier/black/drunk.gif | Bin 0 -> 108 bytes
.../bitospud/courier/black/embarrassed.gif | Bin 0 -> 104 bytes
.../mood/bitospud/courier/black/envious.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/black/exanimate.gif | Bin 0 -> 91 bytes
.../mood/bitospud/courier/black/flirty.gif | Bin 0 -> 99 bytes
.../img/mood/bitospud/courier/black/full.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/black/geeky.gif | Bin 0 -> 104 bytes
.../img/mood/bitospud/courier/black/giddy.gif | Bin 0 -> 110 bytes
.../mood/bitospud/courier/black/gloomy.gif | Bin 0 -> 107 bytes
.../img/mood/bitospud/courier/black/good.gif | Bin 0 -> 108 bytes
.../mood/bitospud/courier/black/groggy.gif | Bin 0 -> 113 bytes
.../mood/bitospud/courier/black/grumpy.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/black/happy.gif | Bin 0 -> 93 bytes
.../img/mood/bitospud/courier/black/horny.gif | Bin 0 -> 108 bytes
.../img/mood/bitospud/courier/black/hot.gif | Bin 0 -> 98 bytes
.../mood/bitospud/courier/black/hungry.gif | Bin 0 -> 101 bytes
.../bitospud/courier/black/indescribable.gif | Bin 0 -> 100 bytes
.../img/mood/bitospud/courier/black/loved.gif | Bin 0 -> 105 bytes
.../mood/bitospud/courier/black/predatory.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/black/restless.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/black/sad.gif | Bin 0 -> 95 bytes
.../mood/bitospud/courier/black/shocked.gif | Bin 0 -> 110 bytes
.../img/mood/bitospud/courier/black/sick.gif | Bin 0 -> 101 bytes
.../mood/bitospud/courier/black/sleepy.gif | Bin 0 -> 123 bytes
.../img/mood/bitospud/courier/black/sore.gif | Bin 0 -> 110 bytes
.../bitospud/courier/black/thoughtful.gif | Bin 0 -> 102 bytes
.../img/mood/bitospud/courier/black/tired.gif | Bin 0 -> 100 bytes
.../mood/bitospud/courier/black/working.gif | Bin 0 -> 130 bytes
.../mood/bitospud/courier/black/worried.gif | Bin 0 -> 96 bytes
.../bitospud/courier/red/accomplished.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/amused.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/angry.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/anxious.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/apathetic.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/artistic.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/awake.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/bitchy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/blank.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/bouncy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/busy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/calm.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/cold.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/complacent.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/confused.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/crazy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/crushed.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/curious.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/cynical.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/determined.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/devious.gif | Bin 0 -> 951 bytes
.../bitospud/courier/red/disappointed.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/drained.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/drunk.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/embarrassed.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/envious.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/exanimate.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/flirty.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/full.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/geeky.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/giddy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/gloomy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/good.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/groggy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/grumpy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/happy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/horny.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/hot.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/hungry.gif | Bin 0 -> 951 bytes
.../bitospud/courier/red/indescribable.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/loved.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/predatory.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/restless.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/sad.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/shocked.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/sick.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/sleepy.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/sore.gif | Bin 0 -> 951 bytes
.../mood/bitospud/courier/red/thoughtful.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/tired.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/working.gif | Bin 0 -> 951 bytes
.../img/mood/bitospud/courier/red/worried.gif | Bin 0 -> 951 bytes
.../bitospud/courier/white/accomplished.gif | Bin 0 -> 108 bytes
.../mood/bitospud/courier/white/amused.gif | Bin 0 -> 102 bytes
.../img/mood/bitospud/courier/white/angry.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/white/anxious.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/white/apathetic.gif | Bin 0 -> 92 bytes
.../mood/bitospud/courier/white/artistic.gif | Bin 0 -> 129 bytes
.../img/mood/bitospud/courier/white/awake.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/white/bitchy.gif | Bin 0 -> 115 bytes
.../img/mood/bitospud/courier/white/blank.gif | Bin 0 -> 89 bytes
.../mood/bitospud/courier/white/bouncy.gif | Bin 0 -> 113 bytes
.../img/mood/bitospud/courier/white/busy.gif | Bin 0 -> 109 bytes
.../img/mood/bitospud/courier/white/calm.gif | Bin 0 -> 104 bytes
.../img/mood/bitospud/courier/white/cold.gif | Bin 0 -> 107 bytes
.../bitospud/courier/white/complacent.gif | Bin 0 -> 116 bytes
.../mood/bitospud/courier/white/confused.gif | Bin 0 -> 109 bytes
.../img/mood/bitospud/courier/white/crazy.gif | Bin 0 -> 104 bytes
.../mood/bitospud/courier/white/crushed.gif | Bin 0 -> 98 bytes
.../mood/bitospud/courier/white/curious.gif | Bin 0 -> 102 bytes
.../mood/bitospud/courier/white/cynical.gif | Bin 0 -> 114 bytes
.../bitospud/courier/white/determined.gif | Bin 0 -> 107 bytes
.../mood/bitospud/courier/white/devious.gif | Bin 0 -> 98 bytes
.../bitospud/courier/white/disappointed.gif | Bin 0 -> 97 bytes
.../mood/bitospud/courier/white/drained.gif | Bin 0 -> 95 bytes
.../img/mood/bitospud/courier/white/drunk.gif | Bin 0 -> 108 bytes
.../bitospud/courier/white/embarrassed.gif | Bin 0 -> 104 bytes
.../mood/bitospud/courier/white/envious.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/white/exanimate.gif | Bin 0 -> 91 bytes
.../mood/bitospud/courier/white/flirty.gif | Bin 0 -> 99 bytes
.../img/mood/bitospud/courier/white/full.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/white/geeky.gif | Bin 0 -> 104 bytes
.../img/mood/bitospud/courier/white/giddy.gif | Bin 0 -> 110 bytes
.../mood/bitospud/courier/white/gloomy.gif | Bin 0 -> 107 bytes
.../img/mood/bitospud/courier/white/good.gif | Bin 0 -> 108 bytes
.../mood/bitospud/courier/white/groggy.gif | Bin 0 -> 113 bytes
.../mood/bitospud/courier/white/grumpy.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/white/happy.gif | Bin 0 -> 93 bytes
.../img/mood/bitospud/courier/white/horny.gif | Bin 0 -> 108 bytes
.../img/mood/bitospud/courier/white/hot.gif | Bin 0 -> 98 bytes
.../mood/bitospud/courier/white/hungry.gif | Bin 0 -> 101 bytes
.../bitospud/courier/white/indescribable.gif | Bin 0 -> 100 bytes
.../img/mood/bitospud/courier/white/loved.gif | Bin 0 -> 105 bytes
.../mood/bitospud/courier/white/predatory.gif | Bin 0 -> 109 bytes
.../mood/bitospud/courier/white/restless.gif | Bin 0 -> 112 bytes
.../img/mood/bitospud/courier/white/sad.gif | Bin 0 -> 95 bytes
.../mood/bitospud/courier/white/shocked.gif | Bin 0 -> 110 bytes
.../img/mood/bitospud/courier/white/sick.gif | Bin 0 -> 101 bytes
.../mood/bitospud/courier/white/sleepy.gif | Bin 0 -> 123 bytes
.../img/mood/bitospud/courier/white/sore.gif | Bin 0 -> 110 bytes
.../bitospud/courier/white/thoughtful.gif | Bin 0 -> 102 bytes
.../img/mood/bitospud/courier/white/tired.gif | Bin 0 -> 100 bytes
.../mood/bitospud/courier/white/working.gif | Bin 0 -> 130 bytes
.../mood/bitospud/courier/white/worried.gif | Bin 0 -> 96 bytes
.../img/mood/charitycam/blackbox/angry.gif | Bin 0 -> 363 bytes
.../img/mood/charitycam/blackbox/artistic.gif | Bin 0 -> 569 bytes
.../img/mood/charitycam/blackbox/bouncy.gif | Bin 0 -> 235 bytes
.../img/mood/charitycam/blackbox/cold.gif | Bin 0 -> 362 bytes
.../img/mood/charitycam/blackbox/crazy.gif | Bin 0 -> 342 bytes
.../img/mood/charitycam/blackbox/curious.gif | Bin 0 -> 260 bytes
.../mood/charitycam/blackbox/determined.gif | Bin 0 -> 215 bytes
.../img/mood/charitycam/blackbox/devilish.gif | Bin 0 -> 243 bytes
.../img/mood/charitycam/blackbox/dirty.gif | Bin 0 -> 324 bytes
.../img/mood/charitycam/blackbox/drunk.gif | Bin 0 -> 317 bytes
.../mood/charitycam/blackbox/embarrassed.gif | Bin 0 -> 254 bytes
.../img/mood/charitycam/blackbox/envy.gif | Bin 0 -> 238 bytes
.../img/mood/charitycam/blackbox/gloomy.gif | Bin 0 -> 284 bytes
.../img/mood/charitycam/blackbox/green.gif | Bin 0 -> 303 bytes
.../img/mood/charitycam/blackbox/happy.gif | Bin 0 -> 227 bytes
.../img/mood/charitycam/blackbox/hot.gif | Bin 0 -> 889 bytes
.../img/mood/charitycam/blackbox/hungry.gif | Bin 0 -> 457 bytes
.../img/mood/charitycam/blackbox/loved.gif | Bin 0 -> 273 bytes
.../img/mood/charitycam/blackbox/nerdy.gif | Bin 0 -> 225 bytes
.../img/mood/charitycam/blackbox/okay.gif | Bin 0 -> 202 bytes
.../img/mood/charitycam/blackbox/peaceful.gif | Bin 0 -> 245 bytes
.../img/mood/charitycam/blackbox/relaxed.gif | Bin 0 -> 188 bytes
.../img/mood/charitycam/blackbox/sad.gif | Bin 0 -> 257 bytes
.../img/mood/charitycam/blackbox/scared.gif | Bin 0 -> 239 bytes
.../img/mood/charitycam/blackbox/sore.gif | Bin 0 -> 250 bytes
.../img/mood/charitycam/blackbox/suprised.gif | Bin 0 -> 472 bytes
.../img/mood/charitycam/blackbox/thirsty.gif | Bin 0 -> 362 bytes
.../mood/charitycam/blackbox/thoughtful.gif | Bin 0 -> 287 bytes
.../img/mood/charitycam/blackbox/tired.gif | Bin 0 -> 251 bytes
.../img/mood/charitycam/blackbox/working.gif | Bin 0 -> 268 bytes
.../img/mood/charitycam/goth_boy/angry.gif | Bin 0 -> 1106 bytes
.../img/mood/charitycam/goth_boy/artistic.gif | Bin 0 -> 547 bytes
.../img/mood/charitycam/goth_boy/awake.gif | Bin 0 -> 830 bytes
.../img/mood/charitycam/goth_boy/bouncy.gif | Bin 0 -> 755 bytes
.../img/mood/charitycam/goth_boy/cold.gif | Bin 0 -> 683 bytes
.../img/mood/charitycam/goth_boy/confused.gif | Bin 0 -> 1514 bytes
.../mood/charitycam/goth_boy/determined.gif | Bin 0 -> 1018 bytes
.../img/mood/charitycam/goth_boy/devlish.gif | Bin 0 -> 1016 bytes
.../img/mood/charitycam/goth_boy/dirty.gif | Bin 0 -> 1110 bytes
.../img/mood/charitycam/goth_boy/drunk.gif | Bin 0 -> 1117 bytes
.../mood/charitycam/goth_boy/embarrased.gif | Bin 0 -> 409 bytes
.../img/mood/charitycam/goth_boy/envious.gif | Bin 0 -> 1054 bytes
.../img/mood/charitycam/goth_boy/full.gif | Bin 0 -> 1150 bytes
.../img/mood/charitycam/goth_boy/gloomy.gif | Bin 0 -> 1318 bytes
.../img/mood/charitycam/goth_boy/happy.gif | Bin 0 -> 1007 bytes
.../img/mood/charitycam/goth_boy/high.gif | Bin 0 -> 1106 bytes
.../img/mood/charitycam/goth_boy/hot.gif | Bin 0 -> 609 bytes
.../img/mood/charitycam/goth_boy/hungry.gif | Bin 0 -> 322 bytes
.../img/mood/charitycam/goth_boy/loved.gif | Bin 0 -> 625 bytes
.../img/mood/charitycam/goth_boy/nerdy.gif | Bin 0 -> 1060 bytes
.../img/mood/charitycam/goth_boy/okay.gif | Bin 0 -> 1010 bytes
.../img/mood/charitycam/goth_boy/sad.gif | Bin 0 -> 1859 bytes
.../img/mood/charitycam/goth_boy/scared.gif | Bin 0 -> 499 bytes
.../img/mood/charitycam/goth_boy/shocked.gif | Bin 0 -> 1183 bytes
.../img/mood/charitycam/goth_boy/sick.gif | Bin 0 -> 1680 bytes
.../img/mood/charitycam/goth_boy/silly.gif | Bin 0 -> 1569 bytes
.../img/mood/charitycam/goth_boy/sleepy.gif | Bin 0 -> 1045 bytes
.../img/mood/charitycam/goth_boy/stressed.gif | Bin 0 -> 692 bytes
.../img/mood/charitycam/goth_boy/thirsty.gif | Bin 0 -> 1241 bytes
.../mood/charitycam/goth_boy/thoughtful.gif | Bin 0 -> 1393 bytes
.../img/mood/charitycam/goth_boy/tired.gif | Bin 0 -> 1014 bytes
.../img/mood/charitycam/goth_boy/working.gif | Bin 0 -> 460 bytes
.../img/mood/charitycam/goth_girl/angry.gif | Bin 0 -> 771 bytes
.../mood/charitycam/goth_girl/artistic.gif | Bin 0 -> 751 bytes
.../img/mood/charitycam/goth_girl/cold.gif | Bin 0 -> 2172 bytes
.../img/mood/charitycam/goth_girl/curious.gif | Bin 0 -> 806 bytes
.../mood/charitycam/goth_girl/determined.gif | Bin 0 -> 815 bytes
.../img/mood/charitycam/goth_girl/devious.gif | Bin 0 -> 437 bytes
.../img/mood/charitycam/goth_girl/dirty.gif | Bin 0 -> 1430 bytes
.../img/mood/charitycam/goth_girl/drunk.gif | Bin 0 -> 723 bytes
.../img/mood/charitycam/goth_girl/envious.gif | Bin 0 -> 1044 bytes
.../img/mood/charitycam/goth_girl/full.gif | Bin 0 -> 646 bytes
.../img/mood/charitycam/goth_girl/gloomy.gif | Bin 0 -> 523 bytes
.../img/mood/charitycam/goth_girl/happy.gif | Bin 0 -> 656 bytes
.../img/mood/charitycam/goth_girl/high.gif | Bin 0 -> 1724 bytes
.../img/mood/charitycam/goth_girl/hot.gif | Bin 0 -> 1929 bytes
.../img/mood/charitycam/goth_girl/hungry.gif | Bin 0 -> 464 bytes
.../img/mood/charitycam/goth_girl/loved.gif | Bin 0 -> 698 bytes
.../img/mood/charitycam/goth_girl/nerdy.gif | Bin 0 -> 910 bytes
.../img/mood/charitycam/goth_girl/okay.gif | Bin 0 -> 638 bytes
.../img/mood/charitycam/goth_girl/sad.gif | Bin 0 -> 763 bytes
.../img/mood/charitycam/goth_girl/scared.gif | Bin 0 -> 721 bytes
.../img/mood/charitycam/goth_girl/sick.gif | Bin 0 -> 2383 bytes
.../img/mood/charitycam/goth_girl/silly.gif | Bin 0 -> 1672 bytes
.../img/mood/charitycam/goth_girl/sleepy.gif | Bin 0 -> 651 bytes
.../mood/charitycam/goth_girl/stressed.gif | Bin 0 -> 734 bytes
.../mood/charitycam/goth_girl/surprised.gif | Bin 0 -> 588 bytes
.../mood/charitycam/goth_girl/thoughtful.gif | Bin 0 -> 967 bytes
.../img/mood/charitycam/goth_girl/working.gif | Bin 0 -> 572 bytes
local/htdocs/img/mood/classic/angry.gif | Bin 0 -> 94 bytes
local/htdocs/img/mood/classic/blah.gif | Bin 0 -> 92 bytes
local/htdocs/img/mood/classic/blush.gif | Bin 0 -> 99 bytes
local/htdocs/img/mood/classic/confused.gif | Bin 0 -> 112 bytes
local/htdocs/img/mood/classic/devious.gif | Bin 0 -> 913 bytes
local/htdocs/img/mood/classic/drunk.gif | Bin 0 -> 114 bytes
local/htdocs/img/mood/classic/energetic.gif | Bin 0 -> 313 bytes
local/htdocs/img/mood/classic/sad.gif | Bin 0 -> 95 bytes
local/htdocs/img/mood/classic/shock.gif | Bin 0 -> 93 bytes
local/htdocs/img/mood/classic/sick.gif | Bin 0 -> 94 bytes
local/htdocs/img/mood/classic/smile.gif | Bin 0 -> 93 bytes
local/htdocs/img/mood/classic/thinking.gif | Bin 0 -> 129 bytes
local/htdocs/img/mood/classic/tired.gif | Bin 0 -> 108 bytes
local/htdocs/img/mood/classic/wink.gif | Bin 0 -> 91 bytes
.../htdocs/img/mood/growf/dwaggins/angry.gif | Bin 0 -> 997 bytes
.../img/mood/growf/dwaggins/annoyed.gif | Bin 0 -> 976 bytes
local/htdocs/img/mood/growf/dwaggins/blah.gif | Bin 0 -> 977 bytes
.../htdocs/img/mood/growf/dwaggins/blank.gif | Bin 0 -> 975 bytes
.../htdocs/img/mood/growf/dwaggins/blush.gif | Bin 0 -> 998 bytes
.../htdocs/img/mood/growf/dwaggins/bouncy.gif | Bin 0 -> 1290 bytes
.../img/mood/growf/dwaggins/confused.gif | Bin 0 -> 1016 bytes
local/htdocs/img/mood/growf/dwaggins/cool.gif | Bin 0 -> 987 bytes
.../img/mood/growf/dwaggins/determined.gif | Bin 0 -> 975 bytes
.../img/mood/growf/dwaggins/devious.gif | Bin 0 -> 985 bytes
.../htdocs/img/mood/growf/dwaggins/dirty.gif | Bin 0 -> 977 bytes
.../htdocs/img/mood/growf/dwaggins/geeky.gif | Bin 0 -> 1020 bytes
local/htdocs/img/mood/growf/dwaggins/high.gif | Bin 0 -> 998 bytes
local/htdocs/img/mood/growf/dwaggins/hot.gif | Bin 0 -> 1003 bytes
.../htdocs/img/mood/growf/dwaggins/hyper.gif | Bin 0 -> 993 bytes
local/htdocs/img/mood/growf/dwaggins/idea.gif | Bin 0 -> 1026 bytes
local/htdocs/img/mood/growf/dwaggins/sad.gif | Bin 0 -> 977 bytes
.../img/mood/growf/dwaggins/shocked.gif | Bin 0 -> 997 bytes
local/htdocs/img/mood/growf/dwaggins/sick.gif | Bin 0 -> 979 bytes
.../htdocs/img/mood/growf/dwaggins/smile.gif | Bin 0 -> 978 bytes
.../htdocs/img/mood/growf/dwaggins/snore.gif | Bin 0 -> 979 bytes
.../img/mood/growf/dwaggins/surprised.gif | Bin 0 -> 974 bytes
.../img/mood/growf/dwaggins/tearful.gif | Bin 0 -> 971 bytes
.../htdocs/img/mood/growf/dwaggins/think.gif | Bin 0 -> 1013 bytes
local/htdocs/img/mood/growf/dwaggins/up.gif | Bin 0 -> 980 bytes
.../htdocs/img/mood/growf/dwaggins/weird.gif | Bin 0 -> 1003 bytes
.../img/mood/growf/dwaggins/working.gif | Bin 0 -> 996 bytes
.../htdocs/img/mood/growf/pengies/amused.gif | Bin 0 -> 489 bytes
.../htdocs/img/mood/growf/pengies/annoyed.gif | Bin 0 -> 491 bytes
.../htdocs/img/mood/growf/pengies/balloon.gif | Bin 0 -> 998 bytes
local/htdocs/img/mood/growf/pengies/blank.gif | Bin 0 -> 936 bytes
.../img/mood/growf/pengies/blushing.gif | Bin 0 -> 949 bytes
.../htdocs/img/mood/growf/pengies/bouncy.gif | Bin 0 -> 701 bytes
.../img/mood/growf/pengies/confused.gif | Bin 0 -> 961 bytes
local/htdocs/img/mood/growf/pengies/cool.gif | Bin 0 -> 949 bytes
.../img/mood/growf/pengies/determined.gif | Bin 0 -> 939 bytes
.../htdocs/img/mood/growf/pengies/devious.gif | Bin 0 -> 958 bytes
local/htdocs/img/mood/growf/pengies/drunk.gif | Bin 0 -> 949 bytes
.../htdocs/img/mood/growf/pengies/envious.gif | Bin 0 -> 943 bytes
local/htdocs/img/mood/growf/pengies/geeky.gif | Bin 0 -> 940 bytes
local/htdocs/img/mood/growf/pengies/happy.gif | Bin 0 -> 941 bytes
local/htdocs/img/mood/growf/pengies/hyper.gif | Bin 0 -> 990 bytes
local/htdocs/img/mood/growf/pengies/idea.gif | Bin 0 -> 972 bytes
local/htdocs/img/mood/growf/pengies/livid.gif | Bin 0 -> 526 bytes
local/htdocs/img/mood/growf/pengies/sad.gif | Bin 0 -> 938 bytes
local/htdocs/img/mood/growf/pengies/sick.gif | Bin 0 -> 949 bytes
local/htdocs/img/mood/growf/pengies/sob.gif | Bin 0 -> 487 bytes
local/htdocs/img/mood/growf/pengies/sweat.gif | Bin 0 -> 497 bytes
.../img/mood/growf/pengies/thoughtful.gif | Bin 0 -> 959 bytes
.../img/mood/growf/pengies/wideeyed.gif | Bin 0 -> 942 bytes
local/htdocs/img/mood/growf/pengies/yawn.gif | Bin 0 -> 766 bytes
.../img/mood/moonsis/stars/green/achy_sg.gif | Bin 0 -> 991 bytes
.../mood/moonsis/stars/green/angelic_sg.gif | Bin 0 -> 1916 bytes
.../img/mood/moonsis/stars/green/angry_sg.gif | Bin 0 -> 1607 bytes
.../mood/moonsis/stars/green/artistic_sg.gif | Bin 0 -> 2373 bytes
.../img/mood/moonsis/stars/green/awake_sg.gif | Bin 0 -> 1477 bytes
.../img/mood/moonsis/stars/green/blank_sg.gif | Bin 0 -> 1512 bytes
.../img/mood/moonsis/stars/green/bored_sg.gif | Bin 0 -> 1528 bytes
.../img/mood/moonsis/stars/green/cold_sg.gif | Bin 0 -> 1640 bytes
.../mood/moonsis/stars/green/confused_sg.gif | Bin 0 -> 1644 bytes
.../img/mood/moonsis/stars/green/dirty_sg.gif | Bin 0 -> 1845 bytes
.../img/mood/moonsis/stars/green/drunk_sg.gif | Bin 0 -> 1669 bytes
.../moonsis/stars/green/emberassed_sg.gif | Bin 0 -> 2360 bytes
.../mood/moonsis/stars/green/envious_sg.gif | Bin 0 -> 2364 bytes
.../mood/moonsis/stars/green/exhausted_sg.gif | Bin 0 -> 1584 bytes
.../img/mood/moonsis/stars/green/full_sg.gif | Bin 0 -> 1775 bytes
.../mood/moonsis/stars/green/grumpy_sg.gif | Bin 0 -> 2294 bytes
.../img/mood/moonsis/stars/green/happy_sg.gif | Bin 0 -> 2260 bytes
.../img/mood/moonsis/stars/green/horny_sg.gif | Bin 0 -> 1642 bytes
.../img/mood/moonsis/stars/green/hot_sg.gif | Bin 0 -> 1686 bytes
.../mood/moonsis/stars/green/hungry_sg.gif | Bin 0 -> 1636 bytes
.../img/mood/moonsis/stars/green/hyper_sg.gif | Bin 0 -> 1540 bytes
.../moonsis/stars/green/indescribable_sg.gif | Bin 0 -> 633 bytes
.../moonsis/stars/green/indifferent_sg.gif | Bin 0 -> 1516 bytes
.../img/mood/moonsis/stars/green/loved_sg.gif | Bin 0 -> 1726 bytes
.../mood/moonsis/stars/green/mellow_sg.gif | Bin 0 -> 1499 bytes
.../moonsis/stars/green/mischivious_sg.gif | Bin 0 -> 1795 bytes
.../img/mood/moonsis/stars/green/nerdy_sg.gif | Bin 0 -> 1538 bytes
.../mood/moonsis/stars/green/pensive_sg.gif | Bin 0 -> 2356 bytes
.../img/mood/moonsis/stars/green/sad_sg.gif | Bin 0 -> 1580 bytes
.../img/mood/moonsis/stars/green/sexy_sg.gif | Bin 0 -> 1693 bytes
.../img/mood/moonsis/stars/green/sick_sg.gif | Bin 0 -> 1915 bytes
.../img/mood/moonsis/stars/green/silly_sg.gif | Bin 0 -> 893 bytes
.../mood/moonsis/stars/green/singing_sg.gif | Bin 0 -> 1639 bytes
.../mood/moonsis/stars/green/sleepy_sg.gif | Bin 0 -> 1609 bytes
.../img/mood/moonsis/stars/green/sore_sg.gif | Bin 0 -> 1642 bytes
.../mood/moonsis/stars/green/stressed_sg.gif | Bin 0 -> 2852 bytes
.../mood/moonsis/stars/green/thirsty_sg.gif | Bin 0 -> 1643 bytes
.../mood/moonsis/stars/green/working_sg.gif | Bin 0 -> 2039 bytes
.../img/mood/moonsis/stars/purple/achy_sp.gif | Bin 0 -> 860 bytes
.../mood/moonsis/stars/purple/angelic_sp.gif | Bin 0 -> 1904 bytes
.../mood/moonsis/stars/purple/angry_sp.gif | Bin 0 -> 1567 bytes
.../mood/moonsis/stars/purple/artistic_sp.gif | Bin 0 -> 2363 bytes
.../mood/moonsis/stars/purple/awake_sp.gif | Bin 0 -> 1212 bytes
.../mood/moonsis/stars/purple/blank_sp.gif | Bin 0 -> 1489 bytes
.../mood/moonsis/stars/purple/bored_sp.gif | Bin 0 -> 1516 bytes
.../img/mood/moonsis/stars/purple/cold_sp.gif | Bin 0 -> 1663 bytes
.../mood/moonsis/stars/purple/confused_sp.gif | Bin 0 -> 1644 bytes
.../mood/moonsis/stars/purple/dirty_sp.gif | Bin 0 -> 1816 bytes
.../mood/moonsis/stars/purple/drunk_sp.gif | Bin 0 -> 1695 bytes
.../moonsis/stars/purple/emberassed_sp.gif | Bin 0 -> 2367 bytes
.../mood/moonsis/stars/purple/envious_sp.gif | Bin 0 -> 2387 bytes
.../moonsis/stars/purple/exhausted_sp.gif | Bin 0 -> 1577 bytes
.../img/mood/moonsis/stars/purple/full_sp.gif | Bin 0 -> 1739 bytes
.../mood/moonsis/stars/purple/grumpy_sp.gif | Bin 0 -> 2252 bytes
.../mood/moonsis/stars/purple/happy_sp.gif | Bin 0 -> 2222 bytes
.../mood/moonsis/stars/purple/horny_sp.gif | Bin 0 -> 1657 bytes
.../img/mood/moonsis/stars/purple/hot_sp.gif | Bin 0 -> 1629 bytes
.../mood/moonsis/stars/purple/hungry_sp.gif | Bin 0 -> 1672 bytes
.../mood/moonsis/stars/purple/hyper_sp.gif | Bin 0 -> 1515 bytes
.../moonsis/stars/purple/indescribable_sp.gif | Bin 0 -> 624 bytes
.../moonsis/stars/purple/indifferent_sp.gif | Bin 0 -> 672 bytes
.../mood/moonsis/stars/purple/loved_sp.gif | Bin 0 -> 1703 bytes
.../mood/moonsis/stars/purple/mellow_sp.gif | Bin 0 -> 1528 bytes
.../moonsis/stars/purple/mischivious_sp.gif | Bin 0 -> 1796 bytes
.../mood/moonsis/stars/purple/nerdy_sp.gif | Bin 0 -> 1527 bytes
.../mood/moonsis/stars/purple/pensive_sp.gif | Bin 0 -> 2359 bytes
.../img/mood/moonsis/stars/purple/sad_sp.gif | Bin 0 -> 1571 bytes
.../img/mood/moonsis/stars/purple/sexy_sp.gif | Bin 0 -> 1671 bytes
.../img/mood/moonsis/stars/purple/sick_sp.gif | Bin 0 -> 1864 bytes
.../mood/moonsis/stars/purple/silly_sp.gif | Bin 0 -> 745 bytes
.../mood/moonsis/stars/purple/singing_sp.gif | Bin 0 -> 1619 bytes
.../mood/moonsis/stars/purple/sleepy_sp.gif | Bin 0 -> 1584 bytes
.../img/mood/moonsis/stars/purple/sore_sp.gif | Bin 0 -> 1664 bytes
.../mood/moonsis/stars/purple/stressed_sp.gif | Bin 0 -> 2739 bytes
.../mood/moonsis/stars/purple/thirsty_sp.gif | Bin 0 -> 1601 bytes
.../mood/moonsis/stars/purple/working_sp.gif | Bin 0 -> 2244 bytes
.../img/mood/moonsis/stars/red/achy_sr.gif | Bin 0 -> 854 bytes
.../img/mood/moonsis/stars/red/angelic_sr.gif | Bin 0 -> 1918 bytes
.../img/mood/moonsis/stars/red/angry_sr.gif | Bin 0 -> 1602 bytes
.../mood/moonsis/stars/red/artistic_sr.gif | Bin 0 -> 2386 bytes
.../img/mood/moonsis/stars/red/awake_sr.gif | Bin 0 -> 1323 bytes
.../img/mood/moonsis/stars/red/blank_sr.gif | Bin 0 -> 1533 bytes
.../img/mood/moonsis/stars/red/bored_sr.gif | Bin 0 -> 1529 bytes
.../img/mood/moonsis/stars/red/cold_sr.gif | Bin 0 -> 1684 bytes
.../mood/moonsis/stars/red/confused_sr.gif | Bin 0 -> 1670 bytes
.../img/mood/moonsis/stars/red/dirty_sr.gif | Bin 0 -> 1830 bytes
.../img/mood/moonsis/stars/red/drunk_sr.gif | Bin 0 -> 1654 bytes
.../mood/moonsis/stars/red/emberassed_sr.gif | Bin 0 -> 2316 bytes
.../img/mood/moonsis/stars/red/envious_sr.gif | Bin 0 -> 2413 bytes
.../mood/moonsis/stars/red/exhausted_sr.gif | Bin 0 -> 1594 bytes
.../img/mood/moonsis/stars/red/full_sr.gif | Bin 0 -> 1767 bytes
.../img/mood/moonsis/stars/red/grumpy_sr.gif | Bin 0 -> 2285 bytes
.../img/mood/moonsis/stars/red/happy_sr.gif | Bin 0 -> 2260 bytes
.../img/mood/moonsis/stars/red/horny_sr.gif | Bin 0 -> 1672 bytes
.../img/mood/moonsis/stars/red/hot_sr.gif | Bin 0 -> 1679 bytes
.../img/mood/moonsis/stars/red/hungry_sr.gif | Bin 0 -> 1669 bytes
.../img/mood/moonsis/stars/red/hyper_sr.gif | Bin 0 -> 1545 bytes
.../moonsis/stars/red/indescribable_sr.gif | Bin 0 -> 616 bytes
.../mood/moonsis/stars/red/indifferent_sr.gif | Bin 0 -> 1532 bytes
.../img/mood/moonsis/stars/red/loved_sr.gif | Bin 0 -> 1728 bytes
.../img/mood/moonsis/stars/red/mellow_sr.gif | Bin 0 -> 1519 bytes
.../mood/moonsis/stars/red/mischivious_sr.gif | Bin 0 -> 1799 bytes
.../img/mood/moonsis/stars/red/nerdy_sr.gif | Bin 0 -> 1559 bytes
.../img/mood/moonsis/stars/red/pensive_sr.gif | Bin 0 -> 2343 bytes
.../img/mood/moonsis/stars/red/sad_sr.gif | Bin 0 -> 1588 bytes
.../img/mood/moonsis/stars/red/sexy_sr.gif | Bin 0 -> 1699 bytes
.../img/mood/moonsis/stars/red/sick_sr.gif | Bin 0 -> 1875 bytes
.../img/mood/moonsis/stars/red/silly_sr.gif | Bin 0 -> 756 bytes
.../img/mood/moonsis/stars/red/singing_sr.gif | Bin 0 -> 1635 bytes
.../img/mood/moonsis/stars/red/sleepy_sr.gif | Bin 0 -> 1578 bytes
.../img/mood/moonsis/stars/red/sore_sr.gif | Bin 0 -> 1660 bytes
.../mood/moonsis/stars/red/stressed_sr.gif | Bin 0 -> 2853 bytes
.../img/mood/moonsis/stars/red/thirsty_sr.gif | Bin 0 -> 1629 bytes
.../img/mood/moonsis/stars/red/working_sr.gif | Bin 0 -> 2197 bytes
.../img/mood/moonsis/stars/yellow/achy_sy.gif | Bin 0 -> 792 bytes
.../mood/moonsis/stars/yellow/angelic_sy.gif | Bin 0 -> 1902 bytes
.../mood/moonsis/stars/yellow/angry_sy.gif | Bin 0 -> 1562 bytes
.../mood/moonsis/stars/yellow/artistic_sy.gif | Bin 0 -> 2338 bytes
.../mood/moonsis/stars/yellow/awake_sy.gif | Bin 0 -> 1186 bytes
.../mood/moonsis/stars/yellow/blank_sy.gif | Bin 0 -> 1508 bytes
.../mood/moonsis/stars/yellow/bored_sy.gif | Bin 0 -> 1484 bytes
.../img/mood/moonsis/stars/yellow/cold_sy.gif | Bin 0 -> 1628 bytes
.../mood/moonsis/stars/yellow/confused_sy.gif | Bin 0 -> 1626 bytes
.../mood/moonsis/stars/yellow/dirty_sy.gif | Bin 0 -> 1817 bytes
.../mood/moonsis/stars/yellow/drunk_sy.gif | Bin 0 -> 1671 bytes
.../moonsis/stars/yellow/emberassed_sy.gif | Bin 0 -> 2398 bytes
.../mood/moonsis/stars/yellow/envious_sy.gif | Bin 0 -> 2451 bytes
.../moonsis/stars/yellow/exhausted_sy.gif | Bin 0 -> 1542 bytes
.../img/mood/moonsis/stars/yellow/full_sy.gif | Bin 0 -> 1743 bytes
.../mood/moonsis/stars/yellow/grumpy_sy.gif | Bin 0 -> 2569 bytes
.../mood/moonsis/stars/yellow/happy_sy.gif | Bin 0 -> 2219 bytes
.../mood/moonsis/stars/yellow/horny_sy.gif | Bin 0 -> 1614 bytes
.../img/mood/moonsis/stars/yellow/hot_sy.gif | Bin 0 -> 1613 bytes
.../mood/moonsis/stars/yellow/hungry_sy.gif | Bin 0 -> 1655 bytes
.../mood/moonsis/stars/yellow/hyper_sy.gif | Bin 0 -> 1500 bytes
.../moonsis/stars/yellow/indescribable_sy.gif | Bin 0 -> 559 bytes
.../moonsis/stars/yellow/indifferent_sy.gif | Bin 0 -> 577 bytes
.../mood/moonsis/stars/yellow/loved_sy.gif | Bin 0 -> 1675 bytes
.../mood/moonsis/stars/yellow/mellow_sy.gif | Bin 0 -> 1514 bytes
.../moonsis/stars/yellow/mischivious_sy.gif | Bin 0 -> 1742 bytes
.../mood/moonsis/stars/yellow/nerdy_sy.gif | Bin 0 -> 1518 bytes
.../mood/moonsis/stars/yellow/pensive_sy.gif | Bin 0 -> 2323 bytes
.../img/mood/moonsis/stars/yellow/sad_sy.gif | Bin 0 -> 1558 bytes
.../img/mood/moonsis/stars/yellow/sexy_sy.gif | Bin 0 -> 1653 bytes
.../img/mood/moonsis/stars/yellow/sick_sy.gif | Bin 0 -> 1826 bytes
.../mood/moonsis/stars/yellow/silly_sy.gif | Bin 0 -> 739 bytes
.../mood/moonsis/stars/yellow/singing_sy.gif | Bin 0 -> 1598 bytes
.../mood/moonsis/stars/yellow/sleepy_sy.gif | Bin 0 -> 1598 bytes
.../img/mood/moonsis/stars/yellow/sore_sy.gif | Bin 0 -> 1664 bytes
.../mood/moonsis/stars/yellow/stressed_sy.gif | Bin 0 -> 2752 bytes
.../mood/moonsis/stars/yellow/thirsty_sy.gif | Bin 0 -> 1619 bytes
.../mood/moonsis/stars/yellow/working_sy.gif | Bin 0 -> 2247 bytes
.../img/mood/neko/kaokitty/accomplished.gif | Bin 0 -> 1187 bytes
.../img/mood/neko/kaokitty/aggravated.gif | Bin 0 -> 1767 bytes
.../htdocs/img/mood/neko/kaokitty/amused.gif | Bin 0 -> 1748 bytes
local/htdocs/img/mood/neko/kaokitty/angry.gif | Bin 0 -> 1771 bytes
.../htdocs/img/mood/neko/kaokitty/annoyed.gif | Bin 0 -> 1757 bytes
.../img/mood/neko/kaokitty/apathetic.gif | Bin 0 -> 1739 bytes
.../img/mood/neko/kaokitty/artistic.gif | Bin 0 -> 6325 bytes
local/htdocs/img/mood/neko/kaokitty/awake.gif | Bin 0 -> 2379 bytes
.../htdocs/img/mood/neko/kaokitty/bitchy.gif | Bin 0 -> 1773 bytes
local/htdocs/img/mood/neko/kaokitty/blah.gif | Bin 0 -> 1739 bytes
local/htdocs/img/mood/neko/kaokitty/blank.gif | Bin 0 -> 1256 bytes
local/htdocs/img/mood/neko/kaokitty/bored.gif | Bin 0 -> 1741 bytes
.../htdocs/img/mood/neko/kaokitty/bouncey.gif | Bin 0 -> 1308 bytes
local/htdocs/img/mood/neko/kaokitty/busy.gif | Bin 0 -> 1187 bytes
local/htdocs/img/mood/neko/kaokitty/calm.gif | Bin 0 -> 1304 bytes
.../img/mood/neko/kaokitty/cheerful.gif | Bin 0 -> 1860 bytes
.../htdocs/img/mood/neko/kaokitty/chipper.gif | Bin 0 -> 1301 bytes
local/htdocs/img/mood/neko/kaokitty/cold.gif | Bin 0 -> 1393 bytes
.../img/mood/neko/kaokitty/complacent.gif | Bin 0 -> 1832 bytes
.../img/mood/neko/kaokitty/confused.gif | Bin 0 -> 2243 bytes
.../img/mood/neko/kaokitty/contemplative.gif | Bin 0 -> 1888 bytes
.../htdocs/img/mood/neko/kaokitty/content.gif | Bin 0 -> 1746 bytes
.../htdocs/img/mood/neko/kaokitty/cranky.gif | Bin 0 -> 1768 bytes
.../htdocs/img/mood/neko/kaokitty/crappy.gif | Bin 0 -> 1286 bytes
local/htdocs/img/mood/neko/kaokitty/crazy.gif | Bin 0 -> 2335 bytes
.../img/mood/neko/kaokitty/creative.gif | Bin 0 -> 6325 bytes
.../htdocs/img/mood/neko/kaokitty/crushed.gif | Bin 0 -> 1293 bytes
.../htdocs/img/mood/neko/kaokitty/curious.gif | Bin 0 -> 2183 bytes
.../htdocs/img/mood/neko/kaokitty/cynical.gif | Bin 0 -> 1746 bytes
.../img/mood/neko/kaokitty/depressed.gif | Bin 0 -> 1288 bytes
.../img/mood/neko/kaokitty/determined.gif | Bin 0 -> 1741 bytes
.../htdocs/img/mood/neko/kaokitty/devious.gif | Bin 0 -> 2005 bytes
local/htdocs/img/mood/neko/kaokitty/dirty.gif | Bin 0 -> 2046 bytes
.../img/mood/neko/kaokitty/disappointed.gif | Bin 0 -> 1286 bytes
.../img/mood/neko/kaokitty/discontent.gif | Bin 0 -> 1286 bytes
local/htdocs/img/mood/neko/kaokitty/ditzy.gif | Bin 0 -> 1350 bytes
local/htdocs/img/mood/neko/kaokitty/dorky.gif | Bin 0 -> 1818 bytes
.../htdocs/img/mood/neko/kaokitty/drained.gif | Bin 0 -> 1290 bytes
local/htdocs/img/mood/neko/kaokitty/drunk.gif | Bin 0 -> 1894 bytes
.../img/mood/neko/kaokitty/ecstatic.gif | Bin 0 -> 1365 bytes
.../img/mood/neko/kaokitty/energetic.gif | Bin 0 -> 1961 bytes
.../htdocs/img/mood/neko/kaokitty/enraged.gif | Bin 0 -> 1900 bytes
.../img/mood/neko/kaokitty/enthralled.gif | Bin 0 -> 2263 bytes
.../htdocs/img/mood/neko/kaokitty/envious.gif | Bin 0 -> 1349 bytes
.../img/mood/neko/kaokitty/exanimate.gif | Bin 0 -> 1293 bytes
.../img/mood/neko/kaokitty/exausted.gif | Bin 0 -> 1290 bytes
.../htdocs/img/mood/neko/kaokitty/excited.gif | Bin 0 -> 1369 bytes
.../htdocs/img/mood/neko/kaokitty/flirty.gif | Bin 0 -> 1346 bytes
.../img/mood/neko/kaokitty/frustrated.gif | Bin 0 -> 1822 bytes
local/htdocs/img/mood/neko/kaokitty/full.gif | Bin 0 -> 2362 bytes
local/htdocs/img/mood/neko/kaokitty/geeky.gif | Bin 0 -> 2439 bytes
local/htdocs/img/mood/neko/kaokitty/giddy.gif | Bin 0 -> 1299 bytes
.../htdocs/img/mood/neko/kaokitty/giggly.gif | Bin 0 -> 1307 bytes
.../htdocs/img/mood/neko/kaokitty/gloomy.gif | Bin 0 -> 1996 bytes
local/htdocs/img/mood/neko/kaokitty/good.gif | Bin 0 -> 2278 bytes
.../img/mood/neko/kaokitty/grateful.gif | Bin 0 -> 1737 bytes
.../htdocs/img/mood/neko/kaokitty/groggy.gif | Bin 0 -> 1894 bytes
.../htdocs/img/mood/neko/kaokitty/grumpy.gif | Bin 0 -> 2012 bytes
.../htdocs/img/mood/neko/kaokitty/guilty.gif | Bin 0 -> 1728 bytes
local/htdocs/img/mood/neko/kaokitty/happy.gif | Bin 0 -> 1746 bytes
local/htdocs/img/mood/neko/kaokitty/high.gif | Bin 0 -> 1611 bytes
.../htdocs/img/mood/neko/kaokitty/hopeful.gif | Bin 0 -> 1756 bytes
local/htdocs/img/mood/neko/kaokitty/horny.gif | Bin 0 -> 1882 bytes
local/htdocs/img/mood/neko/kaokitty/hot.gif | Bin 0 -> 1943 bytes
.../htdocs/img/mood/neko/kaokitty/hungry2.gif | Bin 0 -> 2285 bytes
local/htdocs/img/mood/neko/kaokitty/hyper.gif | Bin 0 -> 1312 bytes
.../img/mood/neko/kaokitty/impressed.gif | Bin 0 -> 1736 bytes
.../img/mood/neko/kaokitty/indescribable.gif | Bin 0 -> 1256 bytes
.../img/mood/neko/kaokitty/indifferent.gif | Bin 0 -> 1739 bytes
.../img/mood/neko/kaokitty/infuriated.gif | Bin 0 -> 1447 bytes
local/htdocs/img/mood/neko/kaokitty/irate.gif | Bin 0 -> 1798 bytes
.../img/mood/neko/kaokitty/irritated.gif | Bin 0 -> 1297 bytes
.../img/mood/neko/kaokitty/jubilant.gif | Bin 0 -> 1748 bytes
local/htdocs/img/mood/neko/kaokitty/lazy.gif | Bin 0 -> 1290 bytes
.../img/mood/neko/kaokitty/lethargic.gif | Bin 0 -> 1290 bytes
.../img/mood/neko/kaokitty/listless.gif | Bin 0 -> 1290 bytes
.../htdocs/img/mood/neko/kaokitty/lonely.gif | Bin 0 -> 1292 bytes
local/htdocs/img/mood/neko/kaokitty/loved.gif | Bin 0 -> 2424 bytes
.../img/mood/neko/kaokitty/melancholy.gif | Bin 0 -> 1292 bytes
.../htdocs/img/mood/neko/kaokitty/mellow.gif | Bin 0 -> 1832 bytes
.../img/mood/neko/kaokitty/mischievous.gif | Bin 0 -> 2011 bytes
.../htdocs/img/mood/neko/kaokitty/morose.gif | Bin 0 -> 1292 bytes
.../htdocs/img/mood/neko/kaokitty/naughty.gif | Bin 0 -> 2013 bytes
.../img/mood/neko/kaokitty/nauseated.gif | Bin 0 -> 796 bytes
local/htdocs/img/mood/neko/kaokitty/nerdy.gif | Bin 0 -> 1818 bytes
.../img/mood/neko/kaokitty/nostalgic.gif | Bin 0 -> 1888 bytes
local/htdocs/img/mood/neko/kaokitty/numb.gif | Bin 0 -> 1126 bytes
local/htdocs/img/mood/neko/kaokitty/okay.gif | Bin 0 -> 1746 bytes
.../img/mood/neko/kaokitty/optimistic.gif | Bin 0 -> 1756 bytes
.../img/mood/neko/kaokitty/peaceful.gif | Bin 0 -> 1832 bytes
.../htdocs/img/mood/neko/kaokitty/pensive.gif | Bin 0 -> 1888 bytes
.../img/mood/neko/kaokitty/pessimistic.gif | Bin 0 -> 1771 bytes
.../htdocs/img/mood/neko/kaokitty/pissed.gif | Bin 0 -> 1918 bytes
.../htdocs/img/mood/neko/kaokitty/pleased.gif | Bin 0 -> 1746 bytes
.../img/mood/neko/kaokitty/predatory.gif | Bin 0 -> 2346 bytes
.../img/mood/neko/kaokitty/productive.gif | Bin 0 -> 1187 bytes
.../img/mood/neko/kaokitty/quixotic.gif | Bin 0 -> 1849 bytes
.../img/mood/neko/kaokitty/recumbent.gif | Bin 0 -> 1290 bytes
.../img/mood/neko/kaokitty/refreshed.gif | Bin 0 -> 2437 bytes
.../img/mood/neko/kaokitty/rejected.gif | Bin 0 -> 1793 bytes
.../img/mood/neko/kaokitty/rejuvenated.gif | Bin 0 -> 2437 bytes
.../htdocs/img/mood/neko/kaokitty/relaxed.gif | Bin 0 -> 1290 bytes
.../img/mood/neko/kaokitty/relieved.gif | Bin 0 -> 2213 bytes
.../img/mood/neko/kaokitty/restless.gif | Bin 0 -> 1736 bytes
.../htdocs/img/mood/neko/kaokitty/rushed.gif | Bin 0 -> 1684 bytes
local/htdocs/img/mood/neko/kaokitty/sad.gif | Bin 0 -> 1292 bytes
.../img/mood/neko/kaokitty/satisfied.gif | Bin 0 -> 1300 bytes
.../htdocs/img/mood/neko/kaokitty/scared.gif | Bin 0 -> 1762 bytes
.../htdocs/img/mood/neko/kaokitty/shocked.gif | Bin 0 -> 1776 bytes
local/htdocs/img/mood/neko/kaokitty/sick.gif | Bin 0 -> 796 bytes
local/htdocs/img/mood/neko/kaokitty/silly.gif | Bin 0 -> 1849 bytes
.../htdocs/img/mood/neko/kaokitty/sleepy.gif | Bin 0 -> 1443 bytes
local/htdocs/img/mood/neko/kaokitty/sore.gif | Bin 0 -> 1909 bytes
.../img/mood/neko/kaokitty/stressed.gif | Bin 0 -> 1796 bytes
.../img/mood/neko/kaokitty/suprised.gif | Bin 0 -> 1776 bytes
.../img/mood/neko/kaokitty/sympathetic.gif | Bin 0 -> 1762 bytes
.../img/mood/neko/kaokitty/thankful.gif | Bin 0 -> 1746 bytes
.../htdocs/img/mood/neko/kaokitty/thirsty.gif | Bin 0 -> 2437 bytes
.../img/mood/neko/kaokitty/thoughtful.gif | Bin 0 -> 1888 bytes
local/htdocs/img/mood/neko/kaokitty/tired.gif | Bin 0 -> 2762 bytes
.../htdocs/img/mood/neko/kaokitty/touched.gif | Bin 0 -> 1913 bytes
.../img/mood/neko/kaokitty/uncomfortable.gif | Bin 0 -> 1762 bytes
local/htdocs/img/mood/neko/kaokitty/weird.gif | Bin 0 -> 2335 bytes
.../htdocs/img/mood/neko/kaokitty/working.gif | Bin 0 -> 1187 bytes
.../htdocs/img/mood/neko/kaokitty/worried.gif | Bin 0 -> 1762 bytes
.../htdocs/img/mood/niaha/kitty/ankangry.gif | Bin 0 -> 398 bytes
.../htdocs/img/mood/niaha/kitty/ankangryb.gif | Bin 0 -> 398 bytes
.../htdocs/img/mood/niaha/kitty/ankangryg.gif | Bin 0 -> 398 bytes
.../htdocs/img/mood/niaha/kitty/ankangryp.gif | Bin 0 -> 399 bytes
.../htdocs/img/mood/niaha/kitty/ankawake.gif | Bin 0 -> 400 bytes
.../htdocs/img/mood/niaha/kitty/ankawakeb.gif | Bin 0 -> 400 bytes
.../htdocs/img/mood/niaha/kitty/ankawakeg.gif | Bin 0 -> 400 bytes
.../htdocs/img/mood/niaha/kitty/ankawakep.gif | Bin 0 -> 400 bytes
.../htdocs/img/mood/niaha/kitty/ankcreate.gif | Bin 0 -> 972 bytes
.../img/mood/niaha/kitty/ankcreateb.gif | Bin 0 -> 972 bytes
.../img/mood/niaha/kitty/ankcreateg.gif | Bin 0 -> 1220 bytes
.../img/mood/niaha/kitty/ankcreatep.gif | Bin 0 -> 972 bytes
local/htdocs/img/mood/niaha/kitty/ankfood.gif | Bin 0 -> 368 bytes
.../htdocs/img/mood/niaha/kitty/ankfoodb.gif | Bin 0 -> 368 bytes
.../htdocs/img/mood/niaha/kitty/ankfoodg.gif | Bin 0 -> 368 bytes
.../htdocs/img/mood/niaha/kitty/ankfoodp.gif | Bin 0 -> 368 bytes
local/htdocs/img/mood/niaha/kitty/ankgeek.gif | Bin 0 -> 347 bytes
.../htdocs/img/mood/niaha/kitty/ankgeekb.gif | Bin 0 -> 347 bytes
.../htdocs/img/mood/niaha/kitty/ankgeekg.gif | Bin 0 -> 343 bytes
.../htdocs/img/mood/niaha/kitty/ankgeekp.gif | Bin 0 -> 347 bytes
.../htdocs/img/mood/niaha/kitty/ankhappy.gif | Bin 0 -> 330 bytes
.../htdocs/img/mood/niaha/kitty/ankhappyb.gif | Bin 0 -> 330 bytes
.../htdocs/img/mood/niaha/kitty/ankhappyg.gif | Bin 0 -> 330 bytes
.../htdocs/img/mood/niaha/kitty/ankhappyp.gif | Bin 0 -> 330 bytes
local/htdocs/img/mood/niaha/kitty/ankhunt.gif | Bin 0 -> 322 bytes
.../htdocs/img/mood/niaha/kitty/ankhuntb.gif | Bin 0 -> 314 bytes
.../htdocs/img/mood/niaha/kitty/ankhuntg.gif | Bin 0 -> 314 bytes
.../htdocs/img/mood/niaha/kitty/ankhuntp.gif | Bin 0 -> 314 bytes
.../htdocs/img/mood/niaha/kitty/ankhyper.gif | Bin 0 -> 390 bytes
.../htdocs/img/mood/niaha/kitty/ankhyperb.gif | Bin 0 -> 390 bytes
.../htdocs/img/mood/niaha/kitty/ankhyperg.gif | Bin 0 -> 390 bytes
.../htdocs/img/mood/niaha/kitty/ankhyperp.gif | Bin 0 -> 390 bytes
.../htdocs/img/mood/niaha/kitty/ankitten.gif | Bin 0 -> 332 bytes
.../htdocs/img/mood/niaha/kitty/ankittenb.gif | Bin 0 -> 332 bytes
.../htdocs/img/mood/niaha/kitty/ankitteng.gif | Bin 0 -> 332 bytes
.../htdocs/img/mood/niaha/kitty/ankittenp.gif | Bin 0 -> 333 bytes
local/htdocs/img/mood/niaha/kitty/anksad.gif | Bin 0 -> 318 bytes
local/htdocs/img/mood/niaha/kitty/anksadb.gif | Bin 0 -> 318 bytes
local/htdocs/img/mood/niaha/kitty/anksadg.gif | Bin 0 -> 318 bytes
local/htdocs/img/mood/niaha/kitty/anksadp.gif | Bin 0 -> 318 bytes
.../htdocs/img/mood/niaha/kitty/ankscared.gif | Bin 0 -> 419 bytes
.../img/mood/niaha/kitty/ankscaredb.gif | Bin 0 -> 419 bytes
.../img/mood/niaha/kitty/ankscaredg.gif | Bin 0 -> 419 bytes
.../img/mood/niaha/kitty/ankscaredp.gif | Bin 0 -> 419 bytes
.../htdocs/img/mood/niaha/kitty/anksleepy.gif | Bin 0 -> 593 bytes
.../img/mood/niaha/kitty/anksleepyb.gif | Bin 0 -> 593 bytes
.../img/mood/niaha/kitty/anksleepyg.gif | Bin 0 -> 593 bytes
.../img/mood/niaha/kitty/anksleepyp.gif | Bin 0 -> 593 bytes
.../htdocs/img/mood/niaha/kitty/ankthink.gif | Bin 0 -> 778 bytes
.../htdocs/img/mood/niaha/kitty/ankthinkb.gif | Bin 0 -> 778 bytes
.../htdocs/img/mood/niaha/kitty/ankthinkg.gif | Bin 0 -> 778 bytes
.../htdocs/img/mood/niaha/kitty/ankthinkp.gif | Bin 0 -> 779 bytes
.../htdocs/img/mood/niaha/kitty/anktired.gif | Bin 0 -> 368 bytes
.../htdocs/img/mood/niaha/kitty/anktiredb.gif | Bin 0 -> 374 bytes
.../htdocs/img/mood/niaha/kitty/anktiredg.gif | Bin 0 -> 374 bytes
.../htdocs/img/mood/niaha/kitty/anktiredp.gif | Bin 0 -> 735 bytes
local/htdocs/img/mood/niaha/kitty/ankwink.gif | Bin 0 -> 320 bytes
.../htdocs/img/mood/niaha/kitty/ankwinkb.gif | Bin 0 -> 320 bytes
.../htdocs/img/mood/niaha/kitty/ankwinkg.gif | Bin 0 -> 320 bytes
.../htdocs/img/mood/niaha/kitty/ankwinkp.gif | Bin 0 -> 318 bytes
.../htdocs/img/mood/opiummmm/foxies/angry.gif | Bin 0 -> 210 bytes
.../htdocs/img/mood/opiummmm/foxies/awake.gif | Bin 0 -> 222 bytes
.../img/mood/opiummmm/foxies/confused.gif | Bin 0 -> 195 bytes
.../img/mood/opiummmm/foxies/determined.gif | Bin 0 -> 245 bytes
.../img/mood/opiummmm/foxies/discontent.gif | Bin 0 -> 222 bytes
.../img/mood/opiummmm/foxies/energetic.gif | Bin 0 -> 238 bytes
.../img/mood/opiummmm/foxies/enthralled.gif | Bin 0 -> 225 bytes
.../htdocs/img/mood/opiummmm/foxies/happy.gif | Bin 0 -> 224 bytes
.../mood/opiummmm/foxies/indescribable.gif | Bin 0 -> 201 bytes
.../htdocs/img/mood/opiummmm/foxies/nerdy.gif | Bin 0 -> 653 bytes
.../htdocs/img/mood/opiummmm/foxies/okay.gif | Bin 0 -> 222 bytes
local/htdocs/img/mood/opiummmm/foxies/sad.gif | Bin 0 -> 216 bytes
.../img/mood/opiummmm/foxies/scared.gif | Bin 0 -> 216 bytes
.../img/mood/opiummmm/foxies/thoughtful.gif | Bin 0 -> 204 bytes
.../img/mood/opiummmm/foxies/working.gif | Bin 0 -> 293 bytes
.../img/mood/punquinheads/blue/angelic.gif | Bin 0 -> 2006 bytes
.../img/mood/punquinheads/blue/angry.gif | Bin 0 -> 1147 bytes
.../img/mood/punquinheads/blue/artistic.gif | Bin 0 -> 1747 bytes
.../img/mood/punquinheads/blue/awake.gif | Bin 0 -> 1668 bytes
.../img/mood/punquinheads/blue/blah.gif | Bin 0 -> 960 bytes
.../img/mood/punquinheads/blue/blank.gif | Bin 0 -> 347 bytes
.../img/mood/punquinheads/blue/cheerful.gif | Bin 0 -> 967 bytes
.../img/mood/punquinheads/blue/cold.gif | Bin 0 -> 635 bytes
.../img/mood/punquinheads/blue/confused.gif | Bin 0 -> 1053 bytes
.../img/mood/punquinheads/blue/curious.gif | Bin 0 -> 967 bytes
.../img/mood/punquinheads/blue/determined.gif | Bin 0 -> 1067 bytes
.../img/mood/punquinheads/blue/dirty.gif | Bin 0 -> 1206 bytes
.../img/mood/punquinheads/blue/dizzy.gif | Bin 0 -> 1743 bytes
.../mood/punquinheads/blue/embarrassed.gif | Bin 0 -> 960 bytes
.../img/mood/punquinheads/blue/envious.gif | Bin 0 -> 613 bytes
.../img/mood/punquinheads/blue/excited.gif | Bin 0 -> 970 bytes
.../img/mood/punquinheads/blue/flirty.gif | Bin 0 -> 1117 bytes
.../img/mood/punquinheads/blue/full.gif | Bin 0 -> 1049 bytes
.../img/mood/punquinheads/blue/giggly.gif | Bin 0 -> 1504 bytes
.../img/mood/punquinheads/blue/gloomy.gif | Bin 0 -> 971 bytes
.../img/mood/punquinheads/blue/groggy.gif | Bin 0 -> 508 bytes
.../img/mood/punquinheads/blue/grumpy.gif | Bin 0 -> 1344 bytes
.../img/mood/punquinheads/blue/happy.gif | Bin 0 -> 966 bytes
.../img/mood/punquinheads/blue/hopeful.gif | Bin 0 -> 994 bytes
.../htdocs/img/mood/punquinheads/blue/hot.gif | Bin 0 -> 1602 bytes
.../img/mood/punquinheads/blue/hungry2.gif | Bin 0 -> 1263 bytes
.../img/mood/punquinheads/blue/hyper.gif | Bin 0 -> 962 bytes
.../mood/punquinheads/blue/indescribable.gif | Bin 0 -> 809 bytes
.../mood/punquinheads/blue/indifferent.gif | Bin 0 -> 960 bytes
.../img/mood/punquinheads/blue/lazy.gif | Bin 0 -> 1041 bytes
.../img/mood/punquinheads/blue/loved.gif | Bin 0 -> 1115 bytes
.../img/mood/punquinheads/blue/mellow.gif | Bin 0 -> 446 bytes
.../img/mood/punquinheads/blue/moody.gif | Bin 0 -> 969 bytes
.../img/mood/punquinheads/blue/naughty.gif | Bin 0 -> 579 bytes
.../img/mood/punquinheads/blue/nerdy.gif | Bin 0 -> 1159 bytes
.../img/mood/punquinheads/blue/okay.gif | Bin 0 -> 957 bytes
.../htdocs/img/mood/punquinheads/blue/sad.gif | Bin 0 -> 1133 bytes
.../img/mood/punquinheads/blue/sick.gif | Bin 0 -> 1410 bytes
.../img/mood/punquinheads/blue/silly.gif | Bin 0 -> 1023 bytes
.../img/mood/punquinheads/blue/sleepy.gif | Bin 0 -> 1320 bytes
.../img/mood/punquinheads/blue/sore.gif | Bin 0 -> 1358 bytes
.../img/mood/punquinheads/blue/stressed.gif | Bin 0 -> 2530 bytes
.../img/mood/punquinheads/blue/surprised.gif | Bin 0 -> 991 bytes
.../img/mood/punquinheads/blue/thirsty.gif | Bin 0 -> 1012 bytes
.../img/mood/punquinheads/blue/thoughtful.gif | Bin 0 -> 1201 bytes
.../img/mood/punquinheads/blue/tired.gif | Bin 0 -> 958 bytes
.../img/mood/punquinheads/blue/working.gif | Bin 0 -> 1768 bytes
.../img/mood/punquinheads/blue/worried.gif | Bin 0 -> 987 bytes
.../img/mood/punquinheads/pink/angelic.gif | Bin 0 -> 2080 bytes
.../img/mood/punquinheads/pink/angry.gif | Bin 0 -> 1148 bytes
.../img/mood/punquinheads/pink/artistic.gif | Bin 0 -> 1727 bytes
.../img/mood/punquinheads/pink/awake.gif | Bin 0 -> 1651 bytes
.../img/mood/punquinheads/pink/blah.gif | Bin 0 -> 952 bytes
.../img/mood/punquinheads/pink/blank.gif | Bin 0 -> 782 bytes
.../img/mood/punquinheads/pink/cheerful.gif | Bin 0 -> 960 bytes
.../img/mood/punquinheads/pink/cold.gif | Bin 0 -> 591 bytes
.../img/mood/punquinheads/pink/confused.gif | Bin 0 -> 1048 bytes
.../img/mood/punquinheads/pink/curious.gif | Bin 0 -> 951 bytes
.../img/mood/punquinheads/pink/determined.gif | Bin 0 -> 1021 bytes
.../img/mood/punquinheads/pink/dirty.gif | Bin 0 -> 1262 bytes
.../img/mood/punquinheads/pink/dizzy.gif | Bin 0 -> 1761 bytes
.../mood/punquinheads/pink/embarrassed.gif | Bin 0 -> 960 bytes
.../img/mood/punquinheads/pink/envious.gif | Bin 0 -> 566 bytes
.../img/mood/punquinheads/pink/excited.gif | Bin 0 -> 993 bytes
.../img/mood/punquinheads/pink/flirty.gif | Bin 0 -> 1117 bytes
.../img/mood/punquinheads/pink/full.gif | Bin 0 -> 1048 bytes
.../img/mood/punquinheads/pink/giggly.gif | Bin 0 -> 1499 bytes
.../img/mood/punquinheads/pink/gloomy.gif | Bin 0 -> 962 bytes
.../img/mood/punquinheads/pink/groggy.gif | Bin 0 -> 489 bytes
.../img/mood/punquinheads/pink/grumpy.gif | Bin 0 -> 1290 bytes
.../img/mood/punquinheads/pink/happy.gif | Bin 0 -> 957 bytes
.../img/mood/punquinheads/pink/hopeful.gif | Bin 0 -> 1027 bytes
.../htdocs/img/mood/punquinheads/pink/hot.gif | Bin 0 -> 1537 bytes
.../img/mood/punquinheads/pink/hungry2.gif | Bin 0 -> 1300 bytes
.../img/mood/punquinheads/pink/hyper.gif | Bin 0 -> 957 bytes
.../mood/punquinheads/pink/indescribable.gif | Bin 0 -> 809 bytes
.../mood/punquinheads/pink/indifferent.gif | Bin 0 -> 952 bytes
.../img/mood/punquinheads/pink/lazy.gif | Bin 0 -> 1039 bytes
.../img/mood/punquinheads/pink/loved.gif | Bin 0 -> 1115 bytes
.../img/mood/punquinheads/pink/mellow.gif | Bin 0 -> 425 bytes
.../img/mood/punquinheads/pink/moody.gif | Bin 0 -> 961 bytes
.../img/mood/punquinheads/pink/naughty.gif | Bin 0 -> 532 bytes
.../img/mood/punquinheads/pink/nerdy.gif | Bin 0 -> 1100 bytes
.../img/mood/punquinheads/pink/okay.gif | Bin 0 -> 956 bytes
.../htdocs/img/mood/punquinheads/pink/sad.gif | Bin 0 -> 1087 bytes
.../img/mood/punquinheads/pink/sick.gif | Bin 0 -> 1372 bytes
.../img/mood/punquinheads/pink/silly.gif | Bin 0 -> 971 bytes
.../img/mood/punquinheads/pink/sleepy.gif | Bin 0 -> 1270 bytes
.../img/mood/punquinheads/pink/sore.gif | Bin 0 -> 1299 bytes
.../img/mood/punquinheads/pink/stressed.gif | Bin 0 -> 2520 bytes
.../img/mood/punquinheads/pink/surprised.gif | Bin 0 -> 980 bytes
.../img/mood/punquinheads/pink/thirsty.gif | Bin 0 -> 943 bytes
.../img/mood/punquinheads/pink/thoughtful.gif | Bin 0 -> 1243 bytes
.../img/mood/punquinheads/pink/tired.gif | Bin 0 -> 949 bytes
.../img/mood/punquinheads/pink/working.gif | Bin 0 -> 1841 bytes
.../img/mood/punquinheads/pink/worried.gif | Bin 0 -> 972 bytes
.../img/mood/roshi/palefaces/aggravated.gif | Bin 0 -> 862 bytes
.../img/mood/roshi/palefaces/amused.gif | Bin 0 -> 863 bytes
.../htdocs/img/mood/roshi/palefaces/angry.gif | Bin 0 -> 866 bytes
.../img/mood/roshi/palefaces/annoyed.gif | Bin 0 -> 862 bytes
.../img/mood/roshi/palefaces/anxious.gif | Bin 0 -> 860 bytes
.../img/mood/roshi/palefaces/artistic.gif | Bin 0 -> 1054 bytes
.../htdocs/img/mood/roshi/palefaces/awake.gif | Bin 0 -> 537 bytes
.../img/mood/roshi/palefaces/bitchy.gif | Bin 0 -> 870 bytes
.../htdocs/img/mood/roshi/palefaces/blank.gif | Bin 0 -> 900 bytes
.../img/mood/roshi/palefaces/bouncy.gif | Bin 0 -> 612 bytes
.../htdocs/img/mood/roshi/palefaces/busy.gif | Bin 0 -> 864 bytes
.../img/mood/roshi/palefaces/cheerful.gif | Bin 0 -> 870 bytes
.../htdocs/img/mood/roshi/palefaces/cold.gif | Bin 0 -> 1335 bytes
.../img/mood/roshi/palefaces/complacent.gif | Bin 0 -> 867 bytes
.../img/mood/roshi/palefaces/confused.gif | Bin 0 -> 404 bytes
.../img/mood/roshi/palefaces/cranky.gif | Bin 0 -> 556 bytes
.../img/mood/roshi/palefaces/crushed.gif | Bin 0 -> 862 bytes
.../img/mood/roshi/palefaces/curious.gif | Bin 0 -> 510 bytes
.../img/mood/roshi/palefaces/cynical.gif | Bin 0 -> 865 bytes
.../img/mood/roshi/palefaces/depressed.gif | Bin 0 -> 884 bytes
.../img/mood/roshi/palefaces/determined.gif | Bin 0 -> 862 bytes
.../htdocs/img/mood/roshi/palefaces/dirty.gif | Bin 0 -> 665 bytes
.../htdocs/img/mood/roshi/palefaces/drunk.gif | Bin 0 -> 821 bytes
.../img/mood/roshi/palefaces/ecstatic.gif | Bin 0 -> 577 bytes
.../img/mood/roshi/palefaces/embarrassed.gif | Bin 0 -> 685 bytes
.../img/mood/roshi/palefaces/energetic.gif | Bin 0 -> 422 bytes
.../img/mood/roshi/palefaces/enraged.gif | Bin 0 -> 833 bytes
.../img/mood/roshi/palefaces/enthralled.gif | Bin 0 -> 870 bytes
.../img/mood/roshi/palefaces/envious.gif | Bin 0 -> 852 bytes
.../img/mood/roshi/palefaces/exhausted.gif | Bin 0 -> 667 bytes
.../img/mood/roshi/palefaces/frustrated.gif | Bin 0 -> 860 bytes
.../htdocs/img/mood/roshi/palefaces/full.gif | Bin 0 -> 564 bytes
.../img/mood/roshi/palefaces/gloomy.gif | Bin 0 -> 852 bytes
.../htdocs/img/mood/roshi/palefaces/good.gif | Bin 0 -> 865 bytes
.../img/mood/roshi/palefaces/groggy.gif | Bin 0 -> 1005 bytes
.../img/mood/roshi/palefaces/grumpy.gif | Bin 0 -> 418 bytes
.../htdocs/img/mood/roshi/palefaces/happy.gif | Bin 0 -> 871 bytes
.../htdocs/img/mood/roshi/palefaces/high.gif | Bin 0 -> 483 bytes
.../htdocs/img/mood/roshi/palefaces/horny.gif | Bin 0 -> 493 bytes
local/htdocs/img/mood/roshi/palefaces/hot.gif | Bin 0 -> 1001 bytes
.../img/mood/roshi/palefaces/hungry.gif | Bin 0 -> 863 bytes
.../htdocs/img/mood/roshi/palefaces/hyper.gif | Bin 0 -> 1121 bytes
.../img/mood/roshi/palefaces/impressed.gif | Bin 0 -> 870 bytes
.../mood/roshi/palefaces/indescribable.gif | Bin 0 -> 943 bytes
.../htdocs/img/mood/roshi/palefaces/lazy.gif | Bin 0 -> 603 bytes
.../htdocs/img/mood/roshi/palefaces/loved.gif | Bin 0 -> 808 bytes
.../img/mood/roshi/palefaces/mischievous.gif | Bin 0 -> 433 bytes
.../htdocs/img/mood/roshi/palefaces/moody.gif | Bin 0 -> 485 bytes
.../htdocs/img/mood/roshi/palefaces/nerdy.gif | Bin 0 -> 672 bytes
.../img/mood/roshi/palefaces/nostalgic.gif | Bin 0 -> 435 bytes
.../htdocs/img/mood/roshi/palefaces/okay.gif | Bin 0 -> 865 bytes
.../img/mood/roshi/palefaces/predatory.gif | Bin 0 -> 865 bytes
.../img/mood/roshi/palefaces/refreshed.gif | Bin 0 -> 681 bytes
.../img/mood/roshi/palefaces/relaxed.gif | Bin 0 -> 624 bytes
.../img/mood/roshi/palefaces/relieved.gif | Bin 0 -> 775 bytes
.../img/mood/roshi/palefaces/rushed.gif | Bin 0 -> 714 bytes
local/htdocs/img/mood/roshi/palefaces/sad.gif | Bin 0 -> 860 bytes
.../img/mood/roshi/palefaces/scared.gif | Bin 0 -> 407 bytes
.../htdocs/img/mood/roshi/palefaces/sick.gif | Bin 0 -> 1856 bytes
.../htdocs/img/mood/roshi/palefaces/silly.gif | Bin 0 -> 1030 bytes
.../img/mood/roshi/palefaces/sleepy.gif | Bin 0 -> 672 bytes
.../img/mood/roshi/palefaces/surprised.gif | Bin 0 -> 675 bytes
.../img/mood/roshi/palefaces/thirsty.gif | Bin 0 -> 597 bytes
.../img/mood/roshi/palefaces/thoughtful.gif | Bin 0 -> 863 bytes
.../img/mood/roshi/palefaces/worried.gif | Bin 0 -> 862 bytes
.../twotone/hamsters/accomplished_hammy.gif | Bin 0 -> 1159 bytes
.../img/mood/twotone/hamsters/angry_hammy.gif | Bin 0 -> 1107 bytes
.../mood/twotone/hamsters/artistic_hammy.gif | Bin 0 -> 1166 bytes
.../img/mood/twotone/hamsters/awake_hammy.gif | Bin 0 -> 1122 bytes
.../mood/twotone/hamsters/backflip_hammy.gif | Bin 0 -> 6440 bytes
.../img/mood/twotone/hamsters/blank_hammy.gif | Bin 0 -> 1097 bytes
.../mood/twotone/hamsters/boggle_hammy.gif | Bin 0 -> 426 bytes
.../img/mood/twotone/hamsters/cold_hammy.gif | Bin 0 -> 1142 bytes
.../mood/twotone/hamsters/cranky_hammy.gif | Bin 0 -> 1112 bytes
.../img/mood/twotone/hamsters/crazy_hammy.gif | Bin 0 -> 1124 bytes
.../mood/twotone/hamsters/creative_hammy.gif | Bin 0 -> 1234 bytes
.../mood/twotone/hamsters/crying_hammy.gif | Bin 0 -> 1102 bytes
.../mood/twotone/hamsters/curious_hammy.gif | Bin 0 -> 1136 bytes
.../mood/twotone/hamsters/cynical_hammy.gif | Bin 0 -> 1106 bytes
.../twotone/hamsters/determined_hammy.gif | Bin 0 -> 1111 bytes
.../mood/twotone/hamsters/devious_hammy.gif | Bin 0 -> 1117 bytes
.../img/mood/twotone/hamsters/dirty_hammy.gif | Bin 0 -> 1171 bytes
.../img/mood/twotone/hamsters/drunk_hammy.gif | Bin 0 -> 1155 bytes
.../twotone/hamsters/embarassed_hammy.gif | Bin 0 -> 1150 bytes
.../twotone/hamsters/enthralled_hammy.gif | Bin 0 -> 1105 bytes
.../mood/twotone/hamsters/envious_hammy.gif | Bin 0 -> 1124 bytes
.../mood/twotone/hamsters/exanimate_hammy.gif | Bin 0 -> 1141 bytes
.../img/mood/twotone/hamsters/full_hammy.gif | Bin 0 -> 1048 bytes
.../mood/twotone/hamsters/furious_hammy.gif | Bin 0 -> 1175 bytes
.../mood/twotone/hamsters/giggly_hammy.gif | Bin 0 -> 1146 bytes
.../mood/twotone/hamsters/gloomy_hammy.gif | Bin 0 -> 1215 bytes
.../mood/twotone/hamsters/grateful_hammy.gif | Bin 0 -> 1141 bytes
.../mood/twotone/hamsters/guilty_hammy.gif | Bin 0 -> 1127 bytes
.../mood/twotone/hamsters/hopeful_hammy.gif | Bin 0 -> 1135 bytes
.../img/mood/twotone/hamsters/horny_hammy.gif | Bin 0 -> 1120 bytes
.../img/mood/twotone/hamsters/hot_hammy.gif | Bin 0 -> 1171 bytes
.../mood/twotone/hamsters/hungry_hammy.gif | Bin 0 -> 1111 bytes
.../twotone/hamsters/indescribable_hammy.gif | Bin 0 -> 2645 bytes
.../img/mood/twotone/hamsters/love_hammy.gif | Bin 0 -> 1177 bytes
.../img/mood/twotone/hamsters/moody_hammy.gif | Bin 0 -> 1104 bytes
.../img/mood/twotone/hamsters/nerdy_hammy.gif | Bin 0 -> 1152 bytes
.../mood/twotone/hamsters/nostalgic_hammy.gif | Bin 0 -> 1140 bytes
.../mood/twotone/hamsters/pensive_hammy.gif | Bin 0 -> 1125 bytes
.../img/mood/twotone/hamsters/plain_hammy.gif | Bin 0 -> 1124 bytes
.../mood/twotone/hamsters/predatory_hammy.gif | Bin 0 -> 396 bytes
.../mood/twotone/hamsters/puzzled_hammy.gif | Bin 0 -> 1112 bytes
.../mood/twotone/hamsters/quixotic_hammy.gif | Bin 0 -> 1229 bytes
.../mood/twotone/hamsters/refreshed_hammy.gif | Bin 0 -> 1130 bytes
.../twotone/hamsters/rejuvenated_hammy.gif | Bin 0 -> 1136 bytes
.../mood/twotone/hamsters/relaxed_hammy.gif | Bin 0 -> 1116 bytes
.../img/mood/twotone/hamsters/sad_hammy.gif | Bin 0 -> 1109 bytes
.../mood/twotone/hamsters/scared_hammy.gif | Bin 0 -> 1131 bytes
.../mood/twotone/hamsters/scrabble_hammy.gif | Bin 0 -> 1480 bytes
.../img/mood/twotone/hamsters/sick_hammy.gif | Bin 0 -> 1130 bytes
.../mood/twotone/hamsters/sleepy_hammy.gif | Bin 0 -> 1092 bytes
.../mood/twotone/hamsters/smiling_hammy.gif | Bin 0 -> 1117 bytes
.../img/mood/twotone/hamsters/sore_hammy.gif | Bin 0 -> 1155 bytes
.../mood/twotone/hamsters/stressed_hammy.gif | Bin 0 -> 5379 bytes
.../mood/twotone/hamsters/surprised_hammy.gif | Bin 0 -> 1114 bytes
.../mood/twotone/hamsters/thirsty_hammy.gif | Bin 0 -> 1119 bytes
.../twotone/hamsters/thoughtful_hammy.gif | Bin 0 -> 1180 bytes
.../img/mood/twotone/hamsters/tired_hammy.gif | Bin 0 -> 1111 bytes
.../img/mood/twotone/hamsters/wheel_hammy.gif | Bin 0 -> 3048 bytes
.../mood/twotone/hamsters/wibble_hammy.gif | Bin 0 -> 751 bytes
.../mood/twotone/hamsters/worried_hammy.gif | Bin 0 -> 1111 bytes
local/htdocs/img/pencil.gif | Bin 0 -> 270 bytes
local/htdocs/img/s2preview/boxer/boxer.jpg | Bin 0 -> 12699 bytes
.../htdocs/img/s2preview/classic/classic.jpg | Bin 0 -> 21054 bytes
.../img/s2preview/cleansimple/cleansimple.jpg | Bin 0 -> 20049 bytes
.../img/s2preview/component/component.jpg | Bin 0 -> 9585 bytes
.../digitalmultiplex/digitalmultiplex.jpg | Bin 0 -> 26558 bytes
.../img/s2preview/generator/generator.jpg | Bin 0 -> 10141 bytes
local/htdocs/img/s2preview/haven/haven.png | Bin 0 -> 16042 bytes
.../img/s2preview/magazine/magazine.jpg | Bin 0 -> 17795 bytes
.../htdocs/img/s2preview/notepad/notepad.jpg | Bin 0 -> 20276 bytes
local/htdocs/img/s2preview/opal/opal.jpg | Bin 0 -> 13075 bytes
.../htdocs/img/s2preview/punquin/punquin.jpg | Bin 0 -> 12215 bytes
.../s2preview/sturdygesture/sturdygesture.jpg | Bin 0 -> 19735 bytes
.../s2preview/tabularindent/tabularindent.jpg | Bin 0 -> 19223 bytes
.../img/s2preview/variableflow/preview.jpg | Bin 0 -> 23817 bytes
local/htdocs/img/userinfo-lj.gif | Bin 0 -> 258 bytes
local/htdocs/img/userinfo-npj.gif | Bin 0 -> 140 bytes
local/htdocs/img/userinfo.gif | Bin 0 -> 191 bytes
local/htdocs/img/videoplaceholder.png | Bin 0 -> 656 bytes
local/htdocs/import-enqueue.bml | 209 +
local/htdocs/import-faq.bml | 81 +
local/htdocs/import-queue.bml | 112 +
local/htdocs/import.bml | 72 +
local/htdocs/inc/legal-tos | 137 +
local/htdocs/index.bml | 62 +
local/htdocs/indexkoi.bml | 62 +
local/htdocs/js/talkpost.js | 322 +
local/htdocs/legal/guidelines.html | 97 +
local/htdocs/legal/privacy.bml | 9 +
local/htdocs/legal/tos-mini.html | 122 +
local/htdocs/legal/tos.html | 137 +
local/htdocs/legal/ustav.html | 90 +
local/htdocs/lj-gate/index.bml | 305 +
local/htdocs/lj-gate/lj-gate-faq.bml | 102 +
local/htdocs/lj-gate/lj-gate-faq.html | 217 +
local/htdocs/manage/siteopts.bml | 243 +
local/htdocs/manage/tags.bml | 269 +
local/htdocs/mobile/friends.bml | 96 +
local/htdocs/mobile/index.bml | 42 +
local/htdocs/mobile/login.bml | 70 +
local/htdocs/mobile/post.bml | 105 +
local/htdocs/modify.bml | 493 +
local/htdocs/moodlist.bml | 269 +
local/htdocs/news.bml | 23 +
local/htdocs/openid/approve.bml | 83 +
local/htdocs/openid/login.bml | 89 +
local/htdocs/openid/options.bml | 96 +
local/htdocs/paidaccounts/index.bml | 78 +
local/htdocs/palimg/boxer/back.gif | Bin 0 -> 87 bytes
local/htdocs/palimg/boxer/clear.gif | Bin 0 -> 43 bytes
local/htdocs/palimg/boxer/forward.gif | Bin 0 -> 85 bytes
local/htdocs/palimg/component/back.gif | Bin 0 -> 69 bytes
local/htdocs/palimg/component/backarrow.gif | Bin 0 -> 86 bytes
local/htdocs/palimg/component/bg.gif | Bin 0 -> 86 bytes
local/htdocs/palimg/component/btn_edit.gif | Bin 0 -> 219 bytes
.../htdocs/palimg/component/btn_memories.gif | Bin 0 -> 226 bytes
local/htdocs/palimg/component/btn_tags.gif | Bin 0 -> 223 bytes
.../palimg/component/btn_tellfriend.gif | Bin 0 -> 181 bytes
local/htdocs/palimg/component/clear.gif | Bin 0 -> 43 bytes
.../palimg/component/curve-bottom-left.gif | Bin 0 -> 56 bytes
.../palimg/component/curve-bottom-right.gif | Bin 0 -> 57 bytes
.../palimg/component/curve-top-left.gif | Bin 0 -> 58 bytes
.../palimg/component/curve-top-right.gif | Bin 0 -> 57 bytes
local/htdocs/palimg/component/forward.gif | Bin 0 -> 67 bytes
.../htdocs/palimg/component/forwardarrow.gif | Bin 0 -> 86 bytes
local/htdocs/palimg/component/top-bg.gif | Bin 0 -> 152 bytes
local/htdocs/privacy.bml | 9 +
local/htdocs/robots.txt | 28 +
local/htdocs/robotsdisable.txt | 3 +
local/htdocs/site/index.html | 174 +
local/htdocs/site/sitemap.html | 177 +
local/htdocs/stats.bml | 296 +
local/htdocs/stats/.htaccess | 3 +
local/htdocs/stats/latest-img.bml | 39 +
local/htdocs/stats/latest-rss.bml | 111 +
local/htdocs/stats/latest.bml | 90 +
local/htdocs/stats/weblog-updates-xml.bml | 34 +
local/htdocs/styles/create.bml | 21 +
local/htdocs/styles/create_do.bml | 101 +
local/htdocs/support/faq.bml | 64 +
local/htdocs/support/index.html | 62 +
local/htdocs/syn/index.bml | 355 +
local/htdocs/talkmulti.bml | 95 +
local/htdocs/talkpost.bml | 352 +
local/htdocs/talkpost_do.bml | 286 +
local/htdocs/talkread.bml | 668 +
local/htdocs/talkscreen.bml | 199 +
local/htdocs/tools/embedcontent.bml | 40 +
local/htdocs/tools/memadd.bml | 321 +
local/htdocs/tools/recent_comments.bml | 261 +
local/htdocs/tools/search.bml | 46 +
local/htdocs/tos-2006-06-06.html | 141 +
local/htdocs/tos-2009-07-12.html | 130 +
local/htdocs/tos-2013-02-11.html | 139 +
local/htdocs/tos.html | 151 +
local/htdocs/translatetoljruser.bml | 82 +
local/htdocs/update.bml | 411 +
local/htdocs/userinfo.bml | 1083 ++
local/htdocs/ustav.html | 90 +
local/htdocs/zatychka.html | 1 +
multicvs.conf | 55 +
obsolete/bin/rlj2lj.pl | 405 +
obsolete/cgi-bin/DBI/Role.pm.debug | 392 +
obsolete/cgi-bin/LJ/Rewriteuser.pm | 133 +
obsolete/htdocs/admin/redirectusers.bml | 113 +
obsolete/htdocs/img/GJcommunity.gif | Bin 0 -> 163 bytes
obsolete/htdocs/img/GJuserinfo.gif | Bin 0 -> 258 bytes
obsolete/htdocs/img/NPJcommunity.gif | Bin 0 -> 305 bytes
obsolete/htdocs/img/NPJuserinfo.gif | Bin 0 -> 140 bytes
obsolete/htdocs/lj-gate/index.bml | 14 +
obsolete/htdocs/lj-gate/rlj2lj.bml | 144 +
obsolete/htdocs/lj-gate/rlj_delete.bml | 104 +
obsolete/htdocs/paidaccounts/index.html | 10 +
wcmtools/bin/apidoc.pl | 243 +
wcmtools/bin/multicvs.pl | 268 +
wcmtools/blobserver/lib/Apache/Blob.pm | 182 +
wcmtools/blobserver/lib/modperl.pl | 16 +
wcmtools/ddlockd/api/perl/DDLockClient.pm | 363 +
wcmtools/ddlockd/api/perl/MANIFEST | 5 +
wcmtools/ddlockd/api/perl/MANIFEST.SKIP | 11 +
wcmtools/ddlockd/api/perl/Makefile.PL | 33 +
wcmtools/ddlockd/api/perl/stresslock.pl | 57 +
wcmtools/ddlockd/api/perl/t/00_require.t | 12 +
wcmtools/ddlockd/api/perl/testlock.pl | 46 +
wcmtools/ddlockd/server/ddlockd | 316 +
wcmtools/dinsertd/server/dinsertd | 385 +
wcmtools/diskchecker/diskchecker.pl | 269 +
wcmtools/dmtpd/README.txt | 11 +
wcmtools/dmtpd/api/perl/test.pl | 42 +
wcmtools/dmtpd/server/dmtpd | 231 +
wcmtools/gearman/dev/DMap.pm | 77 +
wcmtools/gearman/dev/client.pl | 40 +
wcmtools/gearman/dev/dmap-worker.pl | 76 +
wcmtools/gearman/dev/dmap.pl | 13 +
wcmtools/gearman/dev/test-gear.pl | 23 +
wcmtools/gearman/dev/worker.pl | 76 +
wcmtools/gearman/doc/overview.txt | 225 +
wcmtools/gearman/lib/Gearman/Client.pm | 303 +
wcmtools/gearman/lib/Gearman/JobStatus.pm | 20 +
wcmtools/gearman/lib/Gearman/Objects.pm | 52 +
wcmtools/gearman/lib/Gearman/Task.pm | 210 +
wcmtools/gearman/lib/Gearman/Taskset.pm | 269 +
wcmtools/gearman/lib/Gearman/Util.pm | 128 +
wcmtools/gearman/lib/Gearman/Worker.pm | 366 +
wcmtools/gearman/server/gearmand | 694 +
wcmtools/gearman/t/00-use.t | 6 +
wcmtools/gearman/t/10-all.t | 198 +
wcmtools/gearman/t/worker.pl | 41 +
wcmtools/lib/Apache/CompressClientFixup.pm | 55 +
wcmtools/lib/DBI/Role.pm | 392 +
wcmtools/lib/DBIx/StateKeeper.pm | 252 +
wcmtools/lib/Danga-Daemon/Daemon.pm | 463 +
wcmtools/lib/Danga-EXIF/EXIF.pm | 1100 ++
wcmtools/lib/Danga-Exceptions/MANIFEST | 4 +
wcmtools/lib/Danga-Exceptions/MANIFEST.SKIP | 11 +
wcmtools/lib/Danga-Exceptions/Makefile.PL | 33 +
.../Danga-Exceptions/lib/Danga/Exceptions.pm | 1131 ++
wcmtools/lib/Danga-Exceptions/t/basic.t | 166 +
wcmtools/lib/Danga-Socket/CHANGES | 56 +
wcmtools/lib/Danga-Socket/MANIFEST | 9 +
wcmtools/lib/Danga-Socket/MANIFEST.SKIP | 12 +
wcmtools/lib/Danga-Socket/META.yml | 15 +
wcmtools/lib/Danga-Socket/Makefile.PL | 35 +
wcmtools/lib/Danga-Socket/Socket.pm | 1170 ++
wcmtools/lib/Danga-Socket/debian/changelog | 17 +
wcmtools/lib/Danga-Socket/debian/compat | 1 +
wcmtools/lib/Danga-Socket/debian/control | 13 +
wcmtools/lib/Danga-Socket/debian/copyright | 26 +
wcmtools/lib/Danga-Socket/debian/rules | 53 +
wcmtools/lib/Danga-Socket/debian/watch | 3 +
wcmtools/lib/Danga-Socket/t/00-use.t | 8 +
wcmtools/lib/Danga-Socket/t/05-postloop.t | 24 +
wcmtools/lib/Danga-Socket/t/10-events.t | 147 +
wcmtools/lib/HTMLCleaner.pm | 119 +
wcmtools/lib/LWPx-ParanoidAgent/ChangeLog | 21 +
wcmtools/lib/LWPx-ParanoidAgent/MANIFEST | 7 +
wcmtools/lib/LWPx-ParanoidAgent/Makefile.PL | 13 +
.../lib/LWPx/ParanoidAgent.pm | 556 +
.../lib/LWPx/Protocol/http_paranoid.pm | 428 +
.../lib/LWPx/Protocol/https_paranoid.pm | 49 +
wcmtools/lib/LWPx-ParanoidAgent/t/00-all.t | 207 +
wcmtools/lib/MultiCVS.pm | 480 +
wcmtools/lib/MySQL-BinLog/MANIFEST | 12 +
wcmtools/lib/MySQL-BinLog/MANIFEST.SKIP | 11 +
wcmtools/lib/MySQL-BinLog/Makefile.PL | 33 +
wcmtools/lib/MySQL-BinLog/docs/log_event.h | 795 +
wcmtools/lib/MySQL-BinLog/docs/log_event.ph | 101 +
.../MySQL-BinLog/experiments/cpptokenizer.pl | 38 +
wcmtools/lib/MySQL-BinLog/experiments/try.pl | 34 +
wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog.pm | 244 +
.../lib/Mysql/BinLog/Constants.pm | 105 +
.../MySQL-BinLog/lib/Mysql/BinLog/Events.pm | 793 +
.../MySQL-BinLog/lib/Mysql/BinLog/Header.pm | 158 +
.../lib/MySQL-BinLog/lib/Mysql/BinLog/Net.pm | 207 +
wcmtools/lib/S2/Color.pm | 162 +
wcmtools/lib/S2/EXIF.pm | 135 +
wcmtools/lib/SafeAgent.pm | 170 +
wcmtools/memcached/AUTHORS | 2 +
wcmtools/memcached/BUILD | 37 +
wcmtools/memcached/CONTRIBUTORS | 48 +
wcmtools/memcached/COPYING | 30 +
wcmtools/memcached/ChangeLog | 178 +
wcmtools/memcached/LICENSE | 30 +
wcmtools/memcached/Makefile.am | 10 +
wcmtools/memcached/NEWS | 1 +
wcmtools/memcached/README | 22 +
wcmtools/memcached/TODO | 8 +
wcmtools/memcached/api/java/CHANGELOG.txt | 56 +
wcmtools/memcached/api/java/PORTABILITY.txt | 18 +
wcmtools/memcached/api/java/TODO.txt | 9 +
.../com/danga/MemCached/MemCachedClient.java | 1219 ++
.../api/java/com/danga/MemCached/SockIO.java | 72 +
wcmtools/memcached/api/java/dist.pl | 79 +
wcmtools/memcached/api/java/memcachetest.java | 61 +
wcmtools/memcached/api/perl/ChangeLog | 164 +
wcmtools/memcached/api/perl/MANIFEST | 8 +
wcmtools/memcached/api/perl/Makefile.PL | 13 +
wcmtools/memcached/api/perl/Memcached.pm | 1164 ++
wcmtools/memcached/api/perl/README | 14 +
wcmtools/memcached/api/perl/TODO | 3 +
wcmtools/memcached/api/perl/t/use.t | 7 +
wcmtools/memcached/api/php/ChangeLog | 45 +
wcmtools/memcached/api/php/Documentation | 258 +
.../memcached/api/php/MemCachedClient.inc.php | 1143 ++
wcmtools/memcached/api/php/dist.pl | 70 +
wcmtools/memcached/api/python/ChangeLog | 16 +
wcmtools/memcached/api/python/DISTNOTES | 3 +
wcmtools/memcached/api/python/MANIFEST | 2 +
wcmtools/memcached/api/python/PKG-INFO | 10 +
wcmtools/memcached/api/python/memcache.py | 585 +
wcmtools/memcached/api/python/setup.py | 12 +
.../memcached/api/python/tests/pooltest.py | 28 +
wcmtools/memcached/assoc.c | 186 +
wcmtools/memcached/autogen.sh | 22 +
wcmtools/memcached/configure.ac | 56 +
wcmtools/memcached/doc/Makefile.am | 3 +
wcmtools/memcached/doc/memcached.1 | 86 +
wcmtools/memcached/doc/memory_management.txt | 83 +
wcmtools/memcached/doc/protocol.txt | 389 +
wcmtools/memcached/frontends/gtk2-perl/README | 2 +
.../frontends/gtk2-perl/memcachedclient | 121 +
wcmtools/memcached/items.c | 299 +
wcmtools/memcached/memcached.c | 1554 ++
wcmtools/memcached/memcached.h | 212 +
wcmtools/memcached/scripts/memcached-init | 59 +
wcmtools/memcached/scripts/memcached-tool | 111 +
wcmtools/memcached/scripts/start-memcached | 117 +
wcmtools/memcached/slabs.c | 290 +
wcmtools/memcached/test/stress-memcached.pl | 101 +
wcmtools/memcached/website/_config.bml | 2 +
wcmtools/memcached/website/apis.bml | 78 +
wcmtools/memcached/website/download.bml | 18 +
wcmtools/memcached/website/index.bml | 116 +
wcmtools/memcached/website/memcached.css | 59 +
wcmtools/memcached/website/memcached.look | 30 +
wcmtools/memcached/website/news.bml | 44 +
wcmtools/memcached/website/users.bml | 52 +
wcmtools/mogilefs/api/perl/MANIFEST | 5 +
wcmtools/mogilefs/api/perl/MANIFEST.SKIP | 14 +
wcmtools/mogilefs/api/perl/META.yml | 13 +
wcmtools/mogilefs/api/perl/Makefile.PL | 34 +
wcmtools/mogilefs/api/perl/MogileFS.pm | 1317 ++
wcmtools/mogilefs/api/perl/debian/changelog | 5 +
wcmtools/mogilefs/api/perl/debian/compat | 1 +
wcmtools/mogilefs/api/perl/debian/control | 13 +
wcmtools/mogilefs/api/perl/debian/copyright | 27 +
wcmtools/mogilefs/api/perl/debian/rules | 53 +
wcmtools/mogilefs/api/perl/debian/watch | 2 +
wcmtools/mogilefs/api/perl/t/00use.t | 8 +
wcmtools/mogilefs/devnotes/FIXME | 2 +
wcmtools/mogilefs/devnotes/mounter.pl | 14 +
wcmtools/mogilefs/devnotes/notes.txt | 46 +
wcmtools/mogilefs/devnotes/perl-interface.txt | 102 +
.../mogilefs/devnotes/sql-data-bradhome.txt | 13 +
.../mogilefs/devnotes/sql-data-office.txt | 12 +
.../mogilefs/devnotes/sql-data-simple.txt | 8 +
wcmtools/mogilefs/devnotes/sql.txt | 154 +
wcmtools/mogilefs/devnotes/todo.txt | 59 +
wcmtools/mogilefs/server/MANIFEST | 5 +
wcmtools/mogilefs/server/MANIFEST.SKIP | 13 +
wcmtools/mogilefs/server/META.yml | 17 +
wcmtools/mogilefs/server/Makefile.PL | 42 +
wcmtools/mogilefs/server/conf/mogilefsd.conf | 10 +
wcmtools/mogilefs/server/conf/mogstored.conf | 11 +
wcmtools/mogilefs/server/debian/changelog | 5 +
wcmtools/mogilefs/server/debian/compat | 1 +
wcmtools/mogilefs/server/debian/control | 25 +
wcmtools/mogilefs/server/debian/copyright | 27 +
.../mogilefs/server/debian/mogilefsd.config | 26 +
.../mogilefs/server/debian/mogilefsd.init | 91 +
.../mogilefs/server/debian/mogilefsd.postinst | 33 +
.../mogilefs/server/debian/mogilefsd.postrm | 15 +
.../mogilefs/server/debian/mogilefsd.preinst | 24 +
.../server/debian/mogilefsd.templates | 7 +
.../mogilefs/server/debian/mogstored.config | 9 +
.../mogilefs/server/debian/mogstored.init | 72 +
.../mogilefs/server/debian/mogstored.postinst | 47 +
.../mogilefs/server/debian/mogstored.postrm | 24 +
.../server/debian/mogstored.templates | 5 +
.../mogilefs/server/debian/po/POTFILES.in | 2 +
.../mogilefs/server/debian/po/templates.pot | 64 +
wcmtools/mogilefs/server/debian/rules | 80 +
wcmtools/mogilefs/server/debian/watch | 2 +
wcmtools/mogilefs/server/mogilefsd | 3037 +++
wcmtools/mogilefs/server/mogstored | 198 +
wcmtools/mogilefs/utils/MANIFEST | 3 +
wcmtools/mogilefs/utils/MANIFEST.SKIP | 13 +
wcmtools/mogilefs/utils/Makefile.PL | 33 +
wcmtools/mogilefs/utils/conf/mogtool.conf | 20 +
wcmtools/mogilefs/utils/debian/changelog | 5 +
wcmtools/mogilefs/utils/debian/compat | 1 +
wcmtools/mogilefs/utils/debian/control | 13 +
wcmtools/mogilefs/utils/debian/copyright | 25 +
.../utils/debian/mogilefs-utils.postinst | 9 +
.../utils/debian/mogilefs-utils.postrm | 9 +
wcmtools/mogilefs/utils/debian/rules | 60 +
wcmtools/mogilefs/utils/mogtool | 1316 ++
.../openid/perl/Net-OpenID-Consumer/ChangeLog | 127 +
.../openid/perl/Net-OpenID-Consumer/MANIFEST | 9 +
.../perl/Net-OpenID-Consumer/Makefile.PL | 17 +
.../lib/Net/OpenID/Association.pm | 231 +
.../lib/Net/OpenID/ClaimedIdentity.pm | 207 +
.../lib/Net/OpenID/Consumer.pm | 947 +
.../lib/Net/OpenID/VerifiedIdentity.pm | 268 +
.../perl/Net-OpenID-Consumer/t/00-use.t | 9 +
.../openid/perl/Net-OpenID-Server/ChangeLog | 60 +
.../openid/perl/Net-OpenID-Server/MANIFEST | 7 +
.../openid/perl/Net-OpenID-Server/Makefile.PL | 13 +
.../lib/Net/OpenID/Server.pm | 1111 ++
.../openid/perl/Net-OpenID-Server/t/00-all.t | 130 +
.../perl/Net-OpenID-Server/t/01-newproto.t | 318 +
wcmtools/perlbal/CHANGES | 195 +
wcmtools/perlbal/MANIFEST | 36 +
wcmtools/perlbal/MANIFEST.SKIP | 14 +
wcmtools/perlbal/META.yml | 16 +
wcmtools/perlbal/Makefile.PL | 49 +
wcmtools/perlbal/conf/nodelist.dat | 9 +
wcmtools/perlbal/conf/perlbal.conf | 167 +
wcmtools/perlbal/debian/changelog | 5 +
wcmtools/perlbal/debian/compat | 1 +
wcmtools/perlbal/debian/control | 30 +
wcmtools/perlbal/debian/copyright | 25 +
wcmtools/perlbal/debian/perlbal-doc.docs | 1 +
wcmtools/perlbal/debian/perlbal.init | 73 +
wcmtools/perlbal/debian/perlbal.postinst | 15 +
wcmtools/perlbal/debian/perlbal.postrm | 12 +
wcmtools/perlbal/debian/rules | 72 +
wcmtools/perlbal/debian/watch | 2 +
wcmtools/perlbal/doc/Classes.txt | 72 +
wcmtools/perlbal/doc/Hooks.txt | 106 +
wcmtools/perlbal/doc/README.txt | 10 +
wcmtools/perlbal/doc/Reproxying.txt | 47 +
wcmtools/perlbal/doc/todo.txt | 29 +
wcmtools/perlbal/lib/Perlbal.pm | 864 +
wcmtools/perlbal/lib/Perlbal/AIO.pm | 101 +
wcmtools/perlbal/lib/Perlbal/BackendHTTP.pm | 570 +
wcmtools/perlbal/lib/Perlbal/ClientHTTP.pm | 339 +
.../perlbal/lib/Perlbal/ClientHTTPBase.pm | 480 +
wcmtools/perlbal/lib/Perlbal/ClientManage.pm | 139 +
wcmtools/perlbal/lib/Perlbal/ClientProxy.pm | 507 +
wcmtools/perlbal/lib/Perlbal/HTTPHeaders.pm | 411 +
.../perlbal/lib/Perlbal/Plugin/Highpri.pm | 124 +
wcmtools/perlbal/lib/Perlbal/Plugin/Palimg.pm | 293 +
wcmtools/perlbal/lib/Perlbal/Plugin/Queues.pm | 54 +
wcmtools/perlbal/lib/Perlbal/Plugin/Stats.pm | 161 +
wcmtools/perlbal/lib/Perlbal/Pool.pm | 328 +
.../perlbal/lib/Perlbal/ReproxyManager.pm | 248 +
wcmtools/perlbal/lib/Perlbal/Service.pm | 907 +
wcmtools/perlbal/lib/Perlbal/Socket.pm | 279 +
wcmtools/perlbal/lib/Perlbal/StatsListener.pm | 219 +
wcmtools/perlbal/lib/Perlbal/TCPListener.pm | 95 +
wcmtools/perlbal/lib/Perlbal/Test.pm | 134 +
.../perlbal/lib/Perlbal/Test/WebClient.pm | 127 +
.../perlbal/lib/Perlbal/Test/WebServer.pm | 114 +
wcmtools/perlbal/perlbal | 76 +
wcmtools/perlbal/t/00-use.t | 8 +
wcmtools/perlbal/t/10-testharness.t | 10 +
wcmtools/perlbal/t/12-headers.t | 38 +
wcmtools/perlbal/t/15-webserver.t | 76 +
wcmtools/perlbal/t/20-put.t | 108 +
wcmtools/perlbal/t/30-reverseproxy.t | 51 +
wcmtools/perlbal/test/helper-server.pl | 34 +
wcmtools/s2/BUGS | 46 +
wcmtools/s2/BUILD.txt | 4 +
wcmtools/s2/S2.pm | 497 +
wcmtools/s2/S2/BackendHTML.pm | 75 +
wcmtools/s2/S2/BackendPerl.pm | 62 +
wcmtools/s2/S2/Checker.pm | 367 +
wcmtools/s2/S2/Compiler.pm | 48 +
wcmtools/s2/S2/FilePos.pm | 37 +
wcmtools/s2/S2/Indenter.pm | 43 +
wcmtools/s2/S2/Layer.pm | 115 +
wcmtools/s2/S2/Node.pm | 224 +
wcmtools/s2/S2/NodeArguments.pm | 63 +
wcmtools/s2/S2/NodeArrayLiteral.pm | 173 +
wcmtools/s2/S2/NodeAssignExpr.pm | 101 +
wcmtools/s2/S2/NodeClass.pm | 269 +
wcmtools/s2/S2/NodeClassVarDecl.pm | 75 +
wcmtools/s2/S2/NodeCondExpr.pm | 82 +
wcmtools/s2/S2/NodeDeleteStmt.pm | 64 +
wcmtools/s2/S2/NodeEqExpr.pm | 89 +
wcmtools/s2/S2/NodeExpr.pm | 56 +
wcmtools/s2/S2/NodeExprStmt.pm | 52 +
wcmtools/s2/S2/NodeForeachStmt.pm | 134 +
wcmtools/s2/S2/NodeFormals.pm | 135 +
wcmtools/s2/S2/NodeFunction.pm | 393 +
wcmtools/s2/S2/NodeIfStmt.pm | 144 +
wcmtools/s2/S2/NodeIncExpr.pm | 88 +
wcmtools/s2/S2/NodeLayerInfo.pm | 69 +
wcmtools/s2/S2/NodeLogAndExpr.pm | 70 +
wcmtools/s2/S2/NodeLogOrExpr.pm | 70 +
wcmtools/s2/S2/NodeNamedType.pm | 53 +
wcmtools/s2/S2/NodePrintStmt.pm | 82 +
wcmtools/s2/S2/NodeProduct.pm | 101 +
wcmtools/s2/S2/NodePropGroup.pm | 106 +
wcmtools/s2/S2/NodeProperty.pm | 191 +
wcmtools/s2/S2/NodePropertyPair.pm | 45 +
wcmtools/s2/S2/NodeRange.pm | 78 +
wcmtools/s2/S2/NodeRelExpr.pm | 106 +
wcmtools/s2/S2/NodeReturnStmt.pm | 72 +
wcmtools/s2/S2/NodeSet.pm | 101 +
wcmtools/s2/S2/NodeStmt.pm | 60 +
wcmtools/s2/S2/NodeStmtBlock.pm | 142 +
wcmtools/s2/S2/NodeSum.pm | 124 +
wcmtools/s2/S2/NodeTerm.pm | 666 +
wcmtools/s2/S2/NodeText.pm | 59 +
wcmtools/s2/S2/NodeType.pm | 56 +
wcmtools/s2/S2/NodeUnaryExpr.pm | 84 +
wcmtools/s2/S2/NodeUnnecessary.pm | 46 +
wcmtools/s2/S2/NodeVarDecl.pm | 56 +
wcmtools/s2/S2/NodeVarDeclStmt.pm | 94 +
wcmtools/s2/S2/NodeVarRef.pm | 301 +
wcmtools/s2/S2/OutputConsole.pm | 29 +
wcmtools/s2/S2/OutputScalar.pm | 29 +
wcmtools/s2/S2/Token.pm | 36 +
wcmtools/s2/S2/TokenComment.pm | 40 +
wcmtools/s2/S2/TokenIdent.pm | 57 +
wcmtools/s2/S2/TokenIntegerLiteral.pm | 53 +
wcmtools/s2/S2/TokenKeyword.pm | 50 +
wcmtools/s2/S2/TokenPunct.pm | 90 +
wcmtools/s2/S2/TokenStringLiteral.pm | 201 +
wcmtools/s2/S2/TokenWhitespace.pm | 38 +
wcmtools/s2/S2/Tokenizer.pm | 189 +
wcmtools/s2/S2/Type.pm | 149 +
wcmtools/s2/S2/Util.pm | 26 +
wcmtools/s2/danga/s2/Backend.java | 32 +
wcmtools/s2/danga/s2/BackendHTML.java | 69 +
wcmtools/s2/danga/s2/BackendPerl.java | 67 +
wcmtools/s2/danga/s2/BackendS2.java | 29 +
wcmtools/s2/danga/s2/BufferedIndenter.java | 19 +
wcmtools/s2/danga/s2/Checker.java | 367 +
wcmtools/s2/danga/s2/DerItem.java | 22 +
wcmtools/s2/danga/s2/FilePos.java | 24 +
wcmtools/s2/danga/s2/Indenter.java | 49 +
wcmtools/s2/danga/s2/Layer.java | 81 +
wcmtools/s2/danga/s2/Node.java | 222 +
wcmtools/s2/danga/s2/NodeArguments.java | 106 +
wcmtools/s2/danga/s2/NodeArrayLiteral.java | 161 +
wcmtools/s2/danga/s2/NodeAssignExpr.java | 87 +
wcmtools/s2/danga/s2/NodeClass.java | 296 +
wcmtools/s2/danga/s2/NodeClassVarDecl.java | 80 +
wcmtools/s2/danga/s2/NodeCondExpr.java | 78 +
wcmtools/s2/danga/s2/NodeDeleteStmt.java | 52 +
wcmtools/s2/danga/s2/NodeEqExpr.java | 85 +
wcmtools/s2/danga/s2/NodeExpr.java | 49 +
wcmtools/s2/danga/s2/NodeExprStmt.java | 42 +
wcmtools/s2/danga/s2/NodeForeachStmt.java | 136 +
wcmtools/s2/danga/s2/NodeFormals.java | 148 +
wcmtools/s2/danga/s2/NodeFunction.java | 364 +
wcmtools/s2/danga/s2/NodeIfStmt.java | 169 +
wcmtools/s2/danga/s2/NodeIncExpr.java | 70 +
wcmtools/s2/danga/s2/NodeLayerInfo.java | 64 +
wcmtools/s2/danga/s2/NodeLogAndExpr.java | 60 +
wcmtools/s2/danga/s2/NodeLogOrExpr.java | 61 +
wcmtools/s2/danga/s2/NodeNamedType.java | 48 +
wcmtools/s2/danga/s2/NodePrintStmt.java | 66 +
wcmtools/s2/danga/s2/NodeProduct.java | 89 +
wcmtools/s2/danga/s2/NodeProperty.java | 189 +
wcmtools/s2/danga/s2/NodePropertyPair.java | 40 +
wcmtools/s2/danga/s2/NodeRange.java | 77 +
wcmtools/s2/danga/s2/NodeRelExpr.java | 93 +
wcmtools/s2/danga/s2/NodeReturnStmt.java | 63 +
wcmtools/s2/danga/s2/NodeSet.java | 90 +
wcmtools/s2/danga/s2/NodeStmt.java | 48 +
wcmtools/s2/danga/s2/NodeStmtBlock.java | 152 +
wcmtools/s2/danga/s2/NodeSum.java | 119 +
wcmtools/s2/danga/s2/NodeTerm.java | 717 +
wcmtools/s2/danga/s2/NodeText.java | 62 +
wcmtools/s2/danga/s2/NodeType.java | 45 +
wcmtools/s2/danga/s2/NodeUnaryExpr.java | 71 +
wcmtools/s2/danga/s2/NodeUnnecessary.java | 31 +
wcmtools/s2/danga/s2/NodeVarDecl.java | 55 +
wcmtools/s2/danga/s2/NodeVarDeclStmt.java | 91 +
wcmtools/s2/danga/s2/NodeVarRef.java | 356 +
wcmtools/s2/danga/s2/Output.java | 22 +
wcmtools/s2/danga/s2/OutputConsole.java | 38 +
wcmtools/s2/danga/s2/OutputStringBuffer.java | 26 +
wcmtools/s2/danga/s2/Scanner.java | 99 +
wcmtools/s2/danga/s2/Token.java | 24 +
wcmtools/s2/danga/s2/TokenComment.java | 35 +
wcmtools/s2/danga/s2/TokenIdent.java | 82 +
wcmtools/s2/danga/s2/TokenIntegerLiteral.java | 46 +
wcmtools/s2/danga/s2/TokenKeyword.java | 70 +
wcmtools/s2/danga/s2/TokenPunct.java | 247 +
wcmtools/s2/danga/s2/TokenStringLiteral.java | 159 +
wcmtools/s2/danga/s2/TokenWhitespace.java | 47 +
wcmtools/s2/danga/s2/Tokenizer.java | 161 +
wcmtools/s2/danga/s2/Type.java | 152 +
wcmtools/s2/danga/s2/s2compile.java | 151 +
wcmtools/s2/doc/database.txt | 47 +
wcmtools/s2/doc/design_goals.txt | 58 +
wcmtools/s2/doc/docbook/about.xml | 3 +
wcmtools/s2/doc/docbook/appx.gfdl.xml | 411 +
wcmtools/s2/doc/docbook/bookinfo.xml | 54 +
wcmtools/s2/doc/docbook/caveats.xml | 6 +
wcmtools/s2/doc/docbook/csp.xml | 172 +
wcmtools/s2/doc/docbook/design.xml | 26 +
wcmtools/s2/doc/docbook/entities.xml | 25 +
wcmtools/s2/doc/docbook/faq.xml | 27 +
wcmtools/s2/doc/docbook/history.xml | 10 +
wcmtools/s2/doc/docbook/how.xml | 36 +
wcmtools/s2/doc/docbook/index.xml | 27 +
wcmtools/s2/doc/docbook/langref.xml | 654 +
wcmtools/s2/doc/docbook/layers.xml | 154 +
wcmtools/s2/doc/docbook/misc.xml | 8 +
wcmtools/s2/doc/docbook/notes.txt | 29 +
wcmtools/s2/doc/docbook/notes.xml | 10 +
wcmtools/s2/doc/docbook/overview.xml | 7 +
wcmtools/s2/doc/docbook/preface.xml | 10 +
wcmtools/s2/doc/docbook/terms.xml | 24 +
wcmtools/s2/doc/grammar.txt | 145 +
wcmtools/s2/doc/language.txt | 45 +
wcmtools/s2/doc/layerinfo.txt | 33 +
wcmtools/s2/doc/layers.txt | 168 +
wcmtools/s2/doc/overview.txt | 14 +
wcmtools/s2/doc/properties.txt | 33 +
wcmtools/s2/doc/versioning.txt | 17 +
wcmtools/s2/makefile.jmk | 23 +
wcmtools/s2/manifest.txt | 2 +
wcmtools/s2/runtests.pl | 432 +
wcmtools/s2/s2compile | 9 +
wcmtools/s2/s2compile.pl | 192 +
wcmtools/s2/tests/Arithmetic.s2 | 31 +
wcmtools/s2/tests/Arithmetic.s2.out | 11 +
wcmtools/s2/tests/Classes_1.s2 | 42 +
wcmtools/s2/tests/Classes_1.s2.out | 1 +
wcmtools/s2/tests/Classes_2.s2 | 44 +
wcmtools/s2/tests/Classes_2.s2.out | 5 +
wcmtools/s2/tests/Colors.s2 | 31 +
wcmtools/s2/tests/Colors.s2.out | 2 +
wcmtools/s2/tests/Colors_2b.s2 | 62 +
wcmtools/s2/tests/Colors_2b.s2.out | 6 +
wcmtools/s2/tests/Hello_World.s2 | 21 +
wcmtools/s2/tests/Hello_World.s2.out | 7 +
wcmtools/s2/tests/Obj_Interpolate.s2 | 51 +
wcmtools/s2/tests/Obj_Interpolate.s2.out | 9 +
wcmtools/s2/tests/Reserved_Idents.s2 | 28 +
wcmtools/s2/tests/Reserved_Idents.s2.out | 1 +
wcmtools/s2/tests/String_Object.s2 | 24 +
wcmtools/s2/tests/String_Object.s2.out | 1 +
wcmtools/s2/tests/arrayliterals.s2 | 47 +
wcmtools/s2/tests/arrayliterals.s2.out | 5 +
wcmtools/s2/tests/conditions.s2 | 87 +
wcmtools/s2/tests/conditions.s2.out | 15 +
wcmtools/s2/tests/defined.s2 | 40 +
wcmtools/s2/tests/defined.s2.out | 4 +
wcmtools/s2/tests/fail-syntax.s2 | 12 +
wcmtools/s2/tests/fail-syntax.s2.err | 1 +
wcmtools/s2/tests/if-assign.s2 | 17 +
wcmtools/s2/tests/if-assign.s2.err | 1 +
wcmtools/s2/tests/null-dispatch.s2 | 22 +
wcmtools/s2/tests/null-dispatch.s2.err | 1 +
wcmtools/s2/tests/null-dispatch.s2.out | 2 +
wcmtools/s2/tests/null.s2 | 27 +
wcmtools/s2/tests/null.s2.out | 4 +
wcmtools/s2/tests/range.s2 | 18 +
wcmtools/s2/tests/range.s2.out | 11 +
wcmtools/s2/tests/readonly.s2 | 20 +
wcmtools/s2/tests/readonly.s2.out | 1 +
wcmtools/s2/tests/sizereverse.s2 | 31 +
wcmtools/s2/tests/sizereverse.s2.out | 9 +
wcmtools/s2/tests/super.s2 | 37 +
wcmtools/s2/tests/super.s2.out | 5 +
wcmtools/spud/bin/cmdshell | 100 +
wcmtools/spud/bin/gatherer | 440 +
wcmtools/spud/bin/plugins/config_generator.pl | 113 +
wcmtools/spud/bin/plugins/memcached.pl | 63 +
wcmtools/spud/bin/plugins/mogilefsd.pl | 64 +
wcmtools/spud/bin/plugins/mogstored.pl | 74 +
wcmtools/spud/bin/plugins/perlbal.pl | 65 +
wcmtools/spud/bin/plugins/test.pl | 37 +
wcmtools/spud/bin/replicator | 224 +
wcmtools/spud/bin/rrd-storage | 132 +
wcmtools/spud/bin/server | 465 +
wcmtools/spud/bin/wrapper | 162 +
wcmtools/spud/conf/authorized_keys | 1 +
wcmtools/spud/conf/cmdshell.conf | 5 +
wcmtools/spud/conf/sshd_config | 27 +
wcmtools/spud/conf/stats-local.conf | 15 +
wcmtools/spud/conf/stats.conf | 7 +
wcmtools/spud/doc/README.txt | 67 +
4796 files changed, 506072 insertions(+)
create mode 100644 .gitignore
create mode 100755 bml/MANIFEST
create mode 100755 bml/MANIFEST.SKIP
create mode 100755 bml/Makefile.PL
create mode 100755 bml/doc/bml-notes.txt
create mode 100755 bml/doc/docbook/BUILD.txt
create mode 100755 bml/doc/docbook/appx.gfdl.xml
create mode 100755 bml/doc/docbook/book.ent
create mode 100755 bml/doc/docbook/book.xml
create mode 100755 bml/doc/docbook/bookinfo.xml
create mode 100755 bml/doc/docbook/build.pl
create mode 100755 bml/doc/docbook/core.xml
create mode 100755 bml/doc/docbook/flags.xml
create mode 100755 bml/doc/docbook/index.xml
create mode 100755 bml/doc/docbook/preface.xml
create mode 100755 bml/doc/docbook/tutorial.xml
create mode 100755 bml/lib/Apache/BML.pm
create mode 100755 bml/t/00_require.t
create mode 100755 bml/t/10_simple.t
create mode 100755 bml/t/20_render.t
create mode 100755 bml/test/Pblocks/scheme.look
create mode 100755 bml/test/_config.bml
create mode 100755 bml/test/bml-profile.pl
create mode 100755 bml/test/brads/_config.bml
create mode 100755 bml/test/brads/scheme.look
create mode 100755 bml/test/brads/test1.bml
create mode 100755 bml/test/brads/test1.correct
create mode 100755 bml/test/codeblocks/_config.bml
create mode 100755 bml/test/codeblocks/carry-variables.bml
create mode 100755 bml/test/codeblocks/carry-variables.correct
create mode 100755 bml/test/codeblocks/complex1.bml
create mode 100755 bml/test/codeblocks/complex1.correct
create mode 100755 bml/test/codeblocks/complex2.bml
create mode 100755 bml/test/codeblocks/complex2.correct
create mode 100755 bml/test/codeblocks/re-expand.bml
create mode 100755 bml/test/codeblocks/re-expand.correct
create mode 100755 bml/test/codeblocks/scheme.look
create mode 100755 bml/test/codeblocks/simple.bml
create mode 100755 bml/test/codeblocks/simple.correct
create mode 100755 bml/test/comments/_config.bml
create mode 100755 bml/test/comments/basic.bml
create mode 100755 bml/test/comments/basic.correct
create mode 100755 bml/test/comments/rendered.bml
create mode 100755 bml/test/comments/rendered.correct
create mode 100755 bml/test/comments/scheme.look
create mode 100755 bml/test/escape/_config.bml
create mode 100755 bml/test/escape/ea.bml
create mode 100755 bml/test/escape/ea.correct
create mode 100755 bml/test/escape/eb.bml
create mode 100755 bml/test/escape/eb.correct
create mode 100755 bml/test/escape/eh.bml
create mode 100755 bml/test/escape/eh.correct
create mode 100755 bml/test/escape/eu.bml
create mode 100755 bml/test/escape/eu.correct
create mode 100755 bml/test/escape/scheme.look
create mode 100755 bml/test/fake_root/_config.bml
create mode 100755 bml/test/fake_root/bluewhite.look
create mode 100755 bml/test/fake_root/bml-simple.bml
create mode 100755 bml/test/fake_root/bml-simple.correct
create mode 100755 bml/test/fake_root/bml-test.bml
create mode 100755 bml/test/fake_root/bml-test.correct
create mode 100755 bml/test/fake_root/global.look
create mode 100755 bml/test/include/_config.bml
create mode 100755 bml/test/include/loremipsum.txt
create mode 100755 bml/test/include/plain.bml
create mode 100755 bml/test/include/plain.correct
create mode 100755 bml/test/include/scheme.look
create mode 100755 bml/test/info/_config.bml
create mode 100755 bml/test/info/localblocks.bml
create mode 100755 bml/test/info/localblocks.correct
create mode 100755 bml/test/info/package.bml
create mode 100755 bml/test/info/package.correct
create mode 100755 bml/test/info/scheme.look
create mode 100755 bml/test/newtest.pl
create mode 100755 bml/test/recursion/_config.bml
create mode 100755 bml/test/recursion/infinite.bml
create mode 100755 bml/test/recursion/infinite.correct
create mode 100755 bml/test/recursion/nested.bml
create mode 100755 bml/test/recursion/nested.correct
create mode 100755 bml/test/recursion/scheme.look
create mode 100755 bml/test/syntax-errors/_config.bml
create mode 100755 bml/test/syntax-errors/dangling-tagopen.bml
create mode 100755 bml/test/syntax-errors/dangling-tagopen.correct
create mode 100755 bml/test/syntax-errors/no-close.bml
create mode 100755 bml/test/syntax-errors/no-close.correct
create mode 100755 bml/test/syntax-errors/onlyopen.bml
create mode 100755 bml/test/syntax-errors/onlyopen.correct
create mode 100755 bml/test/syntax-errors/scheme.look
create mode 100755 bml/test/syntax-errors/spaces.bml
create mode 100755 bml/test/syntax-errors/spaces.correct
create mode 100755 bml/test/tutorial-example1/project.bml
create mode 100755 bml/test/tutorial-example1/project.correct
create mode 100755 bml/test/tutorial-example1/scheme.look
create mode 100755 bml/test/tutorial-example2/index.bml
create mode 100755 bml/test/tutorial-example2/index.correct
create mode 100755 bml/test/tutorial-example2/scheme.look
create mode 100755 bml/test/tutorial-example3/index.bml
create mode 100755 bml/test/tutorial-example3/index.correct
create mode 100755 bml/test/tutorial-example3/scheme.look
create mode 100755 bml/test/tutorial-example4/index.bml
create mode 100755 bml/test/tutorial-example4/index.correct
create mode 100755 bml/test/tutorial-example4/scheme.look
create mode 100755 bml/test/tutorial-example5/_config.bml
create mode 100755 bml/test/tutorial-example5/readinglist.bml
create mode 100755 bml/test/tutorial-example5/readinglist.correct
create mode 100755 bml/test/tutorial-example5/scheme.look
create mode 100755 bml/test/tutorial-example6/index.bml
create mode 100755 bml/test/tutorial-example6/index.correct
create mode 100755 bml/test/tutorial-example6/scheme.look
create mode 100755 bml/test/tutorial-example7/index.bml
create mode 100755 bml/test/tutorial-example7/index.correct
create mode 100755 bml/test/tutorial-example7/scheme.look
create mode 100755 bml/test/tutorial1/_config.bml
create mode 100755 bml/test/tutorial1/index.bml
create mode 100755 bml/test/tutorial1/index.correct
create mode 100755 bml/test/tutorial1/scheme.look
create mode 100755 bml/test/tutorial2/_config.bml
create mode 100755 bml/test/tutorial2/index.bml
create mode 100755 bml/test/tutorial2/index.correct
create mode 100755 bml/test/tutorial2/scheme.look
create mode 100644 images/mood/charitycam/aliens/angry.gif
create mode 100644 images/mood/charitycam/aliens/anxious.gif
create mode 100644 images/mood/charitycam/aliens/artistic.gif
create mode 100644 images/mood/charitycam/aliens/awake.gif
create mode 100644 images/mood/charitycam/aliens/bitchy.gif
create mode 100644 images/mood/charitycam/aliens/blank.gif
create mode 100644 images/mood/charitycam/aliens/cold.gif
create mode 100644 images/mood/charitycam/aliens/confused.gif
create mode 100644 images/mood/charitycam/aliens/determined.gif
create mode 100644 images/mood/charitycam/aliens/dirty.gif
create mode 100644 images/mood/charitycam/aliens/dorky.gif
create mode 100644 images/mood/charitycam/aliens/drunk.gif
create mode 100644 images/mood/charitycam/aliens/embarrased.gif
create mode 100644 images/mood/charitycam/aliens/energetic.gif
create mode 100644 images/mood/charitycam/aliens/envious.gif
create mode 100644 images/mood/charitycam/aliens/flirty.gif
create mode 100644 images/mood/charitycam/aliens/full.gif
create mode 100644 images/mood/charitycam/aliens/gloomy.gif
create mode 100644 images/mood/charitycam/aliens/happy.gif
create mode 100644 images/mood/charitycam/aliens/high.gif
create mode 100644 images/mood/charitycam/aliens/horny.gif
create mode 100644 images/mood/charitycam/aliens/hot.gif
create mode 100644 images/mood/charitycam/aliens/hungry.gif
create mode 100644 images/mood/charitycam/aliens/indescribable.gif
create mode 100644 images/mood/charitycam/aliens/index.html
create mode 100644 images/mood/charitycam/aliens/irate.gif
create mode 100644 images/mood/charitycam/aliens/loved.gif
create mode 100644 images/mood/charitycam/aliens/nerdy.gif
create mode 100644 images/mood/charitycam/aliens/okay.gif
create mode 100644 images/mood/charitycam/aliens/restless.gif
create mode 100644 images/mood/charitycam/aliens/sad.gif
create mode 100644 images/mood/charitycam/aliens/sick.gif
create mode 100644 images/mood/charitycam/aliens/silly.gif
create mode 100644 images/mood/charitycam/aliens/sleepy.gif
create mode 100644 images/mood/charitycam/aliens/sore.gif
create mode 100644 images/mood/charitycam/aliens/stressed.gif
create mode 100644 images/mood/charitycam/aliens/surprised.gif
create mode 100644 images/mood/charitycam/aliens/thirsty.gif
create mode 100644 images/mood/charitycam/aliens/thoughtful.gif
create mode 100644 images/mood/charitycam/aliens/working.gif
create mode 100644 images/mood/charitycam/bears/angry.gif
create mode 100644 images/mood/charitycam/bears/artistic.gif
create mode 100644 images/mood/charitycam/bears/awake.gif
create mode 100644 images/mood/charitycam/bears/blank.gif
create mode 100644 images/mood/charitycam/bears/cheerful.gif
create mode 100644 images/mood/charitycam/bears/cold.gif
create mode 100644 images/mood/charitycam/bears/curious.gif
create mode 100644 images/mood/charitycam/bears/determined.gif
create mode 100644 images/mood/charitycam/bears/dirty.gif
create mode 100644 images/mood/charitycam/bears/drunk.gif
create mode 100644 images/mood/charitycam/bears/envious.gif
create mode 100644 images/mood/charitycam/bears/excited.gif
create mode 100644 images/mood/charitycam/bears/full.gif
create mode 100644 images/mood/charitycam/bears/gloomy.gif
create mode 100644 images/mood/charitycam/bears/good.gif
create mode 100644 images/mood/charitycam/bears/happy.gif
create mode 100644 images/mood/charitycam/bears/high.gif
create mode 100644 images/mood/charitycam/bears/hopeful.gif
create mode 100644 images/mood/charitycam/bears/horny.gif
create mode 100644 images/mood/charitycam/bears/hot.gif
create mode 100644 images/mood/charitycam/bears/hungry.gif
create mode 100644 images/mood/charitycam/bears/indescribable.gif
create mode 100644 images/mood/charitycam/bears/index.html
create mode 100644 images/mood/charitycam/bears/loved.gif
create mode 100644 images/mood/charitycam/bears/nerdy.gif
create mode 100644 images/mood/charitycam/bears/okay.gif
create mode 100644 images/mood/charitycam/bears/sad.gif
create mode 100644 images/mood/charitycam/bears/scared.gif
create mode 100644 images/mood/charitycam/bears/shocked.gif
create mode 100644 images/mood/charitycam/bears/sick.gif
create mode 100644 images/mood/charitycam/bears/silly.gif
create mode 100644 images/mood/charitycam/bears/stressed.gif
create mode 100644 images/mood/charitycam/bears/thirsty.gif
create mode 100644 images/mood/charitycam/bears/thoughtful.gif
create mode 100644 images/mood/charitycam/bears/tired.gif
create mode 100644 images/mood/charitycam/bears/working.gif
create mode 100644 images/mood/charitycam/blackbox/angry.gif
create mode 100644 images/mood/charitycam/blackbox/artistic.gif
create mode 100644 images/mood/charitycam/blackbox/bouncy.gif
create mode 100644 images/mood/charitycam/blackbox/cold.gif
create mode 100644 images/mood/charitycam/blackbox/crazy.gif
create mode 100644 images/mood/charitycam/blackbox/curious.gif
create mode 100644 images/mood/charitycam/blackbox/determined.gif
create mode 100644 images/mood/charitycam/blackbox/devilish.gif
create mode 100644 images/mood/charitycam/blackbox/dirty.gif
create mode 100644 images/mood/charitycam/blackbox/drunk.gif
create mode 100644 images/mood/charitycam/blackbox/embarrassed.gif
create mode 100644 images/mood/charitycam/blackbox/envy.gif
create mode 100644 images/mood/charitycam/blackbox/gloomy.gif
create mode 100644 images/mood/charitycam/blackbox/green.gif
create mode 100644 images/mood/charitycam/blackbox/happy.gif
create mode 100644 images/mood/charitycam/blackbox/hot.gif
create mode 100644 images/mood/charitycam/blackbox/hungry.gif
create mode 100644 images/mood/charitycam/blackbox/index.html
create mode 100644 images/mood/charitycam/blackbox/loved.gif
create mode 100644 images/mood/charitycam/blackbox/nerdy.gif
create mode 100644 images/mood/charitycam/blackbox/okay.gif
create mode 100644 images/mood/charitycam/blackbox/peaceful.gif
create mode 100644 images/mood/charitycam/blackbox/relaxed.gif
create mode 100644 images/mood/charitycam/blackbox/sad.gif
create mode 100644 images/mood/charitycam/blackbox/scared.gif
create mode 100644 images/mood/charitycam/blackbox/sore.gif
create mode 100644 images/mood/charitycam/blackbox/suprised.gif
create mode 100644 images/mood/charitycam/blackbox/thirsty.gif
create mode 100644 images/mood/charitycam/blackbox/thoughtful.gif
create mode 100644 images/mood/charitycam/blackbox/tired.gif
create mode 100644 images/mood/charitycam/blackbox/working.gif
create mode 100644 images/mood/charitycam/faces-animated/1.gif
create mode 100644 images/mood/charitycam/faces-animated/10.gif
create mode 100644 images/mood/charitycam/faces-animated/11.gif
create mode 100644 images/mood/charitycam/faces-animated/12.gif
create mode 100644 images/mood/charitycam/faces-animated/13.gif
create mode 100644 images/mood/charitycam/faces-animated/14.gif
create mode 100644 images/mood/charitycam/faces-animated/15.gif
create mode 100644 images/mood/charitycam/faces-animated/16.gif
create mode 100644 images/mood/charitycam/faces-animated/17.gif
create mode 100644 images/mood/charitycam/faces-animated/18.gif
create mode 100644 images/mood/charitycam/faces-animated/19.gif
create mode 100644 images/mood/charitycam/faces-animated/2.gif
create mode 100644 images/mood/charitycam/faces-animated/20.gif
create mode 100644 images/mood/charitycam/faces-animated/21.gif
create mode 100644 images/mood/charitycam/faces-animated/22.gif
create mode 100644 images/mood/charitycam/faces-animated/23.gif
create mode 100644 images/mood/charitycam/faces-animated/24.gif
create mode 100644 images/mood/charitycam/faces-animated/25.gif
create mode 100644 images/mood/charitycam/faces-animated/26.gif
create mode 100644 images/mood/charitycam/faces-animated/27.gif
create mode 100644 images/mood/charitycam/faces-animated/28.gif
create mode 100644 images/mood/charitycam/faces-animated/29.gif
create mode 100644 images/mood/charitycam/faces-animated/3.gif
create mode 100644 images/mood/charitycam/faces-animated/30.gif
create mode 100644 images/mood/charitycam/faces-animated/31.gif
create mode 100644 images/mood/charitycam/faces-animated/32.gif
create mode 100644 images/mood/charitycam/faces-animated/33.gif
create mode 100644 images/mood/charitycam/faces-animated/34.gif
create mode 100644 images/mood/charitycam/faces-animated/4.gif
create mode 100644 images/mood/charitycam/faces-animated/5.gif
create mode 100644 images/mood/charitycam/faces-animated/6.gif
create mode 100644 images/mood/charitycam/faces-animated/7.gif
create mode 100644 images/mood/charitycam/faces-animated/8.gif
create mode 100644 images/mood/charitycam/faces-animated/9.gif
create mode 100644 images/mood/charitycam/faces-animated/index.html
create mode 100644 images/mood/charitycam/faces/1.gif
create mode 100644 images/mood/charitycam/faces/10.gif
create mode 100644 images/mood/charitycam/faces/11.gif
create mode 100644 images/mood/charitycam/faces/12.gif
create mode 100644 images/mood/charitycam/faces/13.gif
create mode 100644 images/mood/charitycam/faces/14.gif
create mode 100644 images/mood/charitycam/faces/15.gif
create mode 100644 images/mood/charitycam/faces/16.gif
create mode 100644 images/mood/charitycam/faces/17.gif
create mode 100644 images/mood/charitycam/faces/18.gif
create mode 100644 images/mood/charitycam/faces/19.gif
create mode 100644 images/mood/charitycam/faces/2.gif
create mode 100644 images/mood/charitycam/faces/20.gif
create mode 100644 images/mood/charitycam/faces/21.gif
create mode 100644 images/mood/charitycam/faces/22.gif
create mode 100644 images/mood/charitycam/faces/23.gif
create mode 100644 images/mood/charitycam/faces/24.gif
create mode 100644 images/mood/charitycam/faces/25.gif
create mode 100644 images/mood/charitycam/faces/26.gif
create mode 100644 images/mood/charitycam/faces/27.gif
create mode 100644 images/mood/charitycam/faces/28.gif
create mode 100644 images/mood/charitycam/faces/29.gif
create mode 100644 images/mood/charitycam/faces/3.gif
create mode 100644 images/mood/charitycam/faces/30.gif
create mode 100644 images/mood/charitycam/faces/31.gif
create mode 100644 images/mood/charitycam/faces/32.gif
create mode 100644 images/mood/charitycam/faces/33.gif
create mode 100644 images/mood/charitycam/faces/34.gif
create mode 100644 images/mood/charitycam/faces/4.gif
create mode 100644 images/mood/charitycam/faces/5.gif
create mode 100644 images/mood/charitycam/faces/6.gif
create mode 100644 images/mood/charitycam/faces/7.gif
create mode 100644 images/mood/charitycam/faces/8.gif
create mode 100644 images/mood/charitycam/faces/9.gif
create mode 100644 images/mood/charitycam/faces/index.html
create mode 100644 images/mood/charitycam/flowers/angry.gif
create mode 100644 images/mood/charitycam/flowers/artistic.gif
create mode 100644 images/mood/charitycam/flowers/blank.gif
create mode 100644 images/mood/charitycam/flowers/cold.gif
create mode 100644 images/mood/charitycam/flowers/confused.gif
create mode 100644 images/mood/charitycam/flowers/dirty.gif
create mode 100644 images/mood/charitycam/flowers/drunk.gif
create mode 100644 images/mood/charitycam/flowers/envious.gif
create mode 100644 images/mood/charitycam/flowers/excited.gif
create mode 100644 images/mood/charitycam/flowers/full.gif
create mode 100644 images/mood/charitycam/flowers/gloomy.gif
create mode 100644 images/mood/charitycam/flowers/goofy.gif
create mode 100644 images/mood/charitycam/flowers/happy.gif
create mode 100644 images/mood/charitycam/flowers/high.gif
create mode 100644 images/mood/charitycam/flowers/horny.gif
create mode 100644 images/mood/charitycam/flowers/hot.gif
create mode 100644 images/mood/charitycam/flowers/indescribable.gif
create mode 100644 images/mood/charitycam/flowers/index.html
create mode 100644 images/mood/charitycam/flowers/loved.gif
create mode 100644 images/mood/charitycam/flowers/nerdy.gif
create mode 100644 images/mood/charitycam/flowers/okay.gif
create mode 100644 images/mood/charitycam/flowers/pissed.gif
create mode 100644 images/mood/charitycam/flowers/rejuvenated.gif
create mode 100644 images/mood/charitycam/flowers/restless.gif
create mode 100644 images/mood/charitycam/flowers/sad.gif
create mode 100644 images/mood/charitycam/flowers/scared.gif
create mode 100644 images/mood/charitycam/flowers/shocked.gif
create mode 100644 images/mood/charitycam/flowers/sick.gif
create mode 100644 images/mood/charitycam/flowers/silly.gif
create mode 100644 images/mood/charitycam/flowers/sore.gif
create mode 100644 images/mood/charitycam/flowers/stressed.gif
create mode 100644 images/mood/charitycam/flowers/thirsty.gif
create mode 100644 images/mood/charitycam/flowers/thoughtful.gif
create mode 100644 images/mood/charitycam/flowers/tired.gif
create mode 100644 images/mood/charitycam/frogs/angry.gif
create mode 100644 images/mood/charitycam/frogs/artistic.gif
create mode 100644 images/mood/charitycam/frogs/awake.gif
create mode 100644 images/mood/charitycam/frogs/blank.gif
create mode 100644 images/mood/charitycam/frogs/cold.gif
create mode 100644 images/mood/charitycam/frogs/confused.gif
create mode 100644 images/mood/charitycam/frogs/determined.gif
create mode 100644 images/mood/charitycam/frogs/dirty.gif
create mode 100644 images/mood/charitycam/frogs/drunk.gif
create mode 100644 images/mood/charitycam/frogs/embarrassed.gif
create mode 100644 images/mood/charitycam/frogs/energetic.gif
create mode 100644 images/mood/charitycam/frogs/envious.gif
create mode 100644 images/mood/charitycam/frogs/flirty.gif
create mode 100644 images/mood/charitycam/frogs/full.gif
create mode 100644 images/mood/charitycam/frogs/gloomy.gif
create mode 100644 images/mood/charitycam/frogs/happy.gif
create mode 100644 images/mood/charitycam/frogs/high.gif
create mode 100644 images/mood/charitycam/frogs/hopeful.gif
create mode 100644 images/mood/charitycam/frogs/horny.gif
create mode 100644 images/mood/charitycam/frogs/hungry.gif
create mode 100644 images/mood/charitycam/frogs/indescribable.gif
create mode 100644 images/mood/charitycam/frogs/index.html
create mode 100644 images/mood/charitycam/frogs/loved.gif
create mode 100644 images/mood/charitycam/frogs/melancholy.gif
create mode 100644 images/mood/charitycam/frogs/nauseated.gif
create mode 100644 images/mood/charitycam/frogs/nerdy.gif
create mode 100644 images/mood/charitycam/frogs/okay.gif
create mode 100644 images/mood/charitycam/frogs/refreshed.gif
create mode 100644 images/mood/charitycam/frogs/sad.gif
create mode 100644 images/mood/charitycam/frogs/scared.gif
create mode 100644 images/mood/charitycam/frogs/sick.gif
create mode 100644 images/mood/charitycam/frogs/silly.gif
create mode 100644 images/mood/charitycam/frogs/stressed.gif
create mode 100644 images/mood/charitycam/frogs/thirsty.gif
create mode 100644 images/mood/charitycam/frogs/thoughtful.gif
create mode 100644 images/mood/charitycam/frogs/tired.gif
create mode 100644 images/mood/charitycam/goth_boy/angry.gif
create mode 100644 images/mood/charitycam/goth_boy/artistic.gif
create mode 100644 images/mood/charitycam/goth_boy/awake.gif
create mode 100644 images/mood/charitycam/goth_boy/blank.gif
create mode 100644 images/mood/charitycam/goth_boy/bouncy.gif
create mode 100644 images/mood/charitycam/goth_boy/cold.gif
create mode 100644 images/mood/charitycam/goth_boy/confused.gif
create mode 100644 images/mood/charitycam/goth_boy/determined.gif
create mode 100644 images/mood/charitycam/goth_boy/devlish.gif
create mode 100644 images/mood/charitycam/goth_boy/dirty.gif
create mode 100644 images/mood/charitycam/goth_boy/drunk.gif
create mode 100644 images/mood/charitycam/goth_boy/embarrased.gif
create mode 100644 images/mood/charitycam/goth_boy/envious.gif
create mode 100644 images/mood/charitycam/goth_boy/full.gif
create mode 100644 images/mood/charitycam/goth_boy/gloomy.gif
create mode 100644 images/mood/charitycam/goth_boy/happy.gif
create mode 100644 images/mood/charitycam/goth_boy/high.gif
create mode 100644 images/mood/charitycam/goth_boy/hot.gif
create mode 100644 images/mood/charitycam/goth_boy/hungry.gif
create mode 100644 images/mood/charitycam/goth_boy/index.html
create mode 100644 images/mood/charitycam/goth_boy/loved.gif
create mode 100644 images/mood/charitycam/goth_boy/nerdy.gif
create mode 100644 images/mood/charitycam/goth_boy/okay.gif
create mode 100644 images/mood/charitycam/goth_boy/sad.gif
create mode 100644 images/mood/charitycam/goth_boy/scared.gif
create mode 100644 images/mood/charitycam/goth_boy/shocked.gif
create mode 100644 images/mood/charitycam/goth_boy/sick.gif
create mode 100644 images/mood/charitycam/goth_boy/silly.gif
create mode 100644 images/mood/charitycam/goth_boy/sleepy.gif
create mode 100644 images/mood/charitycam/goth_boy/stressed.gif
create mode 100644 images/mood/charitycam/goth_boy/thirsty.gif
create mode 100644 images/mood/charitycam/goth_boy/thoughtful.gif
create mode 100644 images/mood/charitycam/goth_boy/tired.gif
create mode 100644 images/mood/charitycam/goth_boy/working.gif
create mode 100644 images/mood/charitycam/goth_girl/angry.gif
create mode 100644 images/mood/charitycam/goth_girl/artistic.gif
create mode 100644 images/mood/charitycam/goth_girl/cold.gif
create mode 100644 images/mood/charitycam/goth_girl/curious.gif
create mode 100644 images/mood/charitycam/goth_girl/determined.gif
create mode 100644 images/mood/charitycam/goth_girl/devious.gif
create mode 100644 images/mood/charitycam/goth_girl/dirty.gif
create mode 100644 images/mood/charitycam/goth_girl/drunk.gif
create mode 100644 images/mood/charitycam/goth_girl/energetic.gif
create mode 100644 images/mood/charitycam/goth_girl/envious.gif
create mode 100644 images/mood/charitycam/goth_girl/full.gif
create mode 100644 images/mood/charitycam/goth_girl/gloomy.gif
create mode 100644 images/mood/charitycam/goth_girl/happy.gif
create mode 100644 images/mood/charitycam/goth_girl/high.gif
create mode 100644 images/mood/charitycam/goth_girl/hot.gif
create mode 100644 images/mood/charitycam/goth_girl/hungry.gif
create mode 100644 images/mood/charitycam/goth_girl/index.html
create mode 100644 images/mood/charitycam/goth_girl/loved.gif
create mode 100644 images/mood/charitycam/goth_girl/nerdy.gif
create mode 100644 images/mood/charitycam/goth_girl/okay.gif
create mode 100644 images/mood/charitycam/goth_girl/sad.gif
create mode 100644 images/mood/charitycam/goth_girl/scared.gif
create mode 100644 images/mood/charitycam/goth_girl/sick.gif
create mode 100644 images/mood/charitycam/goth_girl/silly.gif
create mode 100644 images/mood/charitycam/goth_girl/sleepy.gif
create mode 100644 images/mood/charitycam/goth_girl/stressed.gif
create mode 100644 images/mood/charitycam/goth_girl/surprised.gif
create mode 100644 images/mood/charitycam/goth_girl/thirsty.gif
create mode 100644 images/mood/charitycam/goth_girl/thoughtful.gif
create mode 100644 images/mood/charitycam/goth_girl/working.gif
create mode 100644 images/mood/charitycam/index.html
create mode 100644 images/mood/charitycam/mice/angel.gif
create mode 100644 images/mood/charitycam/mice/angry.gif
create mode 100644 images/mood/charitycam/mice/artistic.gif
create mode 100644 images/mood/charitycam/mice/blank.gif
create mode 100644 images/mood/charitycam/mice/bouncy.gif
create mode 100644 images/mood/charitycam/mice/cold.gif
create mode 100644 images/mood/charitycam/mice/curious.gif
create mode 100644 images/mood/charitycam/mice/determined.gif
create mode 100644 images/mood/charitycam/mice/devilish.gif
create mode 100644 images/mood/charitycam/mice/drunk.gif
create mode 100644 images/mood/charitycam/mice/embarrassed.gif
create mode 100644 images/mood/charitycam/mice/envious.gif
create mode 100644 images/mood/charitycam/mice/full.gif
create mode 100644 images/mood/charitycam/mice/gloomy.gif
create mode 100644 images/mood/charitycam/mice/happy.gif
create mode 100644 images/mood/charitycam/mice/high.gif
create mode 100644 images/mood/charitycam/mice/hot.gif
create mode 100644 images/mood/charitycam/mice/hungry.gif
create mode 100644 images/mood/charitycam/mice/indescribable.gif
create mode 100644 images/mood/charitycam/mice/index.html
create mode 100644 images/mood/charitycam/mice/lethargic.gif
create mode 100644 images/mood/charitycam/mice/loved.gif
create mode 100644 images/mood/charitycam/mice/nerdy.gif
create mode 100644 images/mood/charitycam/mice/sad.gif
create mode 100644 images/mood/charitycam/mice/sick.gif
create mode 100644 images/mood/charitycam/mice/silly.gif
create mode 100644 images/mood/charitycam/mice/sleepy.gif
create mode 100644 images/mood/charitycam/mice/sore.gif
create mode 100644 images/mood/charitycam/mice/stressed.gif
create mode 100644 images/mood/charitycam/mice/surprised.gif
create mode 100644 images/mood/charitycam/mice/thirsty.gif
create mode 100644 images/mood/charitycam/mice/thoughtful.gif
create mode 100644 images/mood/charitycam/mice/worried.gif
create mode 100644 images/mood/charitycam/stars/angry.gif
create mode 100644 images/mood/charitycam/stars/artistic.gif
create mode 100644 images/mood/charitycam/stars/awake.gif
create mode 100644 images/mood/charitycam/stars/bitchy.gif
create mode 100644 images/mood/charitycam/stars/blank.gif
create mode 100644 images/mood/charitycam/stars/charitycam-star1.gif
create mode 100644 images/mood/charitycam/stars/cold.gif
create mode 100644 images/mood/charitycam/stars/confused.gif
create mode 100644 images/mood/charitycam/stars/crazy.gif
create mode 100644 images/mood/charitycam/stars/determined.gif
create mode 100644 images/mood/charitycam/stars/devious.gif
create mode 100644 images/mood/charitycam/stars/dirty.gif
create mode 100644 images/mood/charitycam/stars/drunk.gif
create mode 100644 images/mood/charitycam/stars/embarrassed.gif
create mode 100644 images/mood/charitycam/stars/energetic.gif
create mode 100644 images/mood/charitycam/stars/enthralled.gif
create mode 100644 images/mood/charitycam/stars/envious.gif
create mode 100644 images/mood/charitycam/stars/flirt.gif
create mode 100644 images/mood/charitycam/stars/gloomy.gif
create mode 100644 images/mood/charitycam/stars/happy.gif
create mode 100644 images/mood/charitycam/stars/high.gif
create mode 100644 images/mood/charitycam/stars/hot.gif
create mode 100644 images/mood/charitycam/stars/hungry.gif
create mode 100644 images/mood/charitycam/stars/indescribable.gif
create mode 100644 images/mood/charitycam/stars/index.html
create mode 100644 images/mood/charitycam/stars/lazy.gif
create mode 100644 images/mood/charitycam/stars/nerdy.gif
create mode 100644 images/mood/charitycam/stars/okay.gif
create mode 100644 images/mood/charitycam/stars/peaceful.gif
create mode 100644 images/mood/charitycam/stars/pessimistic.gif
create mode 100644 images/mood/charitycam/stars/sad.gif
create mode 100644 images/mood/charitycam/stars/scared.gif
create mode 100644 images/mood/charitycam/stars/sick.gif
create mode 100644 images/mood/charitycam/stars/silly.gif
create mode 100644 images/mood/charitycam/stars/sore.gif
create mode 100644 images/mood/charitycam/stars/stressed.gif
create mode 100644 images/mood/charitycam/stars/surprised.gif
create mode 100644 images/mood/charitycam/stars/thirsty.gif
create mode 100644 images/mood/charitycam/stars/thoughtful.gif
create mode 100644 images/mood/charitycam/stars/tired.gif
create mode 100644 images/mood/charitycam/stars/working.gif
create mode 100644 images/mood/charitycam/suns/angry.gif
create mode 100644 images/mood/charitycam/suns/artistic.gif
create mode 100644 images/mood/charitycam/suns/awake.gif
create mode 100644 images/mood/charitycam/suns/blah.gif
create mode 100644 images/mood/charitycam/suns/blank.gif
create mode 100644 images/mood/charitycam/suns/cold.gif
create mode 100644 images/mood/charitycam/suns/confused.gif
create mode 100644 images/mood/charitycam/suns/determined.gif
create mode 100644 images/mood/charitycam/suns/drunk.gif
create mode 100644 images/mood/charitycam/suns/energetic.gif
create mode 100644 images/mood/charitycam/suns/envious.gif
create mode 100644 images/mood/charitycam/suns/examinate.gif
create mode 100644 images/mood/charitycam/suns/full.gif
create mode 100644 images/mood/charitycam/suns/gloomy.gif
create mode 100644 images/mood/charitycam/suns/good.gif
create mode 100644 images/mood/charitycam/suns/happy.gif
create mode 100644 images/mood/charitycam/suns/high.gif
create mode 100644 images/mood/charitycam/suns/horny.gif
create mode 100644 images/mood/charitycam/suns/hot.gif
create mode 100644 images/mood/charitycam/suns/hungry.gif
create mode 100644 images/mood/charitycam/suns/indescribable.gif
create mode 100644 images/mood/charitycam/suns/index.html
create mode 100644 images/mood/charitycam/suns/loved.gif
create mode 100644 images/mood/charitycam/suns/okay.gif
create mode 100644 images/mood/charitycam/suns/sad.gif
create mode 100644 images/mood/charitycam/suns/scared.gif
create mode 100644 images/mood/charitycam/suns/sick.gif
create mode 100644 images/mood/charitycam/suns/silly.gif
create mode 100644 images/mood/charitycam/suns/sore.gif
create mode 100644 images/mood/charitycam/suns/surprised.gif
create mode 100644 images/mood/charitycam/suns/thirsty.gif
create mode 100644 images/mood/charitycam/suns/thoughtful.gif
create mode 100644 images/mood/charitycam/suns/tired.gif
create mode 100644 images/mood/charitycam/suns/working.gif
create mode 100644 images/mood/classic/angry.gif
create mode 100644 images/mood/classic/biggrin.gif
create mode 100644 images/mood/classic/blah.gif
create mode 100644 images/mood/classic/blush.gif
create mode 100755 images/mood/classic/clean.pl
create mode 100644 images/mood/classic/confused.gif
create mode 100644 images/mood/classic/confused2.gif
create mode 100644 images/mood/classic/cool.gif
create mode 100755 images/mood/classic/devious.gif
create mode 100644 images/mood/classic/dizzy.gif
create mode 100644 images/mood/classic/drunk.gif
create mode 100644 images/mood/classic/eek.gif
create mode 100644 images/mood/classic/energetic.gif
create mode 100644 images/mood/classic/frown.gif
create mode 100644 images/mood/classic/index.html
create mode 100644 images/mood/classic/laugh.gif
create mode 100644 images/mood/classic/sad.gif
create mode 100644 images/mood/classic/shock.gif
create mode 100644 images/mood/classic/sick.gif
create mode 100644 images/mood/classic/smile.gif
create mode 100644 images/mood/classic/thinking.gif
create mode 100644 images/mood/classic/tired.gif
create mode 100644 images/mood/classic/wink.gif
create mode 100644 images/mood/ibrad/alien.gif
create mode 100644 images/mood/ibrad/angry.gif
create mode 100644 images/mood/ibrad/asleep.gif
create mode 100644 images/mood/ibrad/biggrin.gif
create mode 100644 images/mood/ibrad/bigsmile.gif
create mode 100644 images/mood/ibrad/bigwink.gif
create mode 100644 images/mood/ibrad/clam.gif
create mode 100644 images/mood/ibrad/confused.gif
create mode 100644 images/mood/ibrad/cool.gif
create mode 100644 images/mood/ibrad/dead.gif
create mode 100644 images/mood/ibrad/devil.gif
create mode 100644 images/mood/ibrad/disbelief.gif
create mode 100644 images/mood/ibrad/disgruntled.gif
create mode 100644 images/mood/ibrad/embarrassed.gif
create mode 100644 images/mood/ibrad/erked.gif
create mode 100644 images/mood/ibrad/flirty.gif
create mode 100644 images/mood/ibrad/frown.gif
create mode 100644 images/mood/ibrad/googlyeyes.gif
create mode 100644 images/mood/ibrad/hot.gif
create mode 100644 images/mood/ibrad/index.html
create mode 100644 images/mood/ibrad/laugh.gif
create mode 100644 images/mood/ibrad/licklips.gif
create mode 100644 images/mood/ibrad/lonely.gif
create mode 100644 images/mood/ibrad/loved.gif
create mode 100644 images/mood/ibrad/macfrown.gif
create mode 100644 images/mood/ibrad/mactongue.gif
create mode 100644 images/mood/ibrad/macwink.gif
create mode 100644 images/mood/ibrad/naughty.gif
create mode 100644 images/mood/ibrad/nerd.gif
create mode 100644 images/mood/ibrad/ohcrap.gif
create mode 100644 images/mood/ibrad/paranoid.gif
create mode 100644 images/mood/ibrad/rolleyes.gif
create mode 100644 images/mood/ibrad/rollingeyes.gif
create mode 100644 images/mood/ibrad/rotate.gif
create mode 100644 images/mood/ibrad/sleep.gif
create mode 100644 images/mood/ibrad/smile.gif
create mode 100755 images/mood/ibrad/sql.txt
create mode 100644 images/mood/ibrad/switching.gif
create mode 100644 images/mood/ibrad/talking.gif
create mode 100644 images/mood/ibrad/tongue.gif
create mode 100644 images/mood/ibrad/uhoh.gif
create mode 100644 images/mood/ibrad/unhappy.gif
create mode 100644 images/mood/ibrad/upsidedown.gif
create mode 100644 images/mood/ibrad/wink.gif
create mode 100644 images/mood/ibrad/yawn.gif
create mode 100644 images/mood/index.html
create mode 100644 images/mood/moonsis/amused.gif
create mode 100644 images/mood/moonsis/angelic.gif
create mode 100644 images/mood/moonsis/angry.gif
create mode 100644 images/mood/moonsis/blue.gif
create mode 100644 images/mood/moonsis/calm.gif
create mode 100644 images/mood/moonsis/cold.gif
create mode 100644 images/mood/moonsis/confused.gif
create mode 100644 images/mood/moonsis/content.gif
create mode 100644 images/mood/moonsis/curious.gif
create mode 100644 images/mood/moonsis/depressed.gif
create mode 100644 images/mood/moonsis/dorknerdy.gif
create mode 100644 images/mood/moonsis/drained.gif
create mode 100644 images/mood/moonsis/drunk.gif
create mode 100644 images/mood/moonsis/embarrassed.gif
create mode 100644 images/mood/moonsis/energetic.gif
create mode 100644 images/mood/moonsis/envious.gif
create mode 100644 images/mood/moonsis/exhausted.gif
create mode 100644 images/mood/moonsis/filrty.gif
create mode 100644 images/mood/moonsis/flirty.gif
create mode 100644 images/mood/moonsis/full.gif
create mode 100644 images/mood/moonsis/grumpy.gif
create mode 100644 images/mood/moonsis/happy.gif
create mode 100644 images/mood/moonsis/high.gif
create mode 100644 images/mood/moonsis/horny.gif
create mode 100644 images/mood/moonsis/hot.gif
create mode 100644 images/mood/moonsis/hungry.gif
create mode 100644 images/mood/moonsis/hyper.gif
create mode 100644 images/mood/moonsis/indescribable.gif
create mode 100644 images/mood/moonsis/index.html
create mode 100644 images/mood/moonsis/lazyrelaxed.gif
create mode 100644 images/mood/moonsis/lonely.gif
create mode 100644 images/mood/moonsis/loved.gif
create mode 100644 images/mood/moonsis/mischievous.gif
create mode 100644 images/mood/moonsis/mischivious.gif
create mode 100644 images/mood/moonsis/okay.gif
create mode 100644 images/mood/moonsis/pensive.gif
create mode 100644 images/mood/moonsis/pissedoff.gif
create mode 100755 images/mood/moonsis/prepare.pl
create mode 100644 images/mood/moonsis/relaxed.gif
create mode 100644 images/mood/moonsis/relieved.gif
create mode 100644 images/mood/moonsis/restless.gif
create mode 100644 images/mood/moonsis/sad.gif
create mode 100644 images/mood/moonsis/scared.gif
create mode 100644 images/mood/moonsis/sick.gif
create mode 100644 images/mood/moonsis/silly.gif
create mode 100644 images/mood/moonsis/sleepy.gif
create mode 100755 images/mood/moonsis/sqlstuff.txt
create mode 100644 images/mood/moonsis/stars/green/achy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/angelic_sg.gif
create mode 100644 images/mood/moonsis/stars/green/angry_sg.gif
create mode 100644 images/mood/moonsis/stars/green/artistic_sg.gif
create mode 100644 images/mood/moonsis/stars/green/awake_sg.gif
create mode 100644 images/mood/moonsis/stars/green/blank_sg.gif
create mode 100644 images/mood/moonsis/stars/green/bored_sg.gif
create mode 100644 images/mood/moonsis/stars/green/busy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/cold_sg.gif
create mode 100644 images/mood/moonsis/stars/green/confused_sg.gif
create mode 100644 images/mood/moonsis/stars/green/dancing_sg.gif
create mode 100644 images/mood/moonsis/stars/green/dirty_sg.gif
create mode 100644 images/mood/moonsis/stars/green/drunk_sg.gif
create mode 100644 images/mood/moonsis/stars/green/emberassed_sg.gif
create mode 100644 images/mood/moonsis/stars/green/envious_sg.gif
create mode 100644 images/mood/moonsis/stars/green/exhausted_sg.gif
create mode 100644 images/mood/moonsis/stars/green/festive_sg.gif
create mode 100644 images/mood/moonsis/stars/green/full_sg.gif
create mode 100644 images/mood/moonsis/stars/green/grumpy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/happy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/horny_sg.gif
create mode 100644 images/mood/moonsis/stars/green/hot_sg.gif
create mode 100644 images/mood/moonsis/stars/green/hungry_sg.gif
create mode 100644 images/mood/moonsis/stars/green/hyper_sg.gif
create mode 100644 images/mood/moonsis/stars/green/indescribable_sg.gif
create mode 100644 images/mood/moonsis/stars/green/index.html
create mode 100644 images/mood/moonsis/stars/green/indifferent_sg.gif
create mode 100644 images/mood/moonsis/stars/green/loved_sg.gif
create mode 100644 images/mood/moonsis/stars/green/mellow_sg.gif
create mode 100644 images/mood/moonsis/stars/green/mischivious_sg.gif
create mode 100644 images/mood/moonsis/stars/green/nerdy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/pensive_sg.gif
create mode 100644 images/mood/moonsis/stars/green/sad_sg.gif
create mode 100644 images/mood/moonsis/stars/green/sexy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/sick_sg.gif
create mode 100644 images/mood/moonsis/stars/green/silly_sg.gif
create mode 100644 images/mood/moonsis/stars/green/singing_sg.gif
create mode 100644 images/mood/moonsis/stars/green/sleepy_sg.gif
create mode 100644 images/mood/moonsis/stars/green/sore_sg.gif
create mode 100644 images/mood/moonsis/stars/green/stressed_sg.gif
create mode 100644 images/mood/moonsis/stars/green/thirsty_sg.gif
create mode 100644 images/mood/moonsis/stars/green/working_sg.gif
create mode 100644 images/mood/moonsis/stars/index.html
create mode 100644 images/mood/moonsis/stars/purple/achy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/angelic_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/angry_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/artistic_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/awake_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/blank_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/bored_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/cold_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/confused_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/content_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/dancing_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/dirty_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/drunk_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/emberassed_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/envious_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/exhausted_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/festive_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/full_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/grumpy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/happy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/horny_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/hot_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/hungry_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/hyper_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/indescribable_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/index.html
create mode 100644 images/mood/moonsis/stars/purple/indifferent_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/loved_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/mellow_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/mischivious_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/nerdy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/pensive_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/sad_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/sexy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/sick_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/silly_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/singing_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/sleepy_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/sore_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/stressed_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/thirsty_sp.gif
create mode 100644 images/mood/moonsis/stars/purple/working_sp.gif
create mode 100644 images/mood/moonsis/stars/red/achy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/angelic_sr.gif
create mode 100644 images/mood/moonsis/stars/red/angry_sr.gif
create mode 100644 images/mood/moonsis/stars/red/artistic_sr.gif
create mode 100644 images/mood/moonsis/stars/red/awake_sr.gif
create mode 100644 images/mood/moonsis/stars/red/blank_sr.gif
create mode 100644 images/mood/moonsis/stars/red/bored_sr.gif
create mode 100644 images/mood/moonsis/stars/red/cold_sr.gif
create mode 100644 images/mood/moonsis/stars/red/confused_sr.gif
create mode 100644 images/mood/moonsis/stars/red/dancing_sr.gif
create mode 100644 images/mood/moonsis/stars/red/dirty_sr.gif
create mode 100644 images/mood/moonsis/stars/red/drunk_sr.gif
create mode 100644 images/mood/moonsis/stars/red/emberassed_sr.gif
create mode 100644 images/mood/moonsis/stars/red/envious_sr.gif
create mode 100644 images/mood/moonsis/stars/red/exhausted_sr.gif
create mode 100644 images/mood/moonsis/stars/red/festive_sr.gif
create mode 100644 images/mood/moonsis/stars/red/full_sr.gif
create mode 100644 images/mood/moonsis/stars/red/grumpy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/happy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/horny_sr.gif
create mode 100644 images/mood/moonsis/stars/red/hot_sr.gif
create mode 100644 images/mood/moonsis/stars/red/hungry_sr.gif
create mode 100644 images/mood/moonsis/stars/red/hyper_sr.gif
create mode 100644 images/mood/moonsis/stars/red/indescribable_sr.gif
create mode 100644 images/mood/moonsis/stars/red/index.html
create mode 100644 images/mood/moonsis/stars/red/indifferent_sr.gif
create mode 100644 images/mood/moonsis/stars/red/loved_sr.gif
create mode 100644 images/mood/moonsis/stars/red/mellow_sr.gif
create mode 100644 images/mood/moonsis/stars/red/mischivious_sr.gif
create mode 100644 images/mood/moonsis/stars/red/nerdy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/pensive_sr.gif
create mode 100644 images/mood/moonsis/stars/red/sad_sr.gif
create mode 100644 images/mood/moonsis/stars/red/sexy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/sick_sr.gif
create mode 100644 images/mood/moonsis/stars/red/silly_sr.gif
create mode 100644 images/mood/moonsis/stars/red/singing_sr.gif
create mode 100644 images/mood/moonsis/stars/red/sleepy_sr.gif
create mode 100644 images/mood/moonsis/stars/red/sore_sr.gif
create mode 100644 images/mood/moonsis/stars/red/stressed_sr.gif
create mode 100644 images/mood/moonsis/stars/red/thirsty_sr.gif
create mode 100644 images/mood/moonsis/stars/red/working_sr.gif
create mode 100644 images/mood/moonsis/stars/yellow/achy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/angelic_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/angry_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/artistic_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/awake_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/blank_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/bored_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/cold_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/confused_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/content_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/dancing_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/dirty_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/drunk_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/emberassed_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/envious_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/exhausted_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/festive_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/full_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/grumpy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/happy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/horny_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/hot_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/hungry_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/hyper_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/indescribable_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/index.html
create mode 100644 images/mood/moonsis/stars/yellow/indifferent_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/loved_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/mellow_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/mischivious_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/nerdy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/pensive_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/sad_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/sexy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/sick_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/silly_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/singing_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/sleepy_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/sore_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/stressed_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/thirsty_sy.gif
create mode 100644 images/mood/moonsis/stars/yellow/working_sy.gif
create mode 100644 images/mood/moonsis/stressed.gif
create mode 100644 images/mood/moonsis/thoughtful.gif
create mode 100644 images/mood/moonsis/tiredyawn.gif
create mode 100644 images/mood/moonsis/upsidedown.gif
create mode 100644 images/mood/moonsis/working.gif
create mode 100644 images/mood/moonsis/worried.gif
create mode 100644 images/mood/neko/index.html
create mode 100644 images/mood/neko/kaokitty/accomplished.gif
create mode 100644 images/mood/neko/kaokitty/aggravated.gif
create mode 100644 images/mood/neko/kaokitty/amused.gif
create mode 100644 images/mood/neko/kaokitty/angry.gif
create mode 100644 images/mood/neko/kaokitty/annoyed.gif
create mode 100644 images/mood/neko/kaokitty/anxious.gif
create mode 100644 images/mood/neko/kaokitty/apathetic.gif
create mode 100644 images/mood/neko/kaokitty/artistic.gif
create mode 100644 images/mood/neko/kaokitty/awake.gif
create mode 100644 images/mood/neko/kaokitty/bitchy.gif
create mode 100644 images/mood/neko/kaokitty/blah.gif
create mode 100644 images/mood/neko/kaokitty/blank.gif
create mode 100644 images/mood/neko/kaokitty/bored.gif
create mode 100644 images/mood/neko/kaokitty/bouncey.gif
create mode 100644 images/mood/neko/kaokitty/busy.gif
create mode 100644 images/mood/neko/kaokitty/calm.gif
create mode 100644 images/mood/neko/kaokitty/cheerful.gif
create mode 100644 images/mood/neko/kaokitty/chipper.gif
create mode 100644 images/mood/neko/kaokitty/cold.gif
create mode 100644 images/mood/neko/kaokitty/complacent.gif
create mode 100644 images/mood/neko/kaokitty/confused.gif
create mode 100644 images/mood/neko/kaokitty/contemplative.gif
create mode 100644 images/mood/neko/kaokitty/content.gif
create mode 100644 images/mood/neko/kaokitty/cranky.gif
create mode 100644 images/mood/neko/kaokitty/crappy.gif
create mode 100644 images/mood/neko/kaokitty/crazy.gif
create mode 100644 images/mood/neko/kaokitty/creative.gif
create mode 100644 images/mood/neko/kaokitty/crushed.gif
create mode 100644 images/mood/neko/kaokitty/curious.gif
create mode 100644 images/mood/neko/kaokitty/cynical.gif
create mode 100644 images/mood/neko/kaokitty/defensive.gif
create mode 100644 images/mood/neko/kaokitty/depressed.gif
create mode 100644 images/mood/neko/kaokitty/determined.gif
create mode 100644 images/mood/neko/kaokitty/devious.gif
create mode 100644 images/mood/neko/kaokitty/dirty.gif
create mode 100644 images/mood/neko/kaokitty/disappointed.gif
create mode 100644 images/mood/neko/kaokitty/discontent.gif
create mode 100644 images/mood/neko/kaokitty/distressed.gif
create mode 100644 images/mood/neko/kaokitty/ditzy.gif
create mode 100644 images/mood/neko/kaokitty/dorky.gif
create mode 100644 images/mood/neko/kaokitty/drained.gif
create mode 100644 images/mood/neko/kaokitty/drunk.gif
create mode 100644 images/mood/neko/kaokitty/ecstatic.gif
create mode 100644 images/mood/neko/kaokitty/eh.gif
create mode 100644 images/mood/neko/kaokitty/embarassed.gif
create mode 100644 images/mood/neko/kaokitty/energetic.gif
create mode 100644 images/mood/neko/kaokitty/enraged.gif
create mode 100644 images/mood/neko/kaokitty/enthralled.gif
create mode 100644 images/mood/neko/kaokitty/envious.gif
create mode 100644 images/mood/neko/kaokitty/exanimate.gif
create mode 100644 images/mood/neko/kaokitty/exausted.gif
create mode 100644 images/mood/neko/kaokitty/excited.gif
create mode 100644 images/mood/neko/kaokitty/flirty.gif
create mode 100644 images/mood/neko/kaokitty/frustrated.gif
create mode 100644 images/mood/neko/kaokitty/full.gif
create mode 100644 images/mood/neko/kaokitty/geeky.gif
create mode 100644 images/mood/neko/kaokitty/giddy.gif
create mode 100644 images/mood/neko/kaokitty/giggly.gif
create mode 100644 images/mood/neko/kaokitty/gloomy.gif
create mode 100644 images/mood/neko/kaokitty/good.gif
create mode 100644 images/mood/neko/kaokitty/grateful.gif
create mode 100644 images/mood/neko/kaokitty/groggy.gif
create mode 100644 images/mood/neko/kaokitty/grumpy.gif
create mode 100644 images/mood/neko/kaokitty/guilty.gif
create mode 100644 images/mood/neko/kaokitty/happy.gif
create mode 100644 images/mood/neko/kaokitty/high.gif
create mode 100644 images/mood/neko/kaokitty/hopeful.gif
create mode 100644 images/mood/neko/kaokitty/horny.gif
create mode 100644 images/mood/neko/kaokitty/hot.gif
create mode 100644 images/mood/neko/kaokitty/hungry.gif
create mode 100644 images/mood/neko/kaokitty/hungry2.gif
create mode 100644 images/mood/neko/kaokitty/hyper.gif
create mode 100644 images/mood/neko/kaokitty/impressed.gif
create mode 100644 images/mood/neko/kaokitty/indescribable.gif
create mode 100644 images/mood/neko/kaokitty/index.html
create mode 100644 images/mood/neko/kaokitty/indifferent.gif
create mode 100644 images/mood/neko/kaokitty/infuriated.gif
create mode 100644 images/mood/neko/kaokitty/intimidated.gif
create mode 100644 images/mood/neko/kaokitty/irate.gif
create mode 100644 images/mood/neko/kaokitty/irritated.gif
create mode 100644 images/mood/neko/kaokitty/jubilant.gif
create mode 100644 images/mood/neko/kaokitty/kiss.gif
create mode 100644 images/mood/neko/kaokitty/kisses.gif
create mode 100644 images/mood/neko/kaokitty/lazy.gif
create mode 100644 images/mood/neko/kaokitty/lethargic.gif
create mode 100644 images/mood/neko/kaokitty/listless.gif
create mode 100644 images/mood/neko/kaokitty/lonely.gif
create mode 100644 images/mood/neko/kaokitty/love.gif
create mode 100644 images/mood/neko/kaokitty/loved.gif
create mode 100644 images/mood/neko/kaokitty/mad.gif
create mode 100644 images/mood/neko/kaokitty/melancholy.gif
create mode 100644 images/mood/neko/kaokitty/mellow.gif
create mode 100644 images/mood/neko/kaokitty/mischievous.gif
create mode 100644 images/mood/neko/kaokitty/moody.gif
create mode 100644 images/mood/neko/kaokitty/morose.gif
create mode 100644 images/mood/neko/kaokitty/musical.gif
create mode 100644 images/mood/neko/kaokitty/naughty.gif
create mode 100644 images/mood/neko/kaokitty/nauseated.gif
create mode 100644 images/mood/neko/kaokitty/nerdy.gif
create mode 100644 images/mood/neko/kaokitty/nostalgic.gif
create mode 100644 images/mood/neko/kaokitty/numb.gif
create mode 100644 images/mood/neko/kaokitty/okay.gif
create mode 100644 images/mood/neko/kaokitty/optimistic.gif
create mode 100644 images/mood/neko/kaokitty/peaceful.gif
create mode 100644 images/mood/neko/kaokitty/pensive.gif
create mode 100644 images/mood/neko/kaokitty/pessimistic.gif
create mode 100644 images/mood/neko/kaokitty/pissed.gif
create mode 100644 images/mood/neko/kaokitty/pleased.gif
create mode 100644 images/mood/neko/kaokitty/predatory.gif
create mode 100644 images/mood/neko/kaokitty/productive.gif
create mode 100644 images/mood/neko/kaokitty/quiet.gif
create mode 100644 images/mood/neko/kaokitty/quixotic.gif
create mode 100644 images/mood/neko/kaokitty/recumbent.gif
create mode 100644 images/mood/neko/kaokitty/refreshed.gif
create mode 100644 images/mood/neko/kaokitty/rejected.gif
create mode 100644 images/mood/neko/kaokitty/rejuvenated.gif
create mode 100644 images/mood/neko/kaokitty/relaxed.gif
create mode 100644 images/mood/neko/kaokitty/relieved.gif
create mode 100644 images/mood/neko/kaokitty/restless.gif
create mode 100644 images/mood/neko/kaokitty/rushed.gif
create mode 100644 images/mood/neko/kaokitty/sad.gif
create mode 100644 images/mood/neko/kaokitty/satisfied.gif
create mode 100644 images/mood/neko/kaokitty/scared.gif
create mode 100644 images/mood/neko/kaokitty/shocked.gif
create mode 100644 images/mood/neko/kaokitty/sick.gif
create mode 100644 images/mood/neko/kaokitty/silly.gif
create mode 100644 images/mood/neko/kaokitty/singing.gif
create mode 100644 images/mood/neko/kaokitty/sleepy.gif
create mode 100644 images/mood/neko/kaokitty/snow.gif
create mode 100644 images/mood/neko/kaokitty/sore.gif
create mode 100644 images/mood/neko/kaokitty/stressed.gif
create mode 100644 images/mood/neko/kaokitty/suprised.gif
create mode 100644 images/mood/neko/kaokitty/sympathetic.gif
create mode 100644 images/mood/neko/kaokitty/thankful.gif
create mode 100644 images/mood/neko/kaokitty/thirsty.gif
create mode 100644 images/mood/neko/kaokitty/thoughtful.gif
create mode 100644 images/mood/neko/kaokitty/tired.gif
create mode 100644 images/mood/neko/kaokitty/touched.gif
create mode 100644 images/mood/neko/kaokitty/uncomfortable.gif
create mode 100644 images/mood/neko/kaokitty/weird.gif
create mode 100644 images/mood/neko/kaokitty/working.gif
create mode 100644 images/mood/neko/kaokitty/worried.gif
create mode 100644 images/mood/niaha/index.html
create mode 100644 images/mood/niaha/kitty/ankangry.gif
create mode 100644 images/mood/niaha/kitty/ankangryb.gif
create mode 100644 images/mood/niaha/kitty/ankangryg.gif
create mode 100644 images/mood/niaha/kitty/ankangryp.gif
create mode 100644 images/mood/niaha/kitty/ankangryr.gif
create mode 100644 images/mood/niaha/kitty/ankawake.gif
create mode 100644 images/mood/niaha/kitty/ankawakeb.gif
create mode 100644 images/mood/niaha/kitty/ankawakeg.gif
create mode 100644 images/mood/niaha/kitty/ankawakep.gif
create mode 100644 images/mood/niaha/kitty/ankawaker.gif
create mode 100644 images/mood/niaha/kitty/ankcreate.gif
create mode 100644 images/mood/niaha/kitty/ankcreateb.gif
create mode 100644 images/mood/niaha/kitty/ankcreateg.gif
create mode 100644 images/mood/niaha/kitty/ankcreatep.gif
create mode 100644 images/mood/niaha/kitty/ankcreater.gif
create mode 100644 images/mood/niaha/kitty/ankfood.gif
create mode 100644 images/mood/niaha/kitty/ankfoodb.gif
create mode 100644 images/mood/niaha/kitty/ankfoodg.gif
create mode 100644 images/mood/niaha/kitty/ankfoodp.gif
create mode 100644 images/mood/niaha/kitty/ankfoodr.gif
create mode 100644 images/mood/niaha/kitty/ankgeek.gif
create mode 100644 images/mood/niaha/kitty/ankgeekb.gif
create mode 100644 images/mood/niaha/kitty/ankgeekg.gif
create mode 100644 images/mood/niaha/kitty/ankgeekp.gif
create mode 100644 images/mood/niaha/kitty/ankgeekr.gif
create mode 100644 images/mood/niaha/kitty/ankhappy.gif
create mode 100644 images/mood/niaha/kitty/ankhappyb.gif
create mode 100644 images/mood/niaha/kitty/ankhappyg.gif
create mode 100644 images/mood/niaha/kitty/ankhappyp.gif
create mode 100644 images/mood/niaha/kitty/ankhappyr.gif
create mode 100644 images/mood/niaha/kitty/ankhunt.gif
create mode 100644 images/mood/niaha/kitty/ankhuntb.gif
create mode 100644 images/mood/niaha/kitty/ankhuntg.gif
create mode 100644 images/mood/niaha/kitty/ankhuntp.gif
create mode 100644 images/mood/niaha/kitty/ankhuntr.gif
create mode 100644 images/mood/niaha/kitty/ankhyper.gif
create mode 100644 images/mood/niaha/kitty/ankhyperb.gif
create mode 100644 images/mood/niaha/kitty/ankhyperg.gif
create mode 100644 images/mood/niaha/kitty/ankhyperp.gif
create mode 100644 images/mood/niaha/kitty/ankhyperr.gif
create mode 100644 images/mood/niaha/kitty/ankitten.gif
create mode 100644 images/mood/niaha/kitty/ankittenb.gif
create mode 100644 images/mood/niaha/kitty/ankitteng.gif
create mode 100644 images/mood/niaha/kitty/ankittenp.gif
create mode 100644 images/mood/niaha/kitty/ankittenr.gif
create mode 100644 images/mood/niaha/kitty/anksad.gif
create mode 100644 images/mood/niaha/kitty/anksadb.gif
create mode 100644 images/mood/niaha/kitty/anksadg.gif
create mode 100644 images/mood/niaha/kitty/anksadp.gif
create mode 100644 images/mood/niaha/kitty/anksadr.gif
create mode 100644 images/mood/niaha/kitty/ankscared.gif
create mode 100644 images/mood/niaha/kitty/ankscaredb.gif
create mode 100644 images/mood/niaha/kitty/ankscaredg.gif
create mode 100644 images/mood/niaha/kitty/ankscaredp.gif
create mode 100644 images/mood/niaha/kitty/ankscaredr.gif
create mode 100644 images/mood/niaha/kitty/anksleepy.gif
create mode 100644 images/mood/niaha/kitty/anksleepyb.gif
create mode 100644 images/mood/niaha/kitty/anksleepyg.gif
create mode 100644 images/mood/niaha/kitty/anksleepyp.gif
create mode 100644 images/mood/niaha/kitty/anksleepyr.gif
create mode 100644 images/mood/niaha/kitty/ankthink.gif
create mode 100644 images/mood/niaha/kitty/ankthinkb.gif
create mode 100644 images/mood/niaha/kitty/ankthinkg.gif
create mode 100644 images/mood/niaha/kitty/ankthinkp.gif
create mode 100644 images/mood/niaha/kitty/ankthinkr.gif
create mode 100644 images/mood/niaha/kitty/anktired.gif
create mode 100644 images/mood/niaha/kitty/anktiredb.gif
create mode 100644 images/mood/niaha/kitty/anktiredg.gif
create mode 100644 images/mood/niaha/kitty/anktiredp.gif
create mode 100644 images/mood/niaha/kitty/anktiredr.gif
create mode 100644 images/mood/niaha/kitty/ankwink.gif
create mode 100644 images/mood/niaha/kitty/ankwinkb.gif
create mode 100644 images/mood/niaha/kitty/ankwinkg.gif
create mode 100644 images/mood/niaha/kitty/ankwinkp.gif
create mode 100644 images/mood/niaha/kitty/ankwinkr.gif
create mode 100644 images/mood/niaha/kitty/index.html
create mode 100644 images/mood/nolegs/aggravated.gif
create mode 100644 images/mood/nolegs/amused.gif
create mode 100644 images/mood/nolegs/angry.gif
create mode 100644 images/mood/nolegs/annoyed.gif
create mode 100644 images/mood/nolegs/bored.gif
create mode 100644 images/mood/nolegs/bounce.gif
create mode 100644 images/mood/nolegs/calm.gif
create mode 100755 images/mood/nolegs/clean.pl
create mode 100644 images/mood/nolegs/complacent.gif
create mode 100644 images/mood/nolegs/confused.gif
create mode 100644 images/mood/nolegs/content.gif
create mode 100644 images/mood/nolegs/cranky.gif
create mode 100644 images/mood/nolegs/crappy.gif
create mode 100644 images/mood/nolegs/curious.gif
create mode 100644 images/mood/nolegs/depressed.gif
create mode 100644 images/mood/nolegs/determined.gif
create mode 100644 images/mood/nolegs/disappointed.gif
create mode 100644 images/mood/nolegs/discontent.gif
create mode 100644 images/mood/nolegs/ditzy.gif
create mode 100644 images/mood/nolegs/drained.gif
create mode 100644 images/mood/nolegs/drunk.gif
create mode 100644 images/mood/nolegs/energetic.gif
create mode 100644 images/mood/nolegs/enraged.gif
create mode 100644 images/mood/nolegs/enthralled.gif
create mode 100644 images/mood/nolegs/excited.gif
create mode 100644 images/mood/nolegs/exhausted.gif
create mode 100644 images/mood/nolegs/flirty.gif
create mode 100644 images/mood/nolegs/frustrated.gif
create mode 100644 images/mood/nolegs/giggly.gif
create mode 100644 images/mood/nolegs/gloomy.gif
create mode 100644 images/mood/nolegs/groggy.gif
create mode 100644 images/mood/nolegs/happy.gif
create mode 100644 images/mood/nolegs/high.gif
create mode 100644 images/mood/nolegs/horny.gif
create mode 100644 images/mood/nolegs/hyper.gif
create mode 100644 images/mood/nolegs/indescribable.gif
create mode 100644 images/mood/nolegs/index.html
create mode 100644 images/mood/nolegs/indifferent.gif
create mode 100644 images/mood/nolegs/infuriated.gif
create mode 100644 images/mood/nolegs/irate.gif
create mode 100644 images/mood/nolegs/jubilant.gif
create mode 100644 images/mood/nolegs/lazy.gif
create mode 100644 images/mood/nolegs/lethargic.gif
create mode 100644 images/mood/nolegs/listless.gif
create mode 100644 images/mood/nolegs/lonely.gif
create mode 100644 images/mood/nolegs/melancholy.gif
create mode 100644 images/mood/nolegs/mellow.gif
create mode 100644 images/mood/nolegs/mischievous.gif
create mode 100644 images/mood/nolegs/moody.gif
create mode 100644 images/mood/nolegs/morose.gif
create mode 100644 images/mood/nolegs/nostalgic.gif
create mode 100644 images/mood/nolegs/okay.gif
create mode 100644 images/mood/nolegs/optimistic.gif
create mode 100644 images/mood/nolegs/peaceful.gif
create mode 100644 images/mood/nolegs/pensive.gif
create mode 100644 images/mood/nolegs/pessimistic.gif
create mode 100644 images/mood/nolegs/pissed.gif
create mode 100644 images/mood/nolegs/recumbent.gif
create mode 100644 images/mood/nolegs/refreshed.gif
create mode 100644 images/mood/nolegs/rejuvenated.gif
create mode 100644 images/mood/nolegs/relaxed.gif
create mode 100644 images/mood/nolegs/relieved.gif
create mode 100644 images/mood/nolegs/restless.gif
create mode 100644 images/mood/nolegs/sad.gif
create mode 100644 images/mood/nolegs/satisfied.gif
create mode 100644 images/mood/nolegs/scared.gif
create mode 100644 images/mood/nolegs/silly.gif
create mode 100644 images/mood/nolegs/sleepy.gif
create mode 100644 images/mood/nolegs/sore.gif
create mode 100755 images/mood/nolegs/sqlstuff.txt
create mode 100644 images/mood/nolegs/stressed.gif
create mode 100644 images/mood/nolegs/thirsty.gif
create mode 100644 images/mood/nolegs/thoughtful.gif
create mode 100644 images/mood/nolegs/tired.gif
create mode 100644 images/mood/nolegs/touched.gif
create mode 100644 images/mood/nolegs/uncomfortable.gif
create mode 100644 images/mood/opiummmm/foxies/angry.gif
create mode 100644 images/mood/opiummmm/foxies/awake.gif
create mode 100644 images/mood/opiummmm/foxies/confused.gif
create mode 100644 images/mood/opiummmm/foxies/determined.gif
create mode 100644 images/mood/opiummmm/foxies/discontent.gif
create mode 100644 images/mood/opiummmm/foxies/energetic.gif
create mode 100644 images/mood/opiummmm/foxies/enthralled.gif
create mode 100644 images/mood/opiummmm/foxies/happy.gif
create mode 100644 images/mood/opiummmm/foxies/indescribable.gif
create mode 100644 images/mood/opiummmm/foxies/index.html
create mode 100644 images/mood/opiummmm/foxies/nerdy.gif
create mode 100644 images/mood/opiummmm/foxies/okay.gif
create mode 100644 images/mood/opiummmm/foxies/sad.gif
create mode 100644 images/mood/opiummmm/foxies/scared.gif
create mode 100644 images/mood/opiummmm/foxies/thoughtful.gif
create mode 100644 images/mood/opiummmm/foxies/working.gif
create mode 100644 images/mood/opiummmm/index.html
create mode 100644 images/mood/palefaces/aggravated.gif
create mode 100644 images/mood/palefaces/amused.gif
create mode 100644 images/mood/palefaces/angry.gif
create mode 100644 images/mood/palefaces/annoyed.gif
create mode 100644 images/mood/palefaces/anxious.gif
create mode 100644 images/mood/palefaces/artistic.gif
create mode 100644 images/mood/palefaces/awake.gif
create mode 100644 images/mood/palefaces/bitchy.gif
create mode 100644 images/mood/palefaces/blank.gif
create mode 100644 images/mood/palefaces/bouncy.gif
create mode 100644 images/mood/palefaces/busy.gif
create mode 100644 images/mood/palefaces/cheerful.gif
create mode 100644 images/mood/palefaces/cold.gif
create mode 100644 images/mood/palefaces/complacent.gif
create mode 100644 images/mood/palefaces/confused.gif
create mode 100644 images/mood/palefaces/cranky.gif
create mode 100644 images/mood/palefaces/crushed.gif
create mode 100644 images/mood/palefaces/curious.gif
create mode 100644 images/mood/palefaces/cynical.gif
create mode 100644 images/mood/palefaces/depressed.gif
create mode 100644 images/mood/palefaces/determined.gif
create mode 100644 images/mood/palefaces/dirty.gif
create mode 100644 images/mood/palefaces/drunk.gif
create mode 100644 images/mood/palefaces/ecstatic.gif
create mode 100644 images/mood/palefaces/embarrassed.gif
create mode 100644 images/mood/palefaces/energetic.gif
create mode 100644 images/mood/palefaces/enraged.gif
create mode 100644 images/mood/palefaces/enthralled.gif
create mode 100644 images/mood/palefaces/envious.gif
create mode 100644 images/mood/palefaces/exhausted.gif
create mode 100644 images/mood/palefaces/frustrated.gif
create mode 100644 images/mood/palefaces/full.gif
create mode 100644 images/mood/palefaces/gloomy.gif
create mode 100644 images/mood/palefaces/good.gif
create mode 100644 images/mood/palefaces/groggy.gif
create mode 100644 images/mood/palefaces/grumpy.gif
create mode 100644 images/mood/palefaces/happy.gif
create mode 100644 images/mood/palefaces/high.gif
create mode 100644 images/mood/palefaces/horny.gif
create mode 100644 images/mood/palefaces/hot.gif
create mode 100644 images/mood/palefaces/hungry.gif
create mode 100644 images/mood/palefaces/hyper.gif
create mode 100644 images/mood/palefaces/impressed.gif
create mode 100644 images/mood/palefaces/indescribable.gif
create mode 100644 images/mood/palefaces/index.html
create mode 100644 images/mood/palefaces/lazy.gif
create mode 100644 images/mood/palefaces/loved.gif
create mode 100644 images/mood/palefaces/mischievous.gif
create mode 100644 images/mood/palefaces/moody.gif
create mode 100644 images/mood/palefaces/nerdy.gif
create mode 100644 images/mood/palefaces/nostalgic.gif
create mode 100644 images/mood/palefaces/okay.gif
create mode 100644 images/mood/palefaces/predatory.gif
create mode 100644 images/mood/palefaces/refreshed.gif
create mode 100644 images/mood/palefaces/relaxed.gif
create mode 100644 images/mood/palefaces/relieved.gif
create mode 100644 images/mood/palefaces/rushed.gif
create mode 100644 images/mood/palefaces/sad.gif
create mode 100644 images/mood/palefaces/scared.gif
create mode 100644 images/mood/palefaces/shocked.gif
create mode 100644 images/mood/palefaces/sick.gif
create mode 100644 images/mood/palefaces/silly.gif
create mode 100644 images/mood/palefaces/sleepy.gif
create mode 100644 images/mood/palefaces/sore.gif
create mode 100644 images/mood/palefaces/surprised.gif
create mode 100644 images/mood/palefaces/thirsty.gif
create mode 100644 images/mood/palefaces/thoughtful.gif
create mode 100644 images/mood/palefaces/worried.gif
create mode 100644 images/mood/punquinheads/blue/angelic.gif
create mode 100644 images/mood/punquinheads/blue/angry.gif
create mode 100644 images/mood/punquinheads/blue/artistic.gif
create mode 100644 images/mood/punquinheads/blue/awake.gif
create mode 100644 images/mood/punquinheads/blue/blah.gif
create mode 100644 images/mood/punquinheads/blue/blank.gif
create mode 100644 images/mood/punquinheads/blue/brainy.gif
create mode 100644 images/mood/punquinheads/blue/caffeinated.gif
create mode 100644 images/mood/punquinheads/blue/cheerful.gif
create mode 100644 images/mood/punquinheads/blue/cold.gif
create mode 100644 images/mood/punquinheads/blue/confused.gif
create mode 100644 images/mood/punquinheads/blue/curious.gif
create mode 100644 images/mood/punquinheads/blue/determined.gif
create mode 100644 images/mood/punquinheads/blue/dirty.gif
create mode 100644 images/mood/punquinheads/blue/dizzy.gif
create mode 100644 images/mood/punquinheads/blue/embarrassed.gif
create mode 100644 images/mood/punquinheads/blue/envious.gif
create mode 100644 images/mood/punquinheads/blue/excited.gif
create mode 100644 images/mood/punquinheads/blue/flirty.gif
create mode 100644 images/mood/punquinheads/blue/freakingout.gif
create mode 100644 images/mood/punquinheads/blue/full.gif
create mode 100644 images/mood/punquinheads/blue/giggly.gif
create mode 100644 images/mood/punquinheads/blue/gloomy.gif
create mode 100644 images/mood/punquinheads/blue/groggy.gif
create mode 100644 images/mood/punquinheads/blue/grossedout.gif
create mode 100644 images/mood/punquinheads/blue/grumpy.gif
create mode 100644 images/mood/punquinheads/blue/happy.gif
create mode 100644 images/mood/punquinheads/blue/hopeful.gif
create mode 100644 images/mood/punquinheads/blue/hot.gif
create mode 100644 images/mood/punquinheads/blue/hungry.gif
create mode 100644 images/mood/punquinheads/blue/hungry2.gif
create mode 100644 images/mood/punquinheads/blue/hyper.gif
create mode 100644 images/mood/punquinheads/blue/indescribable.gif
create mode 100644 images/mood/punquinheads/blue/index.html
create mode 100644 images/mood/punquinheads/blue/indifferent.gif
create mode 100644 images/mood/punquinheads/blue/lazy.gif
create mode 100644 images/mood/punquinheads/blue/loved.gif
create mode 100644 images/mood/punquinheads/blue/magical.gif
create mode 100644 images/mood/punquinheads/blue/mellow.gif
create mode 100644 images/mood/punquinheads/blue/moody.gif
create mode 100644 images/mood/punquinheads/blue/musical.gif
create mode 100644 images/mood/punquinheads/blue/naughty.gif
create mode 100644 images/mood/punquinheads/blue/nerdy.gif
create mode 100644 images/mood/punquinheads/blue/okay.gif
create mode 100644 images/mood/punquinheads/blue/rockin.gif
create mode 100644 images/mood/punquinheads/blue/sad.gif
create mode 100644 images/mood/punquinheads/blue/sick.gif
create mode 100644 images/mood/punquinheads/blue/silly.gif
create mode 100644 images/mood/punquinheads/blue/sleepy.gif
create mode 100644 images/mood/punquinheads/blue/smart.gif
create mode 100644 images/mood/punquinheads/blue/sneezy.gif
create mode 100644 images/mood/punquinheads/blue/sore.gif
create mode 100644 images/mood/punquinheads/blue/spooky.gif
create mode 100644 images/mood/punquinheads/blue/stressed.gif
create mode 100644 images/mood/punquinheads/blue/stupid.gif
create mode 100644 images/mood/punquinheads/blue/surprised.gif
create mode 100644 images/mood/punquinheads/blue/thirsty.gif
create mode 100644 images/mood/punquinheads/blue/thoughtful.gif
create mode 100644 images/mood/punquinheads/blue/tired.gif
create mode 100644 images/mood/punquinheads/blue/unfocused.gif
create mode 100644 images/mood/punquinheads/blue/working.gif
create mode 100644 images/mood/punquinheads/blue/worried.gif
create mode 100644 images/mood/punquinheads/index.html
create mode 100644 images/mood/punquinheads/pink/angelic.gif
create mode 100644 images/mood/punquinheads/pink/angry.gif
create mode 100644 images/mood/punquinheads/pink/artistic.gif
create mode 100644 images/mood/punquinheads/pink/awake.gif
create mode 100644 images/mood/punquinheads/pink/blah.gif
create mode 100644 images/mood/punquinheads/pink/blank.gif
create mode 100755 images/mood/punquinheads/pink/brainy.gif
create mode 100755 images/mood/punquinheads/pink/caffeinated.gif
create mode 100644 images/mood/punquinheads/pink/cheerful.gif
create mode 100644 images/mood/punquinheads/pink/cold.gif
create mode 100644 images/mood/punquinheads/pink/confused.gif
create mode 100644 images/mood/punquinheads/pink/curious.gif
create mode 100644 images/mood/punquinheads/pink/determined.gif
create mode 100644 images/mood/punquinheads/pink/dirty.gif
create mode 100644 images/mood/punquinheads/pink/dizzy.gif
create mode 100644 images/mood/punquinheads/pink/embarrassed.gif
create mode 100644 images/mood/punquinheads/pink/envious.gif
create mode 100644 images/mood/punquinheads/pink/excited.gif
create mode 100644 images/mood/punquinheads/pink/flirty.gif
create mode 100644 images/mood/punquinheads/pink/freakingout.gif
create mode 100644 images/mood/punquinheads/pink/full.gif
create mode 100644 images/mood/punquinheads/pink/giggly.gif
create mode 100644 images/mood/punquinheads/pink/gloomy.gif
create mode 100644 images/mood/punquinheads/pink/groggy.gif
create mode 100644 images/mood/punquinheads/pink/grossedout.gif
create mode 100644 images/mood/punquinheads/pink/grumpy.gif
create mode 100644 images/mood/punquinheads/pink/happy.gif
create mode 100644 images/mood/punquinheads/pink/hopeful.gif
create mode 100644 images/mood/punquinheads/pink/hot.gif
create mode 100644 images/mood/punquinheads/pink/hungry.gif
create mode 100644 images/mood/punquinheads/pink/hungry2.gif
create mode 100644 images/mood/punquinheads/pink/hyper.gif
create mode 100644 images/mood/punquinheads/pink/indescribable.gif
create mode 100644 images/mood/punquinheads/pink/index.html
create mode 100644 images/mood/punquinheads/pink/indifferent.gif
create mode 100644 images/mood/punquinheads/pink/lazy.gif
create mode 100644 images/mood/punquinheads/pink/loved.gif
create mode 100644 images/mood/punquinheads/pink/magical.gif
create mode 100644 images/mood/punquinheads/pink/mellow.gif
create mode 100644 images/mood/punquinheads/pink/moody.gif
create mode 100644 images/mood/punquinheads/pink/musical.gif
create mode 100644 images/mood/punquinheads/pink/naughty.gif
create mode 100644 images/mood/punquinheads/pink/nerdy.gif
create mode 100644 images/mood/punquinheads/pink/okay.gif
create mode 100644 images/mood/punquinheads/pink/rockin.gif
create mode 100644 images/mood/punquinheads/pink/sad.gif
create mode 100644 images/mood/punquinheads/pink/sick.gif
create mode 100644 images/mood/punquinheads/pink/silly.gif
create mode 100644 images/mood/punquinheads/pink/sleepy.gif
create mode 100644 images/mood/punquinheads/pink/smart.gif
create mode 100644 images/mood/punquinheads/pink/sneezy.gif
create mode 100644 images/mood/punquinheads/pink/sore.gif
create mode 100644 images/mood/punquinheads/pink/spooky.gif
create mode 100644 images/mood/punquinheads/pink/stressed.gif
create mode 100644 images/mood/punquinheads/pink/stupid.gif
create mode 100644 images/mood/punquinheads/pink/surprised.gif
create mode 100644 images/mood/punquinheads/pink/thirsty.gif
create mode 100644 images/mood/punquinheads/pink/thoughtful.gif
create mode 100644 images/mood/punquinheads/pink/tired.gif
create mode 100644 images/mood/punquinheads/pink/unfocused.gif
create mode 100644 images/mood/punquinheads/pink/working.gif
create mode 100644 images/mood/punquinheads/pink/worried.gif
create mode 100644 images/mood/roshi/index.html
create mode 100644 images/mood/roshi/palefaces/aggravated.gif
create mode 100644 images/mood/roshi/palefaces/amused.gif
create mode 100644 images/mood/roshi/palefaces/angry.gif
create mode 100644 images/mood/roshi/palefaces/annoyed.gif
create mode 100644 images/mood/roshi/palefaces/anxious.gif
create mode 100644 images/mood/roshi/palefaces/artistic.gif
create mode 100644 images/mood/roshi/palefaces/awake.gif
create mode 100644 images/mood/roshi/palefaces/bitchy.gif
create mode 100644 images/mood/roshi/palefaces/blank.gif
create mode 100644 images/mood/roshi/palefaces/bouncy.gif
create mode 100644 images/mood/roshi/palefaces/busy.gif
create mode 100644 images/mood/roshi/palefaces/cheerful.gif
create mode 100644 images/mood/roshi/palefaces/cold.gif
create mode 100644 images/mood/roshi/palefaces/complacent.gif
create mode 100644 images/mood/roshi/palefaces/confused.gif
create mode 100644 images/mood/roshi/palefaces/cranky.gif
create mode 100644 images/mood/roshi/palefaces/crushed.gif
create mode 100644 images/mood/roshi/palefaces/curious.gif
create mode 100644 images/mood/roshi/palefaces/cynical.gif
create mode 100644 images/mood/roshi/palefaces/depressed.gif
create mode 100644 images/mood/roshi/palefaces/determined.gif
create mode 100644 images/mood/roshi/palefaces/dirty.gif
create mode 100644 images/mood/roshi/palefaces/drunk.gif
create mode 100644 images/mood/roshi/palefaces/ecstatic.gif
create mode 100644 images/mood/roshi/palefaces/embarrassed.gif
create mode 100644 images/mood/roshi/palefaces/energetic.gif
create mode 100644 images/mood/roshi/palefaces/enraged.gif
create mode 100644 images/mood/roshi/palefaces/enthralled.gif
create mode 100644 images/mood/roshi/palefaces/envious.gif
create mode 100644 images/mood/roshi/palefaces/exhausted.gif
create mode 100644 images/mood/roshi/palefaces/frustrated.gif
create mode 100644 images/mood/roshi/palefaces/full.gif
create mode 100644 images/mood/roshi/palefaces/gloomy.gif
create mode 100644 images/mood/roshi/palefaces/good.gif
create mode 100644 images/mood/roshi/palefaces/groggy.gif
create mode 100644 images/mood/roshi/palefaces/grumpy.gif
create mode 100644 images/mood/roshi/palefaces/happy.gif
create mode 100644 images/mood/roshi/palefaces/high.gif
create mode 100644 images/mood/roshi/palefaces/horny.gif
create mode 100644 images/mood/roshi/palefaces/hot.gif
create mode 100644 images/mood/roshi/palefaces/hungry.gif
create mode 100644 images/mood/roshi/palefaces/hyper.gif
create mode 100644 images/mood/roshi/palefaces/impressed.gif
create mode 100644 images/mood/roshi/palefaces/indescribable.gif
create mode 100644 images/mood/roshi/palefaces/index.html
create mode 100644 images/mood/roshi/palefaces/lazy.gif
create mode 100644 images/mood/roshi/palefaces/loved.gif
create mode 100644 images/mood/roshi/palefaces/mischievous.gif
create mode 100644 images/mood/roshi/palefaces/moody.gif
create mode 100644 images/mood/roshi/palefaces/nerdy.gif
create mode 100644 images/mood/roshi/palefaces/nostalgic.gif
create mode 100644 images/mood/roshi/palefaces/okay.gif
create mode 100644 images/mood/roshi/palefaces/predatory.gif
create mode 100644 images/mood/roshi/palefaces/refreshed.gif
create mode 100644 images/mood/roshi/palefaces/relaxed.gif
create mode 100644 images/mood/roshi/palefaces/relieved.gif
create mode 100644 images/mood/roshi/palefaces/rushed.gif
create mode 100644 images/mood/roshi/palefaces/sad.gif
create mode 100644 images/mood/roshi/palefaces/scared.gif
create mode 100644 images/mood/roshi/palefaces/shocked.gif
create mode 100644 images/mood/roshi/palefaces/sick.gif
create mode 100644 images/mood/roshi/palefaces/silly.gif
create mode 100644 images/mood/roshi/palefaces/sleepy.gif
create mode 100644 images/mood/roshi/palefaces/sore.gif
create mode 100644 images/mood/roshi/palefaces/surprised.gif
create mode 100644 images/mood/roshi/palefaces/thirsty.gif
create mode 100644 images/mood/roshi/palefaces/thoughtful.gif
create mode 100644 images/mood/roshi/palefaces/worried.gif
create mode 100644 images/mood/sam/aggravated.gif
create mode 100644 images/mood/sam/amused.gif
create mode 100644 images/mood/sam/angry.gif
create mode 100644 images/mood/sam/annoyed.gif
create mode 100644 images/mood/sam/anxious.gif
create mode 100644 images/mood/sam/bored.gif
create mode 100644 images/mood/sam/bouncy.gif
create mode 100644 images/mood/sam/calm.gif
create mode 100755 images/mood/sam/clean.pl
create mode 100644 images/mood/sam/complacent.gif
create mode 100644 images/mood/sam/confused.gif
create mode 100644 images/mood/sam/content.gif
create mode 100644 images/mood/sam/cranky.gif
create mode 100644 images/mood/sam/crappy.gif
create mode 100644 images/mood/sam/curious.gif
create mode 100644 images/mood/sam/depressed.gif
create mode 100644 images/mood/sam/determined.gif
create mode 100644 images/mood/sam/disappointed.gif
create mode 100644 images/mood/sam/discontent.gif
create mode 100644 images/mood/sam/ditzy.gif
create mode 100644 images/mood/sam/drained.gif
create mode 100644 images/mood/sam/drunk.gif
create mode 100644 images/mood/sam/embarrassed.gif
create mode 100644 images/mood/sam/energetic.gif
create mode 100644 images/mood/sam/enfuriated.gif
create mode 100644 images/mood/sam/enraged.gif
create mode 100644 images/mood/sam/enthralled.gif
create mode 100644 images/mood/sam/envious.gif
create mode 100644 images/mood/sam/exanimate.gif
create mode 100644 images/mood/sam/excited.gif
create mode 100644 images/mood/sam/exhausted.gif
create mode 100644 images/mood/sam/flirty.gif
create mode 100644 images/mood/sam/frustrated.gif
create mode 100644 images/mood/sam/giggly.gif
create mode 100644 images/mood/sam/gloomy.gif
create mode 100644 images/mood/sam/groggy.gif
create mode 100644 images/mood/sam/happy.gif
create mode 100644 images/mood/sam/high.gif
create mode 100644 images/mood/sam/hopeful.gif
create mode 100644 images/mood/sam/horny.gif
create mode 100644 images/mood/sam/hungry.gif
create mode 100644 images/mood/sam/hyper.gif
create mode 100644 images/mood/sam/indescribable.gif
create mode 100644 images/mood/sam/index.html
create mode 100644 images/mood/sam/indifferent.gif
create mode 100644 images/mood/sam/infuriated.gif
create mode 100644 images/mood/sam/irate.gif
create mode 100644 images/mood/sam/jubilant.gif
create mode 100644 images/mood/sam/lazy.gif
create mode 100644 images/mood/sam/lethargic.gif
create mode 100644 images/mood/sam/listless.gif
create mode 100644 images/mood/sam/lonely.gif
create mode 100644 images/mood/sam/melancholy.gif
create mode 100644 images/mood/sam/mellow.gif
create mode 100644 images/mood/sam/mischieveous.gif
create mode 100644 images/mood/sam/mischievous.gif
create mode 100644 images/mood/sam/moody.gif
create mode 100644 images/mood/sam/morose.gif
create mode 100644 images/mood/sam/nostalgic.gif
create mode 100644 images/mood/sam/okay.gif
create mode 100644 images/mood/sam/optimistic.gif
create mode 100644 images/mood/sam/peaceful.gif
create mode 100644 images/mood/sam/pensive.gif
create mode 100644 images/mood/sam/pessimistic.gif
create mode 100644 images/mood/sam/pissed.gif
create mode 100644 images/mood/sam/recumbant.gif
create mode 100644 images/mood/sam/refreshed.gif
create mode 100644 images/mood/sam/rejuvenated.gif
create mode 100644 images/mood/sam/relaxed.gif
create mode 100644 images/mood/sam/relieved.gif
create mode 100644 images/mood/sam/restless.gif
create mode 100644 images/mood/sam/sad.gif
create mode 100644 images/mood/sam/satisfied.gif
create mode 100644 images/mood/sam/scared.gif
create mode 100644 images/mood/sam/silly.gif
create mode 100644 images/mood/sam/sleepy.gif
create mode 100644 images/mood/sam/sore.gif
create mode 100755 images/mood/sam/sqlstuff.txt
create mode 100644 images/mood/sam/stressed.gif
create mode 100644 images/mood/sam/thirsty.gif
create mode 100644 images/mood/sam/thoughtful.gif
create mode 100644 images/mood/sam/tired.gif
create mode 100644 images/mood/sam/touched.gif
create mode 100644 images/mood/sam/uncomfortable.gif
create mode 100644 images/mood/square/b/aggravated.gif
create mode 100644 images/mood/square/b/artistic.gif
create mode 100644 images/mood/square/b/bored.gif
create mode 100644 images/mood/square/b/cold.gif
create mode 100644 images/mood/square/b/confused.gif
create mode 100644 images/mood/square/b/content.gif
create mode 100644 images/mood/square/b/cranky.gif
create mode 100644 images/mood/square/b/curious.gif
create mode 100644 images/mood/square/b/embarrassed.gif
create mode 100644 images/mood/square/b/envious.gif
create mode 100644 images/mood/square/b/evil.gif
create mode 100644 images/mood/square/b/full.gif
create mode 100644 images/mood/square/b/giggly.gif
create mode 100644 images/mood/square/b/groggy.gif
create mode 100644 images/mood/square/b/happy.gif
create mode 100644 images/mood/square/b/hopeful.gif
create mode 100644 images/mood/square/b/hot.gif
create mode 100644 images/mood/square/b/hungry.gif
create mode 100644 images/mood/square/b/hyper.gif
create mode 100644 images/mood/square/b/index.html
create mode 100644 images/mood/square/b/loved.gif
create mode 100644 images/mood/square/b/mellow.gif
create mode 100644 images/mood/square/b/nerdy.gif
create mode 100644 images/mood/square/b/okay.gif
create mode 100755 images/mood/square/b/prepare.pl
create mode 100644 images/mood/square/b/sad.gif
create mode 100644 images/mood/square/b/sick.gif
create mode 100644 images/mood/square/b/silly.gif
create mode 100644 images/mood/square/b/sleepy.gif
create mode 100644 images/mood/square/b/stressed.gif
create mode 100644 images/mood/square/b/tired.gif
create mode 100644 images/mood/square/b/worried.gif
create mode 100644 images/mood/square/index.html
create mode 100644 images/mood/square/p/aggravated.gif
create mode 100644 images/mood/square/p/artistic.gif
create mode 100644 images/mood/square/p/bored.gif
create mode 100644 images/mood/square/p/cold.gif
create mode 100644 images/mood/square/p/confused.gif
create mode 100644 images/mood/square/p/content.gif
create mode 100644 images/mood/square/p/cranky.gif
create mode 100644 images/mood/square/p/curious.gif
create mode 100644 images/mood/square/p/embarrassed.gif
create mode 100644 images/mood/square/p/envious.gif
create mode 100644 images/mood/square/p/evil.gif
create mode 100644 images/mood/square/p/full.gif
create mode 100644 images/mood/square/p/giggly.gif
create mode 100644 images/mood/square/p/groggy.gif
create mode 100644 images/mood/square/p/happy.gif
create mode 100644 images/mood/square/p/hopeful.gif
create mode 100644 images/mood/square/p/hot.gif
create mode 100644 images/mood/square/p/hungry.gif
create mode 100644 images/mood/square/p/hyper.gif
create mode 100644 images/mood/square/p/index.html
create mode 100644 images/mood/square/p/loved.gif
create mode 100644 images/mood/square/p/mellow.gif
create mode 100644 images/mood/square/p/nerdy.gif
create mode 100644 images/mood/square/p/okay.gif
create mode 100644 images/mood/square/p/sad.gif
create mode 100644 images/mood/square/p/sick.gif
create mode 100644 images/mood/square/p/silly.gif
create mode 100644 images/mood/square/p/sleepy.gif
create mode 100644 images/mood/square/p/stressed.gif
create mode 100644 images/mood/square/p/tired.gif
create mode 100644 images/mood/square/p/worried.gif
create mode 100644 images/mood/square/y/aggravated.gif
create mode 100644 images/mood/square/y/artistic.gif
create mode 100644 images/mood/square/y/bored.gif
create mode 100644 images/mood/square/y/cold.gif
create mode 100644 images/mood/square/y/confused.gif
create mode 100644 images/mood/square/y/content.gif
create mode 100644 images/mood/square/y/cranky.gif
create mode 100644 images/mood/square/y/curious.gif
create mode 100644 images/mood/square/y/embarrassed.gif
create mode 100644 images/mood/square/y/envious.gif
create mode 100644 images/mood/square/y/evil.gif
create mode 100644 images/mood/square/y/full.gif
create mode 100644 images/mood/square/y/giggly.gif
create mode 100644 images/mood/square/y/groggy.gif
create mode 100644 images/mood/square/y/happy.gif
create mode 100644 images/mood/square/y/hopeful.gif
create mode 100644 images/mood/square/y/hot.gif
create mode 100644 images/mood/square/y/hungry.gif
create mode 100644 images/mood/square/y/hyper.gif
create mode 100644 images/mood/square/y/index.html
create mode 100644 images/mood/square/y/loved.gif
create mode 100644 images/mood/square/y/mellow.gif
create mode 100644 images/mood/square/y/nerdy.gif
create mode 100644 images/mood/square/y/okay.gif
create mode 100644 images/mood/square/y/sad.gif
create mode 100644 images/mood/square/y/sick.gif
create mode 100644 images/mood/square/y/silly.gif
create mode 100644 images/mood/square/y/sleepy.gif
create mode 100644 images/mood/square/y/stressed.gif
create mode 100644 images/mood/square/y/tired.gif
create mode 100644 images/mood/square/y/worried.gif
create mode 100644 images/mood/threnody/index.html
create mode 100644 images/mood/threnody/mice/index.html
create mode 100644 images/mood/threnody/mice/m-accomplished.gif
create mode 100644 images/mood/threnody/mice/m-angry.gif
create mode 100644 images/mood/threnody/mice/m-artistic.gif
create mode 100644 images/mood/threnody/mice/m-awake.gif
create mode 100644 images/mood/threnody/mice/m-blank.gif
create mode 100644 images/mood/threnody/mice/m-calm.gif
create mode 100644 images/mood/threnody/mice/m-cold.gif
create mode 100644 images/mood/threnody/mice/m-confused.gif
create mode 100644 images/mood/threnody/mice/m-curious.gif
create mode 100644 images/mood/threnody/mice/m-determined.gif
create mode 100644 images/mood/threnody/mice/m-devious.gif
create mode 100644 images/mood/threnody/mice/m-drunk.gif
create mode 100644 images/mood/threnody/mice/m-embarassed.gif
create mode 100644 images/mood/threnody/mice/m-energetic.gif
create mode 100644 images/mood/threnody/mice/m-enthralled.gif
create mode 100644 images/mood/threnody/mice/m-envious.gif
create mode 100644 images/mood/threnody/mice/m-gloomy.gif
create mode 100644 images/mood/threnody/mice/m-good.gif
create mode 100644 images/mood/threnody/mice/m-happy.gif
create mode 100644 images/mood/threnody/mice/m-high.gif
create mode 100644 images/mood/threnody/mice/m-horny.gif
create mode 100644 images/mood/threnody/mice/m-hot.gif
create mode 100644 images/mood/threnody/mice/m-hungry.gif
create mode 100644 images/mood/threnody/mice/m-indescribable.gif
create mode 100644 images/mood/threnody/mice/m-loved.gif
create mode 100644 images/mood/threnody/mice/m-mellow.gif
create mode 100644 images/mood/threnody/mice/m-nerdy.gif
create mode 100644 images/mood/threnody/mice/m-okay.gif
create mode 100644 images/mood/threnody/mice/m-optimistic.gif
create mode 100644 images/mood/threnody/mice/m-sad.gif
create mode 100644 images/mood/threnody/mice/m-scared.gif
create mode 100644 images/mood/threnody/mice/m-shocked.gif
create mode 100644 images/mood/threnody/mice/m-sick.gif
create mode 100644 images/mood/threnody/mice/m-thoughtful.gif
create mode 100644 images/mood/threnody/mice/m-tired.gif
create mode 100644 images/mood/threnody/mice/m-working.gif
create mode 100644 images/mood/threnody/mice/m-worried.gif
create mode 100644 images/mood/xenia/greyblack/aggravated.gif
create mode 100644 images/mood/xenia/greyblack/amused.gif
create mode 100644 images/mood/xenia/greyblack/angry.gif
create mode 100644 images/mood/xenia/greyblack/bitchy.gif
create mode 100644 images/mood/xenia/greyblack/blank.gif
create mode 100644 images/mood/xenia/greyblack/cold.gif
create mode 100644 images/mood/xenia/greyblack/confident.gif
create mode 100644 images/mood/xenia/greyblack/confused.gif
create mode 100644 images/mood/xenia/greyblack/crazy.gif
create mode 100644 images/mood/xenia/greyblack/crushed.gif
create mode 100644 images/mood/xenia/greyblack/dirty.gif
create mode 100644 images/mood/xenia/greyblack/drunk.gif
create mode 100644 images/mood/xenia/greyblack/ecstatic.gif
create mode 100644 images/mood/xenia/greyblack/embarrassed.gif
create mode 100644 images/mood/xenia/greyblack/energetic.gif
create mode 100644 images/mood/xenia/greyblack/enthralled.gif
create mode 100644 images/mood/xenia/greyblack/flirty.gif
create mode 100644 images/mood/xenia/greyblack/happy.gif
create mode 100644 images/mood/xenia/greyblack/high.gif
create mode 100644 images/mood/xenia/greyblack/horny.gif
create mode 100644 images/mood/xenia/greyblack/hot.gif
create mode 100644 images/mood/xenia/greyblack/hungry.gif
create mode 100644 images/mood/xenia/greyblack/indescribable.gif
create mode 100644 images/mood/xenia/greyblack/index.html
create mode 100644 images/mood/xenia/greyblack/indifferent.gif
create mode 100644 images/mood/xenia/greyblack/loved.gif
create mode 100644 images/mood/xenia/greyblack/pensive.gif
create mode 100644 images/mood/xenia/greyblack/rejected.gif
create mode 100644 images/mood/xenia/greyblack/relaxed.gif
create mode 100644 images/mood/xenia/greyblack/sad.gif
create mode 100644 images/mood/xenia/greyblack/scared.gif
create mode 100644 images/mood/xenia/greyblack/sick.gif
create mode 100644 images/mood/xenia/greyblack/silly.gif
create mode 100644 images/mood/xenia/greyblack/surprised.gif
create mode 100644 images/mood/xenia/greyblack/thirsty.gif
create mode 100644 images/mood/xenia/greyblack/thoughtful.gif
create mode 100644 images/mood/xenia/greyblack/tired.gif
create mode 100644 images/mood/xenia/index.html
create mode 100644 images/mood/xenia/redblack/aggravated.gif
create mode 100644 images/mood/xenia/redblack/amused.gif
create mode 100644 images/mood/xenia/redblack/angry.gif
create mode 100644 images/mood/xenia/redblack/bitchy.gif
create mode 100644 images/mood/xenia/redblack/blank.gif
create mode 100644 images/mood/xenia/redblack/cold.gif
create mode 100644 images/mood/xenia/redblack/confident.gif
create mode 100644 images/mood/xenia/redblack/confused.gif
create mode 100644 images/mood/xenia/redblack/crazy.gif
create mode 100644 images/mood/xenia/redblack/crushed.gif
create mode 100644 images/mood/xenia/redblack/dirty.gif
create mode 100644 images/mood/xenia/redblack/drunk.gif
create mode 100644 images/mood/xenia/redblack/ecstatic.gif
create mode 100644 images/mood/xenia/redblack/embarrassed.gif
create mode 100644 images/mood/xenia/redblack/energetic.gif
create mode 100644 images/mood/xenia/redblack/enthralled.gif
create mode 100644 images/mood/xenia/redblack/exhausted.gif
create mode 100644 images/mood/xenia/redblack/flirty.gif
create mode 100644 images/mood/xenia/redblack/happy.gif
create mode 100644 images/mood/xenia/redblack/high.gif
create mode 100644 images/mood/xenia/redblack/horny.gif
create mode 100644 images/mood/xenia/redblack/hot.gif
create mode 100644 images/mood/xenia/redblack/hungry.gif
create mode 100644 images/mood/xenia/redblack/indescribable.gif
create mode 100644 images/mood/xenia/redblack/index.html
create mode 100644 images/mood/xenia/redblack/indifferent.gif
create mode 100644 images/mood/xenia/redblack/loved.gif
create mode 100644 images/mood/xenia/redblack/pensive.gif
create mode 100644 images/mood/xenia/redblack/rejected.gif
create mode 100644 images/mood/xenia/redblack/relaxed.gif
create mode 100644 images/mood/xenia/redblack/sad.gif
create mode 100644 images/mood/xenia/redblack/scared.gif
create mode 100644 images/mood/xenia/redblack/sick.gif
create mode 100644 images/mood/xenia/redblack/silly.gif
create mode 100644 images/mood/xenia/redblack/surprised.gif
create mode 100644 images/mood/xenia/redblack/thirsty.gif
create mode 100644 images/mood/xenia/redblack/thoughtful.gif
create mode 100755 livejournal/Inline/README.txt
create mode 100755 livejournal/README.txt
create mode 100755 livejournal/bin/api2html.pl
create mode 100755 livejournal/bin/checkconfig.pl
create mode 100755 livejournal/bin/cvsreport.pl
create mode 100755 livejournal/bin/dbcheck.pl
create mode 100755 livejournal/bin/dbselectd.pl
create mode 100755 livejournal/bin/deleteusers.pl
create mode 100755 livejournal/bin/dumpsql.pl
create mode 100755 livejournal/bin/fingerd.pl
create mode 100755 livejournal/bin/interdoc.pl
create mode 100755 livejournal/bin/jmk
create mode 100755 livejournal/bin/lj-inline.pl
create mode 100755 livejournal/bin/ljblockwatcher.pl
create mode 100755 livejournal/bin/ljmaint.pl
create mode 100755 livejournal/bin/ljsysban.pl
create mode 100755 livejournal/bin/ljubackup.pl
create mode 100755 livejournal/bin/ljumover.pl
create mode 100755 livejournal/bin/logsummarize.pl
create mode 100755 livejournal/bin/mailgated.pl
create mode 100755 livejournal/bin/maint/bday.pl
create mode 100755 livejournal/bin/maint/captcha.pl
create mode 100755 livejournal/bin/maint/clean_caches.pl
create mode 100755 livejournal/bin/maint/generic.pl
create mode 100755 livejournal/bin/maint/stats.pl
create mode 100755 livejournal/bin/maint/statspics.pl
create mode 100755 livejournal/bin/maint/synsuck.pl
create mode 100755 livejournal/bin/maint/taskinfo.txt
create mode 100755 livejournal/bin/moveucluster.pl
create mode 100755 livejournal/bin/moveuclusterd.pl
create mode 100755 livejournal/bin/qbufferd.pl
create mode 100755 livejournal/bin/statserv.pl
create mode 100755 livejournal/bin/truncate-cluster.pl
create mode 100755 livejournal/bin/upgrading/base-data.sql
create mode 100755 livejournal/bin/upgrading/blobify_userpics.pl
create mode 100755 livejournal/bin/upgrading/compress_cluster.pl
create mode 100755 livejournal/bin/upgrading/d1d2-single.pl
create mode 100755 livejournal/bin/upgrading/d4d5-global.pl
create mode 100755 livejournal/bin/upgrading/d5d6-mkf.pl
create mode 100755 livejournal/bin/upgrading/d6d7-userpics.pl
create mode 100755 livejournal/bin/upgrading/deadphrases.dat
create mode 100755 livejournal/bin/upgrading/en.dat
create mode 100755 livejournal/bin/upgrading/import-includes.pl
create mode 100755 livejournal/bin/upgrading/make_system.pl
create mode 100755 livejournal/bin/upgrading/migrate-phoneposts.pl
create mode 100755 livejournal/bin/upgrading/migrate-userpics.pl
create mode 100755 livejournal/bin/upgrading/migrate-userprop.pl
create mode 100755 livejournal/bin/upgrading/moods.dat
create mode 100755 livejournal/bin/upgrading/move0cluster.pl
create mode 100755 livejournal/bin/upgrading/pop-clusterprops.pl
create mode 100755 livejournal/bin/upgrading/pop-weekuu.pl
create mode 100755 livejournal/bin/upgrading/s1style-rw.pl
create mode 100755 livejournal/bin/upgrading/s1styles.dat
create mode 100755 livejournal/bin/upgrading/s2layers.dat
create mode 100755 livejournal/bin/upgrading/s2layers/classic/classic.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/classic/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/classic/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/classic/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/cleansimple/cleansimple.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/cleansimple/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/cleansimple/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/cleansimple/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/core1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/digitalmultiplex/digitalmultiplex.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/digitalmultiplex/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/digitalmultiplex/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/generator/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/generator/generator.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/generator/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/generator/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/haven/haven.png
create mode 100755 livejournal/bin/upgrading/s2layers/haven/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/haven/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/da1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/de1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/en1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/eo1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/fi1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/fr1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/ja1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/i18nc/ru1.s2
create mode 100755 livejournal/bin/upgrading/s2layers/magazine/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/magazine/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/magazine/magazine.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/magazine/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/notepad/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/notepad/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/notepad/notepad.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/policy.dat
create mode 100755 livejournal/bin/upgrading/s2layers/punquin/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/punquin/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/punquin/punquin.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/punquin/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/sturdygesture/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/sturdygesture/sturdygesture.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/sturdygesture/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/tabularindent/en.s2
create mode 100755 livejournal/bin/upgrading/s2layers/tabularindent/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/tabularindent/tabularindent.jpg
create mode 100755 livejournal/bin/upgrading/s2layers/tabularindent/themes.s2
create mode 100755 livejournal/bin/upgrading/s2layers/variableflow/layout.s2
create mode 100755 livejournal/bin/upgrading/s2layers/variableflow/preview.jpg
create mode 100755 livejournal/bin/upgrading/s2style-wizard-update.pl
create mode 100755 livejournal/bin/upgrading/support-upgrade.pl
create mode 100755 livejournal/bin/upgrading/text.dat
create mode 100755 livejournal/bin/upgrading/texttool.pl
create mode 100755 livejournal/bin/upgrading/truncate_cluster.pl
create mode 100755 livejournal/bin/upgrading/update-db-general.pl
create mode 100755 livejournal/bin/upgrading/update-db.pl
create mode 100755 livejournal/bin/weblog-summarize.pl
create mode 100755 livejournal/bootstrap.pl
create mode 100755 livejournal/cgi-bin/Apache/DebateSuicide.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal/Interface/AtomAPI.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal/Interface/Blogger.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal/Interface/FotoBilder.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal/Interface/S2.pm
create mode 100755 livejournal/cgi-bin/Apache/LiveJournal/PalImg.pm
create mode 100755 livejournal/cgi-bin/Apache/SendStats.pm
create mode 100755 livejournal/cgi-bin/BlobClient.pm
create mode 100755 livejournal/cgi-bin/BlobClient/Local.pm
create mode 100755 livejournal/cgi-bin/BlobClient/Remote.pm
create mode 100755 livejournal/cgi-bin/LJ/Blob.pm
create mode 100755 livejournal/cgi-bin/LJ/Cache.pm
create mode 100755 livejournal/cgi-bin/LJ/Captcha.pm
create mode 100755 livejournal/cgi-bin/LJ/LDAP.pm
create mode 100755 livejournal/cgi-bin/LJ/MemCache.pm
create mode 100755 livejournal/cgi-bin/LJ/OpenID.pm
create mode 100755 livejournal/cgi-bin/LJ/S2.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/DayPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/EntryPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/FriendsPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/MonthPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/RecentPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/ReplyPage.pm
create mode 100755 livejournal/cgi-bin/LJ/S2/YearPage.pm
create mode 100755 livejournal/cgi-bin/LJ/SixDegrees.pm
create mode 100755 livejournal/cgi-bin/LJ/SpellCheck.pm
create mode 100755 livejournal/cgi-bin/LJ/TagGenerator.pm
create mode 100755 livejournal/cgi-bin/LJ/TextMessage.pm
create mode 100755 livejournal/cgi-bin/LJ/User.pm
create mode 100755 livejournal/cgi-bin/PaletteModify.pm
create mode 100755 livejournal/cgi-bin/XML/Atom.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Client.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Content.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Entry.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/ErrorHandler.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Feed.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Link.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Person.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Server.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Thing.pm
create mode 100755 livejournal/cgi-bin/XML/Atom/Util.pm
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/koi8-r.enc
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/koi8-r.xml
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/windows-1251.enc
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/windows-1251.xml
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/windows-1252.enc
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/windows-1252.xml
create mode 100755 livejournal/cgi-bin/XML/Parser/Encodings/windows-1255.enc
create mode 100755 livejournal/cgi-bin/XML/README.txt
create mode 100755 livejournal/cgi-bin/bml/scheme/bluewhite.look
create mode 100755 livejournal/cgi-bin/bml/scheme/global.look
create mode 100755 livejournal/cgi-bin/bml/scheme/lynx.look
create mode 100755 livejournal/cgi-bin/bml/scheme/opalcat.look
create mode 100755 livejournal/cgi-bin/bml/scheme/woais.look
create mode 100755 livejournal/cgi-bin/cleanhtml.pl
create mode 100755 livejournal/cgi-bin/communitylib.pl
create mode 100755 livejournal/cgi-bin/conban.pl
create mode 100755 livejournal/cgi-bin/confaq.pl
create mode 100755 livejournal/cgi-bin/conmoodtheme.pl
create mode 100755 livejournal/cgi-bin/conshared.pl
create mode 100755 livejournal/cgi-bin/console.pl
create mode 100755 livejournal/cgi-bin/consuspend.pl
create mode 100755 livejournal/cgi-bin/crumbs.pl
create mode 100755 livejournal/cgi-bin/directorylib.pl
create mode 100755 livejournal/cgi-bin/emailcheck.pl
create mode 100755 livejournal/cgi-bin/fbupload.pl
create mode 100755 livejournal/cgi-bin/htmlcontrols.pl
create mode 100755 livejournal/cgi-bin/imageconf.pl
create mode 100755 livejournal/cgi-bin/lj-bml-blocks.pl
create mode 100755 livejournal/cgi-bin/lj-bml-init.pl
create mode 100755 livejournal/cgi-bin/ljcmdbuffer.pl
create mode 100755 livejournal/cgi-bin/ljdb.pl
create mode 100755 livejournal/cgi-bin/ljdefaults.pl
create mode 100755 livejournal/cgi-bin/ljemailgateway.pl
create mode 100755 livejournal/cgi-bin/ljfeed.pl
create mode 100755 livejournal/cgi-bin/ljlang.pl
create mode 100755 livejournal/cgi-bin/ljlib.pl
create mode 100755 livejournal/cgi-bin/ljlinks.pl
create mode 100755 livejournal/cgi-bin/ljmail.pl
create mode 100755 livejournal/cgi-bin/ljmemories.pl
create mode 100755 livejournal/cgi-bin/ljpoll.pl
create mode 100755 livejournal/cgi-bin/ljprotocol.pl
create mode 100755 livejournal/cgi-bin/ljtodo.pl
create mode 100755 livejournal/cgi-bin/ljviews.pl
create mode 100755 livejournal/cgi-bin/modperl.pl
create mode 100755 livejournal/cgi-bin/modperl_subs.pl
create mode 100755 livejournal/cgi-bin/parsefeed.pl
create mode 100755 livejournal/cgi-bin/portal.pl
create mode 100755 livejournal/cgi-bin/propparse.pl
create mode 100755 livejournal/cgi-bin/redirect.dat
create mode 100755 livejournal/cgi-bin/statslib.pl
create mode 100755 livejournal/cgi-bin/supportlib.pl
create mode 100755 livejournal/cgi-bin/synlib.pl
create mode 100755 livejournal/cgi-bin/sysban.pl
create mode 100755 livejournal/cgi-bin/taglib.pl
create mode 100755 livejournal/cgi-bin/talklib.pl
create mode 100755 livejournal/cgi-bin/userpicmagic.txt
create mode 100755 livejournal/cgi-bin/weblib.pl
create mode 100755 livejournal/cvs/multicvs.conf
create mode 100755 livejournal/doc/designnotes/multihomed_userprops.txt
create mode 100755 livejournal/doc/ljconfig.pl.txt
create mode 100755 livejournal/doc/notes/user-statusvis.txt
create mode 100755 livejournal/doc/raw/appendices/gfdl.xml
create mode 100755 livejournal/doc/raw/build/api/api2db.pl
create mode 100755 livejournal/doc/raw/build/api/apidoc.conf
create mode 100755 livejournal/doc/raw/build/caps/cap-local.pl
create mode 100755 livejournal/doc/raw/build/caps/cap2db.pl
create mode 100755 livejournal/doc/raw/build/chunk.xsl
create mode 100755 livejournal/doc/raw/build/console/console2db.pl
create mode 100755 livejournal/doc/raw/build/db/db2ref.xsl
create mode 100755 livejournal/doc/raw/build/db/dbschema.dtd
create mode 100755 livejournal/doc/raw/build/db/dbschema.pl
create mode 100755 livejournal/doc/raw/build/docbooklib.pl
create mode 100755 livejournal/doc/raw/build/generate.pl
create mode 100755 livejournal/doc/raw/build/hooks/hooks2db.pl
create mode 100755 livejournal/doc/raw/build/install/modulelist2db.pl
create mode 100755 livejournal/doc/raw/build/ljconfig/ljconfig2db.pl
create mode 100755 livejournal/doc/raw/build/ljdocs2html.xsl
create mode 100755 livejournal/doc/raw/build/nochunk.xsl
create mode 100755 livejournal/doc/raw/build/priv/priv2db.pl
create mode 100755 livejournal/doc/raw/build/protocol/authinfo.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/checkfriends.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/consolecommand.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/editevent.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/editfriendgroups.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/editfriends.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/flat2db.pl
create mode 100755 livejournal/doc/raw/build/protocol/friendgroups.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/friendof.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/friendslist.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/getchallenge.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/getdaycounts.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/getevents.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/getfriendgroups.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/getfriends.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/login.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/moods.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/postevent.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/proplist2db.pl
create mode 100755 livejournal/doc/raw/build/protocol/sessionexpire.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/sessiongenerate.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/syncitems.mode.xml
create mode 100755 livejournal/doc/raw/build/protocol/usejournal.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/usejournals.ent.xml
create mode 100755 livejournal/doc/raw/build/protocol/xml-rpc2db.xsl
create mode 100755 livejournal/doc/raw/build/protocol/xmlrpc.dtd
create mode 100755 livejournal/doc/raw/build/protocol/xmlrpc.xml
create mode 100755 livejournal/doc/raw/build/titlepage.xsl
create mode 100755 livejournal/doc/raw/entities/authors.ent
create mode 100755 livejournal/doc/raw/entities/books.ent
create mode 100755 livejournal/doc/raw/entities/content.ent
create mode 100755 livejournal/doc/raw/entities/entities.xml
create mode 100755 livejournal/doc/raw/entities/lj.book.ent
create mode 100755 livejournal/doc/raw/entities/ljp.book.ent
create mode 100755 livejournal/doc/raw/http-interface.txt
create mode 100755 livejournal/doc/raw/index.xml
create mode 100755 livejournal/doc/raw/int/db/db2ref.xsl
create mode 100755 livejournal/doc/raw/int/db/dbschema.dtd
create mode 100755 livejournal/doc/raw/int/db/dbschema.pl
create mode 100755 livejournal/doc/raw/int/db/schema.xml
create mode 100755 livejournal/doc/raw/int/programming-guidelines.xml
create mode 100755 livejournal/doc/raw/int/protocol/Makefile
create mode 100755 livejournal/doc/raw/int/protocol/authinfo.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/checkfriends.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/consolecommand.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/editevent.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/editfriendgroups.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/editfriends.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/friendgroups.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/friendof.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/friendslist.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/getdaycounts.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/getevents.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/getfriendgroups.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/getfriends.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/login.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/moods.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/postevent.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/syncitems.mode.xml
create mode 100755 livejournal/doc/raw/int/protocol/testbook.xml
create mode 100755 livejournal/doc/raw/int/protocol/to_docbook.xsl
create mode 100755 livejournal/doc/raw/int/protocol/usejournal.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/usejournals.ent.xml
create mode 100755 livejournal/doc/raw/int/protocol/xmlrpc.dtd
create mode 100755 livejournal/doc/raw/int/protocol/xmlrpc.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/caps_list.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/console.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/create_users.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/creating_users.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/index.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/privs.xml
create mode 100755 livejournal/doc/raw/lj.book/admin/sysban.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/hooks.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/images.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/index.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/layout.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/limits.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/local_cvs.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/tasks.xml
create mode 100755 livejournal/doc/raw/lj.book/customize/text.xml
create mode 100755 livejournal/doc/raw/lj.book/features/index.xml
create mode 100755 livejournal/doc/raw/lj.book/features/support.xml
create mode 100755 livejournal/doc/raw/lj.book/features/topics.xml
create mode 100755 livejournal/doc/raw/lj.book/index.xml
create mode 100755 livejournal/doc/raw/lj.book/install/apache_setup.xml
create mode 100755 livejournal/doc/raw/lj.book/install/finishing.xml
create mode 100755 livejournal/doc/raw/lj.book/install/general_setup.xml
create mode 100755 livejournal/doc/raw/lj.book/install/index.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.caps.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.dbinfo.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.disabled.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.helpurls.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.vars.xml
create mode 100755 livejournal/doc/raw/lj.book/install/ljconfig.xml
create mode 100755 livejournal/doc/raw/lj.book/install/mysql_setup.xml
create mode 100755 livejournal/doc/raw/lj.book/install/perl_setup.xml
create mode 100755 livejournal/doc/raw/lj.book/install/reqs.xml
create mode 100755 livejournal/doc/raw/lj.book/install/schedule_tasks.xml
create mode 100755 livejournal/doc/raw/lj.book/intro/goat.xml
create mode 100755 livejournal/doc/raw/lj.book/intro/index.xml
create mode 100755 livejournal/doc/raw/lj.book/intro/story.xml
create mode 100755 livejournal/doc/raw/lj.book/intro/what_is.xml
create mode 100755 livejournal/doc/raw/lj.book/intro/why.xml
create mode 100755 livejournal/doc/raw/lj.book/preface.xml
create mode 100755 livejournal/doc/raw/ljp.book/api/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/bml/core.xml
create mode 100755 livejournal/doc/raw/ljp.book/bml/flags.xml
create mode 100755 livejournal/doc/raw/ljp.book/bml/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/appx.faq.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/auth.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/blogger.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/cs.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/flat/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/proplist.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/versions.xml
create mode 100755 livejournal/doc/raw/ljp.book/csp/xml-rpc/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/db/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/db/reluser.xml
create mode 100755 livejournal/doc/raw/ljp.book/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/int/bml_faq.xml
create mode 100755 livejournal/doc/raw/ljp.book/int/cap_classes.xml
create mode 100755 livejournal/doc/raw/ljp.book/int/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/database.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/general.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/patches.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/performance.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/perl_style.xml
create mode 100755 livejournal/doc/raw/ljp.book/prog-guide/security.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/compare.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s1/design.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s1/history.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s1/index.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s2/design.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s2/history.xml
create mode 100755 livejournal/doc/raw/ljp.book/styles/s2/index.xml
create mode 100755 livejournal/doc/raw/memcache-keys.txt
create mode 100755 livejournal/doc/raw/mogile-keys.txt
create mode 100755 livejournal/doc/raw/notes.txt
create mode 100755 livejournal/doc/raw/s1/s1ref2db.pl
create mode 100755 livejournal/doc/raw/s1/vars.dat
create mode 100755 livejournal/doc/raw/s1/views.dat
create mode 100755 livejournal/doc/raw/s2/lj/build.pl
create mode 100755 livejournal/doc/raw/s2/lj/dateformats.xml
create mode 100755 livejournal/doc/raw/s2/lj/entities.xml
create mode 100755 livejournal/doc/raw/s2/lj/faq.xml
create mode 100755 livejournal/doc/raw/s2/lj/index.xml
create mode 100755 livejournal/doc/raw/s2/lj/quickstart.xml
create mode 100755 livejournal/doc/raw/s2/lj/s2onlj.xml
create mode 100755 livejournal/doc/raw/s2/lj/siteapi.xml
create mode 100755 livejournal/doc/todo.txt
create mode 100755 livejournal/htdocs/500-error.html
create mode 100755 livejournal/htdocs/_config.bml
create mode 100755 livejournal/htdocs/accountstatus.bml
create mode 100755 livejournal/htdocs/admin/capedit.bml
create mode 100755 livejournal/htdocs/admin/clusterstatus.bml
create mode 100755 livejournal/htdocs/admin/console/index.bml
create mode 100755 livejournal/htdocs/admin/console/reference.bml
create mode 100755 livejournal/htdocs/admin/dbadmin.bml
create mode 100755 livejournal/htdocs/admin/faq/faqedit.bml
create mode 100755 livejournal/htdocs/admin/faq/faqedit_do.bml
create mode 100755 livejournal/htdocs/admin/faq/index.bml
create mode 100755 livejournal/htdocs/admin/faq/readcat.bml
create mode 100755 livejournal/htdocs/admin/fileedit/index.bml
create mode 100755 livejournal/htdocs/admin/memcache.bml
create mode 100755 livejournal/htdocs/admin/memcache_view.bml
create mode 100755 livejournal/htdocs/admin/mysql_status.bml
create mode 100755 livejournal/htdocs/admin/priv/index.bml
create mode 100755 livejournal/htdocs/admin/recent_comments.bml
create mode 100755 livejournal/htdocs/admin/schema/index.bml
create mode 100755 livejournal/htdocs/admin/spamreports.bml
create mode 100755 livejournal/htdocs/admin/statushistory.bml
create mode 100755 livejournal/htdocs/admin/topics/blank.bml
create mode 100755 livejournal/htdocs/admin/topics/index.bml
create mode 100755 livejournal/htdocs/admin/topics/links.bml
create mode 100755 livejournal/htdocs/admin/topics/screen.html
create mode 100755 livejournal/htdocs/admin/topics/screen_do.bml
create mode 100755 livejournal/htdocs/admin/topics/screen_instructions.bml
create mode 100755 livejournal/htdocs/admin/topics/screen_links.bml
create mode 100755 livejournal/htdocs/admin/topics/screentop.bml
create mode 100755 livejournal/htdocs/admin/topics/screentop.html
create mode 100755 livejournal/htdocs/admin/topics/screentop_do.bml
create mode 100755 livejournal/htdocs/admin/topics/start.bml
create mode 100755 livejournal/htdocs/admin/userlog.bml
create mode 100755 livejournal/htdocs/allpics.bml
create mode 100755 livejournal/htdocs/approve.bml
create mode 100755 livejournal/htdocs/birthdays.bml
create mode 100755 livejournal/htdocs/captcha/audio.bml
create mode 100755 livejournal/htdocs/captcha/image.bml
create mode 100755 livejournal/htdocs/changepassword.bml
create mode 100755 livejournal/htdocs/community/create.bml
create mode 100755 livejournal/htdocs/community/index.bml
create mode 100755 livejournal/htdocs/community/join.bml
create mode 100755 livejournal/htdocs/community/leave.bml
create mode 100755 livejournal/htdocs/community/manage.bml
create mode 100755 livejournal/htdocs/community/members.bml
create mode 100755 livejournal/htdocs/community/moderate.bml
create mode 100755 livejournal/htdocs/community/pending.bml
create mode 100755 livejournal/htdocs/community/search.bml
create mode 100755 livejournal/htdocs/community/sentinvites.bml
create mode 100755 livejournal/htdocs/community/settings.bml
create mode 100755 livejournal/htdocs/community/transfer.bml
create mode 100755 livejournal/htdocs/create.bml
create mode 100755 livejournal/htdocs/customize/advanced/index.bml
create mode 100755 livejournal/htdocs/customize/advanced/layerbrowse.bml
create mode 100755 livejournal/htdocs/customize/advanced/layeredit.bml
create mode 100755 livejournal/htdocs/customize/advanced/layers.bml
create mode 100755 livejournal/htdocs/customize/advanced/layersource.bml
create mode 100755 livejournal/htdocs/customize/advanced/styles.bml
create mode 100755 livejournal/htdocs/customize/index.bml
create mode 100755 livejournal/htdocs/customize/layer.bml
create mode 100755 livejournal/htdocs/customize/preview.bml
create mode 100755 livejournal/htdocs/customize/themes.bml
create mode 100755 livejournal/htdocs/customize/viewuser.bml
create mode 100755 livejournal/htdocs/delcomment.bml
create mode 100755 livejournal/htdocs/dev/userlist.bml
create mode 100755 livejournal/htdocs/directory.bml
create mode 100755 livejournal/htdocs/directorysearch.bml
create mode 100755 livejournal/htdocs/doc/.placeholder
create mode 100755 livejournal/htdocs/editinfo.bml
create mode 100755 livejournal/htdocs/editjournal.bml
create mode 100755 livejournal/htdocs/editpics.bml
create mode 100755 livejournal/htdocs/edittags.bml
create mode 100755 livejournal/htdocs/export.bml
create mode 100755 livejournal/htdocs/export_comments.bml
create mode 100755 livejournal/htdocs/export_do.bml
create mode 100755 livejournal/htdocs/files/.placeholder
create mode 100755 livejournal/htdocs/friends/add.bml
create mode 100755 livejournal/htdocs/friends/edit.bml
create mode 100755 livejournal/htdocs/friends/editgroups.bml
create mode 100755 livejournal/htdocs/friends/filter.bml
create mode 100755 livejournal/htdocs/friends/graph.bml
create mode 100755 livejournal/htdocs/friends/index.bml
create mode 100755 livejournal/htdocs/go.bml
create mode 100755 livejournal/htdocs/img/addfriend.gif
create mode 100755 livejournal/htdocs/img/anonymous.gif
create mode 100755 livejournal/htdocs/img/blackdot.gif
create mode 100755 livejournal/htdocs/img/bluedot.gif
create mode 100755 livejournal/htdocs/img/bluewhite/bluefade.jpg
create mode 100755 livejournal/htdocs/img/bluewhite/bullet.gif
create mode 100755 livejournal/htdocs/img/bluewhite/hline.gif
create mode 100755 livejournal/htdocs/img/bluewhite/home.gif
create mode 100755 livejournal/htdocs/img/bluewhite/hr_divdot.gif
create mode 100755 livejournal/htdocs/img/bluewhite/linetop.gif
create mode 100755 livejournal/htdocs/img/bluewhite/sidebarfade.gif
create mode 100755 livejournal/htdocs/img/bluewhite/sidebarfade_line.gif
create mode 100755 livejournal/htdocs/img/bluewhite/title.gif
create mode 100755 livejournal/htdocs/img/bluewhite/vline.gif
create mode 100755 livejournal/htdocs/img/btn_addfriend.gif
create mode 100755 livejournal/htdocs/img/btn_del.gif
create mode 100755 livejournal/htdocs/img/btn_dn.gif
create mode 100755 livejournal/htdocs/img/btn_edit.gif
create mode 100755 livejournal/htdocs/img/btn_edittags.gif
create mode 100755 livejournal/htdocs/img/btn_freeze.gif
create mode 100755 livejournal/htdocs/img/btn_memories.gif
create mode 100755 livejournal/htdocs/img/btn_next.gif
create mode 100755 livejournal/htdocs/img/btn_prev.gif
create mode 100755 livejournal/htdocs/img/btn_scr.gif
create mode 100755 livejournal/htdocs/img/btn_search.gif
create mode 100755 livejournal/htdocs/img/btn_tellfriend.gif
create mode 100755 livejournal/htdocs/img/btn_todo.gif
create mode 100755 livejournal/htdocs/img/btn_unfreeze.gif
create mode 100755 livejournal/htdocs/img/btn_unscr.gif
create mode 100755 livejournal/htdocs/img/btn_up.gif
create mode 100755 livejournal/htdocs/img/captcha/2.png
create mode 100755 livejournal/htdocs/img/captcha/3.png
create mode 100755 livejournal/htdocs/img/captcha/4.png
create mode 100755 livejournal/htdocs/img/captcha/5.png
create mode 100755 livejournal/htdocs/img/captcha/6.png
create mode 100755 livejournal/htdocs/img/captcha/7.png
create mode 100755 livejournal/htdocs/img/captcha/8.png
create mode 100755 livejournal/htdocs/img/captcha/9.png
create mode 100755 livejournal/htdocs/img/captcha/a.png
create mode 100755 livejournal/htdocs/img/captcha/b.png
create mode 100755 livejournal/htdocs/img/captcha/background1.png
create mode 100755 livejournal/htdocs/img/captcha/background2.png
create mode 100755 livejournal/htdocs/img/captcha/background3.png
create mode 100755 livejournal/htdocs/img/captcha/background4.png
create mode 100755 livejournal/htdocs/img/captcha/background5.png
create mode 100755 livejournal/htdocs/img/captcha/c.png
create mode 100755 livejournal/htdocs/img/captcha/d.png
create mode 100755 livejournal/htdocs/img/captcha/e.png
create mode 100755 livejournal/htdocs/img/captcha/f.png
create mode 100755 livejournal/htdocs/img/captcha/g.png
create mode 100755 livejournal/htdocs/img/captcha/h.png
create mode 100755 livejournal/htdocs/img/captcha/i.png
create mode 100755 livejournal/htdocs/img/captcha/j.png
create mode 100755 livejournal/htdocs/img/captcha/k.png
create mode 100755 livejournal/htdocs/img/captcha/l.png
create mode 100755 livejournal/htdocs/img/captcha/m.png
create mode 100755 livejournal/htdocs/img/captcha/n.png
create mode 100755 livejournal/htdocs/img/captcha/o.png
create mode 100755 livejournal/htdocs/img/captcha/p.png
create mode 100755 livejournal/htdocs/img/captcha/q.png
create mode 100755 livejournal/htdocs/img/captcha/r.png
create mode 100755 livejournal/htdocs/img/captcha/s.png
create mode 100755 livejournal/htdocs/img/captcha/t.png
create mode 100755 livejournal/htdocs/img/captcha/u.png
create mode 100755 livejournal/htdocs/img/captcha/v.png
create mode 100755 livejournal/htdocs/img/captcha/w.png
create mode 100755 livejournal/htdocs/img/captcha/x.png
create mode 100755 livejournal/htdocs/img/captcha/y.png
create mode 100755 livejournal/htdocs/img/captcha/z.png
create mode 100755 livejournal/htdocs/img/colorpicker/crosshair.gif
create mode 100755 livejournal/htdocs/img/colorpicker/pointer.gif
create mode 100755 livejournal/htdocs/img/colorpicker/spectrum.png
create mode 100755 livejournal/htdocs/img/community.gif
create mode 100755 livejournal/htdocs/img/corn_ne.gif
create mode 100755 livejournal/htdocs/img/corn_nw.gif
create mode 100755 livejournal/htdocs/img/corn_se.gif
create mode 100755 livejournal/htdocs/img/corn_sw.gif
create mode 100755 livejournal/htdocs/img/delcomment.gif
create mode 100755 livejournal/htdocs/img/dot.gif
create mode 100755 livejournal/htdocs/img/dot_green.gif
create mode 100755 livejournal/htdocs/img/dot_red.gif
create mode 100755 livejournal/htdocs/img/dot_yellow.gif
create mode 100755 livejournal/htdocs/img/doublearrow.gif
create mode 100755 livejournal/htdocs/img/globe.gif
create mode 100755 livejournal/htdocs/img/grey_gradbg.gif
create mode 100755 livejournal/htdocs/img/help.gif
create mode 100755 livejournal/htdocs/img/hourglass.gif
create mode 100755 livejournal/htdocs/img/icon_private.gif
create mode 100755 livejournal/htdocs/img/icon_protected.gif
create mode 100755 livejournal/htdocs/img/imageplaceholder.png
create mode 100755 livejournal/htdocs/img/imageplaceholder2.png
create mode 100755 livejournal/htdocs/img/imageplaceholder3.png
create mode 100755 livejournal/htdocs/img/key.gif
create mode 100755 livejournal/htdocs/img/knobs.gif
create mode 100755 livejournal/htdocs/img/leftarrow.gif
create mode 100755 livejournal/htdocs/img/level1.gif
create mode 100755 livejournal/htdocs/img/level2.gif
create mode 100755 livejournal/htdocs/img/level3.gif
create mode 100755 livejournal/htdocs/img/level4.gif
create mode 100755 livejournal/htdocs/img/level5.gif
create mode 100755 livejournal/htdocs/img/memadd.gif
create mode 100755 livejournal/htdocs/img/message-error.gif
create mode 100755 livejournal/htdocs/img/message-warning.gif
create mode 100755 livejournal/htdocs/img/nerd_small.jpg
create mode 100755 livejournal/htdocs/img/newsinfo.gif
create mode 100755 livejournal/htdocs/img/opal/bullet.gif
create mode 100755 livejournal/htdocs/img/opal/home.gif
create mode 100755 livejournal/htdocs/img/opal/home.jpg
create mode 100755 livejournal/htdocs/img/opal/pencil-line.gif
create mode 100755 livejournal/htdocs/img/opal/spiral1.jpg
create mode 100755 livejournal/htdocs/img/opal/spiral2.jpg
create mode 100755 livejournal/htdocs/img/opal/spiralbg.jpg
create mode 100755 livejournal/htdocs/img/openid-badge.gif
create mode 100755 livejournal/htdocs/img/openid-inputicon.gif
create mode 100755 livejournal/htdocs/img/openid-profile.gif
create mode 100755 livejournal/htdocs/img/pencil.gif
create mode 100755 livejournal/htdocs/img/poll/leftbar.gif
create mode 100755 livejournal/htdocs/img/poll/mainbar.gif
create mode 100755 livejournal/htdocs/img/poll/rightbar.gif
create mode 100755 livejournal/htdocs/img/rightarrow.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_bold.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_copy.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_cut.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_hyperlink.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_image.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_italic.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_list.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_ljcut.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_ljuser.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_numbered_list.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_paste.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_redo.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_text_larger.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_text_normal.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_text_smaller.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_textcolor.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_underline.gif
create mode 100755 livejournal/htdocs/img/rte/post_button_undo.gif
create mode 100755 livejournal/htdocs/img/searchingdots.gif
create mode 100755 livejournal/htdocs/img/style/notepad/bottom-left.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/bottom-line.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/bottom-right.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/hr.gif
create mode 100755 livejournal/htdocs/img/style/notepad/middle.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/side-left.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/side-right.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/spacer.gif
create mode 100755 livejournal/htdocs/img/style/notepad/tab.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/top-left.jpg
create mode 100755 livejournal/htdocs/img/style/notepad/top-right.jpg
create mode 100755 livejournal/htdocs/img/style/webley/bottom.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc0.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc1.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc10.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc100.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc11.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc12.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc13.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc14.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc15.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc16.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc17.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc18.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc19.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc2.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc20.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc21.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc22.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc23.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc24.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc25.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc26.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc27.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc28.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc29.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc3.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc30.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc31.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc32.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc33.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc34.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc35.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc36.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc37.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc38.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc39.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc4.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc40.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc41.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc42.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc43.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc44.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc45.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc46.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc47.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc48.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc49.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc5.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc50.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc51.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc52.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc53.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc54.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc55.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc56.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc57.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc58.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc59.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc6.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc60.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc61.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc62.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc63.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc64.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc65.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc66.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc67.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc68.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc69.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc7.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc70.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc71.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc72.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc73.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc74.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc75.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc76.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc77.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc78.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc79.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc8.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc80.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc81.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc82.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc83.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc84.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc85.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc86.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc87.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc88.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc89.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc9.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc90.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc91.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc92.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc93.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc94.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc95.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc96.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc97.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc98.png
create mode 100755 livejournal/htdocs/img/style/webley/jwc99.png
create mode 100755 livejournal/htdocs/img/style/webley/left.png
create mode 100755 livejournal/htdocs/img/style/webley/ll.png
create mode 100755 livejournal/htdocs/img/style/webley/rb.png
create mode 100755 livejournal/htdocs/img/style/webley/right.png
create mode 100755 livejournal/htdocs/img/style/webley/top.png
create mode 100755 livejournal/htdocs/img/style/webley/ul.png
create mode 100755 livejournal/htdocs/img/style/webley/ur.png
create mode 100755 livejournal/htdocs/img/syndicated.gif
create mode 100755 livejournal/htdocs/img/talk/md01_alien.gif
create mode 100755 livejournal/htdocs/img/talk/md02_skull.gif
create mode 100755 livejournal/htdocs/img/talk/md05_sick.gif
create mode 100755 livejournal/htdocs/img/talk/md06_radioactive.gif
create mode 100755 livejournal/htdocs/img/talk/md07_cool.gif
create mode 100755 livejournal/htdocs/img/talk/md08_bulb.gif
create mode 100755 livejournal/htdocs/img/talk/md09_thumbdown.gif
create mode 100755 livejournal/htdocs/img/talk/md10_thumbup.gif
create mode 100755 livejournal/htdocs/img/talk/new.gif
create mode 100755 livejournal/htdocs/img/talk/none.gif
create mode 100755 livejournal/htdocs/img/talk/sm01_smiley.gif
create mode 100755 livejournal/htdocs/img/talk/sm02_wink.gif
create mode 100755 livejournal/htdocs/img/talk/sm03_blush.gif
create mode 100755 livejournal/htdocs/img/talk/sm04_shock.gif
create mode 100755 livejournal/htdocs/img/talk/sm05_sad.gif
create mode 100755 livejournal/htdocs/img/talk/sm06_angry.gif
create mode 100755 livejournal/htdocs/img/talk/sm07_check.gif
create mode 100755 livejournal/htdocs/img/talk/sm08_star.gif
create mode 100755 livejournal/htdocs/img/talk/sm09_mail.gif
create mode 100755 livejournal/htdocs/img/talk/sm10_eyes.gif
create mode 100755 livejournal/htdocs/img/us_map.gif
create mode 100755 livejournal/htdocs/img/userinfo.gif
create mode 100755 livejournal/htdocs/img/xml.gif
create mode 100755 livejournal/htdocs/inc/account-codes
create mode 100755 livejournal/htdocs/inc/support-currentproblems
create mode 100755 livejournal/htdocs/inc/support-links
create mode 100755 livejournal/htdocs/inc/validationreminder
create mode 100755 livejournal/htdocs/index.bml
create mode 100755 livejournal/htdocs/interests.bml
create mode 100755 livejournal/htdocs/js/browserdetect.js
create mode 100755 livejournal/htdocs/js/colorpicker.js
create mode 100755 livejournal/htdocs/js/commentmanage.js
create mode 100755 livejournal/htdocs/js/entry.js
create mode 100755 livejournal/htdocs/js/md5.js
create mode 100755 livejournal/htdocs/js/richtext.js
create mode 100755 livejournal/htdocs/js/tags.js
create mode 100755 livejournal/htdocs/js/talkpost.js
create mode 100755 livejournal/htdocs/js/x_core.js
create mode 100755 livejournal/htdocs/js/xbDOM.js
create mode 100755 livejournal/htdocs/js/xbDebug.js
create mode 100755 livejournal/htdocs/js/xbStyle.js
create mode 100755 livejournal/htdocs/login.bml
create mode 100755 livejournal/htdocs/logout.bml
create mode 100755 livejournal/htdocs/lostinfo.bml
create mode 100755 livejournal/htdocs/manage/emailpost.bml
create mode 100755 livejournal/htdocs/manage/index.bml
create mode 100755 livejournal/htdocs/manage/invites.bml
create mode 100755 livejournal/htdocs/manage/links.bml
create mode 100755 livejournal/htdocs/manage/moodthemes.bml
create mode 100755 livejournal/htdocs/manage/pubkey.bml
create mode 100755 livejournal/htdocs/manage/siteopts.bml
create mode 100755 livejournal/htdocs/manage/tags.bml
create mode 100755 livejournal/htdocs/meme.bml
create mode 100755 livejournal/htdocs/misc/ack-devserver.bml
create mode 100755 livejournal/htdocs/misc/interestdata.bml
create mode 100755 livejournal/htdocs/misc/weblogs-change.bml
create mode 100755 livejournal/htdocs/modify.bml
create mode 100755 livejournal/htdocs/moodlist.bml
create mode 100755 livejournal/htdocs/multisearch.bml
create mode 100755 livejournal/htdocs/news.bml
create mode 100755 livejournal/htdocs/openid/approve.bml
create mode 100755 livejournal/htdocs/openid/index.bml
create mode 100755 livejournal/htdocs/openid/login.bml
create mode 100755 livejournal/htdocs/openid/options.bml
create mode 100755 livejournal/htdocs/openid/server.bml
create mode 100755 livejournal/htdocs/palimg/colorpicker/longgrad.gif
create mode 100755 livejournal/htdocs/palimg/shadow/b.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomleft/bl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomleft/br.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomleft/tl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomright/bl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomright/br.gif
create mode 100755 livejournal/htdocs/palimg/shadow/bottomright/tr.gif
create mode 100755 livejournal/htdocs/palimg/shadow/l.gif
create mode 100755 livejournal/htdocs/palimg/shadow/r.gif
create mode 100755 livejournal/htdocs/palimg/shadow/t.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topleft/bl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topleft/tl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topleft/tr.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topright/br.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topright/tl.gif
create mode 100755 livejournal/htdocs/palimg/shadow/topright/tr.gif
create mode 100755 livejournal/htdocs/palimg/textures/brushed_metal.png
create mode 100755 livejournal/htdocs/palimg/textures/burlap.png
create mode 100755 livejournal/htdocs/palimg/textures/camouflage.png
create mode 100755 livejournal/htdocs/palimg/textures/canvas.png
create mode 100755 livejournal/htdocs/palimg/textures/chalk.png
create mode 100755 livejournal/htdocs/palimg/textures/cork.png
create mode 100755 livejournal/htdocs/palimg/textures/explosion.png
create mode 100755 livejournal/htdocs/palimg/textures/fibers.png
create mode 100755 livejournal/htdocs/palimg/textures/floral.png
create mode 100755 livejournal/htdocs/palimg/textures/ice.png
create mode 100755 livejournal/htdocs/palimg/textures/manila.png
create mode 100755 livejournal/htdocs/palimg/textures/marble.png
create mode 100755 livejournal/htdocs/palimg/textures/paper.png
create mode 100755 livejournal/htdocs/palimg/textures/ridge.png
create mode 100755 livejournal/htdocs/palimg/textures/rough.png
create mode 100755 livejournal/htdocs/palimg/textures/stucco.png
create mode 100755 livejournal/htdocs/palimg/textures/terracotta.png
create mode 100755 livejournal/htdocs/palimg/textures/type.png
create mode 100755 livejournal/htdocs/palimg/textures/wavy.png
create mode 100755 livejournal/htdocs/palimg/textures/weave.png
create mode 100755 livejournal/htdocs/palimg/textures/wood.png
create mode 100755 livejournal/htdocs/poll/create.bml
create mode 100755 livejournal/htdocs/poll/index.bml
create mode 100755 livejournal/htdocs/portal/alter.bml
create mode 100755 livejournal/htdocs/portal/box.bml
create mode 100755 livejournal/htdocs/portal/index.bml
create mode 100755 livejournal/htdocs/portal/moz.bml
create mode 100755 livejournal/htdocs/preview/entry.bml
create mode 100755 livejournal/htdocs/protocol.dat
create mode 100755 livejournal/htdocs/pubkey.bml
create mode 100755 livejournal/htdocs/random.bml
create mode 100755 livejournal/htdocs/register.bml
create mode 100755 livejournal/htdocs/robots.txt
create mode 100755 livejournal/htdocs/rte/blank.html
create mode 100755 livejournal/htdocs/rte/palette.html
create mode 100755 livejournal/htdocs/stats.bml
create mode 100755 livejournal/htdocs/stats/.placeholder
create mode 100755 livejournal/htdocs/stats/index.bml
create mode 100755 livejournal/htdocs/styles/browse/index.html
create mode 100755 livejournal/htdocs/styles/browse/instructions.bml
create mode 100755 livejournal/htdocs/styles/browse/links.bml
create mode 100755 livejournal/htdocs/styles/browse/start.bml
create mode 100755 livejournal/htdocs/styles/browse/styleinfo.bml
create mode 100755 livejournal/htdocs/styles/create.bml
create mode 100755 livejournal/htdocs/styles/create_do.bml
create mode 100755 livejournal/htdocs/styles/edit.bml
create mode 100755 livejournal/htdocs/styles/edit_do.bml
create mode 100755 livejournal/htdocs/styles/index.bml
create mode 100755 livejournal/htdocs/styles/tags.css
create mode 100755 livejournal/htdocs/support/act.bml
create mode 100755 livejournal/htdocs/support/actmulti.bml
create mode 100755 livejournal/htdocs/support/append_request.bml
create mode 100755 livejournal/htdocs/support/changenotify.bml
create mode 100755 livejournal/htdocs/support/encodings.bml
create mode 100755 livejournal/htdocs/support/faq.bml
create mode 100755 livejournal/htdocs/support/faqbrowse.bml
create mode 100755 livejournal/htdocs/support/faqpop.bml
create mode 100755 livejournal/htdocs/support/help.bml
create mode 100755 livejournal/htdocs/support/highscores.bml
create mode 100755 livejournal/htdocs/support/history.bml
create mode 100755 livejournal/htdocs/support/index.bml
create mode 100755 livejournal/htdocs/support/see_overrides.bml
create mode 100755 livejournal/htdocs/support/see_request.bml
create mode 100755 livejournal/htdocs/support/stock_answers.bml
create mode 100755 livejournal/htdocs/support/submit.bml
create mode 100755 livejournal/htdocs/support/submit_do.bml
create mode 100755 livejournal/htdocs/syn/index.bml
create mode 100755 livejournal/htdocs/syn/list.bml
create mode 100755 livejournal/htdocs/syn/raw.bml
create mode 100755 livejournal/htdocs/talkmulti.bml
create mode 100755 livejournal/htdocs/talkpost.bml
create mode 100755 livejournal/htdocs/talkpost_do.bml
create mode 100755 livejournal/htdocs/talkread.bml
create mode 100755 livejournal/htdocs/talkscreen.bml
create mode 100755 livejournal/htdocs/todo/index.bml
create mode 100755 livejournal/htdocs/todo/item.bml
create mode 100755 livejournal/htdocs/tools/emailmanage.bml
create mode 100755 livejournal/htdocs/tools/index.bml
create mode 100755 livejournal/htdocs/tools/memadd.bml
create mode 100755 livejournal/htdocs/tools/memories.bml
create mode 100755 livejournal/htdocs/tools/recent_comments.bml
create mode 100755 livejournal/htdocs/tools/search.bml
create mode 100755 livejournal/htdocs/tools/sixdegrees.bml
create mode 100755 livejournal/htdocs/tools/tellafriend.bml
create mode 100755 livejournal/htdocs/tools/textmessage.bml
create mode 100755 livejournal/htdocs/translate/diff.bml
create mode 100755 livejournal/htdocs/translate/edit.bml
create mode 100755 livejournal/htdocs/translate/editpage.bml
create mode 100755 livejournal/htdocs/translate/help-severity.bml
create mode 100755 livejournal/htdocs/translate/index.bml
create mode 100755 livejournal/htdocs/translate/search.bml
create mode 100755 livejournal/htdocs/translate/searchform.bml
create mode 100755 livejournal/htdocs/translate/teams.bml
create mode 100755 livejournal/htdocs/translate/welcome.bml
create mode 100755 livejournal/htdocs/unsubscribe.bml
create mode 100755 livejournal/htdocs/update.bml
create mode 100755 livejournal/htdocs/userinfo.bml
create mode 100755 livejournal/htdocs/utf8convert.bml
create mode 100755 livejournal/htdocs/view/index.bml
create mode 100755 livejournal/logs/.placeholder
create mode 100755 livejournal/sites/README
create mode 100755 livejournal/src/historic/README
create mode 100755 livejournal/src/historic/brad-log.cgi
create mode 100755 livejournal/src/jbackup/jbackup.pl
create mode 100755 livejournal/src/utf8.pl
create mode 100755 livejournal/src/xmlrpc-client/README.txt
create mode 100755 livejournal/src/xmlrpc-client/journal.pl
create mode 100755 livejournal/temp/.placeholder
create mode 100755 livejournal/test/MANIFEST
create mode 100755 livejournal/test/MANIFEST.SKIP
create mode 100755 livejournal/test/Makefile.PL
create mode 100755 livejournal/test/bin/ipl
create mode 100755 livejournal/test/examples/example.test.pl
create mode 100755 livejournal/test/examples/moveuclusterd_tests.pl
create mode 100755 livejournal/test/lib/LJ/Object.pm
create mode 100755 livejournal/test/lib/LJ/Test/Assertions.pm
create mode 100755 livejournal/test/lib/LJ/Test/Result.pm
create mode 100755 livejournal/test/lib/LJ/Test/Unit.pm
create mode 100755 livejournal/var/.placeholder
create mode 100644 ljcom/.forward
create mode 100644 ljcom/README-ljcom.txt
create mode 100644 ljcom/bin/checkconfig-local.pl
create mode 100755 ljcom/bin/db
create mode 100755 ljcom/bin/fixtime
create mode 100755 ljcom/bin/hkill
create mode 100755 ljcom/bin/jmk.jar
create mode 100755 ljcom/bin/ljcontrib.pl
create mode 100755 ljcom/bin/ljrpc
create mode 100755 ljcom/bin/ljrpcd
create mode 100755 ljcom/bin/ljstatscasterd
create mode 100755 ljcom/bin/machine_config.pl
create mode 100644 ljcom/bin/maint/aliases.pl
create mode 100644 ljcom/bin/maint/clean_caches-local.pl
create mode 100644 ljcom/bin/maint/dirsync.pl
create mode 100644 ljcom/bin/maint/expiring.pl
create mode 100644 ljcom/bin/maint/interests.pl
create mode 100644 ljcom/bin/maint/ljadmin.pl
create mode 100644 ljcom/bin/maint/moods.pl
create mode 100644 ljcom/bin/maint/pay.pl
create mode 100644 ljcom/bin/maint/stats-local.pl
create mode 100644 ljcom/bin/maint/syncweb.pl
create mode 100644 ljcom/bin/maint/taskinfo-local.txt
create mode 100644 ljcom/bin/maint/xfers.pl
create mode 100644 ljcom/bin/maint/xplanet.pl
create mode 100755 ljcom/bin/makemoodindex.pl
create mode 100755 ljcom/bin/mcvsui.pl
create mode 100755 ljcom/bin/misc/fixuu.pl
create mode 100755 ljcom/bin/multideb
create mode 100755 ljcom/bin/mytop.pl
create mode 100755 ljcom/bin/no-emacs.sh
create mode 100755 ljcom/bin/pay-batch
create mode 100755 ljcom/bin/pkill
create mode 100755 ljcom/bin/qkill
create mode 100755 ljcom/bin/release.pl
create mode 100755 ljcom/bin/renameuser.pl
create mode 100755 ljcom/bin/rewrite-balancer.pl
create mode 100755 ljcom/bin/rotate
create mode 100755 ljcom/bin/screenshots.pl
create mode 100755 ljcom/bin/sourceclean.pl
create mode 100755 ljcom/bin/splitlog.pl
create mode 100644 ljcom/bin/upgrading/base-data-local.sql
create mode 100644 ljcom/bin/upgrading/be.dat
create mode 100644 ljcom/bin/upgrading/da.dat
create mode 100644 ljcom/bin/upgrading/de.dat
create mode 100644 ljcom/bin/upgrading/deadphrases-local.dat
create mode 100644 ljcom/bin/upgrading/en_GB.dat
create mode 100644 ljcom/bin/upgrading/en_LJ.dat
create mode 100644 ljcom/bin/upgrading/eo.dat
create mode 100644 ljcom/bin/upgrading/es.dat
create mode 100644 ljcom/bin/upgrading/et.dat
create mode 100644 ljcom/bin/upgrading/fi.dat
create mode 100644 ljcom/bin/upgrading/fr.dat
create mode 100644 ljcom/bin/upgrading/ga.dat
create mode 100644 ljcom/bin/upgrading/gd.dat
create mode 100644 ljcom/bin/upgrading/gr.dat
create mode 100644 ljcom/bin/upgrading/he.dat
create mode 100644 ljcom/bin/upgrading/hi.dat
create mode 100644 ljcom/bin/upgrading/hu.dat
create mode 100644 ljcom/bin/upgrading/is.dat
create mode 100644 ljcom/bin/upgrading/it.dat
create mode 100644 ljcom/bin/upgrading/ja.dat
create mode 100644 ljcom/bin/upgrading/la.dat
create mode 100644 ljcom/bin/upgrading/lt.dat
create mode 100644 ljcom/bin/upgrading/lv.dat
create mode 100644 ljcom/bin/upgrading/ms.dat
create mode 100644 ljcom/bin/upgrading/nb.dat
create mode 100644 ljcom/bin/upgrading/nl.dat
create mode 100644 ljcom/bin/upgrading/nn.dat
create mode 100644 ljcom/bin/upgrading/pl.dat
create mode 100644 ljcom/bin/upgrading/pt.dat
create mode 100644 ljcom/bin/upgrading/pt_BR.dat
create mode 100644 ljcom/bin/upgrading/ru.dat
create mode 100644 ljcom/bin/upgrading/s2layers-local.dat
create mode 100644 ljcom/bin/upgrading/s2layers/3column/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/3column/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/anovelconundrum/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/anovelconundrum/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/boxer/boxer.jpg
create mode 100644 ljcom/bin/upgrading/s2layers/boxer/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/boxer/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/component/component.jpg
create mode 100644 ljcom/bin/upgrading/s2layers/component/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/component/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/cuteness/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/flexiblesquares/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/flexiblesquares/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/nebula/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/nebula/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/opal/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/opal/opal.jpg
create mode 100644 ljcom/bin/upgrading/s2layers/opal/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/smoothsailing/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/smoothsailing/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/tranquilityii/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/tranquilityii/themes.s2
create mode 100644 ljcom/bin/upgrading/s2layers/unearthed/layout.s2
create mode 100644 ljcom/bin/upgrading/s2layers/unearthed/themes.s2
create mode 100644 ljcom/bin/upgrading/sv.dat
create mode 100644 ljcom/bin/upgrading/text-local.dat
create mode 100644 ljcom/bin/upgrading/tr.dat
create mode 100644 ljcom/bin/upgrading/uk.dat
create mode 100644 ljcom/bin/upgrading/update-db-local.pl
create mode 100644 ljcom/bin/upgrading/zh.dat
create mode 100644 ljcom/bin/upgrading/zh_TR.dat
create mode 100755 ljcom/bin/watch-nodes.pl
create mode 100755 ljcom/cgi-bin/bml/scheme/dystopia.look
create mode 100644 ljcom/cgi-bin/bml/scheme/ssl.look
create mode 100644 ljcom/cgi-bin/console-local.pl
create mode 100644 ljcom/cgi-bin/cracklib/README.txt
create mode 100644 ljcom/cgi-bin/crumbs-local.pl
create mode 100644 ljcom/cgi-bin/ljcom.pl
create mode 100644 ljcom/cgi-bin/ljlib-local.pl
create mode 100644 ljcom/cgi-bin/modperl-ssl.pl
create mode 100644 ljcom/cgi-bin/modperl_subs-local.pl
create mode 100644 ljcom/cgi-bin/paylib.pl
create mode 100644 ljcom/cgi-bin/phonepost.pl
create mode 100644 ljcom/cgi-bin/portal-local.pl
create mode 100644 ljcom/cgi-bin/redirect-local.dat
create mode 100644 ljcom/cvs/multicvs-local.conf
create mode 100644 ljcom/doc/raw/build/style.css
create mode 100644 ljcom/doc/raw/local/build-webslave.txt
create mode 100755 ljcom/doc/raw/local/cabinets.txt
create mode 100755 ljcom/doc/raw/local/goals-visualize.pl
create mode 100644 ljcom/doc/raw/local/goals.dat
create mode 100644 ljcom/doc/raw/local/hardware.dtd
create mode 100644 ljcom/doc/raw/local/hardware.xml
create mode 100644 ljcom/doc/raw/memcache-keys-local.txt
create mode 100644 ljcom/htdocs/404-error.html
create mode 100644 ljcom/htdocs/500-error.html
create mode 100644 ljcom/htdocs/_config-local.bml
create mode 100644 ljcom/htdocs/admin/abuse/index.bml
create mode 100644 ljcom/htdocs/admin/abuse/query.bml
create mode 100644 ljcom/htdocs/admin/abuse/send_mail.bml
create mode 100644 ljcom/htdocs/admin/accounts/acctedit.bml
create mode 100644 ljcom/htdocs/admin/accounts/delivernow.bml
create mode 100644 ljcom/htdocs/admin/accounts/depositslip.bml
create mode 100644 ljcom/htdocs/admin/accounts/enterbatch.bml
create mode 100644 ljcom/htdocs/admin/accounts/enternew.bml
create mode 100644 ljcom/htdocs/admin/accounts/fraud_suspects.bml
create mode 100644 ljcom/htdocs/admin/accounts/notes.html
create mode 100644 ljcom/htdocs/admin/accounts/paiddetails.bml
create mode 100644 ljcom/htdocs/admin/accounts/paidsearch.bml
create mode 100644 ljcom/htdocs/admin/accounts/paidsummary.bml
create mode 100644 ljcom/htdocs/admin/accounts/rr.bml
create mode 100644 ljcom/htdocs/admin/accounts/shipping_finish.bml
create mode 100644 ljcom/htdocs/admin/accounts/shipping_labels.bml
create mode 100644 ljcom/htdocs/admin/accounts/unclaimed_payments.bml
create mode 100644 ljcom/htdocs/admin/accounts/xfer_remaining.bml
create mode 100644 ljcom/htdocs/admin/codetrace.bml
create mode 100644 ljcom/htdocs/admin/feedback/index.bml
create mode 100644 ljcom/htdocs/admin/sendmail/query.bml
create mode 100644 ljcom/htdocs/admin/sendmail/send.bml
create mode 100644 ljcom/htdocs/admin/servers.bml
create mode 100644 ljcom/htdocs/admin/support/index.bml
create mode 100644 ljcom/htdocs/agecheck/altform.bml
create mode 100644 ljcom/htdocs/agecheck/consent.bml
create mode 100644 ljcom/htdocs/agecheck/index.bml
create mode 100644 ljcom/htdocs/banners.bml
create mode 100755 ljcom/htdocs/banners/firebindy1.gif
create mode 100644 ljcom/htdocs/bazaar/balance.bml
create mode 100644 ljcom/htdocs/bazaar/details.bml
create mode 100644 ljcom/htdocs/bazaar/gencoupon.bml
create mode 100644 ljcom/htdocs/bazaar/index.bml
create mode 100644 ljcom/htdocs/bazaar/status.bml
create mode 100644 ljcom/htdocs/bazaar/vote.bml
create mode 100644 ljcom/htdocs/betatest.bml
create mode 100644 ljcom/htdocs/bots/index.bml
create mode 100644 ljcom/htdocs/code/cache/html
create mode 100644 ljcom/htdocs/code/cache/index.bml
create mode 100644 ljcom/htdocs/code/clients/win32/index.bml
create mode 100644 ljcom/htdocs/code/index.bml
create mode 100755 ljcom/htdocs/code/mylj/ljsync-0.1.pl.txt
create mode 100644 ljcom/htdocs/code/spellcheck/index.bml
create mode 100644 ljcom/htdocs/code/textmessage/index.bml
create mode 100644 ljcom/htdocs/comment_post.bml
create mode 100644 ljcom/htdocs/comment_recv.bml
create mode 100644 ljcom/htdocs/dev/mailtest.bml
create mode 100644 ljcom/htdocs/dev/s2/2001-02-03.txt
create mode 100644 ljcom/htdocs/dev/s2/goals.bml
create mode 100644 ljcom/htdocs/dev/s2/index.bml
create mode 100644 ljcom/htdocs/developer/embedding.bml
create mode 100644 ljcom/htdocs/developer/exporting.bml
create mode 100644 ljcom/htdocs/developer/index.bml
create mode 100644 ljcom/htdocs/developer/lj-icons.zip
create mode 100644 ljcom/htdocs/developer/logo.gif
create mode 100644 ljcom/htdocs/developer/modeinfo.bml
create mode 100644 ljcom/htdocs/developer/modelist.bml
create mode 100755 ljcom/htdocs/developer/moods.txt
create mode 100644 ljcom/htdocs/developer/protocol.bml
create mode 100644 ljcom/htdocs/developer/rawmode.bml
create mode 100644 ljcom/htdocs/developer/styles.bml
create mode 100644 ljcom/htdocs/developer/time-problem.txt
create mode 100644 ljcom/htdocs/developer/varinfo.bml
create mode 100644 ljcom/htdocs/developer/varlist.bml
create mode 100755 ljcom/htdocs/developer/versions.bml
create mode 100644 ljcom/htdocs/developer/views.bml
create mode 100755 ljcom/htdocs/developer/winamp.txt
create mode 100755 ljcom/htdocs/doc/find/index.bml
create mode 100644 ljcom/htdocs/doc/guide/index.bml
create mode 100644 ljcom/htdocs/doc/guide/moodicons.bml
create mode 100644 ljcom/htdocs/doc/guide/support.bml
create mode 100644 ljcom/htdocs/doc/index.bml
create mode 100644 ljcom/htdocs/doc/internal/fcgi-acheck.bml
create mode 100644 ljcom/htdocs/doc/pay/diskupgrades.bml
create mode 100644 ljcom/htdocs/doc/tour/index.bml
create mode 100644 ljcom/htdocs/download/index.bml
create mode 100644 ljcom/htdocs/favicon.ico
create mode 100644 ljcom/htdocs/feedback/fotobilder.bml
create mode 100644 ljcom/htdocs/feedback/index.bml
create mode 100644 ljcom/htdocs/friends/popwithfriends.bml
create mode 100644 ljcom/htdocs/img/2004_webbywinner.gif
create mode 100644 ljcom/htdocs/img/LJbanner1.gif
create mode 100644 ljcom/htdocs/img/LJbanner2.gif
create mode 100644 ljcom/htdocs/img/LJbanner3.gif
create mode 100644 ljcom/htdocs/img/LJbanner4.gif
create mode 100644 ljcom/htdocs/img/LJbanner5.gif
create mode 100644 ljcom/htdocs/img/LJbanner6.gif
create mode 100644 ljcom/htdocs/img/LJbanner7.gif
create mode 100644 ljcom/htdocs/img/LJbanner8.gif
create mode 100644 ljcom/htdocs/img/LJbanner9.gif
create mode 100644 ljcom/htdocs/img/LJbanner_metal.gif
create mode 100644 ljcom/htdocs/img/LJbanner_pastel.gif
create mode 100644 ljcom/htdocs/img/blue_check.gif
create mode 100644 ljcom/htdocs/img/deletedphone.gif
create mode 100644 ljcom/htdocs/img/downarrow.gif
create mode 100755 ljcom/htdocs/img/download.gif
create mode 100755 ljcom/htdocs/img/dys/5x5.gif
create mode 100755 ljcom/htdocs/img/dys/b_blue.gif
create mode 100755 ljcom/htdocs/img/dys/b_cyan.gif
create mode 100755 ljcom/htdocs/img/dys/b_purp.gif
create mode 100755 ljcom/htdocs/img/dys/bg.gif
create mode 100755 ljcom/htdocs/img/dys/bg2.gif
create mode 100755 ljcom/htdocs/img/dys/bg_top.gif
create mode 100644 ljcom/htdocs/img/dys/corn_ne.gif
create mode 100644 ljcom/htdocs/img/dys/corn_nw.gif
create mode 100644 ljcom/htdocs/img/dys/corn_se.gif
create mode 100644 ljcom/htdocs/img/dys/corn_sw.gif
create mode 100755 ljcom/htdocs/img/dys/lg_crnrgif.gif
create mode 100755 ljcom/htdocs/img/dys/login_but.gif
create mode 100755 ljcom/htdocs/img/dys/loginbar.gif
create mode 100755 ljcom/htdocs/img/dys/logo1.gif
create mode 100755 ljcom/htdocs/img/dys/logo2.gif
create mode 100755 ljcom/htdocs/img/dys/logo3-lang.gif
create mode 100755 ljcom/htdocs/img/dys/logo3.gif
create mode 100644 ljcom/htdocs/img/goat-hiring.png
create mode 100755 ljcom/htdocs/img/goat-hover.gif
create mode 100755 ljcom/htdocs/img/goat-irish.gif
create mode 100644 ljcom/htdocs/img/goat-lights.gif
create mode 100644 ljcom/htdocs/img/goat-newyear.gif
create mode 100755 ljcom/htdocs/img/goat-normal.gif
create mode 100755 ljcom/htdocs/img/goat-pee.gif
create mode 100644 ljcom/htdocs/img/goat-val.gif
create mode 100644 ljcom/htdocs/img/goat-xmas.gif
create mode 100644 ljcom/htdocs/img/goat.gif
create mode 100644 ljcom/htdocs/img/goat.jpg
create mode 100644 ljcom/htdocs/img/index.html
create mode 100644 ljcom/htdocs/img/mood-local.tgz
create mode 100644 ljcom/htdocs/img/overlap.png
create mode 100644 ljcom/htdocs/img/overlap2.png
create mode 100755 ljcom/htdocs/img/paypal-buynow.gif
create mode 100644 ljcom/htdocs/img/phonepost.gif
create mode 100644 ljcom/htdocs/img/phonepost2.gif
create mode 100644 ljcom/htdocs/img/schemethumb/dystopia.png
create mode 100644 ljcom/htdocs/img/schemethumb/lynx.png
create mode 100644 ljcom/htdocs/img/schemethumb/xcolibur.png
create mode 100644 ljcom/htdocs/img/style/3column/comments.gif
create mode 100644 ljcom/htdocs/img/style/3column/editentry.gif
create mode 100644 ljcom/htdocs/img/style/3column/edittags.gif
create mode 100644 ljcom/htdocs/img/style/3column/leavecomment.gif
create mode 100644 ljcom/htdocs/img/style/3column/memories.gif
create mode 100644 ljcom/htdocs/img/style/3column/permalink.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/bg-pink.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/content-header.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/entry-bg.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/entry-bottombg.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-curious.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-cute.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-dizzy.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-doll.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-happy.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-japanese.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/face-square.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/footerbg.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/menubg.gif
create mode 100644 ljcom/htdocs/img/style/cuteness/userpicbg.gif
create mode 100644 ljcom/htdocs/img/stylecontest2/3collumn_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/anovelconundrum_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/applyexternally_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/bob_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/colorplay_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/deardiary_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/dinky_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/divified_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/drifting_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/flexiblesquares_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/geometrix_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/gradientstrip_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/mobiledevicestyle_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/nebula_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/negatives_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/newsworthy_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/smoothsailing_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/solitude_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/statuesque_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/superspecialballoons_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/texturized_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/tranquilityii_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/transmogrified_thumb.jpg
create mode 100644 ljcom/htdocs/img/stylecontest2/widelines_thumb.jpg
create mode 100644 ljcom/htdocs/img/tos-logo.png
create mode 100644 ljcom/htdocs/img/tour/clients.jpg
create mode 100644 ljcom/htdocs/img/tour/clients.png
create mode 100644 ljcom/htdocs/img/tour/comms.jpg
create mode 100644 ljcom/htdocs/img/tour/create.png
create mode 100644 ljcom/htdocs/img/tour/friends.jpg
create mode 100644 ljcom/htdocs/img/tour/intro.png
create mode 100644 ljcom/htdocs/img/tour/modify.png
create mode 100644 ljcom/htdocs/img/tour/profile.png
create mode 100644 ljcom/htdocs/img/tour/sitemap.png
create mode 100644 ljcom/htdocs/img/tour/support.png
create mode 100644 ljcom/htdocs/img/tour/update.png
create mode 100644 ljcom/htdocs/img/tshirt_banner.gif
create mode 100644 ljcom/htdocs/img/tshirt_goat.gif
create mode 100644 ljcom/htdocs/img/tshirt_goat2.gif
create mode 100644 ljcom/htdocs/img/tshirts/thumb/babydoll-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/babydoll-grey.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/babydoll-pink.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/babydoll-royalblue.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/babydoll-white.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/hooded-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/hooded-grey.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/long-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/long-grey.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/long-navyblue.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/long-white.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/polo-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/polo-grey.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/polo-navyblue.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/polo-white.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-bluedusk.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-grey.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-leaf.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-orange.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/short-white.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/twillhat-black.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/twillhat-khaki.jpg
create mode 100644 ljcom/htdocs/img/tshirts/thumb/twillhat-navyblue.jpg
create mode 100644 ljcom/htdocs/img/uparrow.gif
create mode 100755 ljcom/htdocs/img/webbylogo.gif
create mode 100644 ljcom/htdocs/inc/account-codes
create mode 100644 ljcom/htdocs/inc/community
create mode 100644 ljcom/htdocs/inc/foobar
create mode 100644 ljcom/htdocs/inc/legal-tos
create mode 100644 ljcom/htdocs/inc/resources-homonyms
create mode 100644 ljcom/htdocs/inc/resources-index
create mode 100644 ljcom/htdocs/inc/spam-warning
create mode 100644 ljcom/htdocs/inc/validationreminder
create mode 100644 ljcom/htdocs/index.bml
create mode 100644 ljcom/htdocs/invite/claim.bml
create mode 100644 ljcom/htdocs/invite/gen.bml
create mode 100644 ljcom/htdocs/invite/index.bml
create mode 100644 ljcom/htdocs/legal/coppa.bml
create mode 100644 ljcom/htdocs/legal/disclaimer.bml
create mode 100644 ljcom/htdocs/legal/dmca.bml
create mode 100644 ljcom/htdocs/legal/index.bml
create mode 100644 ljcom/htdocs/legal/principles.bml
create mode 100644 ljcom/htdocs/legal/privacy.bml
create mode 100644 ljcom/htdocs/legal/tos-mini.bml
create mode 100644 ljcom/htdocs/legal/tos.bml
create mode 100644 ljcom/htdocs/manage/files.bml
create mode 100644 ljcom/htdocs/manage/phonepost.bml
create mode 100644 ljcom/htdocs/misc/clusterlj/index.html
create mode 100644 ljcom/htdocs/misc/clusterlj/ljarch.png
create mode 100644 ljcom/htdocs/misc/clusterlj/rev01.html
create mode 100644 ljcom/htdocs/misc/clusterlj/rev02.html
create mode 100644 ljcom/htdocs/misc/clusterlj/usagepie-large.png
create mode 100644 ljcom/htdocs/misc/goals.html
create mode 100644 ljcom/htdocs/misc/goals/goals-20020209.gif
create mode 100644 ljcom/htdocs/misc/goals/goals-20020209.html
create mode 100644 ljcom/htdocs/misc/goals/goals-20020605.gif
create mode 100644 ljcom/htdocs/misc/goals/goals-20020605.html
create mode 100644 ljcom/htdocs/misc/index.html
create mode 100644 ljcom/htdocs/misc/ljlogo/lj.ico
create mode 100644 ljcom/htdocs/misc/ljlogo/lj_logo.svg
create mode 100644 ljcom/htdocs/misc/ljlogo/lj_logo_bw.svg
create mode 100644 ljcom/htdocs/misc/pkg-webslave.txt
create mode 100644 ljcom/htdocs/misc/whereami.bml
create mode 100644 ljcom/htdocs/news.bml
create mode 100644 ljcom/htdocs/news/2000-11-23/index.bml
create mode 100644 ljcom/htdocs/news/2000-11-23/now.gif
create mode 100644 ljcom/htdocs/news/2000-11-23/proposed.gif
create mode 100644 ljcom/htdocs/news/2004-01-qa.bml
create mode 100644 ljcom/htdocs/news/index.bml
create mode 100644 ljcom/htdocs/news/tshirt-poll.bml
create mode 100644 ljcom/htdocs/paidaccounts/2004_december_promo.bml
create mode 100644 ljcom/htdocs/paidaccounts/apply.bml
create mode 100644 ljcom/htdocs/paidaccounts/buy.bml
create mode 100644 ljcom/htdocs/paidaccounts/friends.bml
create mode 100644 ljcom/htdocs/paidaccounts/index.bml
create mode 100644 ljcom/htdocs/paidaccounts/joincommunity.bml
create mode 100644 ljcom/htdocs/paidaccounts/newacct.bml
create mode 100644 ljcom/htdocs/paidaccounts/pp_notify.bml
create mode 100644 ljcom/htdocs/paidaccounts/status.bml
create mode 100644 ljcom/htdocs/paidaccounts/thankyou.bml
create mode 100644 ljcom/htdocs/paidaccounts/usepaypal.bml
create mode 100644 ljcom/htdocs/paidaccounts/whyextra.bml
create mode 100644 ljcom/htdocs/palimg/anovelconundrum/dingbar.gif
create mode 100644 ljcom/htdocs/pay/checkout.bml
create mode 100644 ljcom/htdocs/pay/coupons.bml
create mode 100644 ljcom/htdocs/pay/history.bml
create mode 100644 ljcom/htdocs/pay/index.bml
create mode 100644 ljcom/htdocs/pay/modify.bml
create mode 100644 ljcom/htdocs/phonepost/about.bml
create mode 100644 ljcom/htdocs/phonepost/encodings.bml
create mode 100644 ljcom/htdocs/phonepost/index.bml
create mode 100644 ljcom/htdocs/phonepost/numbers.bml
create mode 100644 ljcom/htdocs/phonepost/ogg.bml
create mode 100644 ljcom/htdocs/phonepost/transcribe.bml
create mode 100644 ljcom/htdocs/poll/goatvote.bml
create mode 100644 ljcom/htdocs/press/articles.bml
create mode 100644 ljcom/htdocs/press/index.bml
create mode 100644 ljcom/htdocs/press/staff.bml
create mode 100644 ljcom/htdocs/rename/buy.bml
create mode 100644 ljcom/htdocs/rename/index.bml
create mode 100644 ljcom/htdocs/rename/use.bml
create mode 100644 ljcom/htdocs/resources/homonyms.bml
create mode 100644 ljcom/htdocs/resources/index.bml
create mode 100644 ljcom/htdocs/resources/whowhom.bml
create mode 100644 ljcom/htdocs/singles/index.bml
create mode 100644 ljcom/htdocs/singles/mod.bml
create mode 100644 ljcom/htdocs/singles/search.bml
create mode 100644 ljcom/htdocs/site/about.bml
create mode 100644 ljcom/htdocs/site/banners.bml
create mode 100644 ljcom/htdocs/site/contract.bml
create mode 100644 ljcom/htdocs/site/contributors.bml
create mode 100644 ljcom/htdocs/site/free.bml
create mode 100644 ljcom/htdocs/site/goat.bml
create mode 100644 ljcom/htdocs/site/hardware.bml
create mode 100644 ljcom/htdocs/site/index.bml
create mode 100644 ljcom/htdocs/site/search.bml
create mode 100644 ljcom/htdocs/site/software.bml
create mode 100644 ljcom/htdocs/static/style/syn.css
create mode 100644 ljcom/htdocs/stats/latest-img.bml
create mode 100644 ljcom/htdocs/stats/latest-rss.bml
create mode 100644 ljcom/htdocs/stats/latest.bml
create mode 100644 ljcom/htdocs/stats/weblog-updates-xml.bml
create mode 100644 ljcom/htdocs/store/index.bml
create mode 100644 ljcom/htdocs/store/sizechart.bml
create mode 100644 ljcom/htdocs/store/view.bml
create mode 100755 ljcom/htdocs/suggestions/generator.bml
create mode 100644 ljcom/htdocs/suggestions/index.bml
create mode 100644 ljcom/htdocs/suggestions/prior.bml
create mode 100644 ljcom/htdocs/suggestions/template.bml
create mode 100644 ljcom/htdocs/template.bml
create mode 100644 ljcom/htdocs/tools/xfer_remaining.bml
create mode 100755 ljcom/sites/mrtg/index.cgi
create mode 100755 ljcom/src/ibill-templates/generate.pl
create mode 100755 ljcom/src/ibill-templates/template.html
create mode 100755 ljcom/src/ljcom/myoverlap.pl
create mode 100644 ljcom/src/mod_latency/mod_latency.c
create mode 100644 ljcom/src/phonepost/README
create mode 100755 ljcom/src/phonepost/agi-bin/livejournal
create mode 100644 ljcom/src/phonepost/debian/README
create mode 100644 ljcom/src/phonepost/debian/asterisk-deb-20030912.patch
create mode 100644 ljcom/src/phonepost/doc/code
create mode 100644 ljcom/src/phonepost/doc/overview
create mode 100644 ljcom/src/phonepost/doc/script
create mode 100644 ljcom/src/phonepost/etc/extensions.conf
create mode 100644 ljcom/src/rewrite-balancer/README.txt
create mode 100644 ljcom/src/rewrite-balancer/rewrite-balancer.c
create mode 100644 ljcom/src/testfile
create mode 100644 ljcom/ssldocs/_config.bml
create mode 100644 ljcom/ssldocs/img/amex.jpg
create mode 100755 ljcom/ssldocs/img/dys/5x5.gif
create mode 100755 ljcom/ssldocs/img/dys/b_blue.gif
create mode 100755 ljcom/ssldocs/img/dys/b_cyan.gif
create mode 100755 ljcom/ssldocs/img/dys/b_purp.gif
create mode 100755 ljcom/ssldocs/img/dys/bg.gif
create mode 100755 ljcom/ssldocs/img/dys/bg2.gif
create mode 100755 ljcom/ssldocs/img/dys/bg_top.gif
create mode 100644 ljcom/ssldocs/img/dys/corn_ne.gif
create mode 100644 ljcom/ssldocs/img/dys/corn_nw.gif
create mode 100644 ljcom/ssldocs/img/dys/corn_se.gif
create mode 100644 ljcom/ssldocs/img/dys/corn_sw.gif
create mode 100755 ljcom/ssldocs/img/dys/lg_crnrgif.gif
create mode 100644 ljcom/ssldocs/img/dys/lock.gif
create mode 100755 ljcom/ssldocs/img/dys/login_but.gif
create mode 100755 ljcom/ssldocs/img/dys/loginbar.gif
create mode 100755 ljcom/ssldocs/img/dys/logo1.gif
create mode 100755 ljcom/ssldocs/img/dys/logo2.gif
create mode 100755 ljcom/ssldocs/img/dys/logo3.gif
create mode 100644 ljcom/ssldocs/img/userinfo.gif
create mode 100644 ljcom/ssldocs/img/visa.jpg
create mode 100644 ljcom/ssldocs/img/xc/allbars.gif
create mode 100644 ljcom/ssldocs/img/xc/basic.css
create mode 100644 ljcom/ssldocs/img/xc/extended.css
create mode 100644 ljcom/ssldocs/img/xc/lock.gif
create mode 100644 ljcom/ssldocs/img/xc/logocombined.gif
create mode 100644 ljcom/ssldocs/img/xc/normal-fonts.css
create mode 100644 ljcom/ssldocs/img/xc/small-fonts.css
create mode 100644 ljcom/ssldocs/index.bml
create mode 100644 ljcom/ssldocs/pay/cc.bml
create mode 100644 ljcom/ssldocs/pay/ccpay.bml
create mode 100644 ljcom/ssldocs/pay/cvv2.bml
create mode 100644 ljcom/ssldocs/pay/index.bml
create mode 100755 local/bin/checkconfig.pl
create mode 100755 local/bin/ljr-tools/clean_cached_comments.pl
create mode 100755 local/bin/ljr-tools/copy_openid_infos.pl
create mode 100755 local/bin/ljr-tools/delete_imported.pl
create mode 100755 local/bin/ljr-tools/import_pics_for_user.pl
create mode 100755 local/bin/ljr-tools/mass_update_journal.pl
create mode 100755 local/bin/ljr-tools/mysql-convert-storable.pl
create mode 100755 local/bin/ljr-tools/rlj2-ljrgate.pl
create mode 100755 local/bin/ljrimport/Simple.pm
create mode 100755 local/bin/ljrimport/icomments.pl
create mode 100755 local/bin/ljrimport/ijournal.pl
create mode 100755 local/bin/ljrimport/ipics.pl
create mode 100755 local/bin/ljrimport/ljr-defaults.pl
create mode 100755 local/bin/ljrimport/ljr-import.pl
create mode 100755 local/bin/ljrimport/ljr-importdo.pl
create mode 100755 local/bin/ljrimport/ljr-links.pl
create mode 100755 local/bin/ljrimport/ljr-start.sh
create mode 100755 local/bin/ljrimport/ljr-stop.sh
create mode 100755 local/bin/maint/clean_challenges.pl
create mode 100755 local/bin/maint/stats.pl
create mode 100755 local/bin/maint/synsuck.pl
create mode 100755 local/bin/maint/taskinfo.txt
create mode 100755 local/bin/qbufferd.pl
create mode 100755 local/bin/upgrading/en.dat
create mode 100755 local/bin/upgrading/en_LJ.dat
create mode 100755 local/bin/upgrading/ru.dat
create mode 100755 local/bin/upgrading/s2layers-local.dat
create mode 100755 local/bin/upgrading/s2layers/3column/layout.s2
create mode 100755 local/bin/upgrading/s2layers/3column/themes.s2
create mode 100755 local/bin/upgrading/s2layers/anovelconundrum/layout.s2
create mode 100755 local/bin/upgrading/s2layers/anovelconundrum/themes.s2
create mode 100755 local/bin/upgrading/s2layers/boxer/boxer.jpg
create mode 100755 local/bin/upgrading/s2layers/boxer/layout.s2
create mode 100755 local/bin/upgrading/s2layers/boxer/themes.s2
create mode 100755 local/bin/upgrading/s2layers/component/component.jpg
create mode 100755 local/bin/upgrading/s2layers/component/layout.s2
create mode 100755 local/bin/upgrading/s2layers/component/themes.s2
create mode 100755 local/bin/upgrading/s2layers/cuteness/layout.s2
create mode 100755 local/bin/upgrading/s2layers/flexiblesquares/layout.s2
create mode 100755 local/bin/upgrading/s2layers/flexiblesquares/themes.s2
create mode 100755 local/bin/upgrading/s2layers/nebula/layout.s2
create mode 100755 local/bin/upgrading/s2layers/nebula/themes.s2
create mode 100755 local/bin/upgrading/s2layers/opal/layout.s2
create mode 100755 local/bin/upgrading/s2layers/opal/opal.jpg
create mode 100755 local/bin/upgrading/s2layers/opal/themes.s2
create mode 100755 local/bin/upgrading/s2layers/smoothsailing/layout.s2
create mode 100755 local/bin/upgrading/s2layers/smoothsailing/themes.s2
create mode 100755 local/bin/upgrading/s2layers/tranquility2/layout.s2
create mode 100755 local/bin/upgrading/s2layers/tranquilityii/layout.s2
create mode 100755 local/bin/upgrading/s2layers/tranquilityii/themes.s2
create mode 100755 local/bin/upgrading/s2layers/unearthed/layout.s2
create mode 100755 local/bin/upgrading/s2layers/unearthed/themes.s2
create mode 100644 local/bin/upgrading/sb.dat
create mode 100755 local/bin/upgrading/text-local.dat
create mode 100644 local/bin/upgrading/texttool-overrides
create mode 100755 local/bin/upgrading/texttool.pl
create mode 100644 local/bin/upgrading/uk.dat
create mode 100755 local/bin/upgrading/update-db-general.pl
create mode 100755 local/cgi-bin/Apache/BML.pm
create mode 100755 local/cgi-bin/Apache/LiveJournal.pm
create mode 100644 local/cgi-bin/CSS/Cleaner.pm
create mode 100755 local/cgi-bin/Cache/Memcached.pm
create mode 100644 local/cgi-bin/Golem.pm
create mode 100644 local/cgi-bin/Golem/dblib.pl
create mode 100644 local/cgi-bin/Golem/loglib.pl
create mode 100644 local/cgi-bin/Golem/netlib.pl
create mode 100644 local/cgi-bin/Golem/proplib.pl
create mode 100644 local/cgi-bin/Golem/textlib.pl
create mode 100644 local/cgi-bin/HTMLCleaner.pm
create mode 100644 local/cgi-bin/LJ/Auth.pm
create mode 100644 local/cgi-bin/LJ/CSS/Cleaner.pm
create mode 100644 local/cgi-bin/LJ/ConvUTF8.pm
create mode 100644 local/cgi-bin/LJ/EmbedModule.pm
create mode 100644 local/cgi-bin/LJ/Entry.pm
create mode 100755 local/cgi-bin/LJ/OpenID.pm
create mode 100755 local/cgi-bin/LJ/S2.pm
create mode 100755 local/cgi-bin/LJ/S2/DayPage.pm
create mode 100755 local/cgi-bin/LJ/S2/EntryPage.pm
create mode 100755 local/cgi-bin/LJ/S2/FriendsPage.pm
create mode 100755 local/cgi-bin/LJ/S2/MonthPage.pm
create mode 100755 local/cgi-bin/LJ/S2/RecentPage.pm
create mode 100755 local/cgi-bin/LJ/S2/ReplyPage.pm
create mode 100755 local/cgi-bin/LJ/S2/YearPage.pm
create mode 100755 local/cgi-bin/LJ/TextMessage.pm
create mode 100755 local/cgi-bin/LJ/User.pm
create mode 100755 local/cgi-bin/LJR/Distributed.pm
create mode 100644 local/cgi-bin/LJR/GD.pm
create mode 100644 local/cgi-bin/LJR/Gate.pm
create mode 100755 local/cgi-bin/LJR/Viewuser.pm
create mode 100755 local/cgi-bin/LJR/Viewuserstandalone.pm
create mode 100644 local/cgi-bin/LJR/ljpoll-local.pl
create mode 100644 local/cgi-bin/LJR/unicode.pm
create mode 100644 local/cgi-bin/LJR/xmlrpc.pm
create mode 100755 local/cgi-bin/LWPx/ParanoidAgent.pm
create mode 100755 local/cgi-bin/Net/OpenID/Association.pm
create mode 100755 local/cgi-bin/Net/OpenID/Consumer.pm
create mode 100755 local/cgi-bin/bml/scheme/added.variables
create mode 100755 local/cgi-bin/bml/scheme/bluewhite.look
create mode 100755 local/cgi-bin/bml/scheme/dystopia.look
create mode 100755 local/cgi-bin/bml/scheme/global.look
create mode 100755 local/cgi-bin/bml/scheme/global.look.original
create mode 100755 local/cgi-bin/bml/scheme/ljr.look
create mode 100755 local/cgi-bin/bml/scheme/opalcat.look
create mode 100755 local/cgi-bin/bml/scheme/redwhite.look
create mode 100755 local/cgi-bin/bml/scheme/vari
create mode 100755 local/cgi-bin/cleanhtml.pl
create mode 100755 local/cgi-bin/communitylib-local.pl
create mode 100755 local/cgi-bin/communitylib.pl
create mode 100755 local/cgi-bin/console-local.pl
create mode 100755 local/cgi-bin/console.pl
create mode 100755 local/cgi-bin/consuspend.pl
create mode 100755 local/cgi-bin/directorylib.pl
create mode 100755 local/cgi-bin/emailcheck.pl
create mode 100755 local/cgi-bin/ljcom.pl
create mode 100755 local/cgi-bin/ljdefaults.pl
create mode 100755 local/cgi-bin/ljfeed.pl
create mode 100755 local/cgi-bin/ljlang.pl
create mode 100755 local/cgi-bin/ljlib-local.pl
create mode 100755 local/cgi-bin/ljlib.pl
create mode 100755 local/cgi-bin/ljmail.pl
create mode 100755 local/cgi-bin/ljpoll.pl
create mode 100755 local/cgi-bin/ljprotocol.pl
create mode 100755 local/cgi-bin/ljr_readconf.pl
create mode 100644 local/cgi-bin/ljtextutil.pl
create mode 100755 local/cgi-bin/ljviews.pl
create mode 100755 local/cgi-bin/modperl_subs.pl
create mode 100755 local/cgi-bin/parsefeed.pl
create mode 100755 local/cgi-bin/phonepost.pl
create mode 100755 local/cgi-bin/taglib.pl
create mode 100755 local/cgi-bin/talklib.pl
create mode 100755 local/cgi-bin/weblib.pl
create mode 100755 local/htdocs/.htaccess
create mode 100755 local/htdocs/404-error.html
create mode 100755 local/htdocs/_config-local.bml
create mode 100755 local/htdocs/admin/console/index.bml
create mode 100755 local/htdocs/admin/console/reference.bml
create mode 100644 local/htdocs/admin/ljr/.htaccess
create mode 100644 local/htdocs/admin/ljr/import-queue.bml
create mode 100755 local/htdocs/admin/ljr/import-results.bml
create mode 100755 local/htdocs/admin/memcache-keys.txt
create mode 100755 local/htdocs/admin/memcache.bml
create mode 100755 local/htdocs/admin/memcache_view.bml
create mode 100755 local/htdocs/admin/netstat.bml
create mode 100755 local/htdocs/admin/priv/index.bml
create mode 100755 local/htdocs/bots/index.html
create mode 100755 local/htdocs/changepassword.bml
create mode 100755 local/htdocs/community/create.bml
create mode 100755 local/htdocs/community/join.bml
create mode 100755 local/htdocs/community/pending.bml
create mode 100755 local/htdocs/community/settings.bml
create mode 100755 local/htdocs/create.bml
create mode 100755 local/htdocs/customize/advanced/layerbrowse.bml
create mode 100755 local/htdocs/customize/advanced/layeredit.bml
create mode 100755 local/htdocs/customize/advanced/layers.bml
create mode 100755 local/htdocs/customize/advanced/styles.bml
create mode 100755 local/htdocs/delcomment.bml
create mode 100755 local/htdocs/developer/index.html
create mode 100755 local/htdocs/directory.bml
create mode 100644 local/htdocs/download/index.bml
create mode 100755 local/htdocs/editinfo.bml
create mode 100755 local/htdocs/edittags.bml
create mode 100644 local/htdocs/export_comments.bml
create mode 100755 local/htdocs/export_do.bml
create mode 100755 local/htdocs/favicon-misha.ico
create mode 100755 local/htdocs/favicon-petya.ico
create mode 100755 local/htdocs/favicon.ico
create mode 100755 local/htdocs/friends/pipiskomer.bml
create mode 100755 local/htdocs/friends/popwithfriends.bml
create mode 100755 local/htdocs/go.bml
create mode 100755 local/htdocs/guidelines.html
create mode 100755 local/htdocs/img/blue_check.gif
create mode 100755 local/htdocs/img/btn_addfriend.gif
create mode 100755 local/htdocs/img/btn_edit.gif
create mode 100755 local/htdocs/img/community-lj.gif
create mode 100755 local/htdocs/img/community-npj.gif
create mode 100755 local/htdocs/img/community.gif
create mode 100755 local/htdocs/img/imported-profile.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/accomplished.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/amused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/angry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/anxious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/apathetic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/artistic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/awake.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/bitchy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/blank.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/bouncy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/busy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/calm.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/cold.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/complacent.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/confused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/crazy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/crushed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/curious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/cynical.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/determined.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/devious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/disappointed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/drained.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/drunk.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/embarrassed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/envious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/exanimate.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/flirty.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/full.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/geeky.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/giddy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/gloomy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/good.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/groggy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/grumpy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/happy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/horny.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/hot.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/hungry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/indescribable.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/loved.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/predatory.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/restless.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/sad.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/shocked.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/sick.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/sleepy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/sore.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/thoughtful.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/tired.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/working.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/black/worried.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/accomplished.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/amused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/angry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/anxious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/apathetic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/artistic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/awake.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/bitchy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/blank.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/bouncy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/busy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/calm.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/cold.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/complacent.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/confused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/crazy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/crushed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/curious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/cynical.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/determined.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/devious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/disappointed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/drained.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/drunk.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/embarrassed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/envious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/exanimate.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/flirty.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/full.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/geeky.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/giddy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/gloomy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/good.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/groggy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/grumpy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/happy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/horny.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/hot.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/hungry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/indescribable.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/loved.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/predatory.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/restless.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/sad.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/shocked.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/sick.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/sleepy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/sore.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/thoughtful.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/tired.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/working.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/red/worried.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/accomplished.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/amused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/angry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/anxious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/apathetic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/artistic.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/awake.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/bitchy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/blank.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/bouncy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/busy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/calm.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/cold.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/complacent.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/confused.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/crazy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/crushed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/curious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/cynical.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/determined.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/devious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/disappointed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/drained.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/drunk.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/embarrassed.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/envious.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/exanimate.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/flirty.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/full.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/geeky.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/giddy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/gloomy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/good.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/groggy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/grumpy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/happy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/horny.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/hot.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/hungry.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/indescribable.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/loved.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/predatory.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/restless.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/sad.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/shocked.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/sick.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/sleepy.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/sore.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/thoughtful.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/tired.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/working.gif
create mode 100755 local/htdocs/img/mood/bitospud/courier/white/worried.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/angry.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/artistic.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/bouncy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/cold.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/crazy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/curious.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/determined.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/devilish.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/dirty.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/drunk.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/embarrassed.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/envy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/gloomy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/green.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/happy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/hot.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/hungry.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/loved.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/nerdy.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/okay.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/peaceful.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/relaxed.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/sad.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/scared.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/sore.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/suprised.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/thirsty.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/thoughtful.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/tired.gif
create mode 100755 local/htdocs/img/mood/charitycam/blackbox/working.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/angry.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/artistic.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/awake.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/bouncy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/cold.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/confused.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/determined.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/devlish.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/dirty.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/drunk.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/embarrased.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/envious.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/full.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/gloomy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/happy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/high.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/hot.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/hungry.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/loved.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/nerdy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/okay.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/sad.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/scared.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/shocked.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/sick.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/silly.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/sleepy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/stressed.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/thirsty.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/thoughtful.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/tired.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_boy/working.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/angry.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/artistic.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/cold.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/curious.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/determined.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/devious.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/dirty.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/drunk.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/envious.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/full.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/gloomy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/happy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/high.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/hot.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/hungry.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/loved.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/nerdy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/okay.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/sad.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/scared.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/sick.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/silly.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/sleepy.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/stressed.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/surprised.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/thoughtful.gif
create mode 100755 local/htdocs/img/mood/charitycam/goth_girl/working.gif
create mode 100755 local/htdocs/img/mood/classic/angry.gif
create mode 100755 local/htdocs/img/mood/classic/blah.gif
create mode 100755 local/htdocs/img/mood/classic/blush.gif
create mode 100755 local/htdocs/img/mood/classic/confused.gif
create mode 100755 local/htdocs/img/mood/classic/devious.gif
create mode 100755 local/htdocs/img/mood/classic/drunk.gif
create mode 100755 local/htdocs/img/mood/classic/energetic.gif
create mode 100755 local/htdocs/img/mood/classic/sad.gif
create mode 100755 local/htdocs/img/mood/classic/shock.gif
create mode 100755 local/htdocs/img/mood/classic/sick.gif
create mode 100755 local/htdocs/img/mood/classic/smile.gif
create mode 100755 local/htdocs/img/mood/classic/thinking.gif
create mode 100755 local/htdocs/img/mood/classic/tired.gif
create mode 100755 local/htdocs/img/mood/classic/wink.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/angry.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/annoyed.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/blah.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/blank.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/blush.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/bouncy.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/confused.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/cool.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/determined.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/devious.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/dirty.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/geeky.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/high.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/hot.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/hyper.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/idea.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/sad.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/shocked.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/sick.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/smile.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/snore.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/surprised.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/tearful.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/think.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/up.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/weird.gif
create mode 100755 local/htdocs/img/mood/growf/dwaggins/working.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/amused.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/annoyed.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/balloon.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/blank.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/blushing.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/bouncy.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/confused.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/cool.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/determined.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/devious.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/drunk.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/envious.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/geeky.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/happy.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/hyper.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/idea.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/livid.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/sad.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/sick.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/sob.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/sweat.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/thoughtful.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/wideeyed.gif
create mode 100755 local/htdocs/img/mood/growf/pengies/yawn.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/achy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/angelic_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/angry_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/artistic_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/awake_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/blank_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/bored_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/cold_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/confused_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/dirty_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/drunk_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/emberassed_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/envious_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/exhausted_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/full_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/grumpy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/happy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/horny_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/hot_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/hungry_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/hyper_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/indescribable_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/indifferent_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/loved_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/mellow_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/mischivious_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/nerdy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/pensive_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/sad_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/sexy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/sick_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/silly_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/singing_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/sleepy_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/sore_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/stressed_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/thirsty_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/green/working_sg.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/achy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/angelic_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/angry_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/artistic_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/awake_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/blank_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/bored_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/cold_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/confused_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/dirty_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/drunk_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/emberassed_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/envious_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/exhausted_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/full_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/grumpy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/happy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/horny_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/hot_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/hungry_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/hyper_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/indescribable_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/indifferent_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/loved_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/mellow_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/mischivious_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/nerdy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/pensive_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/sad_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/sexy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/sick_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/silly_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/singing_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/sleepy_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/sore_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/stressed_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/thirsty_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/purple/working_sp.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/achy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/angelic_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/angry_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/artistic_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/awake_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/blank_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/bored_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/cold_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/confused_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/dirty_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/drunk_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/emberassed_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/envious_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/exhausted_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/full_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/grumpy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/happy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/horny_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/hot_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/hungry_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/hyper_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/indescribable_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/indifferent_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/loved_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/mellow_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/mischivious_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/nerdy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/pensive_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/sad_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/sexy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/sick_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/silly_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/singing_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/sleepy_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/sore_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/stressed_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/thirsty_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/red/working_sr.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/achy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/angelic_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/angry_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/artistic_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/awake_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/blank_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/bored_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/cold_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/confused_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/dirty_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/drunk_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/emberassed_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/envious_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/exhausted_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/full_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/grumpy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/happy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/horny_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/hot_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/hungry_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/hyper_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/indescribable_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/indifferent_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/loved_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/mellow_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/mischivious_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/nerdy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/pensive_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/sad_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/sexy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/sick_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/silly_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/singing_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/sleepy_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/sore_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/stressed_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/thirsty_sy.gif
create mode 100755 local/htdocs/img/mood/moonsis/stars/yellow/working_sy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/accomplished.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/aggravated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/amused.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/angry.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/annoyed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/apathetic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/artistic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/awake.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/bitchy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/blah.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/blank.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/bored.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/bouncey.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/busy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/calm.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/cheerful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/chipper.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/cold.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/complacent.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/confused.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/contemplative.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/content.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/cranky.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/crappy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/crazy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/creative.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/crushed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/curious.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/cynical.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/depressed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/determined.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/devious.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/dirty.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/disappointed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/discontent.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/ditzy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/dorky.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/drained.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/drunk.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/ecstatic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/energetic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/enraged.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/enthralled.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/envious.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/exanimate.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/exausted.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/excited.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/flirty.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/frustrated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/full.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/geeky.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/giddy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/giggly.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/gloomy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/good.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/grateful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/groggy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/grumpy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/guilty.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/happy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/high.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/hopeful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/horny.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/hot.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/hungry2.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/hyper.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/impressed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/indescribable.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/indifferent.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/infuriated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/irate.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/irritated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/jubilant.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/lazy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/lethargic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/listless.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/lonely.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/loved.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/melancholy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/mellow.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/mischievous.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/morose.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/naughty.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/nauseated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/nerdy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/nostalgic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/numb.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/okay.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/optimistic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/peaceful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/pensive.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/pessimistic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/pissed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/pleased.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/predatory.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/productive.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/quixotic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/recumbent.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/refreshed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/rejected.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/rejuvenated.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/relaxed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/relieved.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/restless.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/rushed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/sad.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/satisfied.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/scared.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/shocked.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/sick.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/silly.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/sleepy.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/sore.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/stressed.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/suprised.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/sympathetic.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/thankful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/thirsty.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/thoughtful.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/tired.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/touched.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/uncomfortable.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/weird.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/working.gif
create mode 100755 local/htdocs/img/mood/neko/kaokitty/worried.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankangry.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankangryb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankangryg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankangryp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankawake.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankawakeb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankawakeg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankawakep.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankcreate.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankcreateb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankcreateg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankcreatep.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankfood.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankfoodb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankfoodg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankfoodp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankgeek.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankgeekb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankgeekg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankgeekp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhappy.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhappyb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhappyg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhappyp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhunt.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhuntb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhuntg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhuntp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhyper.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhyperb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhyperg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankhyperp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankitten.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankittenb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankitteng.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankittenp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksad.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksadb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksadg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksadp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankscared.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankscaredb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankscaredg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankscaredp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksleepy.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksleepyb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksleepyg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anksleepyp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankthink.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankthinkb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankthinkg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankthinkp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anktired.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anktiredb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anktiredg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/anktiredp.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankwink.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankwinkb.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankwinkg.gif
create mode 100755 local/htdocs/img/mood/niaha/kitty/ankwinkp.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/angry.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/awake.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/confused.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/determined.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/discontent.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/energetic.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/enthralled.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/happy.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/indescribable.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/nerdy.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/okay.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/sad.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/scared.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/thoughtful.gif
create mode 100755 local/htdocs/img/mood/opiummmm/foxies/working.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/angelic.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/angry.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/artistic.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/awake.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/blah.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/blank.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/cheerful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/cold.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/confused.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/curious.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/determined.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/dirty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/dizzy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/embarrassed.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/envious.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/excited.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/flirty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/full.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/giggly.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/gloomy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/groggy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/grumpy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/happy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/hopeful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/hot.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/hungry2.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/hyper.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/indescribable.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/indifferent.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/lazy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/loved.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/mellow.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/moody.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/naughty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/nerdy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/okay.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/sad.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/sick.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/silly.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/sleepy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/sore.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/stressed.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/surprised.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/thirsty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/thoughtful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/tired.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/working.gif
create mode 100755 local/htdocs/img/mood/punquinheads/blue/worried.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/angelic.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/angry.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/artistic.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/awake.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/blah.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/blank.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/cheerful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/cold.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/confused.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/curious.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/determined.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/dirty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/dizzy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/embarrassed.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/envious.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/excited.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/flirty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/full.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/giggly.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/gloomy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/groggy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/grumpy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/happy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/hopeful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/hot.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/hungry2.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/hyper.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/indescribable.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/indifferent.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/lazy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/loved.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/mellow.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/moody.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/naughty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/nerdy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/okay.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/sad.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/sick.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/silly.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/sleepy.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/sore.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/stressed.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/surprised.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/thirsty.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/thoughtful.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/tired.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/working.gif
create mode 100755 local/htdocs/img/mood/punquinheads/pink/worried.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/aggravated.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/amused.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/angry.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/annoyed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/anxious.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/artistic.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/awake.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/bitchy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/blank.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/bouncy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/busy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/cheerful.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/cold.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/complacent.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/confused.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/cranky.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/crushed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/curious.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/cynical.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/depressed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/determined.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/dirty.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/drunk.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/ecstatic.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/embarrassed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/energetic.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/enraged.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/enthralled.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/envious.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/exhausted.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/frustrated.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/full.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/gloomy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/good.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/groggy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/grumpy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/happy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/high.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/horny.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/hot.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/hungry.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/hyper.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/impressed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/indescribable.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/lazy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/loved.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/mischievous.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/moody.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/nerdy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/nostalgic.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/okay.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/predatory.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/refreshed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/relaxed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/relieved.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/rushed.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/sad.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/scared.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/sick.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/silly.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/sleepy.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/surprised.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/thirsty.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/thoughtful.gif
create mode 100755 local/htdocs/img/mood/roshi/palefaces/worried.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/accomplished_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/angry_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/artistic_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/awake_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/backflip_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/blank_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/boggle_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/cold_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/cranky_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/crazy_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/creative_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/crying_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/curious_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/cynical_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/determined_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/devious_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/dirty_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/drunk_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/embarassed_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/enthralled_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/envious_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/exanimate_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/full_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/furious_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/giggly_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/gloomy_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/grateful_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/guilty_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/hopeful_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/horny_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/hot_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/hungry_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/indescribable_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/love_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/moody_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/nerdy_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/nostalgic_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/pensive_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/plain_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/predatory_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/puzzled_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/quixotic_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/refreshed_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/rejuvenated_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/relaxed_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/sad_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/scared_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/scrabble_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/sick_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/sleepy_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/smiling_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/sore_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/stressed_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/surprised_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/thirsty_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/thoughtful_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/tired_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/wheel_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/wibble_hammy.gif
create mode 100755 local/htdocs/img/mood/twotone/hamsters/worried_hammy.gif
create mode 100755 local/htdocs/img/pencil.gif
create mode 100755 local/htdocs/img/s2preview/boxer/boxer.jpg
create mode 100755 local/htdocs/img/s2preview/classic/classic.jpg
create mode 100755 local/htdocs/img/s2preview/cleansimple/cleansimple.jpg
create mode 100755 local/htdocs/img/s2preview/component/component.jpg
create mode 100755 local/htdocs/img/s2preview/digitalmultiplex/digitalmultiplex.jpg
create mode 100755 local/htdocs/img/s2preview/generator/generator.jpg
create mode 100755 local/htdocs/img/s2preview/haven/haven.png
create mode 100755 local/htdocs/img/s2preview/magazine/magazine.jpg
create mode 100755 local/htdocs/img/s2preview/notepad/notepad.jpg
create mode 100755 local/htdocs/img/s2preview/opal/opal.jpg
create mode 100755 local/htdocs/img/s2preview/punquin/punquin.jpg
create mode 100755 local/htdocs/img/s2preview/sturdygesture/sturdygesture.jpg
create mode 100755 local/htdocs/img/s2preview/tabularindent/tabularindent.jpg
create mode 100755 local/htdocs/img/s2preview/variableflow/preview.jpg
create mode 100755 local/htdocs/img/userinfo-lj.gif
create mode 100755 local/htdocs/img/userinfo-npj.gif
create mode 100755 local/htdocs/img/userinfo.gif
create mode 100644 local/htdocs/img/videoplaceholder.png
create mode 100755 local/htdocs/import-enqueue.bml
create mode 100755 local/htdocs/import-faq.bml
create mode 100755 local/htdocs/import-queue.bml
create mode 100755 local/htdocs/import.bml
create mode 100755 local/htdocs/inc/legal-tos
create mode 100755 local/htdocs/index.bml
create mode 100755 local/htdocs/indexkoi.bml
create mode 100755 local/htdocs/js/talkpost.js
create mode 100755 local/htdocs/legal/guidelines.html
create mode 100755 local/htdocs/legal/privacy.bml
create mode 100755 local/htdocs/legal/tos-mini.html
create mode 100755 local/htdocs/legal/tos.html
create mode 100755 local/htdocs/legal/ustav.html
create mode 100755 local/htdocs/lj-gate/index.bml
create mode 100644 local/htdocs/lj-gate/lj-gate-faq.bml
create mode 100755 local/htdocs/lj-gate/lj-gate-faq.html
create mode 100755 local/htdocs/manage/siteopts.bml
create mode 100755 local/htdocs/manage/tags.bml
create mode 100644 local/htdocs/mobile/friends.bml
create mode 100644 local/htdocs/mobile/index.bml
create mode 100644 local/htdocs/mobile/login.bml
create mode 100644 local/htdocs/mobile/post.bml
create mode 100755 local/htdocs/modify.bml
create mode 100755 local/htdocs/moodlist.bml
create mode 100755 local/htdocs/news.bml
create mode 100755 local/htdocs/openid/approve.bml
create mode 100755 local/htdocs/openid/login.bml
create mode 100755 local/htdocs/openid/options.bml
create mode 100644 local/htdocs/paidaccounts/index.bml
create mode 100755 local/htdocs/palimg/boxer/back.gif
create mode 100755 local/htdocs/palimg/boxer/clear.gif
create mode 100755 local/htdocs/palimg/boxer/forward.gif
create mode 100755 local/htdocs/palimg/component/back.gif
create mode 100755 local/htdocs/palimg/component/backarrow.gif
create mode 100755 local/htdocs/palimg/component/bg.gif
create mode 100755 local/htdocs/palimg/component/btn_edit.gif
create mode 100755 local/htdocs/palimg/component/btn_memories.gif
create mode 100755 local/htdocs/palimg/component/btn_tags.gif
create mode 100755 local/htdocs/palimg/component/btn_tellfriend.gif
create mode 100755 local/htdocs/palimg/component/clear.gif
create mode 100755 local/htdocs/palimg/component/curve-bottom-left.gif
create mode 100755 local/htdocs/palimg/component/curve-bottom-right.gif
create mode 100755 local/htdocs/palimg/component/curve-top-left.gif
create mode 100755 local/htdocs/palimg/component/curve-top-right.gif
create mode 100755 local/htdocs/palimg/component/forward.gif
create mode 100755 local/htdocs/palimg/component/forwardarrow.gif
create mode 100755 local/htdocs/palimg/component/top-bg.gif
create mode 100755 local/htdocs/privacy.bml
create mode 100755 local/htdocs/robots.txt
create mode 100755 local/htdocs/robotsdisable.txt
create mode 100755 local/htdocs/site/index.html
create mode 100755 local/htdocs/site/sitemap.html
create mode 100755 local/htdocs/stats.bml
create mode 100644 local/htdocs/stats/.htaccess
create mode 100755 local/htdocs/stats/latest-img.bml
create mode 100755 local/htdocs/stats/latest-rss.bml
create mode 100755 local/htdocs/stats/latest.bml
create mode 100755 local/htdocs/stats/weblog-updates-xml.bml
create mode 100755 local/htdocs/styles/create.bml
create mode 100755 local/htdocs/styles/create_do.bml
create mode 100755 local/htdocs/support/faq.bml
create mode 100755 local/htdocs/support/index.html
create mode 100755 local/htdocs/syn/index.bml
create mode 100755 local/htdocs/talkmulti.bml
create mode 100755 local/htdocs/talkpost.bml
create mode 100755 local/htdocs/talkpost_do.bml
create mode 100755 local/htdocs/talkread.bml
create mode 100755 local/htdocs/talkscreen.bml
create mode 100644 local/htdocs/tools/embedcontent.bml
create mode 100755 local/htdocs/tools/memadd.bml
create mode 100755 local/htdocs/tools/recent_comments.bml
create mode 100644 local/htdocs/tools/search.bml
create mode 100755 local/htdocs/tos-2006-06-06.html
create mode 100755 local/htdocs/tos-2009-07-12.html
create mode 100755 local/htdocs/tos-2013-02-11.html
create mode 100755 local/htdocs/tos.html
create mode 100755 local/htdocs/translatetoljruser.bml
create mode 100755 local/htdocs/update.bml
create mode 100755 local/htdocs/userinfo.bml
create mode 100755 local/htdocs/ustav.html
create mode 100755 local/htdocs/zatychka.html
create mode 100755 multicvs.conf
create mode 100755 obsolete/bin/rlj2lj.pl
create mode 100755 obsolete/cgi-bin/DBI/Role.pm.debug
create mode 100755 obsolete/cgi-bin/LJ/Rewriteuser.pm
create mode 100755 obsolete/htdocs/admin/redirectusers.bml
create mode 100755 obsolete/htdocs/img/GJcommunity.gif
create mode 100755 obsolete/htdocs/img/GJuserinfo.gif
create mode 100755 obsolete/htdocs/img/NPJcommunity.gif
create mode 100755 obsolete/htdocs/img/NPJuserinfo.gif
create mode 100755 obsolete/htdocs/lj-gate/index.bml
create mode 100755 obsolete/htdocs/lj-gate/rlj2lj.bml
create mode 100755 obsolete/htdocs/lj-gate/rlj_delete.bml
create mode 100755 obsolete/htdocs/paidaccounts/index.html
create mode 100755 wcmtools/bin/apidoc.pl
create mode 100755 wcmtools/bin/multicvs.pl
create mode 100755 wcmtools/blobserver/lib/Apache/Blob.pm
create mode 100755 wcmtools/blobserver/lib/modperl.pl
create mode 100755 wcmtools/ddlockd/api/perl/DDLockClient.pm
create mode 100755 wcmtools/ddlockd/api/perl/MANIFEST
create mode 100755 wcmtools/ddlockd/api/perl/MANIFEST.SKIP
create mode 100755 wcmtools/ddlockd/api/perl/Makefile.PL
create mode 100755 wcmtools/ddlockd/api/perl/stresslock.pl
create mode 100755 wcmtools/ddlockd/api/perl/t/00_require.t
create mode 100755 wcmtools/ddlockd/api/perl/testlock.pl
create mode 100755 wcmtools/ddlockd/server/ddlockd
create mode 100755 wcmtools/dinsertd/server/dinsertd
create mode 100755 wcmtools/diskchecker/diskchecker.pl
create mode 100755 wcmtools/dmtpd/README.txt
create mode 100755 wcmtools/dmtpd/api/perl/test.pl
create mode 100755 wcmtools/dmtpd/server/dmtpd
create mode 100755 wcmtools/gearman/dev/DMap.pm
create mode 100755 wcmtools/gearman/dev/client.pl
create mode 100755 wcmtools/gearman/dev/dmap-worker.pl
create mode 100755 wcmtools/gearman/dev/dmap.pl
create mode 100755 wcmtools/gearman/dev/test-gear.pl
create mode 100755 wcmtools/gearman/dev/worker.pl
create mode 100755 wcmtools/gearman/doc/overview.txt
create mode 100755 wcmtools/gearman/lib/Gearman/Client.pm
create mode 100755 wcmtools/gearman/lib/Gearman/JobStatus.pm
create mode 100755 wcmtools/gearman/lib/Gearman/Objects.pm
create mode 100755 wcmtools/gearman/lib/Gearman/Task.pm
create mode 100755 wcmtools/gearman/lib/Gearman/Taskset.pm
create mode 100755 wcmtools/gearman/lib/Gearman/Util.pm
create mode 100755 wcmtools/gearman/lib/Gearman/Worker.pm
create mode 100755 wcmtools/gearman/server/gearmand
create mode 100755 wcmtools/gearman/t/00-use.t
create mode 100755 wcmtools/gearman/t/10-all.t
create mode 100755 wcmtools/gearman/t/worker.pl
create mode 100755 wcmtools/lib/Apache/CompressClientFixup.pm
create mode 100755 wcmtools/lib/DBI/Role.pm
create mode 100755 wcmtools/lib/DBIx/StateKeeper.pm
create mode 100755 wcmtools/lib/Danga-Daemon/Daemon.pm
create mode 100755 wcmtools/lib/Danga-EXIF/EXIF.pm
create mode 100755 wcmtools/lib/Danga-Exceptions/MANIFEST
create mode 100755 wcmtools/lib/Danga-Exceptions/MANIFEST.SKIP
create mode 100755 wcmtools/lib/Danga-Exceptions/Makefile.PL
create mode 100755 wcmtools/lib/Danga-Exceptions/lib/Danga/Exceptions.pm
create mode 100755 wcmtools/lib/Danga-Exceptions/t/basic.t
create mode 100755 wcmtools/lib/Danga-Socket/CHANGES
create mode 100755 wcmtools/lib/Danga-Socket/MANIFEST
create mode 100755 wcmtools/lib/Danga-Socket/MANIFEST.SKIP
create mode 100755 wcmtools/lib/Danga-Socket/META.yml
create mode 100755 wcmtools/lib/Danga-Socket/Makefile.PL
create mode 100755 wcmtools/lib/Danga-Socket/Socket.pm
create mode 100755 wcmtools/lib/Danga-Socket/debian/changelog
create mode 100755 wcmtools/lib/Danga-Socket/debian/compat
create mode 100755 wcmtools/lib/Danga-Socket/debian/control
create mode 100755 wcmtools/lib/Danga-Socket/debian/copyright
create mode 100755 wcmtools/lib/Danga-Socket/debian/rules
create mode 100755 wcmtools/lib/Danga-Socket/debian/watch
create mode 100755 wcmtools/lib/Danga-Socket/t/00-use.t
create mode 100755 wcmtools/lib/Danga-Socket/t/05-postloop.t
create mode 100755 wcmtools/lib/Danga-Socket/t/10-events.t
create mode 100755 wcmtools/lib/HTMLCleaner.pm
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/ChangeLog
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/MANIFEST
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/Makefile.PL
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/lib/LWPx/ParanoidAgent.pm
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/lib/LWPx/Protocol/http_paranoid.pm
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/lib/LWPx/Protocol/https_paranoid.pm
create mode 100755 wcmtools/lib/LWPx-ParanoidAgent/t/00-all.t
create mode 100755 wcmtools/lib/MultiCVS.pm
create mode 100755 wcmtools/lib/MySQL-BinLog/MANIFEST
create mode 100755 wcmtools/lib/MySQL-BinLog/MANIFEST.SKIP
create mode 100755 wcmtools/lib/MySQL-BinLog/Makefile.PL
create mode 100755 wcmtools/lib/MySQL-BinLog/docs/log_event.h
create mode 100755 wcmtools/lib/MySQL-BinLog/docs/log_event.ph
create mode 100755 wcmtools/lib/MySQL-BinLog/experiments/cpptokenizer.pl
create mode 100755 wcmtools/lib/MySQL-BinLog/experiments/try.pl
create mode 100755 wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog.pm
create mode 100755 wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog/Constants.pm
create mode 100755 wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog/Events.pm
create mode 100755 wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog/Header.pm
create mode 100755 wcmtools/lib/MySQL-BinLog/lib/Mysql/BinLog/Net.pm
create mode 100755 wcmtools/lib/S2/Color.pm
create mode 100755 wcmtools/lib/S2/EXIF.pm
create mode 100755 wcmtools/lib/SafeAgent.pm
create mode 100755 wcmtools/memcached/AUTHORS
create mode 100755 wcmtools/memcached/BUILD
create mode 100755 wcmtools/memcached/CONTRIBUTORS
create mode 100755 wcmtools/memcached/COPYING
create mode 100755 wcmtools/memcached/ChangeLog
create mode 100755 wcmtools/memcached/LICENSE
create mode 100755 wcmtools/memcached/Makefile.am
create mode 100755 wcmtools/memcached/NEWS
create mode 100755 wcmtools/memcached/README
create mode 100755 wcmtools/memcached/TODO
create mode 100755 wcmtools/memcached/api/java/CHANGELOG.txt
create mode 100755 wcmtools/memcached/api/java/PORTABILITY.txt
create mode 100755 wcmtools/memcached/api/java/TODO.txt
create mode 100755 wcmtools/memcached/api/java/com/danga/MemCached/MemCachedClient.java
create mode 100755 wcmtools/memcached/api/java/com/danga/MemCached/SockIO.java
create mode 100755 wcmtools/memcached/api/java/dist.pl
create mode 100755 wcmtools/memcached/api/java/memcachetest.java
create mode 100755 wcmtools/memcached/api/perl/ChangeLog
create mode 100755 wcmtools/memcached/api/perl/MANIFEST
create mode 100755 wcmtools/memcached/api/perl/Makefile.PL
create mode 100755 wcmtools/memcached/api/perl/Memcached.pm
create mode 100755 wcmtools/memcached/api/perl/README
create mode 100755 wcmtools/memcached/api/perl/TODO
create mode 100755 wcmtools/memcached/api/perl/t/use.t
create mode 100755 wcmtools/memcached/api/php/ChangeLog
create mode 100755 wcmtools/memcached/api/php/Documentation
create mode 100755 wcmtools/memcached/api/php/MemCachedClient.inc.php
create mode 100755 wcmtools/memcached/api/php/dist.pl
create mode 100755 wcmtools/memcached/api/python/ChangeLog
create mode 100755 wcmtools/memcached/api/python/DISTNOTES
create mode 100755 wcmtools/memcached/api/python/MANIFEST
create mode 100755 wcmtools/memcached/api/python/PKG-INFO
create mode 100755 wcmtools/memcached/api/python/memcache.py
create mode 100755 wcmtools/memcached/api/python/setup.py
create mode 100755 wcmtools/memcached/api/python/tests/pooltest.py
create mode 100755 wcmtools/memcached/assoc.c
create mode 100755 wcmtools/memcached/autogen.sh
create mode 100755 wcmtools/memcached/configure.ac
create mode 100755 wcmtools/memcached/doc/Makefile.am
create mode 100755 wcmtools/memcached/doc/memcached.1
create mode 100755 wcmtools/memcached/doc/memory_management.txt
create mode 100755 wcmtools/memcached/doc/protocol.txt
create mode 100755 wcmtools/memcached/frontends/gtk2-perl/README
create mode 100755 wcmtools/memcached/frontends/gtk2-perl/memcachedclient
create mode 100755 wcmtools/memcached/items.c
create mode 100755 wcmtools/memcached/memcached.c
create mode 100755 wcmtools/memcached/memcached.h
create mode 100755 wcmtools/memcached/scripts/memcached-init
create mode 100755 wcmtools/memcached/scripts/memcached-tool
create mode 100755 wcmtools/memcached/scripts/start-memcached
create mode 100755 wcmtools/memcached/slabs.c
create mode 100755 wcmtools/memcached/test/stress-memcached.pl
create mode 100755 wcmtools/memcached/website/_config.bml
create mode 100755 wcmtools/memcached/website/apis.bml
create mode 100755 wcmtools/memcached/website/download.bml
create mode 100755 wcmtools/memcached/website/index.bml
create mode 100755 wcmtools/memcached/website/memcached.css
create mode 100755 wcmtools/memcached/website/memcached.look
create mode 100755 wcmtools/memcached/website/news.bml
create mode 100755 wcmtools/memcached/website/users.bml
create mode 100755 wcmtools/mogilefs/api/perl/MANIFEST
create mode 100755 wcmtools/mogilefs/api/perl/MANIFEST.SKIP
create mode 100755 wcmtools/mogilefs/api/perl/META.yml
create mode 100755 wcmtools/mogilefs/api/perl/Makefile.PL
create mode 100755 wcmtools/mogilefs/api/perl/MogileFS.pm
create mode 100755 wcmtools/mogilefs/api/perl/debian/changelog
create mode 100755 wcmtools/mogilefs/api/perl/debian/compat
create mode 100755 wcmtools/mogilefs/api/perl/debian/control
create mode 100755 wcmtools/mogilefs/api/perl/debian/copyright
create mode 100755 wcmtools/mogilefs/api/perl/debian/rules
create mode 100755 wcmtools/mogilefs/api/perl/debian/watch
create mode 100755 wcmtools/mogilefs/api/perl/t/00use.t
create mode 100755 wcmtools/mogilefs/devnotes/FIXME
create mode 100755 wcmtools/mogilefs/devnotes/mounter.pl
create mode 100755 wcmtools/mogilefs/devnotes/notes.txt
create mode 100755 wcmtools/mogilefs/devnotes/perl-interface.txt
create mode 100755 wcmtools/mogilefs/devnotes/sql-data-bradhome.txt
create mode 100755 wcmtools/mogilefs/devnotes/sql-data-office.txt
create mode 100755 wcmtools/mogilefs/devnotes/sql-data-simple.txt
create mode 100755 wcmtools/mogilefs/devnotes/sql.txt
create mode 100755 wcmtools/mogilefs/devnotes/todo.txt
create mode 100755 wcmtools/mogilefs/server/MANIFEST
create mode 100755 wcmtools/mogilefs/server/MANIFEST.SKIP
create mode 100755 wcmtools/mogilefs/server/META.yml
create mode 100755 wcmtools/mogilefs/server/Makefile.PL
create mode 100755 wcmtools/mogilefs/server/conf/mogilefsd.conf
create mode 100755 wcmtools/mogilefs/server/conf/mogstored.conf
create mode 100755 wcmtools/mogilefs/server/debian/changelog
create mode 100755 wcmtools/mogilefs/server/debian/compat
create mode 100755 wcmtools/mogilefs/server/debian/control
create mode 100755 wcmtools/mogilefs/server/debian/copyright
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.config
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.init
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.postinst
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.postrm
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.preinst
create mode 100755 wcmtools/mogilefs/server/debian/mogilefsd.templates
create mode 100755 wcmtools/mogilefs/server/debian/mogstored.config
create mode 100755 wcmtools/mogilefs/server/debian/mogstored.init
create mode 100755 wcmtools/mogilefs/server/debian/mogstored.postinst
create mode 100755 wcmtools/mogilefs/server/debian/mogstored.postrm
create mode 100755 wcmtools/mogilefs/server/debian/mogstored.templates
create mode 100755 wcmtools/mogilefs/server/debian/po/POTFILES.in
create mode 100755 wcmtools/mogilefs/server/debian/po/templates.pot
create mode 100755 wcmtools/mogilefs/server/debian/rules
create mode 100755 wcmtools/mogilefs/server/debian/watch
create mode 100755 wcmtools/mogilefs/server/mogilefsd
create mode 100755 wcmtools/mogilefs/server/mogstored
create mode 100755 wcmtools/mogilefs/utils/MANIFEST
create mode 100755 wcmtools/mogilefs/utils/MANIFEST.SKIP
create mode 100755 wcmtools/mogilefs/utils/Makefile.PL
create mode 100755 wcmtools/mogilefs/utils/conf/mogtool.conf
create mode 100755 wcmtools/mogilefs/utils/debian/changelog
create mode 100755 wcmtools/mogilefs/utils/debian/compat
create mode 100755 wcmtools/mogilefs/utils/debian/control
create mode 100755 wcmtools/mogilefs/utils/debian/copyright
create mode 100755 wcmtools/mogilefs/utils/debian/mogilefs-utils.postinst
create mode 100755 wcmtools/mogilefs/utils/debian/mogilefs-utils.postrm
create mode 100755 wcmtools/mogilefs/utils/debian/rules
create mode 100755 wcmtools/mogilefs/utils/mogtool
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/ChangeLog
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/MANIFEST
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/Makefile.PL
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/lib/Net/OpenID/Association.pm
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/lib/Net/OpenID/ClaimedIdentity.pm
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/lib/Net/OpenID/Consumer.pm
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/lib/Net/OpenID/VerifiedIdentity.pm
create mode 100755 wcmtools/openid/perl/Net-OpenID-Consumer/t/00-use.t
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/ChangeLog
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/MANIFEST
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/Makefile.PL
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/lib/Net/OpenID/Server.pm
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/t/00-all.t
create mode 100755 wcmtools/openid/perl/Net-OpenID-Server/t/01-newproto.t
create mode 100755 wcmtools/perlbal/CHANGES
create mode 100755 wcmtools/perlbal/MANIFEST
create mode 100755 wcmtools/perlbal/MANIFEST.SKIP
create mode 100755 wcmtools/perlbal/META.yml
create mode 100755 wcmtools/perlbal/Makefile.PL
create mode 100755 wcmtools/perlbal/conf/nodelist.dat
create mode 100755 wcmtools/perlbal/conf/perlbal.conf
create mode 100755 wcmtools/perlbal/debian/changelog
create mode 100755 wcmtools/perlbal/debian/compat
create mode 100755 wcmtools/perlbal/debian/control
create mode 100755 wcmtools/perlbal/debian/copyright
create mode 100755 wcmtools/perlbal/debian/perlbal-doc.docs
create mode 100755 wcmtools/perlbal/debian/perlbal.init
create mode 100755 wcmtools/perlbal/debian/perlbal.postinst
create mode 100755 wcmtools/perlbal/debian/perlbal.postrm
create mode 100755 wcmtools/perlbal/debian/rules
create mode 100755 wcmtools/perlbal/debian/watch
create mode 100755 wcmtools/perlbal/doc/Classes.txt
create mode 100755 wcmtools/perlbal/doc/Hooks.txt
create mode 100755 wcmtools/perlbal/doc/README.txt
create mode 100755 wcmtools/perlbal/doc/Reproxying.txt
create mode 100755 wcmtools/perlbal/doc/todo.txt
create mode 100755 wcmtools/perlbal/lib/Perlbal.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/AIO.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/BackendHTTP.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/ClientHTTP.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/ClientHTTPBase.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/ClientManage.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/ClientProxy.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/HTTPHeaders.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Plugin/Highpri.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Plugin/Palimg.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Plugin/Queues.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Plugin/Stats.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Pool.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/ReproxyManager.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Service.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Socket.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/StatsListener.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/TCPListener.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Test.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Test/WebClient.pm
create mode 100755 wcmtools/perlbal/lib/Perlbal/Test/WebServer.pm
create mode 100755 wcmtools/perlbal/perlbal
create mode 100755 wcmtools/perlbal/t/00-use.t
create mode 100755 wcmtools/perlbal/t/10-testharness.t
create mode 100755 wcmtools/perlbal/t/12-headers.t
create mode 100755 wcmtools/perlbal/t/15-webserver.t
create mode 100755 wcmtools/perlbal/t/20-put.t
create mode 100755 wcmtools/perlbal/t/30-reverseproxy.t
create mode 100755 wcmtools/perlbal/test/helper-server.pl
create mode 100755 wcmtools/s2/BUGS
create mode 100755 wcmtools/s2/BUILD.txt
create mode 100755 wcmtools/s2/S2.pm
create mode 100755 wcmtools/s2/S2/BackendHTML.pm
create mode 100755 wcmtools/s2/S2/BackendPerl.pm
create mode 100755 wcmtools/s2/S2/Checker.pm
create mode 100755 wcmtools/s2/S2/Compiler.pm
create mode 100755 wcmtools/s2/S2/FilePos.pm
create mode 100755 wcmtools/s2/S2/Indenter.pm
create mode 100755 wcmtools/s2/S2/Layer.pm
create mode 100755 wcmtools/s2/S2/Node.pm
create mode 100755 wcmtools/s2/S2/NodeArguments.pm
create mode 100755 wcmtools/s2/S2/NodeArrayLiteral.pm
create mode 100755 wcmtools/s2/S2/NodeAssignExpr.pm
create mode 100755 wcmtools/s2/S2/NodeClass.pm
create mode 100755 wcmtools/s2/S2/NodeClassVarDecl.pm
create mode 100755 wcmtools/s2/S2/NodeCondExpr.pm
create mode 100755 wcmtools/s2/S2/NodeDeleteStmt.pm
create mode 100755 wcmtools/s2/S2/NodeEqExpr.pm
create mode 100755 wcmtools/s2/S2/NodeExpr.pm
create mode 100755 wcmtools/s2/S2/NodeExprStmt.pm
create mode 100755 wcmtools/s2/S2/NodeForeachStmt.pm
create mode 100755 wcmtools/s2/S2/NodeFormals.pm
create mode 100755 wcmtools/s2/S2/NodeFunction.pm
create mode 100755 wcmtools/s2/S2/NodeIfStmt.pm
create mode 100755 wcmtools/s2/S2/NodeIncExpr.pm
create mode 100755 wcmtools/s2/S2/NodeLayerInfo.pm
create mode 100755 wcmtools/s2/S2/NodeLogAndExpr.pm
create mode 100755 wcmtools/s2/S2/NodeLogOrExpr.pm
create mode 100755 wcmtools/s2/S2/NodeNamedType.pm
create mode 100755 wcmtools/s2/S2/NodePrintStmt.pm
create mode 100755 wcmtools/s2/S2/NodeProduct.pm
create mode 100755 wcmtools/s2/S2/NodePropGroup.pm
create mode 100755 wcmtools/s2/S2/NodeProperty.pm
create mode 100755 wcmtools/s2/S2/NodePropertyPair.pm
create mode 100755 wcmtools/s2/S2/NodeRange.pm
create mode 100755 wcmtools/s2/S2/NodeRelExpr.pm
create mode 100755 wcmtools/s2/S2/NodeReturnStmt.pm
create mode 100755 wcmtools/s2/S2/NodeSet.pm
create mode 100755 wcmtools/s2/S2/NodeStmt.pm
create mode 100755 wcmtools/s2/S2/NodeStmtBlock.pm
create mode 100755 wcmtools/s2/S2/NodeSum.pm
create mode 100755 wcmtools/s2/S2/NodeTerm.pm
create mode 100755 wcmtools/s2/S2/NodeText.pm
create mode 100755 wcmtools/s2/S2/NodeType.pm
create mode 100755 wcmtools/s2/S2/NodeUnaryExpr.pm
create mode 100755 wcmtools/s2/S2/NodeUnnecessary.pm
create mode 100755 wcmtools/s2/S2/NodeVarDecl.pm
create mode 100755 wcmtools/s2/S2/NodeVarDeclStmt.pm
create mode 100755 wcmtools/s2/S2/NodeVarRef.pm
create mode 100755 wcmtools/s2/S2/OutputConsole.pm
create mode 100755 wcmtools/s2/S2/OutputScalar.pm
create mode 100755 wcmtools/s2/S2/Token.pm
create mode 100755 wcmtools/s2/S2/TokenComment.pm
create mode 100755 wcmtools/s2/S2/TokenIdent.pm
create mode 100755 wcmtools/s2/S2/TokenIntegerLiteral.pm
create mode 100755 wcmtools/s2/S2/TokenKeyword.pm
create mode 100755 wcmtools/s2/S2/TokenPunct.pm
create mode 100755 wcmtools/s2/S2/TokenStringLiteral.pm
create mode 100755 wcmtools/s2/S2/TokenWhitespace.pm
create mode 100755 wcmtools/s2/S2/Tokenizer.pm
create mode 100755 wcmtools/s2/S2/Type.pm
create mode 100755 wcmtools/s2/S2/Util.pm
create mode 100755 wcmtools/s2/danga/s2/Backend.java
create mode 100755 wcmtools/s2/danga/s2/BackendHTML.java
create mode 100755 wcmtools/s2/danga/s2/BackendPerl.java
create mode 100755 wcmtools/s2/danga/s2/BackendS2.java
create mode 100755 wcmtools/s2/danga/s2/BufferedIndenter.java
create mode 100755 wcmtools/s2/danga/s2/Checker.java
create mode 100755 wcmtools/s2/danga/s2/DerItem.java
create mode 100755 wcmtools/s2/danga/s2/FilePos.java
create mode 100755 wcmtools/s2/danga/s2/Indenter.java
create mode 100755 wcmtools/s2/danga/s2/Layer.java
create mode 100755 wcmtools/s2/danga/s2/Node.java
create mode 100755 wcmtools/s2/danga/s2/NodeArguments.java
create mode 100755 wcmtools/s2/danga/s2/NodeArrayLiteral.java
create mode 100755 wcmtools/s2/danga/s2/NodeAssignExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeClass.java
create mode 100755 wcmtools/s2/danga/s2/NodeClassVarDecl.java
create mode 100755 wcmtools/s2/danga/s2/NodeCondExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeDeleteStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeEqExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeExprStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeForeachStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeFormals.java
create mode 100755 wcmtools/s2/danga/s2/NodeFunction.java
create mode 100755 wcmtools/s2/danga/s2/NodeIfStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeIncExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeLayerInfo.java
create mode 100755 wcmtools/s2/danga/s2/NodeLogAndExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeLogOrExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeNamedType.java
create mode 100755 wcmtools/s2/danga/s2/NodePrintStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeProduct.java
create mode 100755 wcmtools/s2/danga/s2/NodeProperty.java
create mode 100755 wcmtools/s2/danga/s2/NodePropertyPair.java
create mode 100755 wcmtools/s2/danga/s2/NodeRange.java
create mode 100755 wcmtools/s2/danga/s2/NodeRelExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeReturnStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeSet.java
create mode 100755 wcmtools/s2/danga/s2/NodeStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeStmtBlock.java
create mode 100755 wcmtools/s2/danga/s2/NodeSum.java
create mode 100755 wcmtools/s2/danga/s2/NodeTerm.java
create mode 100755 wcmtools/s2/danga/s2/NodeText.java
create mode 100755 wcmtools/s2/danga/s2/NodeType.java
create mode 100755 wcmtools/s2/danga/s2/NodeUnaryExpr.java
create mode 100755 wcmtools/s2/danga/s2/NodeUnnecessary.java
create mode 100755 wcmtools/s2/danga/s2/NodeVarDecl.java
create mode 100755 wcmtools/s2/danga/s2/NodeVarDeclStmt.java
create mode 100755 wcmtools/s2/danga/s2/NodeVarRef.java
create mode 100755 wcmtools/s2/danga/s2/Output.java
create mode 100755 wcmtools/s2/danga/s2/OutputConsole.java
create mode 100755 wcmtools/s2/danga/s2/OutputStringBuffer.java
create mode 100755 wcmtools/s2/danga/s2/Scanner.java
create mode 100755 wcmtools/s2/danga/s2/Token.java
create mode 100755 wcmtools/s2/danga/s2/TokenComment.java
create mode 100755 wcmtools/s2/danga/s2/TokenIdent.java
create mode 100755 wcmtools/s2/danga/s2/TokenIntegerLiteral.java
create mode 100755 wcmtools/s2/danga/s2/TokenKeyword.java
create mode 100755 wcmtools/s2/danga/s2/TokenPunct.java
create mode 100755 wcmtools/s2/danga/s2/TokenStringLiteral.java
create mode 100755 wcmtools/s2/danga/s2/TokenWhitespace.java
create mode 100755 wcmtools/s2/danga/s2/Tokenizer.java
create mode 100755 wcmtools/s2/danga/s2/Type.java
create mode 100755 wcmtools/s2/danga/s2/s2compile.java
create mode 100755 wcmtools/s2/doc/database.txt
create mode 100755 wcmtools/s2/doc/design_goals.txt
create mode 100755 wcmtools/s2/doc/docbook/about.xml
create mode 100755 wcmtools/s2/doc/docbook/appx.gfdl.xml
create mode 100755 wcmtools/s2/doc/docbook/bookinfo.xml
create mode 100755 wcmtools/s2/doc/docbook/caveats.xml
create mode 100755 wcmtools/s2/doc/docbook/csp.xml
create mode 100755 wcmtools/s2/doc/docbook/design.xml
create mode 100755 wcmtools/s2/doc/docbook/entities.xml
create mode 100755 wcmtools/s2/doc/docbook/faq.xml
create mode 100755 wcmtools/s2/doc/docbook/history.xml
create mode 100755 wcmtools/s2/doc/docbook/how.xml
create mode 100755 wcmtools/s2/doc/docbook/index.xml
create mode 100755 wcmtools/s2/doc/docbook/langref.xml
create mode 100755 wcmtools/s2/doc/docbook/layers.xml
create mode 100755 wcmtools/s2/doc/docbook/misc.xml
create mode 100755 wcmtools/s2/doc/docbook/notes.txt
create mode 100755 wcmtools/s2/doc/docbook/notes.xml
create mode 100755 wcmtools/s2/doc/docbook/overview.xml
create mode 100755 wcmtools/s2/doc/docbook/preface.xml
create mode 100755 wcmtools/s2/doc/docbook/terms.xml
create mode 100755 wcmtools/s2/doc/grammar.txt
create mode 100755 wcmtools/s2/doc/language.txt
create mode 100755 wcmtools/s2/doc/layerinfo.txt
create mode 100755 wcmtools/s2/doc/layers.txt
create mode 100755 wcmtools/s2/doc/overview.txt
create mode 100755 wcmtools/s2/doc/properties.txt
create mode 100755 wcmtools/s2/doc/versioning.txt
create mode 100755 wcmtools/s2/makefile.jmk
create mode 100755 wcmtools/s2/manifest.txt
create mode 100755 wcmtools/s2/runtests.pl
create mode 100755 wcmtools/s2/s2compile
create mode 100755 wcmtools/s2/s2compile.pl
create mode 100755 wcmtools/s2/tests/Arithmetic.s2
create mode 100755 wcmtools/s2/tests/Arithmetic.s2.out
create mode 100755 wcmtools/s2/tests/Classes_1.s2
create mode 100755 wcmtools/s2/tests/Classes_1.s2.out
create mode 100755 wcmtools/s2/tests/Classes_2.s2
create mode 100755 wcmtools/s2/tests/Classes_2.s2.out
create mode 100755 wcmtools/s2/tests/Colors.s2
create mode 100755 wcmtools/s2/tests/Colors.s2.out
create mode 100755 wcmtools/s2/tests/Colors_2b.s2
create mode 100755 wcmtools/s2/tests/Colors_2b.s2.out
create mode 100755 wcmtools/s2/tests/Hello_World.s2
create mode 100755 wcmtools/s2/tests/Hello_World.s2.out
create mode 100755 wcmtools/s2/tests/Obj_Interpolate.s2
create mode 100755 wcmtools/s2/tests/Obj_Interpolate.s2.out
create mode 100755 wcmtools/s2/tests/Reserved_Idents.s2
create mode 100755 wcmtools/s2/tests/Reserved_Idents.s2.out
create mode 100755 wcmtools/s2/tests/String_Object.s2
create mode 100755 wcmtools/s2/tests/String_Object.s2.out
create mode 100755 wcmtools/s2/tests/arrayliterals.s2
create mode 100755 wcmtools/s2/tests/arrayliterals.s2.out
create mode 100755 wcmtools/s2/tests/conditions.s2
create mode 100755 wcmtools/s2/tests/conditions.s2.out
create mode 100755 wcmtools/s2/tests/defined.s2
create mode 100755 wcmtools/s2/tests/defined.s2.out
create mode 100755 wcmtools/s2/tests/fail-syntax.s2
create mode 100755 wcmtools/s2/tests/fail-syntax.s2.err
create mode 100755 wcmtools/s2/tests/if-assign.s2
create mode 100755 wcmtools/s2/tests/if-assign.s2.err
create mode 100755 wcmtools/s2/tests/null-dispatch.s2
create mode 100755 wcmtools/s2/tests/null-dispatch.s2.err
create mode 100755 wcmtools/s2/tests/null-dispatch.s2.out
create mode 100755 wcmtools/s2/tests/null.s2
create mode 100755 wcmtools/s2/tests/null.s2.out
create mode 100755 wcmtools/s2/tests/range.s2
create mode 100755 wcmtools/s2/tests/range.s2.out
create mode 100755 wcmtools/s2/tests/readonly.s2
create mode 100755 wcmtools/s2/tests/readonly.s2.out
create mode 100755 wcmtools/s2/tests/sizereverse.s2
create mode 100755 wcmtools/s2/tests/sizereverse.s2.out
create mode 100755 wcmtools/s2/tests/super.s2
create mode 100755 wcmtools/s2/tests/super.s2.out
create mode 100755 wcmtools/spud/bin/cmdshell
create mode 100755 wcmtools/spud/bin/gatherer
create mode 100755 wcmtools/spud/bin/plugins/config_generator.pl
create mode 100755 wcmtools/spud/bin/plugins/memcached.pl
create mode 100755 wcmtools/spud/bin/plugins/mogilefsd.pl
create mode 100755 wcmtools/spud/bin/plugins/mogstored.pl
create mode 100755 wcmtools/spud/bin/plugins/perlbal.pl
create mode 100755 wcmtools/spud/bin/plugins/test.pl
create mode 100755 wcmtools/spud/bin/replicator
create mode 100755 wcmtools/spud/bin/rrd-storage
create mode 100755 wcmtools/spud/bin/server
create mode 100755 wcmtools/spud/bin/wrapper
create mode 100755 wcmtools/spud/conf/authorized_keys
create mode 100755 wcmtools/spud/conf/cmdshell.conf
create mode 100755 wcmtools/spud/conf/sshd_config
create mode 100755 wcmtools/spud/conf/stats-local.conf
create mode 100755 wcmtools/spud/conf/stats.conf
create mode 100755 wcmtools/spud/doc/README.txt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..40caffa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# CVS default ignores begin
+tags
+TAGS
+.make.state
+.nse_depinfo
+*~
+#*
+.#*
+,*
+_$*
+*$
+*.old
+*.bak
+*.BAK
+*.orig
+*.rej
+.del-*
+*.a
+*.olb
+*.o
+*.obj
+*.so
+*.exe
+*.Z
+*.elc
+*.ln
+core
+# CVS default ignores end
diff --git a/bml/MANIFEST b/bml/MANIFEST
new file mode 100755
index 0000000..01cf479
--- /dev/null
+++ b/bml/MANIFEST
@@ -0,0 +1,93 @@
+bml-tester.pl
+doc/bml-notes.txt
+doc/docbook/appx.gfdl.xml
+doc/docbook/book.ent
+doc/docbook/book.xml
+doc/docbook/bookinfo.xml
+doc/docbook/build.pl
+doc/docbook/BUILD.txt
+doc/docbook/core.xml
+doc/docbook/flags.xml
+doc/docbook/index.xml
+doc/docbook/preface.xml
+doc/docbook/tutorial.xml
+lib/Apache/BML.pm
+Makefile.PL
+MANIFEST
+t/00_require.t
+t/10_simple.t
+t/20_render.t
+test/bml-profile.pl
+test/brads/_config.bml
+test/brads/scheme.look
+test/brads/test1.bml
+test/brads/test1.correct
+test/codeblocks/_config.bml
+test/codeblocks/carry-variables.bml
+test/codeblocks/carry-variables.correct
+test/codeblocks/complex1.bml
+test/codeblocks/complex1.correct
+test/codeblocks/complex2.bml
+test/codeblocks/complex2.correct
+test/codeblocks/re-expand.bml
+test/codeblocks/re-expand.correct
+test/codeblocks/scheme.look
+test/codeblocks/simple.bml
+test/codeblocks/simple.correct
+test/comments/_config.bml
+test/comments/basic.bml
+test/comments/basic.correct
+test/comments/rendered.bml
+test/comments/rendered.correct
+test/comments/scheme.look
+test/escape/_config.bml
+test/escape/ea.bml
+test/escape/ea.correct
+test/escape/eb.bml
+test/escape/eb.correct
+test/escape/eh.bml
+test/escape/eh.correct
+test/escape/eu.bml
+test/escape/eu.correct
+test/escape/scheme.look
+test/fake_root/_config.bml
+test/fake_root/bluewhite.look
+test/fake_root/bml-simple.bml
+test/fake_root/bml-simple.correct
+test/fake_root/bml-test.bml
+test/fake_root/bml-test.correct
+test/fake_root/global.look
+test/include/_config.bml
+test/include/loremipsum.txt
+test/include/plain.bml
+test/include/scheme.look
+test/info/_config.bml
+test/info/localblocks.bml
+test/info/localblocks.correct
+test/info/package.bml
+test/info/package.correct
+test/info/scheme.look
+test/recursion/_config.bml
+test/recursion/infinite.bml
+test/recursion/infinite.correct
+test/recursion/nested.bml
+test/recursion/nested.correct
+test/recursion/scheme.look
+test/syntax-errors/_config.bml
+test/syntax-errors/dangling-tagopen.bml
+test/syntax-errors/dangling-tagopen.correct
+test/syntax-errors/no-close.bml
+test/syntax-errors/no-close.correct
+test/syntax-errors/onlyopen.bml
+test/syntax-errors/onlyopen.correct
+test/syntax-errors/scheme.look
+test/syntax-errors/spaces.bml
+test/syntax-errors/spaces.correct
+test/tutorial1/_config.bml
+test/tutorial1/index.bml
+test/tutorial1/index.correct
+test/tutorial1/scheme.look
+test/tutorial2/_config.bml
+test/tutorial2/index.bml
+test/tutorial2/index.correct
+test/tutorial2/scheme.look
diff --git a/bml/MANIFEST.SKIP b/bml/MANIFEST.SKIP
new file mode 100755
index 0000000..ede9cda
--- /dev/null
+++ b/bml/MANIFEST.SKIP
@@ -0,0 +1,11 @@
+^#
+\bCVS\b
+^MANIFEST\.
+^Makefile$
+~$
+\.html$
+\.old$
+^blib/
+_blib$
+^MakeMaker-\d
+^\.exists
diff --git a/bml/Makefile.PL b/bml/Makefile.PL
new file mode 100755
index 0000000..c0713d9
--- /dev/null
+++ b/bml/Makefile.PL
@@ -0,0 +1,36 @@
+#!/usr/bin/perl
+#
+# Perl Makefile for BML
+# $Id: Makefile.PL,v 1.1 2004/05/26 17:33:51 deveiant Exp $
+#
+# Invoke with 'perl Makefile.PL'
+#
+# See ExtUtils::MakeMaker (3) for more information on how to influence
+# the contents of the Makefile that is written
+#
+
+use ExtUtils::MakeMaker;
+my $version = do { my @r = (q$Revision: 1.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+
+my %config = (
+ NAME => 'BML',
+ VERSION => "0." . $version,
+ AUTHOR => 'Brad Fitzpatrick ',
+ ABSTRACT => 'a server-side markup language',
+ PREREQ_PM => {
+ Apache => 0,
+ Apache::URI => 0,
+ Digest::MD5 => 0,
+ File::Spec => 0,
+ },
+ dist => {
+ CI => "cvs commit",
+ RCS_LABEL => 'cvs tag r$(VERSION_SYM)',
+ SUFFIX => ".bz2",
+ DIST_DEFAULT => 'all tardist',
+ COMPRESS => "bzip2",
+ },
+ );
+
+
+WriteMakefile( %config );
diff --git a/bml/doc/bml-notes.txt b/bml/doc/bml-notes.txt
new file mode 100755
index 0000000..6755122
--- /dev/null
+++ b/bml/doc/bml-notes.txt
@@ -0,0 +1,61 @@
+TEMPLATE FLAGS
+==============
+This documents the flags in braces at the beginning of .look
+file block template definitions. The flags fall into one
+of three classes:
+
+1) Varible definition types:
+
+ F: full, mix of multi & single line property definitions:
+
+ Single line string
+ template?>
+
+ P: pipe delimited, properites are named DATA, where starts at
+ 1 and increases.
+
+
+
+ D: one proprety, and it's named DATA
+
+
+
+
+2) Static template definitions:
+
+ S: static: output won't have more BML to expand, or properties to fill-in,
+ so don't try.
+
+ R: less static: add pRoperties, but then don't BML expand.
+
+3) Controlling expansion vs. interpolation order:
+
+ p: pre-parsed. BML-expand parameters first, then interpolate into
+ template. by default, parameters are interpolated first, then
+ everything is expanded. but if you use %%TITLE%% twice in your
+ PAGE, for example, and your .bml file defines TITLE=> with a
+ _CODE block, it will be run twice, so it's generally a good idea
+ to make PAGE definitions pre-parsed. also, then, you avoid
+ re-running most of your output through the BML expander a second
+ time.
+
+ s: expand embedded parameterless static blocks in definition early.
+ so when the template file is read, any blocks of the form (=FOO=)
+ are expanded ahead of time. Useful in conjunction with the {S}
+ flag. consider:
+
+ # Our image server:
+ IMGPREFIX=>{S}http://www.site.com:8080/
+
+ # Some block that has an image:
+ SPACER=>{Ss}
+
+ The SPACER block isn't really static, but because {s} is used and IMGPREFIX
+ is static, then SPACER can also be static.
+
diff --git a/bml/doc/docbook/BUILD.txt b/bml/doc/docbook/BUILD.txt
new file mode 100755
index 0000000..7301fe0
--- /dev/null
+++ b/bml/doc/docbook/BUILD.txt
@@ -0,0 +1,5 @@
+To build the BML documentation from these DocBook sources, you'll need
+apidoc.pl from wcmtools here, and then run generate.pl.
+
+FIXME: better notes
+
diff --git a/bml/doc/docbook/appx.gfdl.xml b/bml/doc/docbook/appx.gfdl.xml
new file mode 100755
index 0000000..268aec6
--- /dev/null
+++ b/bml/doc/docbook/appx.gfdl.xml
@@ -0,0 +1,450 @@
+
+GNU Free Documentation License
+
+
+
+
+
+
+ Version 1.1, March 2000
+
+
+ Copyright (C) 2000 Free Software Foundation, Inc.
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+
+
+ PREAMBLE
+
+ The purpose of this License is to make a manual, textbook,
+ or other written document "free" in the sense of freedom: to
+ assure everyone the effective freedom to copy and redistribute it,
+ with or without modifying it, either commercially or
+ noncommercially. Secondarily, this License preserves for the
+ author and publisher a way to get credit for their work, while not
+ being considered responsible for modifications made by
+ others.
+
+ This License is a kind of "copyleft", which means that
+ derivative works of the document must themselves be free in the
+ same sense. It complements the GNU General Public License, which
+ is a copyleft license designed for free software.
+
+ We have designed this License in order to use it for manuals
+ for free software, because free software needs free documentation:
+ a free program should come with manuals providing the same
+ freedoms that the software does. But this License is not limited
+ to software manuals; it can be used for any textual work,
+ regardless of subject matter or whether it is published as a
+ printed book. We recommend this License principally for works
+ whose purpose is instruction or reference.
+
+
+
+ APPLICABILITY AND DEFINITIONS
+
+ This License applies to any manual or other work that
+ contains a notice placed by the copyright holder saying it can be
+ distributed under the terms of this License. The "Document",
+ below, refers to any such manual or work. Any member of the
+ public is a licensee, and is addressed as "you".
+
+ A "Modified Version" of the Document means any work
+ containing the Document or a portion of it, either copied
+ verbatim, or with modifications and/or translated into another
+ language.
+
+ A "Secondary Section" is a named appendix or a front-matter
+ section of the Document that deals exclusively with the
+ relationship of the publishers or authors of the Document to the
+ Document's overall subject (or to related matters) and contains
+ nothing that could fall directly within that overall subject.
+ (For example, if the Document is in part a textbook of
+ mathematics, a Secondary Section may not explain any mathematics.)
+ The relationship could be a matter of historical connection with
+ the subject or with related matters, or of legal, commercial,
+ philosophical, ethical or political position regarding
+ them.
+
+ The "Invariant Sections" are certain Secondary Sections
+ whose titles are designated, as being those of Invariant Sections,
+ in the notice that says that the Document is released under this
+ License.
+
+ The "Cover Texts" are certain short passages of text that
+ are listed, as Front-Cover Texts or Back-Cover Texts, in the
+ notice that says that the Document is released under this
+ License.
+
+ A "Transparent" copy of the Document means a
+ machine-readable copy, represented in a format whose specification
+ is available to the general public, whose contents can be viewed
+ and edited directly and straightforwardly with generic text
+ editors or (for images composed of pixels) generic paint programs
+ or (for drawings) some widely available drawing editor, and that
+ is suitable for input to text formatters or for automatic
+ translation to a variety of formats suitable for input to text
+ formatters. A copy made in an otherwise Transparent file format
+ whose markup has been designed to thwart or discourage subsequent
+ modification by readers is not Transparent. A copy that is not
+ "Transparent" is called "Opaque".
+
+ Examples of suitable formats for Transparent copies include
+ plain ASCII without markup, Texinfo input format, LaTeX input
+ format, SGML or XML using a publicly available DTD, and
+ standard-conforming simple HTML designed for human modification.
+ Opaque formats include PostScript, PDF, proprietary formats that
+ can be read and edited only by proprietary word processors, SGML
+ or XML for which the DTD and/or processing tools are not generally
+ available, and the machine-generated HTML produced by some word
+ processors for output purposes only.
+
+ The "Title Page" means, for a printed book, the title page
+ itself, plus such following pages as are needed to hold, legibly,
+ the material this License requires to appear in the title page.
+ For works in formats which do not have any title page as such,
+ "Title Page" means the text near the most prominent appearance of
+ the work's title, preceding the beginning of the body of the
+ text.
+
+
+
+ VERBATIM COPYING
+
+ You may copy and distribute the Document in any medium,
+ either commercially or noncommercially, provided that this
+ License, the copyright notices, and the license notice saying this
+ License applies to the Document are reproduced in all copies, and
+ that you add no other conditions whatsoever to those of this
+ License. You may not use technical measures to obstruct or
+ control the reading or further copying of the copies you make or
+ distribute. However, you may accept compensation in exchange for
+ copies. If you distribute a large enough number of copies you
+ must also follow the conditions in section 3.
+
+ You may also lend copies, under the same conditions stated
+ above, and you may publicly display copies.
+
+
+
+ COPYING IN QUANTITY
+
+ If you publish printed copies of the Document numbering more
+ than 100, and the Document's license notice requires Cover Texts,
+ you must enclose the copies in covers that carry, clearly and
+ legibly, all these Cover Texts: Front-Cover Texts on the front
+ cover, and Back-Cover Texts on the back cover. Both covers must
+ also clearly and legibly identify you as the publisher of these
+ copies. The front cover must present the full title with all
+ words of the title equally prominent and visible. You may add
+ other material on the covers in addition. Copying with changes
+ limited to the covers, as long as they preserve the title of the
+ Document and satisfy these conditions, can be treated as verbatim
+ copying in other respects.
+
+ If the required texts for either cover are too voluminous to
+ fit legibly, you should put the first ones listed (as many as fit
+ reasonably) on the actual cover, and continue the rest onto
+ adjacent pages.
+
+ If you publish or distribute Opaque copies of the Document
+ numbering more than 100, you must either include a
+ machine-readable Transparent copy along with each Opaque copy, or
+ state in or with each Opaque copy a publicly-accessible
+ computer-network location containing a complete Transparent copy
+ of the Document, free of added material, which the general
+ network-using public has access to download anonymously at no
+ charge using public-standard network protocols. If you use the
+ latter option, you must take reasonably prudent steps, when you
+ begin distribution of Opaque copies in quantity, to ensure that
+ this Transparent copy will remain thus accessible at the stated
+ location until at least one year after the last time you
+ distribute an Opaque copy (directly or through your agents or
+ retailers) of that edition to the public.
+
+ It is requested, but not required, that you contact the
+ authors of the Document well before redistributing any large
+ number of copies, to give them a chance to provide you with an
+ updated version of the Document.
+
+
+
+ MODIFICATIONS
+
+ You may copy and distribute a Modified Version of the
+ Document under the conditions of sections 2 and 3 above, provided
+ that you release the Modified Version under precisely this
+ License, with the Modified Version filling the role of the
+ Document, thus licensing distribution and modification of the
+ Modified Version to whoever possesses a copy of it. In addition,
+ you must do these things in the Modified Version:
+
+
+ Use in the Title Page
+ (and on the covers, if any) a title distinct from that of the
+ Document, and from those of previous versions (which should, if
+ there were any, be listed in the History section of the
+ Document). You may use the same title as a previous version if
+ the original publisher of that version gives permission.
+
+
+ List on the Title Page,
+ as authors, one or more persons or entities responsible for
+ authorship of the modifications in the Modified Version,
+ together with at least five of the principal authors of the
+ Document (all of its principal authors, if it has less than
+ five).
+
+
+ State on the Title page
+ the name of the publisher of the Modified Version, as the
+ publisher.
+
+
+ Preserve all the
+ copyright notices of the Document.
+
+
+ Add an appropriate
+ copyright notice for your modifications adjacent to the other
+ copyright notices.
+
+
+ Include, immediately
+ after the copyright notices, a license notice giving the public
+ permission to use the Modified Version under the terms of this
+ License, in the form shown in the Addendum below.
+
+
+ Preserve in that license
+ notice the full lists of Invariant Sections and required Cover
+ Texts given in the Document's license notice.
+
+
+ Include an unaltered
+ copy of this License.
+
+
+ Preserve the section
+ entitled "History", and its title, and add to it an item stating
+ at least the title, year, new authors, and publisher of the
+ Modified Version as given on the Title Page. If there is no
+ section entitled "History" in the Document, create one stating
+ the title, year, authors, and publisher of the Document as given
+ on its Title Page, then add an item describing the Modified
+ Version as stated in the previous sentence.
+
+
+ Preserve the network
+ location, if any, given in the Document for public access to a
+ Transparent copy of the Document, and likewise the network
+ locations given in the Document for previous versions it was
+ based on. These may be placed in the "History" section. You
+ may omit a network location for a work that was published at
+ least four years before the Document itself, or if the original
+ publisher of the version it refers to gives permission.
+
+
+ In any section entitled
+ "Acknowledgements" or "Dedications", preserve the section's
+ title, and preserve in the section all the substance and tone of
+ each of the contributor acknowledgements and/or dedications
+ given therein.
+
+
+ Preserve all the
+ Invariant Sections of the Document, unaltered in their text and
+ in their titles. Section numbers or the equivalent are not
+ considered part of the section titles.
+
+
+ Delete any section
+ entitled "Endorsements". Such a section may not be included in
+ the Modified Version.
+
+
+ Do not retitle any
+ existing section as "Endorsements" or to conflict in title with
+ any Invariant Section.
+
+
+
+ If the Modified Version includes new front-matter sections
+ or appendices that qualify as Secondary Sections and contain no
+ material copied from the Document, you may at your option
+ designate some or all of these sections as invariant. To do this,
+ add their titles to the list of Invariant Sections in the Modified
+ Version's license notice. These titles must be distinct from any
+ other section titles.
+
+ You may add a section entitled "Endorsements", provided it
+ contains nothing but endorsements of your Modified Version by
+ various parties--for example, statements of peer review or that
+ the text has been approved by an organization as the authoritative
+ definition of a standard.
+
+ You may add a passage of up to five words as a Front-Cover
+ Text, and a passage of up to 25 words as a Back-Cover Text, to the
+ end of the list of Cover Texts in the Modified Version. Only one
+ passage of Front-Cover Text and one of Back-Cover Text may be
+ added by (or through arrangements made by) any one entity. If the
+ Document already includes a cover text for the same cover,
+ previously added by you or by arrangement made by the same entity
+ you are acting on behalf of, you may not add another; but you may
+ replace the old one, on explicit permission from the previous
+ publisher that added the old one.
+
+ The author(s) and publisher(s) of the Document do not by
+ this License give permission to use their names for publicity for
+ or to assert or imply endorsement of any Modified Version.
+
+
+
+ COMBINING DOCUMENTS
+
+ You may combine the Document with other documents released
+ under this License, under the terms defined in section 4 above for
+ modified versions, provided that you include in the combination
+ all of the Invariant Sections of all of the original documents,
+ unmodified, and list them all as Invariant Sections of your
+ combined work in its license notice.
+
+ The combined work need only contain one copy of this
+ License, and multiple identical Invariant Sections may be replaced
+ with a single copy. If there are multiple Invariant Sections with
+ the same name but different contents, make the title of each such
+ section unique by adding at the end of it, in parentheses, the
+ name of the original author or publisher of that section if known,
+ or else a unique number. Make the same adjustment to the section
+ titles in the list of Invariant Sections in the license notice of
+ the combined work.
+
+ In the combination, you must combine any sections entitled
+ "History" in the various original documents, forming one section
+ entitled "History"; likewise combine any sections entitled
+ "Acknowledgements", and any sections entitled "Dedications". You
+ must delete all sections entitled "Endorsements."
+
+
+
+ COLLECTIONS OF DOCUMENTS
+
+ You may make a collection consisting of the Document and
+ other documents released under this License, and replace the
+ individual copies of this License in the various documents with a
+ single copy that is included in the collection, provided that you
+ follow the rules of this License for verbatim copying of each of
+ the documents in all other respects.
+
+ You may extract a single document from such a collection,
+ and distribute it individually under this License, provided you
+ insert a copy of this License into the extracted document, and
+ follow this License in all other respects regarding verbatim
+ copying of that document.
+
+
+
+ AGGREGATION WITH INDEPENDENT WORKS
+
+ A compilation of the Document or its derivatives with other
+ separate and independent documents or works, in or on a volume of
+ a storage or distribution medium, does not as a whole count as a
+ Modified Version of the Document, provided no compilation
+ copyright is claimed for the compilation. Such a compilation is
+ called an "aggregate", and this License does not apply to the
+ other self-contained works thus compiled with the Document, on
+ account of their being thus compiled, if they are not themselves
+ derivative works of the Document.
+
+ If the Cover Text requirement of section 3 is applicable to
+ these copies of the Document, then if the Document is less than
+ one quarter of the entire aggregate, the Document's Cover Texts
+ may be placed on covers that surround only the Document within the
+ aggregate. Otherwise they must appear on covers around the whole
+ aggregate.
+
+
+
+ TRANSLATION
+
+ Translation is considered a kind of modification, so you may
+ distribute translations of the Document under the terms of section
+ 4. Replacing Invariant Sections with translations requires
+ special permission from their copyright holders, but you may
+ include translations of some or all Invariant Sections in addition
+ to the original versions of these Invariant Sections. You may
+ include a translation of this License provided that you also
+ include the original English version of this License. In case of
+ a disagreement between the translation and the original English
+ version of this License, the original English version will
+ prevail.
+
+
+
+ TERMINATION
+
+ You may not copy, modify, sublicense, or distribute the
+ Document except as expressly provided for under this License. Any
+ other attempt to copy, modify, sublicense or distribute the
+ Document is void, and will automatically terminate your rights
+ under this License. However, parties who have received copies, or
+ rights, from you under this License will not have their licenses
+ terminated so long as such parties remain in full
+ compliance.
+
+
+
+ FUTURE REVISIONS OF THIS LICENSE
+
+ The Free Software Foundation may publish new, revised
+ versions of the GNU Free Documentation License from time to time.
+ Such new versions will be similar in spirit to the present
+ version, but may differ in detail to address new problems or
+ concerns. See http://www.gnu.org/copyleft/ .
+
+ Each version of the License is given a distinguishing
+ version number. If the Document specifies that a particular
+ numbered version of this License "or any later version" applies to
+ it, you have the option of following the terms and conditions
+ either of that specified version or of any later version that has
+ been published (not as a draft) by the Free Software Foundation.
+ If the Document does not specify a version number of this License,
+ you may choose any version ever published (not as a draft) by the
+ Free Software Foundation.
+
+
+
+ How to use this License for your documents
+
+ To use this License in a document you have written, include
+ a copy of the License in the document and put the following
+ copyright and license notices just after the title page:
+
+
+ Copyright (c) YEAR YOUR NAME.
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.1
+ or any later version published by the Free Software Foundation;
+ with the Invariant Sections being LIST THEIR TITLES, with the
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+
+
+ If you have no Invariant Sections, write "with no Invariant
+ Sections" instead of saying which ones are invariant. If you have
+ no Front-Cover Texts, write "no Front-Cover Texts" instead of
+ "Front-Cover Texts being LIST"; likewise for Back-Cover
+ Texts.
+
+ If your document contains nontrivial examples of program
+ code, we recommend releasing these examples in parallel under your
+ choice of free software license, such as the GNU General Public
+ License, to permit their use in free software.
+
+
+
\ No newline at end of file
diff --git a/bml/doc/docbook/book.ent b/bml/doc/docbook/book.ent
new file mode 100755
index 0000000..04403b9
--- /dev/null
+++ b/bml/doc/docbook/book.ent
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version
+ 1.1 or any later version published by the Free Software
+ Foundation; with no invariant sections, nor Front-Cover/Back-Cover
+ Texts.
+ A copy of the license is included in
+
+
+">
+
+ 1997
+ 1998
+ 1999
+ 2000
+ 2001
+ 2002
+ Brad Fitzpatrick
+
+'>
\ No newline at end of file
diff --git a/bml/doc/docbook/book.xml b/bml/doc/docbook/book.xml
new file mode 100755
index 0000000..87c0f3c
--- /dev/null
+++ b/bml/doc/docbook/book.xml
@@ -0,0 +1,15 @@
+
+
+%book;
+
+]>
+
+ &bml.bookinfo;
+ &bml.preface;
+ &bml.tutorial;
+ &bml.flags;
+ &bml.core;
+ &bml.api.ref;
+ &appx.gfdl;
+
diff --git a/bml/doc/docbook/bookinfo.xml b/bml/doc/docbook/bookinfo.xml
new file mode 100755
index 0000000..fee25db
--- /dev/null
+++ b/bml/doc/docbook/bookinfo.xml
@@ -0,0 +1,35 @@
+
+ The Better Markup Language
+ BML
+ BML Manual Version 1.0
+
+
+ Anyone's who's ever put together a large website or done a lot of server-side
+ programming will know how hard and annoying it is to keep a consistent look
+ through a site, and how painful it is to go back and change something globally
+ later, once their site is up. In addition, looking at HTML
+ code is ugly and HTML editors don't always do what you want them to.
+
+
+ BML was designed to address a lot of these problems.
+ BML is a server-side markup language that lets you define your own
+ BML blocks and use them as templates within your BML pages.
+ Your templates don't even have to be static. Because BML pages are
+ converted to HTML on the server when users request them, this also
+ enables you to embed live code within your BML pages, just like a
+ CGI script.
+
+
+ A lot is possible using BML . Whether you want to make a full blown
+ database driven website, enable a little dynamic content on your site, or just
+ make things on your site easier to maintain, BML can really help out.
+
+
+ The official website for BML is located at .
+
+
+ &bml.copyright;
+ &bml.legalnotice;
+
+The Better Markup Language
+BML
diff --git a/bml/doc/docbook/build.pl b/bml/doc/docbook/build.pl
new file mode 100755
index 0000000..6aa89bc
--- /dev/null
+++ b/bml/doc/docbook/build.pl
@@ -0,0 +1,88 @@
+#!/usr/bin/perl
+#
+
+use strict;
+use Getopt::Long;
+
+my $XSL_VERSION_RECOMMENDED = "1.45";
+
+my $opt_clean;
+my ($opt_myxsl, $opt_getxsl);
+exit 1 unless GetOptions('clean' => \$opt_clean,
+ 'myxsl' => \$opt_myxsl,
+ 'getxsl' => \$opt_getxsl,
+ );
+
+my $home = $ENV{'LJHOME'};
+require "$home/cgi-bin/ljlib.pl";
+$ENV{'SGML_CATALOG_FILES'} = $LJ::CATALOG_FILES || "/usr/share/sgml/docbook/dtd/xml/4.1/docbook.cat";
+
+unless (-e $ENV{'SGML_CATALOG_FILES'}) {
+ die "Catalog files don't exist. Either set \$LJ::CATALOG_FILES, install docbook-xml (on Debian), or symlink $ENV{'SGML_CATALOG_FILES'} to XML DocBook 4.1's docbook.cat.";
+}
+
+if ($opt_getxsl) {
+ chdir "$home/doc/raw/build" or die "Where is build dir?";
+ unlink "xsl-docbook.tar.gz";
+ my $fetched = 0;
+ my $url = "http://www.livejournal.org/misc/xsl-docbook.tar.gz";
+ my @fetcher = ([ 'wget', "wget $url", ],
+ [ 'lynx', "lynx -source $url > xsl-docbook.tar.gz", ],
+ [ 'GET', "GET $url > xsl-docbook.tar.gz", ]);
+ foreach my $fet (@fetcher) {
+ next if $fetched;
+ print "Looking for $fet->[0] ...\n";
+ next unless `which $fet->[0]`;
+ print "RUNNING: $fet->[1]\n";
+ system($fet->[1])
+ and die "Error running $fet->[0]. Interrupted?\n";
+ $fetched = 1;
+ }
+ unless ($fetched) {
+ die "Couldn't find a program to download things from the web. I looked for:\n\t".
+ join(", ", map { $_->[0] } @fetcher) . "\n";
+ }
+ system("tar", "zxvf", "xsl-docbook.tar.gz")
+ and die "Error extracting xsl-doxbook.tar.gz; have GNU tar?\n";
+}
+
+my $output_dir = "$home/htdocs/doc/bml";
+my $docraw_dir = "$home/doc/raw";
+my $XSL = "$docraw_dir/build/xsl-docbook";
+my $stylesheet = "$XSL/html/chunk.xsl";
+open (F, "$XSL/VERSION");
+my $XSL_VERSION;
+{
+ local $/ = undef; my $file = ;
+ $XSL_VERSION = $1 if $file =~ /VERSION.+\>(.+?)\;
+}
+close F;
+my $download;
+if ($XSL_VERSION && $XSL_VERSION ne $XSL_VERSION_RECOMMENDED && ! $opt_myxsl) {
+ print "\nUntested DocBook XSL found at $XSL.\n";
+ print " Your version: $XSL_VERSION.\n";
+ print " Recommended: $XSL_VERSION_RECOMMENDED.\n\n";
+ print "Options at this point. Re-run with:\n";
+ print " --myxsl to proceed with yours, or\n";
+ print " --getxsl to install recommended XSL\n\n";
+ exit 1;
+}
+if (! $XSL_VERSION) {
+ print "\nDocBook XSL not found at $XSL.\n\nEither symlink that dir to the right ";
+ print "place (preferrably at version $XSL_VERSION_RECOMMENDED),\nor re-run with --getxsl ";
+ print "for me to do it for you.\n\n";
+ exit 1;
+}
+
+
+
+chdir "$docraw_dir/build" or die;
+
+print "Generating API reference\n";
+system("api/api2db.pl --include=BML:: --book=bml > $docraw_dir/bml.book/api.gen.xml")
+ and die "Errror generating BML API reference.\n";
+
+system("xsltproc --nonet --catalogs ".
+ "--stringparam use.id.as.filename '1' ".
+ "$stylesheet $docraw_dir/bml.book/book.xml")
+ and die "Error generating HTML.\n";
diff --git a/bml/doc/docbook/core.xml b/bml/doc/docbook/core.xml
new file mode 100755
index 0000000..87afe81
--- /dev/null
+++ b/bml/doc/docbook/core.xml
@@ -0,0 +1,115 @@
+
+
+ Core BML blocks
+
+ Core BML blocks
+
+ Core blocks are predefined blocks that are named with a leading underscore.
+ Most core blocks have a higher purpose than simple template use:
+
+
+
+ _code
+
+ <?_code _code?> blocks are perhaps the most useful feature of
+ BML outside of the ability to have global site templates.
+ These blocks allow template authors to embed pieces of executable Perl code
+ within the bml page that get executed on the server.
+
+
+ The code you write gets executed in its own package (namespace) called
+ BMLCodeBlock:: .
+ Any variables you declare in one code block on a page without using
+ my are carried on to the next _code block.
+
+ Because the BML parser must evaluate everything on the page before sending the
+ HTTP headers, make sure you don't print anything.
+ Any output printed to STDOUT will just be interpreted as
+ HTTP headers. How the _code blocks work is
+ that you need to return a value at the end.
+ Whatever value your code fragment returns is what the block evaluates to.
+ Usually what you end up doing is building a string, concatenating things to it
+ over and over, and then returning it at the end.
+
+
+
+ _c - _comment
+
+ Comment blocks are templates that do not get parsed into resultant text later,
+ and are useful when HTML style comments
+ (<!-- -->
) are not desired.
+
+
+
+ _info
+
+ Information blocks can be used to include special information about the particular
+ BML page the block is contained in.
+
+ _info directives
+
+ package
+ Specify and load a required package
+
+
+ nocache
+ Specified page is dynamic, and shouldn't be cached
+
+
+ static
+ Specified page is static; ok to cache
+
+
+ noheaders
+ Turn off default BML headers
+
+
+ nocontent
+ Specify that page has no cacheable content
+
+
+ localblocks
+ Declare page specific BML blocks.
+
+
+
+
+
+ _include
+
+ Include blocks can be used to integrate a text file straight into a BML
+ file. Include files can be written in BML or plain text.
+
+
+
+ _e*
+
+ _e* are a variety of escape blocks, each with a different purpose:
+
+
+ _eh
+ Replace certain ASCII characters with their HTML entity counterparts
+
+
+ _eb
+ Replace certain ASCII characters that can trigger BML blocks (<?xml?>
) with their HTML entity counterparts
+
+
+ _eu
+ Escape non-compliant ASCII characters in URL s
+
+
+ _ea
+ Escape text by passing through eh and then eb
+
+
+
+
+
+ _ml
+
+ Multi language blocks are used to interchange certain text blocks with the specified language-domain translation.
+
+
+
+
\ No newline at end of file
diff --git a/bml/doc/docbook/flags.xml b/bml/doc/docbook/flags.xml
new file mode 100755
index 0000000..e55e5ed
--- /dev/null
+++ b/bml/doc/docbook/flags.xml
@@ -0,0 +1,89 @@
+
+ BML Block Types
+
+ This documents the flags in braces at the beginning of .look file block template definitions.
+ The flags fall into one of three classes:
+
+
+
+ Varible definition types:
+
+ F
+
+ Full, mix of multi & single line property definitions:
+ Single line string
+template?>]]>
+
+
+
+
+ P
+
+ Pipe delimited, properites are named DATA<n>, where <n> starts at 1 and increases.
+ <?template DATA1|second arg|DATA3 template?>
+
+
+
+
+ D
+
+ One property, and it's named DATA
+ <?template I am the DATA template?>
+
+
+
+
+
+ Static template definitions:
+
+ S
+
+ Static: output won't have more BML to expand, or properties to fill-in, so don't try.
+
+
+
+ R
+
+ Less static: add pRoperties, but then don't BML expand.
+
+
+
+
+ Controlling expansion vs. interpolation order:
+
+ p
+
+
+ Pre-parsed.
+ BML-expand parameters first, then interpolate into template.
+ By default, parameters are interpolated first, then everything is expanded.
+ But if you use %%TITLE%% twice in your PAGE , for example, and your .bml file defines TITLE=> with a _CODE block, it will be run twice, so it's generally a good idea to make PAGE definitions pre-parsed.
+ Also, then, you avoid re-running most of your output through the BML expander a second time.
+
+
+
+
+ s
+
+
+ Expand embedded parameterless static blocks in definition early.
+ When the template file is read, any blocks of the form <?foo?> are expanded ahead of time.
+ Useful in conjunction with the {S} flag. consider:
+ {S}http://www.site.com:8080/
+
+# Some block that has an image:
+SPACER=>{Ss} ]]>
+ The SPACER block isn't really static, but because {s} is used and <?IMGPREFIX?> is static, then SPACER can also be static.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bml/doc/docbook/index.xml b/bml/doc/docbook/index.xml
new file mode 100755
index 0000000..d8ce35c
--- /dev/null
+++ b/bml/doc/docbook/index.xml
@@ -0,0 +1,8 @@
+
+ &bml.bookinfo;
+ &bml.preface;
+ &bml.tutorial;
+ &bml.flags;
+ &bml.core;
+ &bml.api.ref;
+
diff --git a/bml/doc/docbook/preface.xml b/bml/doc/docbook/preface.xml
new file mode 100755
index 0000000..d58519d
--- /dev/null
+++ b/bml/doc/docbook/preface.xml
@@ -0,0 +1,64 @@
+
+
+
+ Preface
+
+ This is a comprehensive manual aimed towards people wishing to
+ use BML for their website needs.
+ Some of the topics covered include setting up BML for
+ a website, writing a custom BML scheme, and
+ customization & optimization of a BML installation.
+
+
+ Target Audience
+
+ This book was written for anyone interested in installing and using
+ BML for their own purposes, and for people who are
+ just generally interested in how BML works.
+
+
+
+ Readers of this book should be familiar with administering a web
+ site, and have at least a brief knowledge of HTML .
+
+ Organization
+ The Manual is organized into certain chapters:
+
+
+
+
+
+ A tutorial covering the basics of BML , and
+ explaining how to write a BML document.
+
+
+
+
+
+ A reference to BML block flags.
+
+
+
+
+
+ A reference to the core BML blocks.
+
+
+
+
+
+ An application programming interface reference.
+
+
+
+
+
+ Versions
+
+ An online version of this book can be found at:
+ .
+ To compile these pages for your own, refer to:
+ /doc/raw/notes.txt in CVS .
+
+
+
\ No newline at end of file
diff --git a/bml/doc/docbook/tutorial.xml b/bml/doc/docbook/tutorial.xml
new file mode 100755
index 0000000..9865fb2
--- /dev/null
+++ b/bml/doc/docbook/tutorial.xml
@@ -0,0 +1,552 @@
+
+
+
+ A Brief Tutorial
+
+
+ A Brief Tutorial
+
+
+ The goal of using BML is to become a smarter, lazier
+ webmaster. The qualities that define a BML author should
+ be the same as a good Perl programmer: laziness, impatience,
+ and hubris .
+
+
+
+ Introducing BML
+
+
+
+ Blocks
+
+ BML is essentially a simple macro language. Macros are
+ called blocks in BML . Blocks are
+ defined in look files
+ and are invoked in BML files.
+ Blocks accept parameters and are divided into
+ several types according to how parameters are
+ transmitted and how the definition of the block is able to make use of
+ them. Definitions of blocks are essentially chunks of
+ HTML with potentially more recursive
+ BML block invocations inside them.
+
+
+
+ BML lookup file
+ The Alabaster Project
+
+greeting<=
+Welcome to , a joint effort between the citizens of earth
+and Spumco, Inc.
+<=greeting
+]]>
+
+
+ The "project" and "greeting" constructs in the above example lookup file are
+ blocks, and can be used to insert their respective content into HTML
+ output. The "project" block is a single-line block that consists of
+ everything immediately following the name of the block and the
+ => up to the end of the line. The "greeting"
+ block is a multiline block, and contains all the lines immediately
+ following the greeting<= line and preceding
+ the <=greeting one.
+
+
+
+
+
+ BML Files
+
+ A BML file is simply an HTML file with
+ some BML block invocations in it. Each such invocation
+ specifies the name of the block and the parameters, if any, to pass to it.
+ The ultimate result of a block's invocation at runtime is HTML
+ which is put in the outgoing stream exactly at the place where the block's
+ invocation resided in the BML file.
+
+
+
+ BML file
+
+
+
+
+
+
+
+
+]]>
+
+
+ Given the lookup file from the previous example, the BML file above
+ would yield output like:
+
+
+ Output
+
+ The Alabaster Project
+
+ The Alabaster Project
+
+ Welcome to The Alabaster Project, a joint effort between the citizens of earth
+and Spumco, Inc.
+
+
+
+]]>
+
+
+ The block invocations in the BML
+ lookup file example above do not contain parameters, but even
+ so are still a powerful way of building a document out of aggregate
+ parts. Adding parameters, of course, increases this usefulness.
+
+
+
+
+
+ Block Parameters
+
+
+ The DATA Block Parameter
+ Sometimes the insertion of simple static content into the output
+ will not suffice for projects of moderate complexity. A designer
+ frequently wishes to repeat certain elements throughout the page,
+ keeping a consistent structure and look-and-feel. BML provides this
+ functionality by allowing you to declare blocks which take parameters,
+ which can then be used in building the content inserted into the
+ document.
+
+ The simplest parameter-accepting block is one you've seen already in
+ the above examples. Unless otherwise designated, all blocks accept one
+ parameter, which is put into a variable called
+ DATA . This parameter can then be interpolated
+ into the resulting output with a placeholder that looks like:
+ %%DATA%% .
+
+
+ Lookup file with DATA blocks
+ %%DATA%%
+subheading=>%%DATA%%
+]]>
+
+
+ This lookup file defines two blocks, one called
+ heading which creates level-one heading HTML, and
+ another called subhead , which creates level-two
+ headings.
+
+ These could be used like so:
+
+
+ BML file using parameterized blocks
+
+ Hansel and Grendel Go to Finishing School
+
+]]>
+]]>
+Our story begins at a point in the Universe not unlike where you are now
+ sitting, drinking your government-sanctioned stimulant, dreaming of the
+ day when you, too, will own your own personalized luxury home on 0.3 acres
+ of land, with a stunning view of, well, the neighbor's personalized luxury
+ home on 0.3 acres of land. Except this point in the Universe is much more
+ exciting, fine-smelling, and generally a better place to be than
+ yours.
+]]>
+]]>
+So, anyway, at this particular point in the Universe, on a day not
+ entirely unlike today, two entirely unrelated mythological pantheons
+ collided, resulting in a fast friendship between a Little Boy Bound to be
+ Eaten by the Architypal Crone and a Faceless Beast That Waits for the Hero
+ to Dispatch It. Which, as you might have guessed, was not the intention of
+ the various storytellers involved, but that's what happens when people
+ stop reading all the really cool stories and start checking the Financial
+ Section every 12 minutes. There's only so much space to go around in the
+ collective consciousness, you know...
+
+
+ ]]>
+
+
+ which would result in output like:
+
+
+ Parameterized Output: Named Parameters
+
+ Hansel and Grendel Go to Finishing School
+
+]]>
+Hansel and Grendel Go to Finishing School heading]]>
+Our story begins at a point in the Universe not unlike where you are now
+ sitting, drinking your government-sanctioned stimulant, dreaming of the
+ day when you, too, will own your own personalized luxury home on 0.3 acres
+ of land, with a stunning view of, well, the neighbor's personalized luxury
+ home on 0.3 acres of land. Except this point in the Universe is much more
+ exciting, fine-smelling, and generally a better place to be than
+ yours.
+
+]]>
+No, Really, It Is Much Finer]]>
+So, anyway, at this particular point in the Universe, on a day not
+ entirely unlike today, two entirely unrelated mythological pantheons
+ collided, resulting in a fast friendship between a Little Boy Bound to be
+ Eaten by the Architypal Crone and a Faceless Beast That Waits for the Hero
+ to Dispatch It. Which, as you might have guessed, was not the intention of
+ the various storytellers involved, but that's what happens when people
+ stop reading all the really cool stories and start checking the Financial
+ Section every 12 minutes. There's only so much space to go around in the
+ collective consciousness, you know...
+
+
+]]>
+
+
+ By this point, you might be saying, "But wait! I'd much rather type
+ '<h1> ... </h1>' than
+ '<?heading ... heading?>' !" If you were
+ absolutely confident that headings would always be expressed with
+ <h1> tags, and subheadings with
+ <h2> tags, it might be more efficent to
+ leave them as static HTML. If, however, someone wants all headings and
+ subheadings to change throughout the site, having the definition of them
+ expressed as a block makes changing them everywhere a simple matter of
+ changing the block that defines them:
+
+
+ Alternate Heading Block
+ %%DATA%%
+subhead<=
+
+
+%%DATA%%
+<=subhead
+]]>
+
+
+ Instead of a fairly complex search-and-replace session over multiple
+ files, you instead need only change the definition of what a heading means
+ in one place, and see it reflected throughout your site. Note that
+ multiline blocks can also use the DATA
+ parameter.
+
+ The examples above are admittedly contrived, and could probably be
+ accomplished using CSS , but it should serve to
+ demonstrate a use which is orthogonal to the role played by style
+ systems.
+
+
+
+
+ Block Flags and Passing Multiple Parameters
+
+ Many tasks will not be able to be accomplished with blocks that have
+ only one parameter, so BML provides another kind of block that can be
+ passed multiple parameters. Up 'til now, we've been using blocks with an
+ implied parameter, but we'll need to tell BML that the block we're
+ defining is different. This is accomplished by specifying one or more
+ flags when declaring the block. Flags are single
+ letters that are placed inside curly braces ({} ) at
+ the beginning of the block definition. For example, the flag that
+ corresponds to the full block type (which we'll be using for blocks that
+ can accept multiple parameters) is designated with an
+ {F} flag:
+
+
+ Block Definitions with Flags
+ {D}%%DATA%%
+
+topiclink=>{F}%%linktext%%
+
+section<={F}
+
+
%%heading%%
+
%%body%%
+
+<=section
+]]>
+
+
+
+ As you can see, two of the blocks declared above have an
+ {F} flag, and one has a {D}
+ flag. The {D} flag stands for 'data', which is the
+ default block type we're already familiar with, so the flag part could
+ have been omitted. There are other block types which specify other
+ attributes and behaviors, but for now we'll focus on the
+ {F} type.
+
+ In the above example, two {F} blocks are defined,
+ a single-line one and a multi-line one. Both expect multiple parameters
+ which they use to fill in parts of the HTML fragments they are responsible
+ for creating. They also use placeholders like {D}
+ blocks do, but they have unique names that will serve as the label given
+ with the parameter that belongs there when calling it from a BML
+ file.
+
+ Calling an {F} block necessarily looks a bit
+ different than the simple references made to {D}
+ blocks. Calls to a block which requires multiple parameters uses the same
+ syntax as that used for declaring blocks:
+
+
+ BML File
+ listrules
+heading=>Rules of the Lists
+body<=
+There are many considerations when engaging in mounted combat at a tourney, not
+the least of which is obeying the convoluted and sometimes confusing localized
+Rules of the Lists .
+<=body
+section?>
+]]>
+
+
+ In the above example, the section block is being
+ called with three parameters, two of which are single-line parameters
+ (id and heading ), and a third
+ multi-line one (body ). The output rendered by combining
+ the above BML file with the previous lookup file would look something
+ like:
+
+
+ Example output
+
+
+ Rules of the Lists
+ There are many considerations when engaging in mounted combat at a tourney, not
+the least of which is obeying the convoluted and sometimes confusing localized
+Rules of the Lists .
+
+
+]]>
+
+
+
+
+
+ Parameterized Output: Positional Parameters
+
+ In addition to the named parameters introduced above, BML also
+ supports positional parameters. Like with named parameters, a block with
+ positional parameters is designated with the use of a flag, this time the
+ {P} or "pipe-delimited" flag. Parameters in a
+ {P} block are represented with
+ %%DATA1%% , %%DATA2%% , etc. This can
+ be useful when a routine takes a lot of parameters, or when calling the
+ same block many times with tabular or list data.
+
+ An example of this is building a list of links, each of which is an
+ item in a definition list:
+
+
+ Block Definitions with Positional Parameters
+
+{P}%%data1%% %%data3%%
+
+LINKLIST<=
+{F}
+My Current Reading List
+
+%%items%%
+
+Last updated: %%date%%
+<=LINKLIST
+]]>
+
+
+
+
+ BML File using the 'listlist' and 'linkitem' blocks
+
+2004/10/14
+items<=
+
+
+
+<=items
+linklist?>
+]]>
+
+
+
+ Combining the two files above would render output like this:
+
+
+ Example output
+
+ My Current Reading List
+
+News of Brad Brad's daily adventure
+BoingBoing A directory of wonderful things
+WPGtR Wow, this book comes with an onion!
+
+
+Last updated: 2004/10/14
+]]>
+
+
+
+
+
+
+ Static Blocks
+
+ Sometimes the re-expansion of embedded BMl might not be what you
+ want. In that case, you can designate a block with a flag which will cause
+ it to stop or limit the re-expansion of embedded calls.
+
+
+ Fully-Static Blocks
+
+ If you add the {S} flag to the block you're
+ defining, the contents of it will not be re-evaluated afterward. This is
+ mostly useful when you have blocks that you are sure will never contain
+ BML to be expanded or properties to fill in, and you want to save the
+ overhead of trying to re-evaluate them.
+
+
+ Look file with {S} block
+
+{S}Spumco, Inc.
+]]>
+
+
+
+ This defines the companyname block as
+ static.
+
+
+ BML File that calls the static block
+
+Welcome to
+]]>
+
+
+
+ Combining the two yields:
+
+
+ Example output
+
+Welcome to Spumco, Inc.
+]]>
+
+
+
+
+
+ Semi-static Blocks
+
+ Sometimes you want a block which fits somewhere between the
+ fully-dynamic {D} blocks and the completely-static
+ behavior of {S} blocks. Enter the
+ {R} block flag, which expands
+ pR operties like those passed to a
+ {D} , {F} , or {P}
+ block, but doesn't expand BML that might be inserted by one of
+ those.
+
+
+ Look file with {R} block
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Example output
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A Full Example
+
+
+
+
+
+
+
+ FooBar Enterprises - Page
+
+
+
+
+
+
+ This is just an introductory text. The normal way to include text like this
+ is to write it in Latin, but since I don't know Latin, you'll have to settle
+ with this little paragraph.
+
+
+
+ I'd rather have to edit all of my pages by hand when I decide to change the
+ unified look of my site!
+
+
+