affiliates-admin-affiliates.php_1
31 KB
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
<?php
/**
* affiliates-admin-affiliates.php
*
* Copyright (c) 2010, 2011 "kento" Karim Rahimpur www.itthinx.com
*
* This code is released under the GNU General Public License.
* See COPYRIGHT.txt and LICENSE.txt.
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This header and all notices must be kept intact.
*
* @author Karim Rahimpur
* @package affiliates
* @since affiliates 1.0.0
*/
if (!defined('ABSPATH')) {
exit;
}
// Shows hits by affiliate
define('AFFILIATES_AFFILIATES_PER_PAGE', 10);
define('AFFILIATES_ADMIN_AFFILIATES_NONCE_1', 'affiliates-nonce-1');
define('AFFILIATES_ADMIN_AFFILIATES_NONCE_2', 'affiliates-nonce-2');
define('AFFILIATES_ADMIN_AFFILIATES_FILTER_NONCE', 'affiliates-filter-nonce');
require_once( AFFILIATES_CORE_LIB . '/class-affiliates-date-helper.php');
require_once( AFFILIATES_CORE_LIB . '/affiliates-admin-affiliates-add.php');
require_once( AFFILIATES_CORE_LIB . '/affiliates-admin-affiliates-edit.php');
require_once( AFFILIATES_CORE_LIB . '/affiliates-admin-affiliates-remove.php');
/**
* Affiliate table and action handling.
*/
function affiliates_admin_affiliates() {
ECHO "HRER";
EXIT();
global $wpdb, $wp_rewrite, $affiliates_options;
$output = '';
$today = date('Y-m-d', time());
$pname = get_option('aff_pname', AFFILIATES_PNAME);
if (!current_user_can(AFFILIATES_ADMINISTER_AFFILIATES)) {
wp_die(__('Access denied.', AFFILIATES_PLUGIN_DOMAIN));
}
// @deprecated
// if ( !$wp_rewrite->using_permalinks() ) {
// $output .= '<p class="warning">' .
// '* ' .
// sprintf( __( 'Your site is not using pretty <a href="%s">permalinks</a>. You will only be able to use URL parameter based <span class="affiliate-link">affiliate links</span> but not pretty <span class="affiliate-permalink">affiliate permalinks</span>, unless you change your permalink settings.', AFFILIATES_PLUGIN_DOMAIN ), esc_url( get_admin_url( null, 'options-permalink.php') ) ) .
// '</p>';
// }
//
// handle actions
//
if (isset($_POST['action'])) {
// handle action submit - do it
switch ($_POST['action']) {
case 'add' :
if (!affiliates_admin_affiliates_add_submit()) {
return affiliates_admin_affiliates_add();
}
break;
case 'edit' :
if (!affiliates_admin_affiliates_edit_submit()) {
return affiliates_admin_affiliates_edit($_POST['affiliate-id-field']);
}
break;
case 'remove' :
affiliates_admin_affiliates_remove_submit();
break;
}
} else if (isset($_GET['action'])) {
// handle action request - show form
switch ($_GET['action']) {
case 'add' :
return affiliates_admin_affiliates_add();
break;
case 'edit' :
if (isset($_GET['affiliate_id'])) {
return affiliates_admin_affiliates_edit($_GET['affiliate_id']);
}
break;
case 'remove' :
if (isset($_GET['affiliate_id'])) {
return affiliates_admin_affiliates_remove($_GET['affiliate_id']);
}
break;
}
}
//
// affiliate table
//
if (isset($_POST['clear_filters']) || isset($_POST['submitted'])) {
if (!wp_verify_nonce($_POST[AFFILIATES_ADMIN_AFFILIATES_FILTER_NONCE], 'admin')) {
wp_die(__('Access denied.', AFFILIATES_PLUGIN_DOMAIN));
}
}
// filters
$from_date = $affiliates_options->get_option('affiliates_from_date', null);
$from_datetime = null;
$thru_date = $affiliates_options->get_option('affiliates_thru_date', null);
$thru_datetime = null;
$affiliate_id = $affiliates_options->get_option('affiliates_affiliate_id', null);
$affiliate_name = $affiliates_options->get_option('affiliates_affiliate_name', null);
$affiliate_email = $affiliates_options->get_option('affiliates_affiliate_email', null);
$affiliate_user_login = $affiliates_options->get_option('affiliates_affiliate_user_login', null);
$show_deleted = $affiliates_options->get_option('affiliates_show_deleted', false);
$show_inoperative = $affiliates_options->get_option('affiliates_show_inoperative', false);
$show_totals = $affiliates_options->get_option('affiliates_show_totals', true);
if (isset($_POST['clear_filters'])) {
$affiliates_options->delete_option('affiliates_from_date');
$affiliates_options->delete_option('affiliates_thru_date');
$affiliates_options->delete_option('affiliates_affiliate_id');
$affiliates_options->delete_option('affiliates_affiliate_name');
$affiliates_options->delete_option('affiliates_affiliate_email');
$affiliates_options->delete_option('affiliates_affiliate_user_login');
$affiliates_options->delete_option('affiliates_show_deleted');
$affiliates_options->delete_option('affiliates_show_inoperative');
$affiliates_options->delete_option('affiliates_show_totals');
$from_date = null;
$from_datetime = null;
$thru_date = null;
$thru_datetime = null;
$affiliate_id = null;
$affiliate_name = null;
$affiliate_email = null;
$affiliate_user_login = null;
$show_deleted = false;
$show_inoperative = false;
$show_totals = true;
} else if (isset($_POST['submitted'])) {
if (!empty($_POST['affiliate_name'])) {
$affiliate_name = trim($_POST['affiliate_name']);
if (strlen($affiliate_name) > 0) {
$affiliates_options->update_option('affiliates_affiliate_name', $affiliate_name);
} else {
$affiliate_name = null;
$affiliates_options->delete_option('affiliates_affiliate_name');
}
} else {
$affiliate_name = null;
$affiliates_options->delete_option('affiliates_affiliate_name');
}
if (!empty($_POST['affiliate_email'])) {
$affiliate_email = trim($_POST['affiliate_email']);
if (strlen($affiliate_email) > 0) {
$affiliates_options->update_option('affiliates_affiliate_email', $affiliate_email);
} else {
$affiliate_email = null;
$affiliates_options->delete_option('affiliates_affiliate_email');
}
} else {
$affiliate_email = null;
$affiliates_options->delete_option('affiliates_affiliate_email');
}
if (!empty($_POST['affiliate_user_login'])) {
$affiliate_user_login = trim($_POST['affiliate_user_login']);
if (strlen($affiliate_user_login) > 0) {
$affiliates_options->update_option('affiliates_affiliate_user_login', $affiliate_user_login);
} else {
$affiliate_user_login = null;
$affiliates_options->delete_option('affiliates_affiliate_user_login');
}
} else {
$affiliate_user_login = null;
$affiliates_options->delete_option('affiliates_affiliate_user_login');
}
$show_deleted = isset($_POST['show_deleted']);
$affiliates_options->update_option('affiliates_show_deleted', $show_deleted);
$show_inoperative = isset($_POST['show_inoperative']);
$affiliates_options->update_option('affiliates_show_inoperative', $show_inoperative);
$show_totals = isset($_POST['show_totals']);
$affiliates_options->update_option('affiliates_show_totals', $show_totals);
// filter by date(s)
if (!empty($_POST['from_date'])) {
$from_date = date('Y-m-d', strtotime($_POST['from_date']));
$affiliates_options->update_option('affiliates_from_date', $from_date);
} else {
$from_date = null;
$affiliates_options->delete_option('affiliates_from_date');
}
if (!empty($_POST['thru_date'])) {
$thru_date = date('Y-m-d', strtotime($_POST['thru_date']));
$affiliates_options->update_option('affiliates_thru_date', $thru_date);
} else {
$thru_date = null;
$affiliates_options->delete_option('affiliates_thru_date');
}
if ($from_date && $thru_date) {
if (strtotime($from_date) > strtotime($thru_date)) {
$thru_date = null;
$affiliates_options->delete_option('affiliates_thru_date');
}
}
// We now have the desired dates from the user's point of view, i.e. in her timezone.
// If supported, adjust the dates for the site's timezone:
if ($from_date) {
$from_datetime = DateHelper::u2s($from_date);
}
if ($thru_date) {
$thru_datetime = DateHelper::u2s($thru_date, 24 * 3600);
}
// filter by affiliate id
if (!empty($_POST['affiliate_id'])) {
$affiliate_id = affiliates_check_affiliate_id($_POST['affiliate_id']);
if ($affiliate_id) {
$affiliates_options->update_option('affiliates_affiliate_id', $affiliate_id);
}
} else if (isset($_POST['affiliate_id'])) { // empty && isset => '' => all
$affiliate_id = null;
$affiliates_options->delete_option('affiliates_affiliate_id');
}
}
if (isset($_POST['row_count'])) {
if (!wp_verify_nonce($_POST[AFFILIATES_ADMIN_AFFILIATES_NONCE_1], 'admin')) {
wp_die(__('Access denied.', AFFILIATES_PLUGIN_DOMAIN));
}
}
if (isset($_POST['paged'])) {
if (!wp_verify_nonce($_POST[AFFILIATES_ADMIN_AFFILIATES_NONCE_2], 'admin')) {
wp_die(__('Access denied.', AFFILIATES_PLUGIN_DOMAIN));
}
}
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$current_url = remove_query_arg('paged', $current_url);
$current_url = remove_query_arg('action', $current_url);
$current_url = remove_query_arg('affiliate_id', $current_url);
$affiliates_table = _affiliates_get_tablename('affiliates');
$affiliates_users_table = _affiliates_get_tablename('affiliates_users');
$output .=
'<div class="manage-affiliates">' .
'<h1>' .
__('Manage Affiliates', AFFILIATES_PLUGIN_DOMAIN) .
'</h1>';
$show_filters = $affiliates_options->get_option('show_filters', true);
$output .= '<div class="manage">';
$output .= "<a title='" . __('Click to add a new affiliate', AFFILIATES_PLUGIN_DOMAIN) . "' class='button add' href='" . esc_url($current_url) . "&action=add'><img class='icon' alt='" . __('Add', AFFILIATES_PLUGIN_DOMAIN) . "' src='" . AFFILIATES_PLUGIN_URL . "images/add.png'/><span class='label'>" . __('New Affiliate', AFFILIATES_PLUGIN_DOMAIN) . "</span></a>";
$output .= '<div style="float:right">';
$output .= sprintf('<div class="button toggle-button %s" id="filters-toggle">', ( $show_filters ? 'on' : 'off'));
$output .= __('Filters', AFFILIATES_PLUGIN_DOMAIN);
$output .= '</div>'; // #filters-toggle
$output .= '</div>'; // floating right
$output .= '</div>'; // .manage
$row_count = isset($_POST['row_count']) ? intval($_POST['row_count']) : 0;
if ($row_count <= 0) {
$row_count = $affiliates_options->get_option('affiliates_per_page', AFFILIATES_AFFILIATES_PER_PAGE);
} else {
$affiliates_options->update_option('affiliates_per_page', $row_count);
}
$offset = isset($_GET['offset']) ? intval($_GET['offset']) : 0;
if ($offset < 0) {
$offset = 0;
}
$paged = isset($_REQUEST['paged']) ? intval($_REQUEST['paged']) : 0;
if ($paged < 0) {
$paged = 0;
}
$orderby = isset($_GET['orderby']) ? $_GET['orderby'] : null;
switch ($orderby) {
case 'from_date' :
case 'thru_date' :
case 'email' :
case 'affiliate_id' :
case 'name' :
case 'user_login' :
break;
default:
$orderby = 'name';
}
$order = isset($_GET['order']) ? $_GET['order'] : null;
switch ($order) {
case 'asc' :
case 'ASC' :
$switch_order = 'DESC';
break;
case 'desc' :
case 'DESC' :
$switch_order = 'ASC';
break;
default:
$order = 'ASC';
$switch_order = 'DESC';
}
// if ( $from_date || $thru_date || $affiliate_id ) {
// $filters = " WHERE ";
// } else {
// $filters = '';
// }
$filters = array(" 1=%d ");
$filter_params = array(1);
if ($affiliate_id) {
$filters[] = " $affiliates_table.affiliate_id = %d ";
$filter_params[] = $affiliate_id;
}
if ($affiliate_name) {
$filters[] = " $affiliates_table.name LIKE '%%%s%%' ";
$filter_params[] = $affiliate_name;
}
if ($affiliate_email) {
$filters[] = " $affiliates_table.email LIKE '%%%s%%' ";
$filter_params[] = $affiliate_email;
}
if ($affiliate_user_login) {
$filters[] = " $wpdb->users.user_login LIKE '%%%s%%' ";
$filter_params[] = $affiliate_user_login;
}
if (!$show_deleted) {
$filters[] = " $affiliates_table.status = %s ";
$filter_params[] = 'active';
}
if (!$show_inoperative) {
$filters[] = " $affiliates_table.from_date <= %s AND ( $affiliates_table.thru_date IS NULL OR $affiliates_table.thru_date >= %s ) ";
$filter_params[] = $today;
$filter_params[] = $today;
}
if ($from_datetime && $thru_datetime) {
$filters[] = " $affiliates_table.from_date >= %s AND ( $affiliates_table.thru_date IS NULL OR $affiliates_table.thru_date < %s ) ";
$filter_params[] = $from_datetime;
$filter_params[] = $thru_datetime;
} else if ($from_datetime) {
$filters[] = " $affiliates_table.from_date >= %s ";
$filter_params[] = $from_datetime;
} else if ($thru_datetime) {
$filters[] = " $affiliates_table.thru_date < %s ";
$filter_params[] = $thru_datetime;
}
if (!empty($filters)) {
$filters = " WHERE " . implode(" AND ", $filters);
} else {
$filters = '';
}
$count_query = $wpdb->prepare("SELECT COUNT(*) FROM $affiliates_table LEFT JOIN $affiliates_users_table ON $affiliates_table.affiliate_id = $affiliates_users_table.affiliate_id LEFT JOIN $wpdb->users on $affiliates_users_table.user_id = $wpdb->users.ID $filters", $filter_params);
$count = $wpdb->get_var($count_query);
if ($count > $row_count) {
$paginate = true;
} else {
$paginate = false;
}
$pages = ceil($count / $row_count);
if ($paged > $pages) {
$paged = $pages;
}
if ($paged != 0) {
$offset = ( $paged - 1 ) * $row_count;
}
$query = $wpdb->prepare("SELECT $affiliates_table.*, $wpdb->users.* FROM $affiliates_table LEFT JOIN $affiliates_users_table ON $affiliates_table.affiliate_id = $affiliates_users_table.affiliate_id LEFT JOIN $wpdb->users on $affiliates_users_table.user_id = $wpdb->users.ID $filters ORDER BY $orderby $order LIMIT $row_count OFFSET $offset", $filter_params);
$results = $wpdb->get_results($query, OBJECT);
$column_display_names = array(
'affiliate_id' => __('Id', AFFILIATES_PLUGIN_DOMAIN),
'name' => __('Affiliate', AFFILIATES_PLUGIN_DOMAIN),
'email' => __('Email', AFFILIATES_PLUGIN_DOMAIN),
'user_login' => __('Username', AFFILIATES_PLUGIN_DOMAIN),
'from_date' => __('From', AFFILIATES_PLUGIN_DOMAIN),
'thru_date' => __('Until', AFFILIATES_PLUGIN_DOMAIN),
'edit' => __('Edit', AFFILIATES_PLUGIN_DOMAIN),
'remove' => __('Remove', AFFILIATES_PLUGIN_DOMAIN),
'links' => __('Links', AFFILIATES_PLUGIN_DOMAIN),
);
$output .= '<div class="affiliates-overview">';
$output .= sprintf('<div id="filters-container" class="filters" style="%s">', $show_filters ? '' : 'display:none' );
$output .=
'<label class="description" for="setfilters">' . __('Filters', AFFILIATES_PLUGIN_DOMAIN) . '</label>' .
'<form id="setfilters" action="" method="post">' .
'<div class="filter-section">' .
'<label class="affiliate-id-filter">' .
__('Id', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="affiliate-id-filter" name="affiliate_id" type="text" value="' . esc_attr($affiliate_id) . '"/>' .
'</label>' .
' ' .
'<label class="affiliate-name-filter">' .
__('Name', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="affiliate-name-filter" name="affiliate_name" type="text" value="' . $affiliate_name . '"/>' .
'</label>' .
' ' .
'<label class="affiliate-email-filter">' .
__('Email', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="affiliate-email-filter" name="affiliate_email" type="text" value="' . $affiliate_email . '"/>' .
'</label>' .
' ' .
'<label class="affiliate-user-login-filter">' .
__('Username', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="affiliate-user-login-filter" name="affiliate_user_login" type="text" value="' . $affiliate_user_login . '" />' .
'</label>' .
'</div>' .
'<div class="filter-section">' .
'<label class="from-date-filter">' .
__('From', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="datefield from-date-filter" name="from_date" type="text" value="' . esc_attr($from_date) . '"/>' .
'</label>' .
' ' .
'<label class="thru-date-filter">' .
__('Until', AFFILIATES_PLUGIN_DOMAIN) .
' ' .
'<input class="datefield thru-date-filter" name="thru_date" type="text" class="datefield" value="' . esc_attr($thru_date) . '"/>' .
'</label>' .
' ' .
'<label class="show-inoperative-filter">' .
'<input class="show-inoperative-filter" name="show_inoperative" type="checkbox" ' . ( $show_inoperative ? 'checked="checked"' : '' ) . '/>' .
' ' .
__('Include inoperative affiliates', AFFILIATES_PLUGIN_DOMAIN) .
'</label>' .
' ' .
'<label class="show-deleted-filter">' .
'<input class="show-deleted-filter" name="show_deleted" type="checkbox" ' . ( $show_deleted ? 'checked="checked"' : '' ) . '/>' .
' ' .
__('Include removed affiliates', AFFILIATES_PLUGIN_DOMAIN) .
'</label>' .
' ' .
'<label class="show-totals-filter">' .
'<input class="show-totals-filter" name="show_totals" type="checkbox" ' . ( $show_totals ? 'checked="checked"' : '' ) . '/>' .
' ' .
__('Show accumulated referral totals', AFFILIATES_PLUGIN_DOMAIN) .
'</label>' .
'</div>
<div class="filter-buttons">' .
wp_nonce_field('admin', AFFILIATES_ADMIN_AFFILIATES_FILTER_NONCE, true, false) .
'<input class="button" type="submit" value="' . __('Apply', AFFILIATES_PLUGIN_DOMAIN) . '"/>' .
'<input class="button" type="submit" name="clear_filters" value="' . __('Clear', AFFILIATES_PLUGIN_DOMAIN) . '"/>' .
'<input type="hidden" value="submitted" name="submitted"/>' .
'</div>' .
'</form>' .
'</div>';
$output .= '
<div class="page-options">
<form id="setrowcount" action="" method="post">
<div>
<label for="row_count">' . __('Results per page', AFFILIATES_PLUGIN_DOMAIN) . '</label>' .
'<input name="row_count" type="text" size="2" value="' . esc_attr($row_count) . '" />
' . wp_nonce_field('admin', AFFILIATES_ADMIN_AFFILIATES_NONCE_1, true, false) . '
<input class="button" type="submit" value="' . __('Apply', AFFILIATES_PLUGIN_DOMAIN) . '"/>
</div>
</form>
</div>
';
if ($paginate) {
require_once( AFFILIATES_CORE_LIB . '/class-affiliates-pagination.php' );
$pagination = new Affiliates_Pagination($count, null, $row_count);
$output .= '<form id="posts-filter" method="post" action="">';
$output .= '<div>';
$output .= wp_nonce_field('admin', AFFILIATES_ADMIN_AFFILIATES_NONCE_2, true, false);
$output .= '</div>';
$output .= '<div class="tablenav top">';
$output .= $pagination->pagination('top');
$output .= '</div>';
$output .= '</form>';
}
$output .= '
<table id="" class="wp-list-table widefat fixed" cellspacing="0">
<thead>
<tr>
';
foreach ($column_display_names as $key => $column_display_name) {
$options = array(
'orderby' => $key,
'order' => $switch_order
);
$class = $key;
if (!in_array($key, array('edit', 'remove', 'links'))) {
if (strcmp($key, $orderby) == 0) {
$lorder = strtolower($order);
$class = "$key manage-column sorted $lorder";
} else {
$class = "$key manage-column sortable";
}
$column_display_name = '<a href="' . esc_url(add_query_arg($options, $current_url)) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
}
$output .= "<th scope='col' class='$class'>$column_display_name</th>";
}
$output .= '</tr>
</thead>
<tbody>
';
if (count($results) > 0) {
for ($i = 0; $i < count($results); $i++) {
$result = $results[$i];
$name_suffix = '';
$class_deleted = '';
if ($is_deleted = ( strcmp($result->status, 'deleted') == 0 )) {
$class_deleted = ' deleted ';
$name_suffix .= " " . __('(removed)', AFFILIATES_PLUGIN_DOMAIN);
}
$class_inoperative = '';
if ($is_inoperative = !( ( $result->from_date <= $today ) && ( $result->thru_date == null || $result->thru_date >= $today ) )) {
$class_inoperative = ' inoperative ';
$name_suffix .= " " . __('(inoperative)', AFFILIATES_PLUGIN_DOMAIN);
}
$output .= '<tr class="' . $class_deleted . $class_inoperative . ( $i % 2 == 0 ? 'even' : 'odd' ) . '">';
$output .= "<td class='affiliate-id'>";
if (affiliates_encode_affiliate_id($result->affiliate_id) != $result->affiliate_id) {
$output .= '<span class="encoded-hint" title="' . affiliates_encode_affiliate_id($result->affiliate_id) . '">' . $result->affiliate_id . '</span>';
} else {
$output .= $result->affiliate_id;
}
$output .= "</td>";
$output .= "<td class='affiliate-name'>" . stripslashes(wp_filter_nohtml_kses($result->name)) . $name_suffix . "</td>";
$output .= "<td class='affiliate-email'>" . $result->email;
if (isset($result->email) && isset($result->user_email) && strcmp($result->email, $result->user_email) !== 0) {
$output .= '<span title="' . sprintf(__('There are different email addresses on record for the affiliate and the associated user. This might be ok, but if in doubt please check. The email address on file for the user is %s', AFFILIATES_PLUGIN_DOMAIN), $result->user_email) . '" class="warning"> [ ! ]</span>';
}
$output .= "</td>";
$output .= "<td class='affiliate-user-login'>";
if (!empty($result->ID)) {
if (current_user_can('edit_user', $result->ID)) {
$output .= '<a target="_blank" href="' . esc_url("user-edit.php?user_id=$result->ID") . '">' . $result->user_login . '</a>';
} else {
$output .= $result->user_login;
}
}
$output .= "</td>";
$output .= "<td class='from-date'>$result->from_date</td>";
$output .= "<td class='thru-date'>$result->thru_date</td>";
$output .= "<td class='edit'><a href='" . esc_url(add_query_arg('paged', $paged, $current_url)) . "&action=edit&affiliate_id=" . $result->affiliate_id . "' alt='" . __('Edit', AFFILIATES_PLUGIN_DOMAIN) . "'><img src='" . AFFILIATES_PLUGIN_URL . "images/edit.png'/></a></td>";
$output .= "<td class='remove'>" .
(!$is_deleted && (!isset($result->type) || ( $result->type != AFFILIATES_DIRECT_TYPE ) ) ?
"<a href='" . esc_url($current_url) . "&action=remove&affiliate_id=" . $result->affiliate_id . "' alt='" . __('Remove', AFFILIATES_PLUGIN_DOMAIN) . "'><img src='" . AFFILIATES_PLUGIN_URL . "images/remove.png'/></a>" : "" ) .
"</td>";
$output .= "<td class='links'>";
$encoded_id = affiliates_encode_affiliate_id($result->affiliate_id);
$output .=
__('Link', AFFILIATES_PLUGIN_DOMAIN) .
': ' .
'<span class="affiliate-link">' . affiliates_get_affiliate_url(get_bloginfo('url'), $result->affiliate_id) . '</span>' .
'<br/>' .
__('URL Parameter', AFFILIATES_PLUGIN_DOMAIN) .
': ' .
'<span class="affiliate-link-param">' . '?' . $pname . '=' . $encoded_id . '</span>';
// @deprecated
// '<br/>' .
// __( 'Pretty', AFFILIATES_PLUGIN_DOMAIN ) .
// ': ' .
// '<span class="affiliate-permalink">' . get_bloginfo('url') . '/' . $pname . '/' . $encoded_id . '</span>' .
// ( $wp_rewrite->using_permalinks() ? '' :
// ' ' .
// sprintf( '<span class="warning" title="%s" style="cursor:help;padding:0 2px;">*</span>', __( 'Pretty URLs only work with appropriate permalink settings, this is not a requirement and most affiliate links will be using the URL parameter anyhow when linking to different pages on the site.', AFFILIATES_PLUGIN_DOMAIN ) ) .
// '</span>'
// )
$output .= "</td>";
$output .= '</tr>';
if ($show_totals) {
$output .= '<tr class="' . $class_deleted . $class_inoperative . ( $i % 2 == 0 ? 'even' : 'odd' ) . '">';
$totals = array();
$totals[AFFILIATES_REFERRAL_STATUS_CLOSED] = Affiliates_Shortcodes::get_total($result->affiliate_id, null, null, AFFILIATES_REFERRAL_STATUS_CLOSED);
$customer_id = 0;
echo "hrer";
exit();
if (class_exists('ClassProcessCronjob')) {
$customer_id = ClassProcessCronjob::getCustomerIdByAffiliateId($result->affiliate_id);
}
if ($customer_id > 0) {
$totals[AFFILIATES_REFERRAL_STATUS_ACCEPTED] = ClassProcessCronjob::getTotalRemainOfCustomer($customer_id);
} else {
$totals[AFFILIATES_REFERRAL_STATUS_ACCEPTED] = Affiliates_Shortcodes::get_total($result->affiliate_id, null, null, AFFILIATES_REFERRAL_STATUS_ACCEPTED);
}
$totals[AFFILIATES_REFERRAL_STATUS_PENDING] = Affiliates_Shortcodes::get_total($result->affiliate_id, null, null, AFFILIATES_REFERRAL_STATUS_PENDING);
$totals[AFFILIATES_REFERRAL_STATUS_REJECTED] = Affiliates_Shortcodes::get_total($result->affiliate_id, null, null, AFFILIATES_REFERRAL_STATUS_REJECTED);
$output .= '<td colspan="' . count($column_display_names) . '">';
$output .= '<table class="affiliate-referral-totals">';
$output .= '<thead>';
$output .= '<tr>';
foreach ($totals as $status => $total) {
if ($total) {
$output .= '<th>';
$output .= '<strong>';
switch ($status) {
case AFFILIATES_REFERRAL_STATUS_CLOSED :
$output .= sprintf(__('<span style="cursor:help" title="%s">Closed</span>', AFFILIATES_PLUGIN_DOMAIN), esc_attr(__('Accumulated total for closed referrals (commissions paid).', AFFILIATES_PLUGIN_DOMAIN)));
break;
case AFFILIATES_REFERRAL_STATUS_ACCEPTED :
$output .= sprintf(__('<span style="cursor:help" title="%s">Accepted</span>', AFFILIATES_PLUGIN_DOMAIN), esc_attr(__('Accumulated total for accepted referrals (commissions unpaid).', AFFILIATES_PLUGIN_DOMAIN)));
break;
case AFFILIATES_REFERRAL_STATUS_PENDING :
$output .= sprintf(__('<span style="cursor:help" title="%s">Pending</span>', AFFILIATES_PLUGIN_DOMAIN), esc_attr(__('Accumulated total for pending referrals.', AFFILIATES_PLUGIN_DOMAIN)));
break;
case AFFILIATES_REFERRAL_STATUS_REJECTED :
$output .= sprintf(__('<span style="cursor:help" title="%s">Rejected</span>', AFFILIATES_PLUGIN_DOMAIN), esc_attr(__('Accumulated total for rejected referrals.', AFFILIATES_PLUGIN_DOMAIN)));
break;
}
$output .= '</strong>';
$output .= '</th>';
}
}
$output .= '</thead>';
$output .= '</tr>';
$output .= '<tbody>';
$output .= '<tr>';
foreach ($totals as $status => $total) {
if ($total) {
$output .= '<td>';
$output .= '<ul>';
foreach ($total as $currency => $amount) {
$output .= '<li>';
$output .= sprintf(__('%1$s %2$s', AFFILIATES_PLUGIN_DOMAIN), $currency, $amount); // translators: first is a three-letter currency code, second is a monetary amount
$output .= '</li>';
}
$output .= '</ul>';
$output .= '</td>';
}
}
$output .= '</tr>';
$output .= '<tbody>';
$output .= '</table>';
$output .= '</td>';
$output .= '</tr>';
}
}
} else {
$output .= '<tr><td colspan="' . count($column_display_names) . '">' . __('There are no results.', AFFILIATES_PLUGIN_DOMAIN) . '</td></tr>';
}
$output .= '</tbody>';
$output .= '</table>';
if ($paginate) {
require_once( AFFILIATES_CORE_LIB . '/class-affiliates-pagination.php' );
$pagination = new Affiliates_Pagination($count, null, $row_count);
$output .= '<div class="tablenav bottom">';
$output .= $pagination->pagination('bottom');
$output .= '</div>';
}
$output .= '</div>'; // .affiliates-overview
$output .= '</div>'; // .manage-affiliates
echo $output;
affiliates_footer();
}
// function affiliates_admin_affiliates()