1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
|
<?php
/**
* @version $Revision: 1.8 $
* @package liberty
* @subpackage plugins_data
*/
// +----------------------------------------------------------------------+
// | Copyright (c) 2004, bitweaver.org
// +----------------------------------------------------------------------+
// | All Rights Reserved. See copyright.txt for details and a complete list of authors.
// | Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
// |
// | For comments, please use phpdocu.sourceforge.net documentation standards!!!
// | -> see http://phpdocu.sourceforge.net/
// +----------------------------------------------------------------------+
// | Author: StarRider starrrider@sourceforge.net
// +----------------------------------------------------------------------+
// $Id: data.spytext.php,v 1.8 2006/04/06 05:06:11 starrrider Exp $
/******************
* Initialization *
******************/
global $gLibertySystem;
define( 'PLUGIN_GUID_SPYTEXT', 'spytext' );
$pluginParams = array (
'tag' => 'SPYTEXT',
'auto_activate' => TRUE,
'requires_pair' => TRUE,
'load_function' => 'data_spytext',
'title' => 'Spy Text (SPYTEXT)',
'help_page' => 'DataPluginSpyText',
'description' => tra("Allows text to be stored that is only visible to a List of Spys or to a Spy Agency (Group). To anyone else (except an Admin) the text is not be visible."),
'help_function' => 'data_spytext_help',
'syntax' => "{SPYTEXT spy= agency= sender= to= hidden= title= width= icon= alert= }",
'path' => LIBERTY_PKG_PATH.'plugins/data.spytext.php',
'security' => 'registered',
'plugin_type' => DATA_PLUGIN
);
$gLibertySystem->registerPlugin( PLUGIN_GUID_SPYTEXT, $pluginParams );
$gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_SPYTEXT );
/*****************
* Help Function *
*****************/
function data_spytext_help() {
$help =
'<table class="data help">'
.'<tr>'
.'<th>' . tra( "Key" ) . '</th>'
.'<th>' . tra( "Type" ) . '</th>'
.'<th>' . tra( "Comments" ) . '</th>'
.'</tr>'
.'<tr class="odd">'
.'<td>spy</td>'
.'<td>' . tra( "UserName(s)") . '<br />' .tra( "(optional)") . '</td>'
.'<td>' . tra( "A List of Spy(s) who can see the Message. Each Spy must be seperated with the | character like this:")
."<br /><strong>spy='Fire|Spider|Lester|Xing'</strong>"
.'<br />' .tra( "The Message will <strong>ONLY</strong> be displayed to Spys. <strong>HINT:</strong> The Admin is a Spy!")
. '</td>'
.'</tr>'
.'<tr class="even">'
.'<td>agency</td>'
.'<td>' . tra( "GroupName(s)") . '<br />' .tra( "(optional)") . '</td>'
.'<td>' . tra( "A List of Spy Agency(s) (Groups) that will be allowed to see the Messages. Each Agency must be seperated ")
.tra( "with the | character like this:")
."<br /><strong>agency='Devellopers|Editors'</strong>"
.'<br />' .tra( "The Message will <strong>ONLY</strong> be displayed to Spys. <strong>HINT:</strong> The Admin is a Spy!")
.'</td>'
.'</tr>'
.'<tr class="odd">'
.'<td>sender</td>'
.'<td>' . tra( "UserName") . '<br />' .tra( "(optional)") . '</td>'
.'<td>' . tra( "A List of Spy(s) who wrote the Message. Each Author must be seperated with the | character like this:")
."<br /><strong>sender='StarRider|Wolffy'</strong>"
.'</td>'
.'</tr>'
.'<tr class="even">'
.'<td>to</td>'
.'<td>' . tra( "boolean/string") . '<br />' .tra( "(optional)") . '</td>'
.'<td>' .tra( "Determines if an Address Box will be displayed before the Message. The Address Box is always in it's own ")
.tra( "DropDown box which contains 3 lines where the") .' <strong>spy(s) / agency(s) / & sender(s)</strong> '
.tra( "are identified. These lines are only displayed if a valid UserName / GroupName is found for that line. ")
.'<br />' . tra( "The Default Header for each line is:")
.'<br />Line 1 for Spy (Users) = <strong>"To the Spy:"</strong> '
.'<br />Line 2 for Agency (Groups) = <strong>"To the Agency:"</strong> '
.'<br />Line 3 for Sender (Users) = <strong>"From Your Source(s):"</strong> '
.'<br />'. tra( "The Address Box is <strong>NOT</strong> displayed by Default. Specifing")
."<br /><strong>to='TRUE'</strong> ". tra( "will enable the Address Box with the Default Headers. The Address Headers can ")
.tra( "be redefined by using the the | character to seperate the headers like this:")
."<br /><strong>to='To My Friends:|To My Colleagues In:|Your Friend:'</strong>" . tra( "The * character can also be used ")
.tra( 'to say "Use This Default" but Replace this one. - Like this:')
."<br /><strong>to='*|*|From the Sexiest Spy Ever:'</strong>"
.'</td>'
.'</tr>'
.'<tr class="odd">'
.'<td>hidden</td>'
.'<td>' . tra( "boolean") . '<br />' . tra("(optional)") . '</td>'
.'<td>' . tra( "Determines if the message is in a Stationary or DropDown Box.")
.tra( "<br />By Default: <strong>Every</strong> SpyText Message is encased in a Stationary Box. Passing ")
.tra( "<strong>Any</strong> value in this parameter will cause the Message to become a DropDown Box. The link that ")
.tra( "<strong>Expands/Contracts</strong> the DropDown Box is supplied by the parameters")
. ' <strong>title or icon</strong>. '
.'</td>'
.'</tr>'
.'<tr class="even">'
.'<td>title</td>'
.'<td>' . tra( "string") . '<br />' . tra("(optional)") . '</td>'
.'<td>' . tra( "The Title Bar is something like a Horizontal Rule with the Text Centered on it. It is used as a link to")
.tra( " <strong>Expand/Contract</strong> a") .' <strong>hidden</strong> ' . tra( "Message Box.")
.'<br />' . tra( "The Title Bar is only visible when the Message Box is") . ' <strong>hidden</strong> '
.'<br />' . tra( "By Default Title used by the Title Bar is") . ' <strong>"A Hidden Message"</strong>. '
.'<br />' . tra( "Specifying any value in this parameter will change the Default Title.")
.'</td>'
.'</tr>'
.'<tr class="odd">'
.'<td>width</td>'
.'<td>' . tra( "numeric") . '<br />' . tra("(optional)") . '</td>'
.'<td>' . tra( "Controls the width of the text area on the Title Bar. The value is a percentage of available space but")
.tra( " <strong>Do Not</strong> include the % character.")
.'<br />' . tra( "The Default =") . ' <strong>20</strong>'
.'</td>'
.'</tr>'
.'<tr class="even">'
.'<td>icon</td>'
.'<td>' . tra( "URL/Content Id #") . '<br />' . tra("(optional)") . '</td>'
.'<td>' . tra( "An Icon can be used as the link to display the Message Box if desired. When activated, the Title becomes ")
.tra( "part of the") . ' <strong>hidden</strong> ' . tra( "Message Box.")
.tra( "<br />By Default - an Icon is <strong>Not</strong> displayed. Specifing :")
."<br /><strong>icon='TRUE'</strong> ". tra( "will cause the Default Icon to be displayed. Any Image stored on the site ")
.tra( "can be used by specifing it's Content Id Number like this:")
."<br /><strong>icon='#125'</strong> ". tra( "<strong>Please Note:</strong> the # character Must be included.")
.tra( "Any other value specified in this parameter is assumed to be a <strong>Valid URL</strong>.")
.'<br />' . tra( "<strong>Note:</strong> - a listing of Content Id's can be found ")
.'<a href="'.LIBERTY_PKG_URL.'list_content.php" title="Launch BitWeaver Content Browser in New Window" '
.'onkeypress="popUpWin(this.href,\'standard\',800,800);" onclick="popUpWin(this.href,\'standard\',800,800);return false;">'
.tra( "Here" ) . '</a> '
.'</td>'
.'</tr>'
.'<tr class="odd">'
.'<td>alert</td>'
.'<td>' . tra( "boolean/string") . '<br />' .tra( "(optional)") . '</td>'
.'<td>' . tra( "Determines if an Alert Box is attached to the page. This is intended to provide the Less-Than-Swift Spy ")
.tra( "with a Subtle Hint that there just might be something for them to look at.")
.'<br />' . tra( "The Alert Box is <strong>Never</strong> displayed by Default. Specifing:")
."<br /><strong>alert='TRUE'</strong> ". tra( "will enable the Alert Box with the Default Headers. The Default Headers is:")
.'<br /><strong>"Wake Up Charlie! There is a message on this page for you. Use your Secret Decoder Ring!"</strong> '
.tra( "<br />In this instance - <strong>Charlie</strong> is the UserName of the user viewing the page. The string:")
.'<br /><strong>*UserName*</strong> ' . tra("is replaced with name of the spy viewing the page every place it is found.")
.tra( "Passing <strong>ANY</strong> other value will replace Default Message.")
.'<br />' . tra( "<strong>Note:</strong> The Administrator is a Spy and will be Alerted - with a slightly different message.")
.'</td>'
.'</tr>'
.'</table>';
return $help;
}
/*****************
* Load Function *
*****************/
function data_spytext($data, $params) {
global $gLibertySystem;
global $gBitUser;
extract ($params, EXTR_SKIP);
if (empty($data)) { // If there is NO data to display - why do anything - get out of here
return " ";
} // **************** Elvis has left the building!
$isSpy = ($gBitUser->isAdmin()) ? TRUE : FALSE; // Admin should always see SpyText
$isRealSpy = FALSE; // So Admin does not see EVERY Alert
if (isset($spy)) { // Is the current user on the Spy List
$spyArray = explode("|", trim(strtolower($spy))); // spy's allowed to see the message
foreach ($spyArray as $i) {
if ($i == (strtolower($gBitUser->getTitle()))) {
$isSpy = TRUE;
$isRealSpy = TRUE;
} } }
if (isset($agency)) { // Is the current user in one of the Spy Agencies
$spyArray = explode("|", trim(strtolower($agency))); // create an array from the string
$groups = $gBitUser->getGroups();
foreach ($spyArray as $i) {
foreach ($groups as $g) {
if (trim(strtolower($g['group_name'])) == $i) {
$isSpy = TRUE;
$isRealSpy = TRUE;
} } } }
if (!$isSpy) { // The current user is NOT a Spy - get out of here
return " ";
} // **************** Elvis has left the building!
$addToBox = (isset($to)) ? TRUE : FALSE;
if ($addToBox) {
$toLine = 'To the Spy: '; // Set Default
$agencyLine = 'To the Agency: '; // Set Default
$senderLine = 'From Your Source: '; // Set Default
$header = explode("|", $to);
$toLine = (isset($header[0]) && (($header[0] != '*') && ($header[0] != 'TRUE'))) ? $header[0] .' ' : $toLine;
$agencyLine = (isset($header[1]) && ($header[1] != '*')) ? $header[1] .' ' : $agencyLine;
$senderLine = (isset($header[2]) && ($header[2] != '*')) ? $header[2] .' ' : $senderLine;
$addToLine = FALSE;
if (isset($spy)) { // Provide a Listing of all spys tested
$spyArray = explode("|", $spy); // Strip Out the | character
natcasesort ($spyArray); // Sort it
foreach ($spyArray as $i) {
if ($gBitUser->userExists(array('login' => $i))) {
$toLine = ($addToLine) ? $toLine . ', ' : $toLine; // misses the first and last Spy
$toLine = $toLine.(BitUser::getDisplayName( TRUE, array('login' => $i)));
$addToLine = True;
} }
$toLine = '<tr><td style="vertical-align: top;">' .$toLine. '</td></tr>';
}
$addAgencyLine = FALSE;
if (isset($agency)) { // Provide a Listing of all agencies tested
$agency_array = explode("|", $agency); // Strip Out the | character
natcasesort ($agency_array); // Sort it
$listHash = array( 'sort_mode' => 'group_name_asc' );
$groups = $gBitUser->getAllGroups( $listHash );
foreach ($agency_array as $i) { // TODO - Remove all Non-valid groups - ($i == $i)
if( $groupId = $gBitUser->groupExists( $i ) ) {
$validGroups[$groupId] = $i;
$agencyLine = ($addAgencyLine) ? $agencyLine .', ' : $agencyLine; // misses the first and last Agency
$agencyLine = $agencyLine . '<strong>' .$i. '</strong>';
$addAgencyLine = True;
} else {
$k = key( $agency_array );
unset( $agency_array[$k] );
} }
$agencyLine = '<tr><td style="vertical-align: top;">' . $agencyLine . '</td></tr>';
}
$addSenderLine = FALSE;
if (isset($sender)) { // Provide a Listing of all senders tested
$spyArray = explode("|", $sender); // Strip Out the | character
natcasesort ($spyArray); // Sort it
foreach ($spyArray as $i) { // TODO - Remove All Non-valid users - ($i == $i)
if ($gBitUser->userExists(array('login' => $i))) {
$senderLine = ($addSenderLine) ? $senderLine . ', ' : $senderLine; // misses the first and last Spy
$senderLine = $senderLine.(BitUser::getDisplayName( TRUE, array('login' => $i)));
$addSenderLine = TRUE;
} }
$senderLine = '<tr><td style="vertical-align: top;">' . $senderLine . '</td></tr>';
}
$spyId = 'spydata'.(microtime() * 1000000);
$toHeader = '<div>'
.'<table width="100%" border="0" cellspacing="0" cellpadding="0">'
.'<tr>'
.'<td width=42%><hr></td>'
.'<td style="text-align:center">'
.'<a title="Expand/Contract for Addresses" href="javascript:flip(' .$spyId. ')">Address</a>'
.'</td>'
.'<td width=42%><hr></td>'
.'</tr>'
.'</table>'
.'</div>';
$addToBox = ($addToBox && ($addToLine || ($addAgencyLine || $addSenderLine))) ? TRUE : FALSE;
if ($addToBox) {
$toBox = '<div>'; // Wrap's Arround Everything in toBox
$toBox = $toBox . $toHeader . '<div style="display:none;" id="' .$spyId. '"><table border="1">';
$toBox = ($addToLine) ? $toBox . $toLine : $toBox; // Drop toLine if nothing on it
$toBox = ($addAgencyLine) ? $toBox . $agencyLine : $toBox; // Drop agencyLine if nothing on it
$toBox = ($addSenderLine) ? $toBox . $senderLine : $toBox; // Drop fromLine if nothing on it
$toBox = $toBox . '</table></div>';
$toBox = $toBox . '</div>';
} }
$spyId = 'spydata'.(microtime() * 1000000);
$hidden = (isset($hidden)) ? TRUE : FALSE;
if ($hidden) {
$useIcon = (isset($icon)) ? TRUE : FALSE;
if ($useIcon) {
if ((trim(strtoupper($icon))) == 'TRUE')
$spyLink = '<a href="javascript:flip('.$spyId.')"><img src="'.LIBERTY_PKG_URL.'icons/spy.gif"></img></a>'; // Default
// --------------------------> TODO - Need to set with Content Id No's
if (!isset($spyLink)) {
$spyLink = '<a href="javascript:flip('.$spyId.')"><img src="'.$icon.'"></img></a>'; // Last Choice - A URL
} else {
$spyLink = '<a href="javascript:flip('.$spyId.')"><img src="'.LIBERTY_PKG_URL.'icons/spy.gif"></img></a>'; // Default
} // Place the default last
} else { // It's not linked to an Icon - so - It needs Title Bar
$width = (isset($width)) ? $width : '20';
$width = ((100 - $width) / 2) . '%';
$title = (isset($title)) ? $title : 'A Hidden Message';
$spyLink = '<div>'
.'<table width="100%" border="0" cellspacing="0" cellpadding="0">'
.'<tr>'
.'<td width='.$width.'><hr></td>'
.'<td style="text-align:center">'
.'<a title="Expand/Contract for Hidden Text" href="javascript:flip('.$spyId.')">'.$title.'</a>'
.'</td>'
.'<td width='.$width.'><hr></td>'
.'</tr>'
.'</table>'
.'</div>';
} }
$ret = ($hidden) ? $spyLink. '<div class="help box" style="display:none;" id="' .$spyId. '">' : '';
$ret = ($addToBox) ? $ret.$toBox : $ret;
$ret = $ret .'<div class="help box" style="text-align:left;">'.$data.'</div>';
$ret = ($hidden) ? $ret.'</div>' : $ret;
// I'm NOT Sure if this should be include or not - especially the way I have it set up
// I have reduced the number of Alerts that an Admin would recieve - Only Hidden Messages
$spyAlert = FALSE;
if (isset($alert)) {
if (strtoupper(trim($alert)) == 'TRUE') {
$spyAlert = TRUE;
$spyMsg = ($isRealSpy) ? 'Wake Up *UserName*!\nThere is a message on this page for you.\nUse your Secret Decoder Ring!' : '';
} else {
$spyAlert = TRUE;
$spyMsg = $alert;
} }
if (($gBitUser->isAdmin()) && ($hidden)) {
$spyMsg = '*UserName*\nThere is Hidden SpyText on this page.';
$spyAlert = TRUE;
}
if ($spyAlert) {
$spyArray = explode("*", $spyMsg); // Process the *UserName*
for ($i = 0; $i <= ((count($spyArray))-1); $i++) {
$spyArray[$i] = (trim(strtoupper($spyArray[$i])) == 'USERNAME') ? $gBitUser->getTitle() : $spyArray[$i];
}
$spyMsg = implode(" ", $spyArray);
echo "<script>window.alert(\"" .$spyMsg. "\");</script>";
}
return $ret;
}
?>
|