We are sorry, information on this page is available only in Czech. Use Translator Switch to Czech

Help to stop the Russian war in Ukraine through information

By installing this small open-source script to your website, you can help to deliver uncensored information and fresh news to Russians and Belarusians and convince them to stop their governments attacking Ukraine and killing thousands of innocent people.

 

helpukraine.php script

Get your copy from GitHub or Simply download the latest version now


What's happening in Ukraine, Russia and Belarus

On the 24th of February 2022 Russian armed forces invaded Ukraine and started war against a sovereign country. The attack came from both Russia and Belarus. Thousands of Ukrainian and Russian soldiers and hundreds of Ukrainian civilians have already been killed.

Russian citizens who protest against the war are getting arrested for up to 15 years. Even if you just say in Russia that attacking another country with weapons is a war, you may be prosecuted the same way.

Foreign media, including social networks Facebook, Twitter, and Instagram, and popular news sites, such as BBC News Russian, Radio Free Europe/Radio Liberty, Deutsche Welle are blocked in Russia, making it hard for Russian general public to reach independent information which does not conform to the government's official propaganda.

Therefore majority of Russians still don't know the truth and they believe that there is no war and the "special military operation" in Ukraine is supposed to protect them and Ukrainians against militant groups of neo-nazis formed in Ukraine.

If you want to learn more about internet content censorship in Russia, Wikipedia has a list of websites blocked in Russia with some useful links to other sources. Cogitatio has even a detailed article, published in 2017, analyzing the censorship methods and situation in Russia in great detail.


Possible ways to end the war

Various analysts have published their opinions on how the war could end. Even though being among the least likely ones to happen, probably the most peaceful option is commonly agreed to be reasonable Russian citizens stopping their president and his yes-men, and taking over the control of Russia.

The main force preventing this is the Russian censorship and propaganda, and one thing that can help is letting as many Russians as possible access independent information sources to make their own opinions.


How this open-source script can help

In order to bypass the Russian government's censorship and blocks, we have created this small PHP script, which you can easily add to your website. If you do so, any time someone accesses your website from Russia or Belarus, a special page will appear instead of your site, with basic static information about the war and a fresh feed of the most recent balanced news about Ukraine.

 

Help Ukraine web page

Preview the page live directly on our website

 

There are other similar initiatives already available, such as web4ukraine.org, which simply shows an Ukrainian flag and an appeal to stop the war. However, most of these solutions rely on loading an external JavaScript from a single domain, which is easy to block for the Russian government, just like they block the news sites. They also don't provide much information to the visitors, so someone already biased by the government's propaganda may actually consider the appeal to be fake.

Main benefit of our script is that if you use it, the whole page will be loaded solely from your server, so the Russian government will have to block your website specifically to prevent their citizens from accessing it. It will be loading the fresh news from its source in the backend, so unless your server is physically hosted in Russia, they will have no way to intercept that feed.


How to install it

Installing this script to your website is very easy, if your website runs on PHP. If you're not using PHP then you may want to get an experienced web developer help you with the installation.

Just download the helpukraine.php file from GitHub, and put it in the root folder of your web server. Then add the following line to the beginning (right after the first line beginning with `<?php`) of your index.php or whatever PHP file you're using to deliver your homepage:

include_once("helpukraine.php");

That's it. Nothing else needed. The special web page will appear in all the following situations:

* your website is accessed from an IP address known to be located in Russia or Belarus
* the query parameter ?helpukraine=1 is added to the URL accessing your website
* the helpukraine.php script is accessed directly, such as by linking to https://yourdomain.com/helpukraine.php

There is also a mechanism to prevent it from appearing, simply by adding ?helpukraine=0 to the URL. There is also a link using this approach in the end of the page.

How to test it

Thanks to the True North PHP Hackathon in November of 2014, an online tool called ShotSherpa exists, which lets you check what your website looks like from different places around the world. It selects 8 random cities out of 200+ supported by default, but you can select your own (up to 8), including a few cities in Russia. Try it out at https://shotsherpa.com/. Here's what it looks like:

 

ShotSherpa screenshot

 

Note the IP geolocation limit

Note that the free API used by default to identify the client's country by IP has a limit of 45 calls per minute. If your website receives more than 45 visits per minute, then you might want to consider replacing the default API call with another one that does not have such a low limit.

 

It's also a good idea to create a writable directory ("geoipcache" by default) to allow the script to cache each client's country to avoid overuse of the API, which could also slow down your website, especially if you're using a CMS that would include the script several times per request.


Feel free to make or suggest changes

This is our attempt to help to stop the war. If you want to do more than just install it, if you have ideas how to make it better, feel free to suggest changes or submit pull requests with code changes you make via GitHub.

Thanks to AllSides.com and DeepL for support

We are happy to thank two external service providers for supporting this initiative.

AllSides.com is an U.S. based news websites "exposing people to information and ideas from all sides of the political spectrum so they can better understand the world — and each other. Their balanced news coverage, media bias ratings, civil dialogue opportunities, and technology platform are available for everyone and can be integrated by schools, nonprofits, media companies, and more." AllSides kindly created a JSON news feed focused on the war in Ukraine for us to use in our script as a data source.

DeepL is a German AI-powered language translator capable of accurate translations that are often hard to differentiate from human-made translations. DeepL kindly provided us with a complimentary access to their translation API, so that we can deliver the balanced news from AllSides.com not only in English, but also in Russian.

Featured in FMTraining.TV live stream

Our initiative was even featured in Richard Carlton's live stream and the recording is available. Feel free to watch it below:

 

 

 

Thank you

...for helping us by installing this to your website, and hopefully this article will become obsolete very soon.

 

Call us Call
us

+420 608 301 880

Usually available on working days between 7am and 5pm GMT

We'll call you back if you call from a discoverable phone number and fail to reach us

Let us call you Let us
call you

By completing and sending the form you agree that 24U s.r.o., a company established under the laws of the Czech Republic, with its registered office: Zvole u Prahy, Skochovická 88, CZ-25245, registered in the Commercial Register with the Municipal Court in Prague, section C, inset 74920 will use your personal data contained in the form for the purpose of sending 24U’s news, updates and other commercial communications. Providing 24U with personal data for the said purpose is optional. Details on personal data processing and on your rights connected therewith are contained in 24U’s Privacy Policy.

Loader Image