unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:/usr/local/src/duplicity/duplicity-0.6.11# python setup.py install
running install
running build
running build_py
running build_ext
building \'duplicity._librsync\' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.5/_librsyncmodule.o
_librsyncmodule.c:25:20: error: Python.h: Datei oder Verzeichnis nicht gefunden
In file included from _librsyncmodule.c:26:

unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:/usr/local/src/duplicity/duplicity-0.6.11# python setup.py install
running install
running build
running build_py
running build_ext
building \'duplicity._librsync\' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.5/_librsyncmodule.o
_librsyncmodule.c:25:20: error: Python.h: Datei oder Verzeichnis nicht gefunden
In file included from _librsyncmodule.c:26:

unnamed file

PHP

Keine Beschreibung eingegeben.

root@ks359512:~# /usr/bin/duply offsite backup
Start duply v1.5.4.2, time is 2011-03-04 20:18:32.
Using profile \'/etc/duply/offsite\'.
Using installed duplicity version 0.4.11, python 2.5.2, gpg 1.4.9 (Home: ~/.gnupg), awk \'mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan\', bash \'3.2.39(1)-release (x86_64-pc-linux-gnu)\'.
Autoset first GPG_KEY entry \'A57C53CF\' as signing key.
Test - Encrypt to A57C53CF & Sign with A57C53CF (OK)
Test - Decrypt (OK)
Test - Compare (OK)
Cleanup - Delete \'/tmp/duply.18097.1299266313_*\'(OK)

unnamed file

PHP

Keine Beschreibung eingegeben.

Ein weiterer Knackpunkt sind die Kernelsourcen. Wie oben schon angegeben, ist bei mir der Kernel 2.6.16.20-060620b installiert. Also ne gepachte Geschichte. wobvei ich nicht genau weiss, was denn da genau gepacht wurde. Die ungepachten Sourcen konnte ich direkt vom FTP-Server des Providers runterziehen. Den Patch habe allerdings nicht gefunden. Dennoch - ist zwar gef

unnamed file

PHP

Keine Beschreibung eingegeben.

# ircd.conf
#
# machine information
# M

unnamed file

PHP

Keine Beschreibung eingegeben.

else if($result == 2){
die(\'Incorrect password, please try again.\');
}
/* Username and password correct, register session variables */
$_POST[\'user\'] = stripslashes($_POST[\'user\']);
$_SESSION[\'username\'] = $_POST[\'user\'];
$_SESSION[\'password\'] = $md5pass;
/**

unnamed file

PHP

Keine Beschreibung eingegeben.

Was sind Ziele?
Ziel-Conversions sind das wichtigste Instrument, um zu beurteilen, wie gut eine Website ihren gesch

unnamed file

PHP

Keine Beschreibung eingegeben.

<?php
session_start();
?>
<?php
require_once(\"includes/mysql.inc.php\");
if (isset($_POST[\'submit\'])) {
$username = $_POST[\"username\"];
$password = md5($_POST[\"password\"]);
$abfrage = \"SELECT username, password FROM user WHERE username LIKE \'$username\' LIMIT 1\";

unnamed file

PHP

Keine Beschreibung eingegeben.

<?php
// Domain
if(!isset($_GET[\'domain\'])) exit(\"Error 100\");
$domain = str_replace(array(\'www.\',\'http://\'),\'\',strtolower(trim($_GET[\'domain\'])));
if(!$domain||!preg_match(\'/^[a-z0-9

unnamed file

PHP

Keine Beschreibung eingegeben.

<?php
// Domain
if(!isset($_GET[\'domain\'])) exit(\"Error 100\");
$domain = idn_to_ascii(str_replace(array(\'www.\',\'http://\'),\'\',strtolower(trim($_GET[\'domain\']))));
if(!$domain||!preg_match(\'/^[a-z0-9\\-]+\\.[a-z]{2,4}$/\',$domain)) exit(\"Error 101\");
// SOAP
$soap = new SOAPClient(\'https://api.http.net/live/1.0/Service.asmx?WSDL\');
$args = array(
\'authentication\' => array(\'username\' => \'*****\', \'password\' => \'******\'),