ID:               24028
 Comment by:       MBUSUITO at mNS dot COM
 Reported By:      xiongwei at aerafront dot com
 Status:           Closed
 Bug Type:         CGI related
 Operating System: win32 only
 PHP Version:      4.3.2
 New Comment:

Greetings All, 
MAINTAIN DISCIPLINE, HONESTY AND PATIENCE...Above all else FOCUS! 
I found this on a bulletin board and decided to try it: A little while
back, I was browsing through news groups and e-mails just like you are
now, and came across an article similar to this that said you can make
thousand of dollars within weeks with only an initial investment of
$6.00. So I thought, "yeah right, this must be a scam," but like most
of us, I was curious, so I kept reading. Anyway, it said that you send
$1.00 to each of the six names and addresses stated in the article. You
then place your own name and address on the bottom of the list and post
the article in at least 200 news groups. {There are thousands}. No
catch, that was it. So after thinking it over, and talking to a few
people first, I thought about trying it. I figured, "What have I got to
lose; except six stamps and $6.00 right, right?" Then I invested the
measly $6.00. 
WELL GUESS WHAT?........Within seven days, I started getting money in
the mail I was in awe. I figured it would end soon, but the money just
kept coming in. In my first week I made about $47.00. By the end of the
second week I had made a total of more than one thousand dollars. In the
third week I had considerably more than the previous week and it is
still growing! This is my fourth week 
and I have made a few thousands and it is still coming rapidly. It is
certainly worth the six-dollar investment and six stamps, believe it or
not I have spent more on lottery with no returns. Let me explain how
this works and most important, why it works.....Also, make sure you
print this article out NOW, so you can get the information. 
STOP NOW: Print this article out so you can get the information you
need off of it. I promise you that if you follow the directions exactly
you will start making more money than you thought possible by doing
something so easy. Suggestion: Read this entire message carefully, and
follow the simple directions and watch the money come in. It is easy,
It is legal, and your investment is only $6.00 plus postage. Important:
This is not a rip-off, it is decent, it is legal; and it virtually
without risk- 
it really works! If all of the following instructions are adhered to,
you will receive extraordinary dividends. 
PLEASE NOTE: Please follow the directions EXACTLY, and
50-thousand-dollars or more can be yours in 20 to 60 days. This program
remains successful because of the honesty and integrity of the
participants. Please continue its success by carefully adhering to the
instructions. You will now become a part of the Mail Order business.
You are in the business of developing Mailing Lists. Many large
corporations are happy to pay big bucks for quality lists. However,
this money made from the mailing lists is secondary to income which is
made from people like you and me asking to be included on that list. 
1 of 4 
Here Are The Four Easy Steps To Success: 
Get six (6) separate pieces of paper and write the following on each
piece of paper. "PLEASE PUT ME ON YOUR MAILING LIST." 
Now get six (6) U.S.1.00 bills and place One inside of Each of the six
pieces of paper so the bill will not be seen through the envelope (to
prevent thievery). 
Next, place one paper in each of the six envelopes and seal them with
the dollar bill enclosed. You now should have six sealed envelopes each
with a piece of paper stating the above phrase with your name and
address written thereon [don`t forget to enclose the $1.00]. What you
are doing is creating a service-THIS IS ABSOLUTELY LEGAL! 
You are requesting a legitimate service and you are paying for it.
Clearly, I was a little skeptical and a little worried about the legal
aspects of it all. Therefore, I checked it out with the U.S. Postal
Service (1-800-275-8777) and they confirmed that it is indeed legal. 
Mail the six envelopes to the following addresses: 
[1] Von Burchfield 
P.O. Box 8071 
Bloomington, IN 47408 
[2] J. Dough 
2309 Catalpa Drive 
Dayton, Ohio 45406 
[3] Joy Moore 
400 S Kingsley Drive 
Los Angeles, CA 90020-3224 
[4] Matt O’Neill 
15 Indian Trail Rd. 
Randolph, NJ 07869 
[5] Andy Kongvongxay 
2455 West Capital Ave. #145 
West Sacramento, CA 95691 
[6] Matthew Busuito
25888 Carl Roseville,
MI 48066
Now take the #1 name off the list that you see above, move the other
names up (six becomes 5, 
and 5 becomes 4, and etc.) and add YOUR NAME as number 6 on the list. 
Change anything you need to but try to keep this article as close to
the original as possible. Now post your amended article to at least 200
news groups. (I think there are close to 24,000 groups).


Previous Comments:
------------------------------------------------------------------------

[2003-06-24 12:58:38] [EMAIL PROTECTED]

Fixed -> closed. 

------------------------------------------------------------------------

[2003-06-04 22:24:32] xiongwei at aerafront dot com

I wrote a routine "postrawdata.php" for displaying HTTP raw request
message. 
<?php 
$putdata = fopen( "php://input" , "rb" ); 
while(!feof( $putdata )) 
echo fread($putdata, 4096 ); 
fclose($putdata); 
?> 

It works properly when using a socket program to post something to it.


But submitting from a simple HTML below will make it dead, even http
headers were not sent back, the behavior of brwoser is just waiting
before timeout, I have tested it under IE 6.0 and Netscape 7.0 , any
suggestion is appreciate. 

<body> 
<form name="form1" method="post" action="postrawdata.php"> 
<input type="text" name="name" > 
<input type="submit" name="Submit" value="Submit"> 
</form> 
</body> 

I think PHP does not send correct responding data to browser, or it
does not disconnect the HTTP channel, that makes browsers to wait ,
whereas my socket client do disconnect when finished.

Thanks,

William Hong

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24028&edit=1

Reply via email to