--- nttpd/src/nttpd.cc.orig Fri Aug 28 01:16:30 1998 +++ nttpd/src/nttpd.cc Thu Oct 30 18:37:05 2003 @@ -98,7 +98,7 @@ #include #include #include -#include +#include #include #include "../../mtc++/include/MTC++.h" #include "../../mtc++/include/mstring.h" @@ -608,37 +608,37 @@ BOOL sendInitial(MTCstringList &os) { DEBUGMSG(cout << "INITIAL REQUEST." << endl;) - os.add(" - -NICETEXT Primary Input Screen - - -

NICETEXT Web-Sampler © 1998 - Primary Input Screen

-

The purpose of this demo is to convert your message into something -completely different. The same message can be changed into many -different texts - even with the same style and dictionary. What's more, -you will have the opportunity to convert the nicetext back into -your original message!

-
- -

Enter a Message:

-

- -

-

Select the NICETEXT Style: - - Use a larger dictionary -

-

- - -
-

For more information please see the Official NICETEXT Home Page

- + os.add("\n\ +\n\ +NICETEXT Primary Input Screen\n\ +\n\ +\n\ +

NICETEXT Web-Sampler © 1998 - Primary Input Screen

\n\ +

The purpose of this demo is to convert your message into something\n\ +completely different. The same message can be changed into many\n\ +different texts - even with the same style and dictionary. What's more,\n\ +you will have the opportunity to convert the nicetext back into\n\ +your original message!

\n\ +
\n\ +\n\ +

Enter a Message:

\n\ +

\n\ +\n\ +

\n\ +

Select the NICETEXT Style:\n\ +\n\ + Use a larger dictionary\n\ +

\n\ +

\n\ +\n\ +\n\ +
\n\ +

For more information please see the Official NICETEXT Home Page

\n\ +\n\ "); return TRUE; @@ -877,23 +877,23 @@ BOOL sendNiceText(MTCstringList &os, MTCRBT &pdSet) { - os.add(" - -NICETEXT Output Screen - - -

NICETEXT Web-Sampler © 1998 - Nicetext Output Screen

-

This is the result of the nicetext operation on the message -you selected. If you scramble the unmodified text below then -the software will recover your original message on the next page. -But, if you modify the text - who knows what you will end up with? Also, -if you are not satisfied with the quality of the nicetext then -use the reload button on your browser for another try!

-
- -

-

Here is the NICETEXT:

- -

-

+ os.add("\n\ +

\n\ +

\n\ "); } - os.add("

- - -
- - + os.add("\n\ +\n\ +\n\ +\n\ +\n\ +\n\ "); } @@ -1073,23 +1073,23 @@ BOOL sendScramText(MTCstringList &os, MTCRBT &pdSet) { - os.add(" - -SCRAMBLED Output Screen - - - -

NICETEXT Web-Sampler © 1998 - Scrambled Output Screen

-

This page contains the scrambled version of the nicetext -on the previous page. If you did not modify the nicetext then this -should be your original message! (If it does NOT match your original message -then rest assured that it is because of the poor implementation of HTTP/1.0 -rather than a problem with the basic transformation software.)

-

Here is the SCRAMBLED Text:

-
- -

- -

-
-

-GO BACK TO START PAGE... -

- - + os.add("\n\ +\n\ +

\n\ +\n\ +

\n\ +GO BACK TO START PAGE...\n\ +

\n\ +\n\ +\n\ "); } @@ -1236,8 +1236,7 @@ if (gettimeofday(&t, &tz)==-1) { - errorMsg(EMT_WARNING, "random seed generation failed...no big de -al though...", "randomize()"); + errorMsg(EMT_WARNING, "random seed generation failed...no big deal though...", "randomize()"); } srandom(t.tv_sec|t.tv_usec);