Voici les résultats de votre recherche. Si vous n'avez pas trouvé ce que vous cherchiez, vous pouvez créer ou éditer la page correspondante à votre requête en cliquant sur le bouton approprié.
info:mysqlbackupcertainesbases:
28 occurrences trouvées=================
# Username to access the MySQL server e.g. dbuser
USERNAME=dbuser
# Username to access the MySQL server e.g. password
PASSWORD=password
# Host name (or IP address) of MySQL server e.g l... MP=gzip
# Compress communications between backup server and MySQL server?
COMMCOMP=no
# Additionally kee... =no
# The maximum size of the buffer for client/server communication. e.g. 16MB (maximum is 1GB)
MAX_ALL
info:sessions:
8 occurrences trouvées==
<code>
<?php
#here we set the path relative to server name
$serveur= $_SERVER["HTTP_HOST"];
$role=$_SES... ="nom du site";
#here we set the path relative to server name
$serveur= $_SERVER["HTTP_HOST"];
#echo $serv... u serveur de secours
if ($serveur=="www.productionserver.ch"){ // affichage serveur de secours et interdic...
<?php
session_start( );
$PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER'];
$PHP_AUTH_PW=$_SERVER['PHP_AUTH
info:egroupware:
8 occurrences trouvéesr your whole business.
eGroupWare is a groupware server. It comes with a native web-interface which allow... you also have the choice to access the eGroupWare server with your favorite groupware client (Kontact, Evo... support.
eGroupWare is platform independent. The server runs on Linux, Mac, Windows and many more other o... P
pear install Net_Sieve
pear install HTTP_WebDAV_Server
pear install HTTP_WebDAV_Server
pear install Log
info:wget:
8 occurrences trouvéeslier de se faire un
~/.netrc
machine www.xxxyourserver.ch
login xxx
password xxx
</code>
===== extraits... .
wget -p --convert-links http://www.server.com/dir/page.html
La page HTML sera sauvegardé dans www.server.com/dir/page.html, et les images, feuilles de styles, etc, quelque part dans www.server.com/, en fonction de l'endroit où elles étaient sur le serveur distant.
.
Même chose que
info:apache:
7 occurrences trouvées//httpd.apache.org/docs/2.0/|Official Apache HTTP Server Version 2.0 Documentation]]
===== VirtualHost ==... h sur truchose.ch ====
<code>
<VirtualHost *:80>
ServerName truch.ch
DocumentRoot /w3/truc
ServerAdmin yo... usion/$1 [R,L]
</VirtualHost>
<VirtualHost *:80>
ServerName www.truc.ch
DocumentRoot /w3/iued/new
ServerA... st, tests, test de charge, tests de charge, load, server load, serverload//
http://jakarta.apache.org/jme
info:getbrowser:
6 occurrences trouvéesgetBrowser.php
<code php>
if ( strpos( $_SERVER['HTTP_USER_AGENT'], 'Firefox' ) !== FALSE ) { echo " Firefox"; }
elseif ( strpos( $_SERVER['HTTP_USER_AGENT'], 'Opera' ) !== FALSE ) { echo " Opera"; }
elseif ( strpos( $_SERVER['HTTP_USER_AGENT'], 'Safari' ) !== FALSE ) { echo "Safari"; }
elseif ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE' ) !== FALSE ) { echo "Internet Explorer"; }
else { echo "navigateu
wiki:syntax:
6 occurrences trouvées==== Windows Shares ====
Windows shares like [[\\server\share|this]] are recognized, too. Please note tha... orate [[wp>Intranet]].
Windows Shares like [[\\server\share|this]] are recognized, too.
Notes:
* Fo... 'A logo generated by PHP:';
echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PH... k level element:</td>';
echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PH
info:read-write-copy-files:
5 occurrences trouvéesge2="$Site_path/$save_file";
//connect to the server
$server="$FtpHost";
$username="$FtpUname"... to login or die with error
$ftp=ftp_connect($server) or die("invalid server");
$conn=ftp_login($f... l2 $page";
ftp_site($ftp, $cmd2);
//quit the server
ftp_quit($ftp);
return true;
}
?>
</code>
info:joomla:installationjoomla:
5 occurrences trouvéesomla
* if you have a remote ssh access to your server
solution 1
<code>
copy it to your server
mkdir login@server:/path/upgrade
scp Joomla_1.5.2_to_1.5.3-Stable-Patch_Package.tar.gz login@server:/path/upgrade
ssh login@server:/path/upgrade
gunzip Joomla*.gz
tar Joomla *.tar
cd ..
cp -pR update/* ./
... home/radeff/soft/joomla/patches/1.5/last/* su@yourserver:/w3/tools/cms/joomla1
rsync -az /home/radeff/soft
info:sendmailconfig:
4 occurrences trouvéesm", "Le sujet", $message,
"From: webmaster@{$_SERVER['SERVER_NAME']}", "-fwebmaster@{$_SERVER['SERVER_
info:php_variables_globales:
4 occurrences trouvéesregister_globals')) {
$superglobals = array($_SERVER, $_ENV,
$_FILES, $_COOKIE, $_POST, $_GET)... ET',
'_POST', '_COOKIE',
'_REQUEST', '_SERVER',
'_ENV', '_FILES');
$input = array_merge($_GET, $_POST,
$_COOKIE, $_SERVER,
$_ENV, $_FILES,
isset($_SESSION) && is_ar... es variables dans l'environnement global, comme
$_SERVER, considérez l'utilisation de la fonction extract(
info:mysql:
4 occurrences trouvéesnit.d/mysql stop
Output:
Stopping MySQL database server: mysqld.
Step # 2: Start to MySQL server w/o pas... d_safe[6025]: started
Step # 3: Connect to mysql server using mysql client:
# mysql -u root
Output:
Wel... nd with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log
Type 'help;' or '\h
info:infos-visiteur:
4 occurrences trouvéesp_host',
'http_user_agent', 'script_filename', 'server_addr',
'server_name', 'server_signature', 'server_software',
'request_method', 'query_string', 'request_uri',
'script_name');
$retour =arr
info:identification-fake-apache-authentication_protection_php:
4 occurrences trouvées same directory, which will be writable by the webserver or chmod 777
and uncomment lines after "//authent... ID
for ($i=0;$i<$nbusers;$i++) {
if (($_SERVER['PHP_AUTH_USER']==$user[$i]) && ($_SERVER['PHP_AU... a'");
print("<H1>Authorization Required</H1>This server could not verify that you are authorized to acces... filename)";
exit;
}
$somecontent = $_SERVER['PHP_AUTH_USER'] .";" .date("Y-m-d h:i:s") ."\n";