Options Advanced mode

The advanced options are only shown when the installer mode is set to "Advanced." This section allows users to change or set advanced options, configure additional database settings and set other configuration options in the wp-config.php file.

Advanced Tab

These are the advanced options for advanced users.
Option Details
Processing
Extraction
Mode
Manual Archive Extraction
Set the Extraction value to "Manual Archive Extraction" when the archive file has already been manually extracted on the server. This can be done through your host's control panel such as cPanel or by your host directly. This setting can be helpful if you have a large archive file or are having issues with the installer extracting the file due to timeout issues.

PHP ZipArchive
This extraction method will use the PHP ZipArchive code to extract the archive zip file.

PHP ZipArchive Chunking
This extraction method will use the PHP ZipArchive code with multiple execution threads to extract the archive zip file.

Shell-Exec Unzip
This extraction method will use the PHP shell_exec to call the system unzip command on the server. This is the default mode that is used if it's available on the server.

DupArchive
This extraction method will use the DupArchive extractor code to extract the daf-based archive file.
Server
Throttling
If the current host is a budget host that monitors CPU usage, then users might want to consider checking this box to help slow down the process and not kick off any high-usage monitors.
Extraction Flow
Archive Action Extract files over current files
The existing site files will be overwritten with the contents of the archive.zip/daf.

Pro Remove WordPress core and content and extract
The existing WordPress core files and WordPress content directory will be removed, and then the archive will be extracted.

Pro Remove all files except add-on sites and extract
All files except an add-on site will be removed, and then the archive will be extracted. An add-on site is a site/domain that is stored in a directory off of your main site that has been "added on" to your main hosting account. For instance, when you purchased a hosting account it could be for a.com. Then after that, you decided to add b.com and c.com to the same hosting account. The structure of this setup is often the following although it can vary some:
  • /public_html - contains files for a.com
  • /public_html/b.com - contains files for b.com
  • /public_html/c.com - contains files for c.com
The directories /public_html/b.com and c.com contain the files for the add-on sites b.com and c.com (so the option above means that b.com and c.com would be preserved and not deleted when you installed to a.com)
Skip Files Extract all files
Extract all files from the package archive. This option is selected by default.

Pro Skip extraction of WordPress core files
Extract all files except WordPress core files. Choose this option to extract only the wp-content folder and other non-core WordPress files and directories.

Pro Skip extraction of WordPress core files and plugins/themes existing on host
Extract all files except WordPress core files and existing plugins/themes on the current host.

Pro Extract only media files and new plugins and themes
Extract all media files, new plugins, and new themes. The installer will not extract plugins and themes that already exist on the destination site.
File Times When the archive is extracted it should show the current date-time or keep the original time it had when it was built. This setting will be applied to all files and directories. Note: Setting the Original time is currently only supported when using the ZipArchive Format.
File
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to files. This option is not available on Windows machines.
Directory
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to directories. This option is not available on Windows machines.
Configuration Files
WordPress
wp-config
Do nothing
This option simply does nothing. The wp-config file does not get backed up, renamed, or created. This advanced option assumes you already know how it should behave in the new environment. This option is for advanced technical persons.

Modify original
This is the default recommended option which will modify the original wp-config file.

Create new from wp-config sample
This option creates a new wp-config file by modifying the wp-config-sample.php file. The new wp-config.php file will behave as if it was created in a fresh, default WordPress installation.

Apache
.htaccess
Do nothing
This option simply does nothing. The .htaccess is not backed up, renamed, or created. This advanced option assumes you already have your .htaccess file set up and know how it should behave in the new environment. When the package is built it will always create an .htaccess file at this location: /dup-installer/original_files_[HASH]/.htaccess Since the file is already in the archive file it will show up when the archive is extracted.

Retain original from Archive.zip/daf
This option simply copies the /dup-installer/original_files_[HASH]/.htaccess file to the .htaccess file. Please note this option will cause issues with the install process if the .htaccess is not properly set up to handle the new server environment. This is an advanced option and should only be used if you know how to properly configure your .htaccess configuration.

Create New
This is the default recommended option which will create a new .htaccess file. The new .htaccess file is streamlined to help guarantee no conflicts are created during install.

Notes: Inside the archive.zip or archive.daf will be a copy of the original .htaccess (Apache) file that was set up with your packaged site. The .htaccess file is copied to /dup-installer/original_files_[HASH]/source_site_htaccess. When using either "Create New" or "Retain original from Archive.zip/daf" an existing .htaccess file will be backed up to a /wp-content/backups-dup-lite/installer/original_files_[HASH]/source_site_htaccess. This change will not made until the final step is completed, to avoid any issues the .htaccess might cause during the install
General
php.ini, .user.ini,
web.config
OVERVIEW
When the archive is built it will always create an original backup of the php.ini, .user.ini, and web.config files ("Config Files") if they exist. The backups will be in the following location within the archive file without an extension. Original File Backups
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_phpini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_userini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_webconfig
If there are "Config Files" on the new server, backups may also optionally be created. Backup [location] is defined by the following:
  • source_site Backup of original file when the archive was created on the source host
  • installer_host Backup of original file before the installer starts on active host

ACTIONS
Do nothing
This option performs no actions and assumes you already have your configuration files set up properly; either on the server or in the archive. If the same "Config Files" exist in both the deploy directory and the archive, then the archive files will overwrite any configuration files that exist at the same location in the archive.


Retain original from Archive.zip/daf
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. The installer last step copies all "Config Files" from the archive backups to the correct location on the new host. They are copied from this location:
    /dup-installer/original_files_[HASH]/source_site_[CONFIG-TYPE]

Reset
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. If any "Config Files" already exist in the archive they will be deployed "as is" to the location that matches the archive file structure.
General
Logging The level of detail that will be sent to the log file (installer-log.txt). The recommended setting for most installs should be "Light." Note if you use Debug the amount of data written can be very large. Debug is only recommended for support.
Cleanup Pro Remove disabled plugins/themes
Remove all inactive plugins and themes when installing site. Inactive users will also be removed during subsite to standalone migrations.

Pro Remove users without permissions
Removes users that currently do not have any permissions associated with their accounts.
Safe Mode Safe mode is designed to configure the site with specific options at install time to help overcome issues that may happen during the install where the site is having issues. These options should only be used if you run into issues after you have tried to run an install.

Disabled
This is the default. This option will not apply any additional settings at install time.

Enabled
When enabled the safe mode option will disable all the plugins at install time. Note: When this option is set you will need to manually re-enable the plugins that need to be enabled after the install from the WordPress admin plugins page.


Database Tab

These are the advanced options for database configuration.
Option Details
Table Prefix Pro This option allows changing the table prefix to other than the package creation site's table prefix. The table prefix is the value placed in the front of your database tables. It is possible to have multiple installations in one database if you give each WordPress site a unique prefix.
Mode Modes affect the SQL syntax MySQL supports (and others such as MariaDB) . This setting performs various data validation checks. This makes it easier to use MySQL in different environments and to use MySQL together with other database servers. It is very useful when running into conversion issues. The following options are supported:
  • Default: This is the recommended setting to use. It will use the current Database mode setting.
  • Disable: This will prevent the database engine from running in any mode.
  • Custom: This option will allow you to enter a custom set of mode commands. See the documentation link below for options.
For a full overview please see the MySQL mode and MariaDB mode specific to your version. To add a custom setting enable the Custom radio button and enter in the mode(s) that needs to be applied.
Processing Chunking mode
Split the work of inserting data across several requests. If your host throttles requests or you're on a shared server that is being heavily utilized by other sites then you should choose this option. This is the default option.

Single step
Perform data insertion in a single request. This is typically a bit faster than chunking, however it is more susceptible to problems when the database is large or the host is constrained.
Create Run all CREATE SQL statements at once. This option should be checked when source database tables have foreign key relationships. When choosing this option there might be a chance of a timeout error. Uncheck this option to split CREATE queries in chunks. This option is checked by default.
Objects Allow or Ignore objects for "Views," "Stored Procedures," "Functions" and "DEFINER" statements. Typically the defaults for these settings should be used. In the event you see an error such as "'Access denied; you need (at least one of) the SUPER privilege(s) for this operation" then changing the value for each operation should be considered.


URLs & Paths Tab Pro

In the tab "URLs & Paths," you can read the current path of all the various path configurations for the WordPress site. These are advanced options that should only be edited if you know the correct path. These options are editable in the Pro version. These paths and URLs are set automatically by the package installer. You can set these paths and URLs manually. If you are changing it, please make sure you are putting the right path or URL.


World Humanitarian Day 2024: Honoring India's Humanitarian Champions
Home Important Days World Humanitarian Day: India’s Humanitarian Champions

World Humanitarian Day: India’s Humanitarian Champions

0
1615
Humanitarian Day

World Humanitarian Day is celebrated globally every year on August 19. As the name suggests, it’s a day dedicated to reflecting on the essence of “humanity.”

In your daily life, whether while traveling or in your neighborhood, you’ve likely witnessed moments of humanity. Perhaps you’ve seen someone come to another’s aid, saving lives, sometimes even at great personal risk. For instance, during the COVID-19 pandemic, frontline workers exemplified true humanity by risking their lives to save others. Sadly, many doctors, policemen, and media professionals lost their lives while fulfilling their duties.

Significance of World Humanitarian Day

The significance of World Humanitarian Day is to create awareness of the current global crises. It requires our immediate attention and celebration of the selflessness of humanitarians. The theme for World Humanitarian Day 2024 is #NoMatterWhat: Humanitarians Deliver. The theme, moreover, emphasizes the exceptional dedication exhibited by humanitarian aid workers as they assist those in need, regardless of the difficulties they encounter and the risks to their own lives.

India is a land of Dharma (religions). All religions have room for peace and humanity. Moreover, those who follow religion with a broad mind keep humanity above all religions. The nation is a humanitarian landscape, as its numerous organizations dedicate themselves to serving the underprivileged.

Understand the theme of World Humanitarian Day 2024

The theme of Humanitarian Day 2024 pays tribute to the non-stop determination of the people who operate in some of the most difficult situations to help others even without worrying for their own lives. The day, furthermore, highlights their efforts, determination, and courage amidst a growing number of global crises, such as wars, natural calamities, and other emergencies.

Additionally, this year marks the twentieth anniversary of the 22 humanitarian workers who were tragically killed during the attack on UN headquarters in Baghdad. This theme, therefore, reminds us that field practitioners still face significant dangers. Consequently, we need to continue supporting and upholding humanity around the globe.

In relation to India, “NoMatterWhat: Humanitarians Deliver” also sheds light on the country’s darker side, specifically complex humanitarian issues.

The problems include poverty, malnutrition, and lack of access to essential services, emphasizing the need to prioritize human rights, dignity, and welfare in humanitarian responses.

India’s Humanitarian Landscape

There are numerous significant humanitarian issues experienced by India that influence its complex socio-economic fabric. Repeated floods and earthquakes result in the loss of lives and livelihoods. There is often limited access to basic services due to socioeconomic disparities.

In this landscape, non-governmental organizations (NGOs) and government initiatives play a crucial role in facilitating humanitarian aid. These organizations mobilize resources, provide disaster relief, and implement development programs. The programs include child education, women empowerment, healthcare programs, food banks and cloth banks. India’s humanitarian response is further characterized by a unique blend of local culture, grassroots activism, and resilience. They collectively contribute to innovative approaches to addressing humanitarian needs.

There are many reflections of humanity in India who may not be among us today, but they are still remembered with pride. Mother Teresa and Mahatma Gandhi are prominent among them.

Spotlight on India’s Top Humanitarian Organizations

India is home to numerous important humanitarian organizations that are making big differences in various sectors. Let’s look at some of these organizations and support them on this humanitarian day:

1. Goonj

Mission: To rehabilitate the dignity of deprived communities through social and material resources that address their basic needs.

Areas of Focus: disaster relief, education, women’s empowerment, and rural development.

Major Achievements:

  • The organization’s disaster relief initiative Rahat has been very beneficial. They have provided rescue and rehabilitation support to the affected communities during floods and earthquakes.
  • Goonj has initiated innovative projects like Cloth for Work . It delivers clothes and other necessities to villagers in exchange for their involvement in local developmental activities.
  • Goonj is reaching out to far-off places through its vast network within India. In fact, it has impacted over 3 million people across India through innovative resource mobilization and community engagement.
  • Internationally, Goonj is known for its sustainable approach to helping humanity and community development.

How to reach them:

2. Dera Sacha Sauda (DSS)

Mission: To promote humanitarian and spiritual activities that can increase the welfare of humankind.

Areas of Focus: social welfare, disaster management, health care services, environmental conservation, and rural development.

Major Achievements:

  • You will be amazed to know that DSS successfully runs 163 welfare works and doesn’t accept any kind of donation. Dera has an international following of more than 65 million people. As a result, they undertake different forms of charitable work to alleviate suffering worldwide.
  • Gurmeet Ram Rahim Singh, Dera Chief, has been famous in India for decades for his unique films and songs. The movies and songs spread spiritual and humanitarian messages along with entertainment.
  • Dera has its own army of 70,000 volunteers under the name Shah Satnam Ji Green S Welfare Force Wing . They are professionally trained in disaster management and relief, medical, and architectural services.
  • Dera has its branches abroad too, which organize blood donation camps, conduct cleanliness drives from time to time. They reach and rescue sufferers in disaster-hit areas as a priority.
  • The organization and its head have 70+ world records in fields like tree plantations, blood donation, eye check-up camps, cleanliness drives, etc.
  • The volunteers willingly and legally donate kidneys to needy people and bodies posthumously for medical research.
  • They also run institutions such as schools and hospitals with free services for the poor. Initiatives like “Aashiyana” focus on providing shelter to homeless people. Thus, demonstrating their commitment to fulfilling the basic necessities of the underprivileged.
  • The organization runs a campaign named DEPTH . The campaign helps those people who are willing to leave their drug addiction. Notably, they can easily shun the evil without any medical help through the powerful method of meditation given by the Dera chief. Currently, over 70 million Dera followers are living a drug-free life.

How to reach them:

3. CRY (Child Rights and You)

Mission: To bring back the rights of children and ensure their overall growth.

Areas of Focus: Education, health care, and protection from abuse of children.

Major Achievements:

  • CRY has advocated for policy changes at the national level. For example, it has brought the Right to Education Act.
  • They have succeeded in rescuing thousands of child laborers who were later admitted back to school.
  • CRY frequently carries out campaigns that focus on raising awareness concerning child rights, like Help End Period Shame, the fight against child marriage, child trafficking prevention programs, etc., which highlight the troubles of deprived young ones.
  • Importantly, this holistic approach further involves engaging with parents and communities to ensure sustainable change in children’s lives.

How to reach them:

4. Smile Foundation

Mission: Making poor children, young people, and women strong through practical education, creative health care, and market-oriented living programs.

Areas of Focus: Child Education, Health Care, and Livelihood Support

Major Achievements:

  • Smile Foundation makes the lives of over 1.5 million children and their families easier annually through 350 projects throughout India.
  • More than 120,000 children in 27 states of India have been educated under the flagship program called Shiksha Na Ruke.
  • Additionally, Health Cannot Wait is an outreach initiative that delivers primary healthcare services to marginalized communities.
  • Smile Foundation also promotes community involvement in order to ensure that all its undertakings are enduringly effective.

How to reach them:

5. The Indian Army

We have specially mentioned the Indian Army here because it has a major role in serving humanity selflessly. It has a special place in every Indian’s heart.

Mission: To defend the nation from external threats while also contributing to nation-building and humanitarian efforts during peacetime.

Areas of Focus: Disaster Relief, Border Area Development, Medical Camps, and Education Initiatives in Remote Areas

Major Achievements:

  • The Indian Army has played a unique role in disaster relief military operations. The operations include Operation Rahat (Uttarakhand flood rescue operation), Operation Maitri (earthquake relief in Nepal) and many more.
  • Generally, remote border areas have a limited access to education. The schools run by the army offer good-quality education to the kids living in these areas.
  • Additionally, Sadbhavana (goodwill) projects of the Army include the constructing infrastructure, medical camps, and vocational training in conflict-ridden and remote areas.
  • The contributions of the Indian Army do not end at national borders. It actively participates in UN peacekeeping operations globally, thus enhancing peace and stability in different parts of the world.

How can You help them?

Individuals can support these groups in many ways, like:

  • Volunteering: Donate your time or skills to them by contacting their branches in your area.
  • Donating: providing financial support to the projects of the organizations that accept donations.
  • Raising awareness: creating awareness among your communities about the vital work done by these organizations and promoting their work on social media platforms.
  • Keep following their upcoming activities: These NGOs actively keep helping poor and needy on various occasions. Keep following their activities to ensure your participation especially on the days like World Humanitarian Day, Labour Day, Human Rights Day, International Women’s Day, etc.

Impact on Beneficiary Communities

Many of the organizations face resource constraints due to overwhelming needs across communities. Despite these challenges, their programs enable numerous support systems. They offer food, hygiene kits, and mental health services, displaying resilience and good crisis management.

Consequently, lives are improving significantly. A high number of people are benefiting from these humanitarian services, which promote unity in communities while empowering marginalized communities.

Inspiring Stories

In addition, we have stories of personal experience from humanitarian workers for the world humanitarian day 2024. These stories provide insights into the joys and challenges of doing their job. Let us be encouraged to become advocates for these causes and share our experiences to motivate others.

  1. Amanjot Kaur Insan: A Remarkable Story of Humanity and Organ Donation
  2. Stories of COVID Warriors from CRY’s On-Ground Team
  3. Stories of Change
  4. Heart-wrenching ground realities of drug abuse

Conclusion

On the whole, World Humanitarian Day is a time to remember that human welfare should always be prioritized during crises. Let us pay tribute to all the humanitarian workers and organizations on this Humanitarian Day of 2024. India, with its diverse network of humanitarian groups and activities, displays a dedication to tackling both local and global issues. Every day is humanitarian day for these humanity saviours.

Humanity remains alive through personal involvement, supporting, and participating in campaigns for human rights. Wouldn’t it be nice if we commemorated World Humanitarian Day in our daily lives by performing tiny acts of kindness? Consider helping an elderly neighbor, volunteering at a local shelter, or simply raising awareness about worldwide humanitarian issues. We should join our hands and strive if we want to improve the world around us. “NoMatterWhat: Humanitarians Deliver” must not only be a slogan but also a way of life.

Happy World Humanitarian Day!