getSetting("bigtree-internal-revision"); if ($current_revision < BIGTREE_REVISION && $admin->Level > 1) { BigTree::redirect(ADMIN_ROOT."developer/upgrade/database/"); } // Get all the messages we've received. $messages = $admin->getMessages(); $unread = $messages["unread"]; $read = $messages["read"]; $sent = $messages["sent"]; // Get publishable changes. $changes = $admin->getPublishableChanges(); // Figure out what module each of the changes is for. $change_modules = array(); foreach ($changes as $c) { // If we didn't get the info for this module already, get it. if (!$c["module"]) { $c["module"] = 0; } if (!array_key_exists($c["module"],$change_modules)) { // Pages if ($c["module"] == 0) { $change_modules[0] = array("title" => "Pages", "count" => 1); } else { $module = $admin->getModule($c["module"]); $change_modules[$c["module"]] = array("title" => $module["name"], "icon" => $module["icon"], "count" => 1); } } else { $change_modules[$c["module"]]["count"]++; } } // Get the current user's changes. $my_changes = $admin->getPendingChanges(); // Figure out what module each of the changes is for. $my_change_modules = array(); foreach ($my_changes as $c) { // If we didn't get the info for this module already, get it. if (!$c["module"]) { $c["module"] = 0; } if (!array_key_exists($c["module"],$my_change_modules)) { // Pages if ($c["module"] == 0) { $my_change_modules[0] = array("title" => "Pages", "count" => 1); } else { $module = $admin->getModule($c["module"]); $my_change_modules[$c["module"]] = array("title" => $module["name"], "icon" => $module["icon"], "count" => 1); } } else { $my_change_modules[$c["module"]]["count"]++; } } // Get Google Analytics Traffic if (file_exists(SERVER_ROOT."cache/analytics.json")) { $ga_cache = json_decode(file_get_contents(SERVER_ROOT."cache/analytics.json"),true); } else { $ga_cache = false; } // Only show this thing if they have Google Analytics setup already if ($ga_cache && count($ga_cache["two_week"])) { $visits = $ga_cache["two_week"]; $min = min((is_array($visits)) ? $visits : array($visits)); $max = max((is_array($visits)) ? $visits : array($visits)) - $min; if ($max == 0) { $max = 1; } $bar_height = 70; ?>

Recent Traffic Visits In The Past Two Weeks View Analytics

$count) { $height = round($bar_height * ($count - $min) / $max) + 12; $x++; if (!$count) { $count = 0; } ?>

Notice: Undefined variable: count in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 97
$count) { $x++; ?>

Notice: Undefined variable: date in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 106
1/1/70

No recent traffic

Pending Changes View All Pending Changes

There are no changes awaiting your approval.

Changes Pending Your Approval

$cm) { if ($m == 0) { $icon = "page"; } elseif ($cm["icon"]) { $icon = $cm["icon"]; } else { $icon = "gear"; } ?>

Notice: Undefined variable: cm in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 156

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 156
changes for
Notice: Undefined variable: cm in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 156

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 156

You have no changes awaiting a publisher's approval.

Your Changes Pending Approval

$cm) { if ($m == 0) { $icon = "page"; } elseif ($cm["icon"]) { $icon = $cm["icon"]; } else { $icon = "gear"; } ?>

Notice: Undefined variable: cm in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 189

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 189
changes for
Notice: Undefined variable: cm in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 189

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/default.php on line 189

Unread Messages View All Messages

From Subject Date Time View