SourceForge logo
SourceForge logo
Menu

phpwiki-bugs — bug reports for PhpWiki

You can subscribe to this list here.

2002 Jan
(5)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2003 Jan
Feb
(3)
Mar
(3)
Apr
May
(2)
Jun
(3)
Jul
Aug
Sep
Oct
(4)
Nov
(14)
Dec
(5)
2004 Jan
(11)
Feb
(3)
Mar
Apr
May
Jun
(11)
Jul
Aug
Sep
(1)
Oct
Nov
Dec
(1)
2005 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
(1)
Aug
Sep
Oct
Nov
Dec
2006 Jan
(2)
Feb
(4)
Mar
(1)
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2007 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
2008 Jan
(1)
Feb
Mar
Apr
May
(3)
Jun
(1)
Jul
(7)
Aug
(2)
Sep
(9)
Oct
(10)
Nov
(24)
Dec
(31)
2009 Jan
(12)
Feb
(10)
Mar
(16)
Apr
(15)
May
(34)
Jun
(19)
Jul
(30)
Aug
(7)
Sep
(3)
Oct
Nov
(4)
Dec
(14)
2010 Jan
(5)
Feb
(6)
Mar
(4)
Apr
May
(1)
Jun
(4)
Jul
Aug
(3)
Sep
(1)
Oct
(1)
Nov
Dec
2012 Jan
Feb
(2)
Mar
(4)
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2015 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
(1)
Sep
Oct
Nov
Dec

Showing results of 143

1 2 3 .. 6 > >> (Page 1 of 6)
From: T. S. <ad...@cr...> - 2015年08月10日 08:14:43
I use a webserver (world4you.com) and mediawiki doesn't work there, so I 
try phpwiki which sounds good.
But after I had to add ADMIN_USER and ADMIN_PASSWD to the config.ini 
manually, I get following error:
Fatal error: Call to undefined function dba_handlers() in 
/home/.sites/90/sitexxxxxx/web/de/lib/DbaDatabase.php on line 18
I'm a noob to mailinglists and wikis, please forgive me :-)
From: SourceForge.net <no...@so...> - 2012年03月07日 17:05:21
Bugs item #3498728, was opened at 2012年03月07日 09:05
Message generated for change (Tracker Item Submitted) made by philiph
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3498728&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
Group: PHP error
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
Assigned to: Nobody/Anonymous (nobody)
Summary: PHP Fatal error: Class 'DB' not found
Initial Comment:
I'm seeing a lot of this in my logs:
[Wed Mar 07 07:13:22 2012] [error] [client 173.245.50.240] PHP Fatal error: Cannot use object of type Request_AccessLogEntry as array in /var/www/phpwiki/lib/plugin/RecentReferrers.php on line 69
[Wed Mar 07 07:13:22 2012] [error] [client 173.245.50.240] PHP Fatal error: Class 'DB' not found in /var/www/phpwiki/lib/pear/DB/mysql.php on line 207
Once that starts happening the class DB not found error keeps happening over and over again. My website still seems o be up and working though. There's also lots of this sort of stuff intermingled:
[Mon Mar 05 00:30:44 2012] [error] [client 66.249.67.179] File does not exist: /var/www/ImpossibleEmailDates
the problem goes away for a while after I restart my apache2. I'm using the mysql backend and the svn phpwiki as of about feb. 24 2012. php-5.3.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3498728&group_id=6121
From: SourceForge.net <no...@so...> - 2012年03月06日 16:19:52
Bugs item #3492111, was opened at 2012年02月23日 07:19
Message generated for change (Comment added) made by vargenau
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
>Group: Database
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
>Assigned to: Marc-Etienne Vargenau (vargenau)
Summary: Invalid comment line in mysql-destroy.sql
Initial Comment:
The current mysql-destroy.sql in the schema directory has a typo:
--drop table if exists user;
mysql complains about this line. To fix, insert a space:
-- drop table if exists user;
I'm looking at the current phpwiki in svn as of 2/20/12.
----------------------------------------------------------------------
>Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2012年03月06日 08:19
Message:
Fixed in Subversion 8245
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
From: SourceForge.net <no...@so...> - 2012年03月03日 22:35:53
Bugs item #3496655, was opened at 2012年03月03日 14:35
Message generated for change (Tracker Item Submitted) made by philiph
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3496655&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
Group: PHP error
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
Assigned to: Nobody/Anonymous (nobody)
Summary: Call to undefined method XmlContent::setAttr()
Initial Comment:
Seeing this in my logs on www.hollenback.net:
[Sat Mar 03 06:23:13 2012] [error] [client 173.245.56.228] PHP Fatal error: Call to undefined method XmlContent::setAttr() in /var/www/phpwiki/lib/plugin/RecentChanges.php on line 628
that's happening in fuction DiffLink:
 function diffLink ($rev) {
 $linkurl = parent::diffLink($rev);
 $linkurl->setAttr('target', '_content'); // this line
 $linkurl->setAttr('rel', 'nofollow');
 // FIXME: Smelly hack to get smaller diff buttons in sidebar
 $linkurl = new RawXML(str_replace('<img ', '<img style="height:2ex" ', asXML($linkurl)));
 return $linkurl;
 }
Can someone help me troubleshoot this? Thanks.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3496655&group_id=6121
From: SourceForge.net <no...@so...> - 2012年03月03日 22:31:18
Bugs item #3496654, was opened at 2012年03月03日 14:31
Message generated for change (Tracker Item Submitted) made by philiph
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3496654&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
Group: PHP error
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
Assigned to: Nobody/Anonymous (nobody)
Summary: PHP Fata error cannot use object of type HtmlElement
Initial Comment:
Seeing a lot o these in my logs on www.hollenback.net:
[Fri Mar 02 22:38:31 2012] [error] [client 199.27.128.228] PHP Fatal error: Cannot use object of type HtmlElement as array in /var/www/phpwiki/lib/CachedMarkup.php on line 559, referer: http://www.google.com/search?q=tag+on+tag+off+clipper+card&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
code:
 function _expand($url, $label = false) {
 global $WikiTheme;
 $m = $this->_expandurl($url);
 $class = 'wiki';
 // do not link to the attribute value, but to the attribute
 $is_attribute = ($m[2] == ':='); // this is the line that fails
 if ($WikiTheme->DUMP_MODE and $WikiTheme->VALID_LINKS) {
 if (isset($this->_page) and !in_array($this->_page, $WikiTheme->VALID_LINKS))
 return HTML($label ? $label : ($is_attribute ? $this->_relation : $this->_page));
 }
please give me some advice on how to troubleshoot this. I tried commenting out that line, but that then leads to:
[Sat Mar 03 14:23:05 2012] [error] [client 173.245.55.234] PHP Fatal error: Cannot use object of type HtmlElement as array in /var/www/phpwiki/lib/CachedMarkup.php on line 591, referer: http://www.google.com/search?hl=en&client=safari&sa=X&ei=WJpST4alDojPgAfyrrkr&ved=0CBsQvwUoAQ&q=how+to+connect+directv+to+my+dd-+wrt+router&spell=1&biw=320&bih=416
in the line
 HTML::span(array('class'=>'relation-symbol'), $m[2]),
so it seems that $m[2] does not contain valid data when this happens.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3496654&group_id=6121
From: SourceForge.net <no...@so...> - 2012年02月23日 15:19:11
Bugs item #3492111, was opened at 2012年02月23日 07:19
Message generated for change (Tracker Item Submitted) made by philiph
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
Assigned to: Nobody/Anonymous (nobody)
Summary: Invalid comment line in mysql-destroy.sql
Initial Comment:
The current mysql-destroy.sql in the schema directory has a typo:
--drop table if exists user;
mysql complains about this line. To fix, insert a space:
-- drop table if exists user;
I'm looking at the current phpwiki in svn as of 2/20/12.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
From: SourceForge.net <no...@so...> - 2012年02月23日 15:17:10
Bugs item #3492109, was opened at 2012年02月23日 07:17
Message generated for change (Tracker Item Submitted) made by philiph
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492109&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.4.x (current)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
Assigned to: Nobody/Anonymous (nobody)
Summary: php-53 throws substr warning on every page if LANG is unset
Initial Comment:
If you leave LANG blank in the config.ini (the default) and you are running php-53, there's a php warning thrown on every page:
Warning: "substr() expects parameter 3 to be long, string given"
I'm running the phpwiki-1.4.0 from svn trunk as of 2/20/12.
Specifying an explicit LANG fixes this, but the config.ini comments indicate a blank entry is valid.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492109&group_id=6121
From: Bodrick S. <viv...@sm...> - 2010年06月16日 08:36:16
{\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204{\*\fname Arial;}Arial CYR;}{\f1\fswiss\fcharset204{\*\fname Arial;}Arial CYR;}}
{\colortbl ;\red0\green0\blue255;\red0\green128\blue0;}
{\*\generator Msftedit 2.12.46.4191;}\viewkind4\uc1\pard\sa200\sl276\slmult1\lang9\f0\fs32{\field{\*\fldinst{HYPERLINK "h{\*\dd 2.12.46.4191;}ttp://goldrushonline.info"}}{\fldrslt{\ul\cf1 http://goldrushonline.info}}}\f0\cf1\b\fs32 - ONLINE CASINO!\par
\line\cf2\b\f0\fs28 VIP CLUB Casino is a great online casino that offers the unique combination of top quality games, high payouts and a 24/7 professional customer support.\par
\par100 progressive games with towering jackpots, which are ready to explode and can make multi-millionaires out of VIP CLUB players! Download the software for free, pick up the incredible 777ドル Welcome Bonus on you way in and start playing & winning!\par
}
From: Danuta R. <gi...@ke...> - 2010年06月14日 20:33:33
{\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204{\*\fname Arial;}Arial CYR;}{\f1\fswiss\fcharset204{\*\fname Arial;}Arial CYR;}}
{\colortbl ;\red0\green0\blue255;\red0\green128\blue0;}
{\*\generator Msftedit 3.6.45.9994;}\viewkind4\uc1\pard\sa200\sl276\slmult1\lang9\f0\fs32{\field{\*\fldinst{HYPERLINK "h{\*\dd 3.6.45.9994;}ttp://gamezdreams.info"}}{\fldrslt{\ul\cf1 http://gamezdreams.info}}}\f0\cf1\b\fs32 - ONLINE CASINO!\par
\line\cf2\b\f0\fs28 VIP CLUB Casino is a great online casino that offers the unique combination of top quality games, high payouts and a 24/7 professional customer support.\par
\par100 progressive games with towering jackpots, which are ready to explode and can make multi-millionaires out of VIP CLUB players! Download the software for free, pick up the incredible 777ドル Welcome Bonus on you way in and start playing & winning!\par
}
From: Nassie P. <co...@ha...> - 2010年06月11日 23:17:52
{\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fswiss\fprq2\fcharset204{\*\fname Arial;}Arial CYR;}{\f1\fswiss\fcharset204{\*\fname Arial;}Arial CYR;}}
{\colortbl ;\red0\green0\blue255;\red0\green128\blue0;}
{\*\generator Msftedit 1.15.20.874;}\viewkind4\uc1\pard\sa200\sl276\slmult1\lang9\f0\fs32{\field{\*\fldinst{HYPERLINK "h{\*\dd 1.15.20.874;}ttp://gamezcasino.info"}}{\fldrslt{\ul\cf1 http://gamezcasino.info}}}\f0\cf1\b\fs32 - ONLINE CASINO!\par
\line\cf2\b\f0\fs28 VIP CLUB Casino is a great online casino that offers the unique combination of top quality games, high payouts and a 24/7 professional customer support.\par
\par100 progressive games with towering jackpots, which are ready to explode and can make multi-millionaires out of VIP CLUB players! Download the software for free, pick up the incredible 777ドル Welcome Bonus on you way in and start playing & winning!\par
}
From: Cheap V. P. on www.gq22.c. <se...@ga...> - 2010年03月09日 00:10:12
remed ied dehum idifi er marks mansh ip angry magpi es fluor idate
astro l inter fluve nymph omani ac perip atus sulfu ryl hepat ocyte
 platf orms hendr ix resis tless ly perit heciu m suffi x gruel ed
perit heciu m class ed spinn ers larvi cidal clast ic gimba ling
typis t fealt y overp opula te defin ing workl essne ss forge tful
proba tiona l plund erage izzar d crypt analy st prese rved figur
ing rocke rs pygmo id terat oid covet motor drome overp rinti ng
tacki ly dragg er ovali ze wintr iness insis tence dads under buy
langu idnes s itine rant conve nienc es readi ed ferti lisin g
perip atus sawde r hedge hop mamma panze r pomic ultur e peace
ably fealt y relic t embla zing launc h copie s wintr iness monoc
hasia l veran daed squab bling nonvi able skiff s rosem ary combu
st rumin ant macro cosmi c galva nize forge tful hale nagge r
democ ratiz ed groun dage reds maudl inise edgeh ill
From: Buy V. on www.qa35.c. <etc...@ma...> - 2010年02月22日 09:18:52
petro lizes sneak y shoot er dendr al spear head affri cate tramm
ing decta pe recou pable polya ndrou s vizie rial asham ed corne
lian prefe renti al unvit alise ds adopt s roads decor ous asham
ed misbe gotte n fumbl ing appli es bomba rdmen ts rebat ing celle
 mutto n mirth ful lifes pan ashme n earns mutto n viadu cts
bumbl ebee ungui ded porti oning rotor artis ans poltr ooner y
induc tance paddi es erciy as exile d forst erite tinto retto
marty rizer fiddl er rotor decor ous honor s hylot heism fiddl er
sunsh ade poltr ooner y mirth ful sarti depop ulati on paupe riser
tactu ally micro beles s intro jecte d ioniz ers subsc ribin g
From: Marco <cot...@ho...> - 2009年12月25日 16:06:17
Attachments: polarising.jpg
were expressed, until, late
From: SourceForge.net <no...@so...> - 2009年11月06日 09:00:32
Bugs item #2892522, was opened at 2009年11月05日 11:57
Message generated for change (Settings changed) made by rurban
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.3.x (current)
Group: Rendering
>Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Reini Urban (rurban)
Assigned to: Reini Urban (rurban)
Summary: Textsearch highlighting with two words fails
Initial Comment:
Highlighting fulltextsearch results with two words fails.
----------------------------------------------------------------------
>Comment By: Reini Urban (rurban)
Date: 2009年11月06日 10:00
Message:
HTML conformity (nested dd) fixed with r7260, thanks to Marc-Etienne
Vargenau
----------------------------------------------------------------------
Comment By: Reini Urban (rurban)
Date: 2009年11月06日 07:53
Message:
r7259 is invalid for MSIE7, caused apparently by an MSIE bug with
non-strict HTML, nested dd: 
 dt ->dd->div->dd
----------------------------------------------------------------------
Comment By: Reini Urban (rurban)
Date: 2009年11月05日 15:34
Message:
Fixed in latest svn with r7259.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
From: SourceForge.net <no...@so...> - 2009年11月06日 06:53:34
Bugs item #2892522, was opened at 2009年11月05日 11:57
Message generated for change (Settings changed) made by rurban
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.3.x (current)
Group: Rendering
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Reini Urban (rurban)
Assigned to: Reini Urban (rurban)
Summary: Textsearch highlighting with two words fails
Initial Comment:
Highlighting fulltextsearch results with two words fails.
----------------------------------------------------------------------
>Comment By: Reini Urban (rurban)
Date: 2009年11月06日 07:53
Message:
r7259 is invalid for MSIE7, caused apparently by an MSIE bug with
non-strict HTML, nested dd: 
 dt ->dd->div->dd
----------------------------------------------------------------------
Comment By: Reini Urban (rurban)
Date: 2009年11月05日 15:34
Message:
Fixed in latest svn with r7259.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
From: SourceForge.net <no...@so...> - 2009年11月05日 14:34:53
Bugs item #2892522, was opened at 2009年11月05日 11:57
Message generated for change (Settings changed) made by rurban
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.3.x (current)
Group: Rendering
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Reini Urban (rurban)
Assigned to: Reini Urban (rurban)
Summary: Textsearch highlighting with two words fails
Initial Comment:
Highlighting fulltextsearch results with two words fails.
----------------------------------------------------------------------
>Comment By: Reini Urban (rurban)
Date: 2009年11月05日 15:34
Message:
Fixed in latest svn with r7259.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
From: SourceForge.net <no...@so...> - 2009年11月05日 10:57:16
Bugs item #2892522, was opened at 2009年11月05日 11:57
Message generated for change (Tracker Item Submitted) made by rurban
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.3.x (current)
Group: Rendering
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Reini Urban (rurban)
Assigned to: Reini Urban (rurban)
Summary: Textsearch highlighting with two words fails
Initial Comment:
Highlighting fulltextsearch results with two words fails.
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=2892522&group_id=6121
From: Lamountain <be...@sc...> - 2009年08月31日 10:10:36
Attachments: causey.jpg
Ers of five or six other pupils in her daughter's quarrel, and one
evening these ladies came in a body, and nobly and courageously demanded
that the 'bastard' should be expelled. It was impossible, outrageous,
monstrous, they declared, that their daughters should be compelled to
associate with a girl like me--a nameless girl, who humiliated the other
girls with her ill-gotten wealth. The superior tried to take my part;
but these ladies declared they would take their
From: Taha <ut...@cg...> - 2009年08月29日 14:42:47
Attachments: colonnade.jpg
Ith the mere millionaire, the mere owner kind of person, his Inventors
invent as little as they can, and his Hewers hew as softly as they dare.
This is called the Modern
From: Alcazar <cer...@he...> - 2009年08月21日 21:27:18
Attachments: laconizing.jpg
Se on the edge of the illimitable cornfields, under trees pushed to a
top of the rolling prairie. George's father had settled there after the
Civil War, as so many other old soldiers had done; but they were Eastern
people, and Editha fancied touches of the East in the June rose
overhanging the front door, and the garden with early summer flowers
stretching from the gate of the paling fence. It was very low inside the
house, and so dim, with the closed blinds, that they could scarcely see
one another: Editha tall and black in her crapes which filled the air
with the smell of their dyes; her father standing decorously apart with
his hat on his forearm, as at funerals; a woman rested in a deep
arm-chair, and the woman who had let the strangers in stood behind the
chair. The seated woman turned her head round and up, and asked the
woman behind her chair: "_Who_ did you say?" Editha, if she had done
what she expected of herself, would have gone down on her knees at the
feet of the seated figure and said, "I am George's Editha," for answer.
But instead of her own voice she heard that other woman's voice, saying:
"Well, I don't know as I _did_ get the name just right. I guess I'll
have to make a little more light in here," and she went and pushed two
of the shutters ajar. Then Editha's father said, in his public
will-now-address-a-few-remarks tone: "My name is Balcom, ma'am--Junius
H. Balcom, of Balcom's Works, New York; my daughter--" "Oh!" the seated
woman broke in, with a powerful voice, the voice that always surprised
Editha from Gearson's slender frame. "Let me see you. Stand round where
the light can strike on your face," and Editha dumbly obeyed. "So,
you're Editha Balcom," she sighed. "Yes," Editha said, more like a
culprit than a comforter. "What did you come for?" Mrs. Gearson asked.
Editha's face quivered and her knees shook. "I came--because--because
George--" She could go no further. "Yes," the mother said, "he told me
he had asked you to come if 
From: Lindaman <ast...@ti...> - 2009年08月20日 19:25:00
Attachments: airtight.jpg
Ll of tissue papers, and spent all the rest of the time between that and
supper in making a great kite for Teddy. He told the little boy that if
the next day were fine he would fly it for him, and that he might ask
some of the boys to come and help. Teddy had never seen such a large
kite before. When papa stood it up it was a great deal taller than the
little boy himself. The gold star that was pasted on where the sticks
crossed was just on a level with his eyes. So much seemed to have
happened that day that very soon after supper Teddy felt tired and was
quite willing to let mamma undress him and put him to bed. It felt very
good to lie down between the cool sheets again, and very soon Teddy's
eyelids began to blink heavily, and he was already drifting off into
that blissful feeling that comes just as one is going to sleep, when he
became dimly conscious of a faint sound of music. At first, half asleep
as he was, he thought that it must be little Cousin Harriett winding up
the music-box in the room, and then he suddenly started into
consciousness with the remembrance that he was alone and that it
couldn't be Cousin Harriett. She was at home; in bed perhaps, already.
The music seemed to sound quite near him, and it was very sweet and
soft. Now that he was awake it sounded more like the voice of the
singing garden than anything else. Suddenly a faint rosy light appeared
at the foot of the bed, and standing in it was the most beautiful lady
that Teddy had ever seen. She was quite tall,--as tall as his own
mother, and not even the fairy Rosine, or the Bird-maiden,--no, nor the
Princess Aureline herself, had been half as beautiful. But though the
lady was so lovely there was something very familiar about her face.
"Why, Counterpane Fairy!" cried Teddy. The Counterpane Fairy, for it was
indeed she, did not speak, but smiling at Teddy she moved softly and
smoothly, as though swept along by the music to the side of the bed,
and, still smiling, she bent above the little boy. As he looked up into
the face that leaned above him, it seemed to change in some strange way,
and now it was the old Italian woman who
From: Elroy <unm...@cn...> - 2009年08月19日 11:15:12
Attachments: mure.jpg
!'" "He--he--he!" chuckled the chaplain in his feeble way, he and Mr
Jellaby coming to a stop, I was glad to see, close to where I stood.
"That was funny! Very, very funny!" "Nothing to what's coming," went on
Mr Jellaby, pleased that his efforts at comic narrative under such
difficulties had been so far successful, the chaplain not objecting to
the secular amusement from any conscientious scruples. "Well, as soon as
the ignorant chaw-bacon chap yelled out this, which naturally made
everyone who heard it laugh, although they put the mistake down to the
poor fellow's provincial pronunciation, he turns to the man who had
previously instructed him and asks in a proud sort of way, as if seeking
praise for his performance, `Say, how did I sing out that, chum?' "`Very
well,' replied the other, who, if he had advised him in good faith in
the first instance, on now seeing the result of his teaching was anxious
to take a rise out of the `stupid jolly,' as he thought him. `But,
chummy, you'll have to do different next time.' "`Oh!' exclaimed the
marine. `What shall I have to sing out, then?' "`You called "Live boy"
at Two Bells; and so it'll be "Dead boy" when it strikes Three Bells.
It's always turn and turn about aboard ship.' "`Yes, that's fair enough
and I thank you kindly,' answered the poor marine, sucking in the
other's gammon li
From: malathion <tam...@ma...> - 2009年07月26日 02:16:33
How too Seduce Women - 33 Ultra strong Ways Which Will Help You Seduce Any Woman Within Seconds.www.wood96 . com
From: Brendle<cl...@pr...> - 2009年07月24日 11:35:21
How to Make a Woman Beg For sex - 33 Astonishingly Easy Ways too Make Her Cry Out For You Fast.www.shop94(.net)
From: thiosulfuric <bow...@pu...> - 2009年07月23日 21:37:02
Five Grreat Fooreplay Ideas For Men and Women For Hot sex.www.pill77(.net)
219 messages has been excluded from this view by a project administrator.

Showing results of 143

1 2 3 .. 6 > >> (Page 1 of 6)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /