<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/1401" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-04-02T06:35:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/1401</id>

		<entry>
		<author><name><![CDATA[masskilla]]></name></author>
		<updated>2002-04-02T06:35:00-04:00</updated>

		<published>2002-04-02T06:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5891#p5891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5891#p5891"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5891#p5891"><![CDATA[
<br>Read ./configure --help for how to disable the O2 flag.<br><br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=105">masskilla</a> — Tue Apr 02, 2002 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-01T14:02:00-04:00</updated>

		<published>2002-04-01T14:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5879#p5879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5879#p5879"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5879#p5879"><![CDATA[
and what I should do about it?<br>So, how I can correct this problem?<p>Statistics: Posted by Guest — Mon Apr 01, 2002 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-04-01T13:47:00-04:00</updated>

		<published>2002-04-01T13:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5876#p5876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5876#p5876"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5876#p5876"><![CDATA[
well the binary does work as "Eggdrop v1.6.9 (C) 1997 Robey Pointer (C) 2002 Eggheads" is generated by an ./eggdrop -v in the Makefile. Probably the -O2 in your cc flags is messing things up.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Mon Apr 01, 2002 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-01T13:13:00-04:00</updated>

		<published>2002-04-01T13:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5874#p5874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5874#p5874"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5874#p5874"><![CDATA[
here is my configure:<br><br>[17:58] simpukka /work/tkuutti/eggdrop1.6.9 % setenv TCLINC /opt/tcl/include<br>[17:58] simpukka /work/tkuutti/eggdrop1.6.9 % setenv TCLLIB /opt/tcl/lib<br>[17:59] simpukka /work/tkuutti/eggdrop1.6.9 % ./configure<br><br>This is Eggdrop's GNU configure script.<br>It's going to run a bunch of strange tests to hopefully<br>make your compile work without much twiddling.<br><br>checking for gcc... gcc<br>checking for C compiler default output... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for executable suffix...<br>checking for object suffix... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking how to run the C preprocessor... gcc -E<br>checking for AIX... no<br>checking for POSIXized ISC... no<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... no<br>checking for unistd.h... yes<br>checking minix/config.h usability... no<br>checking minix/config.h presence... no<br>checking for minix/config.h... no<br>checking whether the compiler understands -pipe... yes<br>checking whether make sets ${MAKE}... yes<br>checking for ranlib... ranlib<br>checking for a BSD compatible install... misc/install-sh -c<br>checking whether ln -s works... yes<br>checking for strip... strip<br>checking for gawk... gawk<br>checking for basename... basename<br>checking for uname... uname<br>checking system type... SunOS<br>checking system release... 5.6<br>checking for socket in -lsocket... yes<br>checking for connect in -lnsl... yes<br>checking for gethostbyname in -ldns... no<br>checking for dlopen in -ldl... yes<br>checking for tan in -lm... yes<br>checking for pthread_mutex_init in -lpthread... yes<br>checking for dirent.h that defines DIR... yes<br>checking for opendir in -ldir... no<br>checking for sys/wait.h that is POSIX.1 compatible... yes<br>checking sys/time.h usability... yes<br>checking sys/time.h presence... yes<br>checking for sys/time.h... yes<br>checking whether time.h and sys/time.h may both be included... yes<br>checking sys/select.h usability... yes<br>checking sys/select.h presence... yes<br>checking for sys/select.h... yes<br>checking sys/rusage.h usability... no<br>checking sys/rusage.h presence... no<br>checking for sys/rusage.h... no<br>checking for unistd.h... (cached) yes<br>checking dlfcn.h usability... yes<br>checking dlfcn.h presence... yes<br>checking for dlfcn.h... yes<br>checking stdarg.h usability... yes<br>checking stdarg.h presence... yes<br>checking for stdarg.h... yes<br>checking std_args.h usability... no<br>checking std_args.h presence... no<br>checking for std_args.h... no<br>checking for strings.h... (cached) yes<br>checking limits.h usability... yes<br>checking limits.h presence... yes<br>checking for limits.h... yes<br>checking for pid_t... yes<br>checking for size_t... yes<br>checking for gcc -pipe option to accept ANSI C... none needed<br>checking for an ANSI C-conforming const... yes<br>checking whether byte ordering is bigendian... yes<br>checking for inline... inline<br>checking for long... yes<br>checking size of long... 4<br>checking for int... yes<br>checking size of int... 4<br>checking for clock... yes<br>checking for getrusage... yes<br>checking for setpgid... yes<br>checking for uname... yes<br>checking for sigaction... yes<br>checking for sigemptyset... yes<br>checking for rename... yes<br>checking for strcasecmp... yes<br>checking for strncasecmp... yes<br>checking for getdtablesize... yes<br>checking for memset... yes<br>checking for random... yes<br>checking for srandom... yes<br>checking for dlopen... yes<br>checking for dprintf... no<br>checking for snprintf... yes<br>checking for vsnprintf... yes<br>checking for isascii... yes<br>checking for inet_aton... no<br>checking for memcpy... yes<br>checking for strftime... yes<br>checking for fsync... yes<br>checking for vsprintf... yes<br>checking for broken libsafe sscanf... no<br>checking for Tcl library... using /opt/tcl/lib/libtcl8.0.a<br>checking for Tcl header... using /opt/tcl/include/tcl.h<br>checking whether the Tcl system has changed... yes<br>checking for Tcl version... 8.0<br>checking for Tcl patch level... 8.0p2<br>checking for Tcl_Free in -ltcl8.0... yes<br>checking for TclpFinalizeThreadData in -ltcl8.0... no<br>configure: warning:<br><br>  Your Tcl library is not a shared lib.<br>  configure will now set default make type to static...<br><br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating doc/Makefile<br>config.status: creating scripts/Makefile<br>config.status: creating src/Makefile<br>config.status: creating src/md5/Makefile<br>config.status: creating src/compat/Makefile<br>config.status: creating src/mod/Makefile<br>config.status: creating config.h<br>config.status: executing default-1 commands<br>creating lush.h<br>config.status: executing default-2 commands<br><br>Configure is done.<br><br>Type 'make config' to configure the modules<br>to interactively choose which modules to compile.<br><br>After that, type 'make' to create the bot.<br><br>[18:00] simpukka /work/tkuutti/eggdrop1.6.9 % make config<br>detecting modules.................... done.<br>calculating dependencies................... done.<br>building ./src/mod/Makefile... done.<br><br>Configuring module compress ...<br><br>running in eggdrop mode.<br>creating cache ../../../config.cache<br>checking for gcc... gcc<br>checking whether the C compiler (gcc  ) works... yes<br>checking whether the C compiler (gcc  ) is a cross-compiler... no<br>checking whether we are using GNU C... yes<br>checking whether gcc accepts -g... yes<br>checking for gzopen in -lz... no<br>checking how to run the C preprocessor... gcc -E<br>checking for zlib.h... yes<br>configure: warning:<br><br>  Your system does not provide a working zlib compression library. The<br>  compress module will therefore be disabled.<br><br>checking for unistd.h... yes<br>checking for getpagesize... yes<br>checking for working mmap... yes<br>updating cache ../../../config.cache<br>creating ./config.status<br>creating Makefile<br>creating compress_config.h<br><br>Configuring module dns ...<br><br>running in eggdrop mode.<br>loading cache ../../../config.cache<br>checking for gcc... (cached) gcc<br>checking whether the C compiler (gcc  ) works... yes<br>checking whether the C compiler (gcc  ) is a cross-compiler... no<br>checking whether we are using GNU C... (cached) yes<br>checking whether gcc accepts -g... (cached) yes<br>checking for Cygwin environment... no<br>checking for res_init... no<br>checking for res_init in -lresolv... yes<br>checking for res_mkquery... no<br>checking for res_mkquery in -lresolv... yes<br>updating cache ../../../config.cache<br>creating ./config.status<br>creating Makefile<br><br>building ./src/mod/Makefile... done.<br><br>You can now compile the bot, using "make".<br><br>[18:01] simpukka /work/tkuutti/eggdrop1.6.9 % make<br><br>Making module objects for static linking...<br><br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././assoc.mod/assoc.c<br>mv assoc.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././blowfish.mod/blowfish.c<br>mv blowfish.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././channels.mod/channels.c<br>mv channels.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././console.mod/console.c<br>mv console.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././ctcp.mod/ctcp.c<br>mv ctcp.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC   -DMAKING_MODS -c .././dns.mod/dns.c<br>mv dns.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././filesys.mod/filesys.c<br>mv filesys.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././irc.mod/irc.c<br>mv irc.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././notes.mod/notes.c<br>mv notes.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././seen.mod/seen.c<br>mv seen.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././server.mod/server.c<br>mv server.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././share.mod/share.c<br>mv share.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././transfer.mod/transfer.c<br>mv transfer.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././uptime.mod/uptime.c<br>mv uptime.o ../<br>gcc -pipe -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H -<br>DSTATIC  -DMAKING_MODS -c .././wire.mod/wire.c<br>mv wire.o ../<br>building static.h...<br>............... done.<br><br>Making core eggdrop for static linking...<br><br>(This may take a while.  Go get some Coca-Cola.)<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c bg.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c botcmd.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c botmsg.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c botnet.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c chanprog.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c cmds.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c dcc.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c dccutil.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c dns.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c flags.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c language.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  <br>'-DCCFLAGS="gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC "' <br>'-DLDFLAGS="gcc -pipe"' <br>'-DSTRIPFLAGS="strip"' -c ./main.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c mem.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c misc.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c misc_file.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c modules.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c net.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c rfc1459.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c tcl.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c tcldcc.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c tclhash.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c tclmisc.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c tcluser.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c userent.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c userrec.c<br>gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC  -c users.c<br>gcc -pipe -g -O2 -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c md<br>5c.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c inet_a<br>ton.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c snprin<br>tf.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c memset<br>.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c memcpy<br>.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c strcas<br>ecmp.c<br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c strfti<br>me.c<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop... (static version)<br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o<br> dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o  modules.o n<br>et.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o  tcluser.o userent.o userrec.o<br> users.o mod/*.o -L/opt/tcl/lib -ltcl8.0 -lm -ldl -lnsl -lsocket md5/md5c.o comp<br>at/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br><br>Eggdrop v1.6.9 (C) 1997 Robey Pointer (C) 2002 Eggheads<br>-rwxr-xr-x   1 tkuutti  asiakas   1242116 Apr  1 18:05 eggdrop<br><br>Now run "make install" to install your bot.<br><br>[18:07] simpukka /work/tkuutti/eggdrop1.6.9 % make install<br><br>Eggdrop v1.6.9 (C) 1997 Robey Pointer (C) 2002 Eggheads<br><br>Installing in directory: '/home/t/k/tkuutti/eggdrop'.<br><br>Creating directory: /home/t/k/tkuutti/eggdrop.<br>mkdir /home/t/k/tkuutti/eggdrop<br>Copying new 'eggdrop' executable and creating symlink.<br>Creating 'logs' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/logs<br>Creating 'text' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/text<br>Copying help files.<br>Creating 'help' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/help<br>Creating 'help/set' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/help/set<br>Copying module help files.<br>Creating 'help/msg' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/help/msg<br>Copying language files.<br>Creating 'language' subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/language<br>Copying module language files.<br>Creating a skeletal filesys subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/filesys<br>mkdir /home/t/k/tkuutti/eggdrop/filesys/incoming<br>Creating a doc subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/doc<br>mkdir /home/t/k/tkuutti/eggdrop/doc/man1<br>mkdir /home/t/k/tkuutti/eggdrop/doc/html<br>mkdir /home/t/k/tkuutti/eggdrop/doc/settings<br>Copying docs.<br>Creating a scripts subdirectory.<br>mkdir /home/t/k/tkuutti/eggdrop/scripts<br>Copying scripts.<br><br>Installation completed.<br><br>You MUST ensure that you edit/verify your configuration file.<br>Use one of the three configuration files (eggdrop.simple.conf, eggdrop.advanced.<br>conf and eggdrop.complete.conf) distributed with your bot.<br><br>Remember to change directory to /home/t/k/tkuutti/eggdrop before you proceed.<br><br><p>Statistics: Posted by Guest — Mon Apr 01, 2002 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-03-31T23:00:00-04:00</updated>

		<published>2002-03-31T23:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5855#p5855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5855#p5855"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5855#p5855"><![CDATA[
strange. paste the output from the compile.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun Mar 31, 2002 11:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T18:28:00-04:00</updated>

		<published>2002-03-31T18:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5851#p5851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5851#p5851"/>
		<title type="html"><![CDATA[what went wrong??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5851#p5851"><![CDATA[
I just installed eggdrop1.6.9 and everything went great until it was time to start my bot. When i wrote ./eggdrop -m mybot.conf i just got this message:<br>zsh: exec format error: ./eggdrop<br><br>Does anyone know what that means? Is the problem in my configure or is it my internet service provider? <br>The same message comes even if I just write ./eggdrop <br>That makes me believe that the problem isnt in my configure.<br><br>Comments needed very badly. Thanks!<br><br>&lt;font size=-1&gt;[ This Message was edited by: timber on 2002-03-31 15:28 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Mar 31, 2002 6:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
