Pinned Loading
-
thumbor.conf
thumbor.conf 1################################### Logging ####################################
23## Logging configuration as json
4## Defaults to: None
5#THUMBOR_LOG_CONFIG = None
-
statuscake.php
statuscake.php 1<?php
23$ch = curl_init('https://www.statuscake.com/API/Tests');
4curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
5curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
-
jsonPost
jsonPost 1const jsonPost = (url, data) => fetch(url, {
2method: 'POST',
3headers: new Headers({
4'Accept': 'application/json',
5'Content-Type': 'application/json',
-
Pingdom IPs for CSF
Pingdom IPs for CSF 1wget --quiet -O- https://www.pingdom.com/rss/probe_servers.xml | perl -nle 'print "tcp|in|d=443|s=$1" if /IP: (([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5]));/'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.