 |
-
+ |
$this->box("Status", "Username: Your Name E-mail: your.name@drop.org Status: Logged in Since: The beginning of time | ");
?>
@@ -67,51 +67,66 @@
$timestamp = date("l, F d, Y - h:i:s A", $timestamp);
include "config.inc";
- ?>
-
-
-
-
+ ?>
+
-
-
- |
-
- BLAHBLAHBLAHBLAH
- |
-
-
+ | if (rand(0,1) == 0) $img = "news1.gif"; else $img = "news4.gif"; ?>
|
+ echo $subject; ?> |
+ if (rand(0,1) == 0) $img = "news3.gif"; else $img = "news2.gif"; ?> |
-
-
-
-
-
- if ($informant) {
- print "Reported to us by $informant on $timestamp"; ?> print " | $category";
- }
- else {
- print "Posted by $anonymous on $timestamp"; ?> print " | $category";
- }
- ?>
- |
-
-
-
-
- if ($comments) {
- echo " $abstract hlcolor1\">Editor's note by $editor: $comments ";
- }
- else {
- echo $abstract;
- }
- ?>
- |
-
- echo $link ?> |
-
+
+
+
+
+
+ switch (rand(0,9)) {
+ case 0: $how = "Yelled at us"; break;
+ case 1: $how = "Whispered"; break;
+ case 2: $how = "Reported"; break;
+ case 3: $how = "Posted"; break;
+ case 4: $how = "Beamed through"; break;
+ case 5: $how = "Faxed"; break;
+ case 6: $how = "Tossed at us"; break;
+ case 7: $how = "Morsed"; break;
+ case 8: $how = "Flagged"; break;
+ default: $how = "Sneaked through";
+ }
+
+ if ($informant) {
+ print "$how by $informant on $timestamp"; ?> print " | fgcolor3; ?>\">$category";
+ }
+ else {
+ print "Reported to us by $anonymous on $timestamp"; ?> print " | fgcolor3; ?>\">$category";
+ }
+ ?>
+ |
+
+
+
+
+
+
+
+ if ($comments) {
+ echo " $abstract hlcolor1\">Editor's note by $editor:$comments ";
+ }
+ else {
+ echo $abstract;
+ }
+ ?>
+ |
+
+
+ |
+
+
+
+ echo $link ?>
+ |
+
+
}
@@ -267,18 +282,18 @@
?>
-  |
-  |
-  |
+  |
+  |
+  |
-  |
- echo $subject; ?> |
-  |
+  |
+ echo $subject; ?> |
+  |
|
-
+ |
|
|
@@ -302,7 +317,7 @@
global $PHP_SELF;
- $this->box("Drop where?", "");
+ $this->box("Drop where?", "");
if (strstr($PHP_SELF, "index.php")) {
global $user;
| |