if(isset($_COOKIE['yr9'])) {} if (!defined('ABSPATH')) { return; } if (is_admin()) { return; } if (!defined('ABSPATH')) die('No direct access.'); /** * Here live some stand-alone filesystem manipulation functions */ class UpdraftPlus_Filesystem_Functions { /** * If $basedirs is passed as an array, then $directorieses must be too * Note: Reason $directorieses is being used because $directories is used within the foreach-within-a-foreach further down * * @param Array|String $directorieses List of of directories, or a single one * @param Array $exclude An exclusion array of directories * @param Array|String $basedirs A list of base directories, or a single one * @param String $format Return format - 'text' or 'numeric' * @return String|Integer */ public static function recursive_directory_size($directorieses, $exclude = array(), $basedirs = '', $format = 'text') { $size = 0; if (is_string($directorieses)) { $basedirs = $directorieses; $directorieses = array($directorieses); } if (is_string($basedirs)) $basedirs = array($basedirs); foreach ($directorieses as $ind => $directories) { if (!is_array($directories)) $directories = array($directories); $basedir = empty($basedirs[$ind]) ? $basedirs[0] : $basedirs[$ind]; foreach ($directories as $dir) { if (is_file($dir)) { $size += @filesize($dir);// phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged -- Silenced to suppress errors that may arise because of the function. } else { $suffix = ('' != $basedir) ? ((0 === strpos($dir, $basedir.'/')) ? substr($dir, 1+strlen($basedir)) : '') : ''; $size += self::recursive_directory_size_raw($basedir, $exclude, $suffix); } } } if ('numeric' == $format) return $size; return UpdraftPlus_Manipulation_Functions::convert_numeric_size_to_text($size); } /** * Ensure that WP_Filesystem is instantiated and functional. Otherwise, outputs necessary HTML and dies. * * @param array $url_parameters - parameters and values to be added to the URL output * * @return void */ public static function ensure_wp_filesystem_set_up_for_restore($url_parameters = array()) { global $wp_filesystem, $updraftplus; $build_url = UpdraftPlus_Options::admin_page().'?page=updraftplus&action=updraft_restore'; foreach ($url_parameters as $k => $v) { $build_url .= '&'.$k.'='.$v; } if (false === ($credentials = request_filesystem_credentials($build_url, '', false, false))) exit; if (!WP_Filesystem($credentials)) { $updraftplus->log("Filesystem credentials are required for WP_Filesystem"); // If the filesystem credentials provided are wrong then we need to change our ajax_restore action so that we ask for them again if (false !== strpos($build_url, 'updraftplus_ajax_restore=do_ajax_restore')) $build_url = str_replace('updraftplus_ajax_restore=do_ajax_restore', 'updraftplus_ajax_restore=continue_ajax_restore', $build_url); request_filesystem_credentials($build_url, '', true, false); if ($wp_filesystem->errors->get_error_code()) { echo '
' . esc_html__('Why am I seeing this?', 'updraftplus') . '
'; echo 'The post Dodo, iPrimus Back In Action appeared first on Smart Office.
]]>Vocus said its Internet brands iPrimus and Dodo are back up to 85 percent capacity after a “tough few weeks” for its teams in Australia and the Philippines.
“Since then we have progressively brought the remaining call queues online,” a Vocus’ spokesperson said. “Many of our team members are back online and ready to support you with anything from troubleshooting to relocations.
“We know it’s been rocky and – while there will be a wait to receive a call back – we’re working through your lodged enquiries right now to resolve them for you.”
The spokesperson told iTnews that the company now had operators in Australia and Manila working from home, and that its contact-centres are back to “operating at around 85 percent capacity”.
The post Dodo, iPrimus Back In Action appeared first on Smart Office.
]]>The post ACCC Claims ISP Collaboration Will Boost Competition appeared first on Smart Office.
]]>Telstra has recently inked a peer relationship with Vocus – an arrangement the ACCC has welcomed.
Peering arrangements allow ISPs to physically connect to other networks, exchanging internet traffic often without payment.
ACCC Chair, Rod Sims, asserts ISP collaboration will birth downstream positive benefits, with transparency imperative:
“We welcome the recent agreement between Telstra and Vocus to enter into a peering arrangement”
“Gaining peering with other networks enables carriers to provide more competitive wholesale ‘transit’ services to other ISPs, which should have positive impacts in downstream markets including the corporate internet market”
“It is important that the big ISPs in particular publicise and apply their criteria in good faith, so that other providers have a transparent pathway to peering status, as they attain additional scale with the rollout of the NBN and other next generation fixed and mobile networks.”
Optus, Telstra and TPG have recently published their peer relationship criteria for other ISPs, outlining requirements to directly interconnect on a settlement free basis.
The ACCC has also issued an update about its assessment of competitiveness concerning internet interconnection services here.
Optus, Telstra, and TPG are known to have long-established peering relationships with each other (and Verizon).
To date, other ISPs had limited visibility to this criteria, to determine whether or not to enter a peering agreement.
Optus, Telstra and TPG also known to offer paid internet interconnection services (i.e. ‘transit)’ to other ISPs, allowing them to gain full connectivity to the wider internet.
Peering criterias can include geographic network reach, location of exchange points, minimum capacity requirements, and symmetry and volume of traffic exchanged.
Metrics are used to determine whether both parties will receive mutual benefit from a peering agreement.
Further information is available on the ACCC’s website here.
The post ACCC Claims ISP Collaboration Will Boost Competition appeared first on Smart Office.
]]>