Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24682743
motd-variations.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
620 B
Referenced Files
None
Subscribers
None
motd-variations.php
View Options
<!-- Actions -->
<div id="action-icons">
<a href="" title="Refresh this page">
<i class="general foundicon-refresh"></i>
</a>
</div>
<!-- Content -->
<?php
$fortune
=
rtrim
(
`/usr/games/fortune`
);
echo
" <h3>English text</h3>
\n
"
;
echo
" <p>$fortune</p>
\n\n
"
;
$variants
=
[
'jive'
,
'valspeak'
,
];
foreach
(
$variants
as
$variant
)
{
echo
" <h3>English variant — $variant</h3>
\n
"
;
$text
=
escapeshellarg
(
$fortune
);
echo
" <p>"
,
rtrim
(
`echo $text | $variant`
),
"</p>
\n\n
"
;
}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Mar 7, 01:51 (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3500317
Default Alt Text
motd-variations.php (620 B)
Attached To
Mode
rTOOLS Nasqueron Tools
Attached
Detach File
Event Timeline
Log In to Comment