16733 shaares
A tester, via http://liens.nonymous.fr/?vFlgHw
echo -e "To:dest@libox.fr\nFrom:exp@libox.fr\nSubject: Test\n\nCorps du mail" | sendmail dest@libox.frNAXSI means Nginx Anti XSS & SQL Injection.
Ha bah oui.
Rappel pfSense sur le lancement de commandes au boot.
Script ''php'' de scan manuel des fichiers, quand on n'a aucun accès console à l'hébergement.
<?php
// copy the script into the nextcloud mainfolder where console.php is located, e.g. /var/www/nextcloud
$path = realpath(dirname(__FILE__));
echo "PHP Version: " . phpversion() ."<br>";
// run upgrade routines after installation of a new release. The release has to be installed before.
//exec("php $path/console.php upgrade 2>&1", $out, $result);
// rescan filesystem
exec("php $path/console.php files:scan --all -v 2>&1", $out, $result);
// for more commands see documentation
echo "Returncode: " .$result ."<br>";
echo "Console output: " ."<br>";
echo "<pre>"; print_r($out);
?>J'aime pas le foot, mais faut dire que là, l'intro est super sympa. Via http://www.librement-votre.fr/shaarli/?qpi_5Q
Setting the right load order for your TES IV: Oblivion, TES V: Skyrim, TES V: Skyrim Special Edition, Fallout 3, Fallout: New Vegas, Fallout 4 and Fallout 4 VR mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.