Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

13
config/#ftpanbindung.php Normal file
View File

@ -0,0 +1,13 @@
<?
$FTPServer = 'lg-on.de';
$FTPUser = 'web360';
$FTPPasswort = '60050101';
$FTPServer2 = 'aundj.homeftp.net';
$FTPUser2 = 'ali';
$FTPPasswort2 = '7655843';
$FTPServer3 = 'ams2.homeip.net';
$FTPUser3 = 'lgon';
$FTPPasswort3 = '7655843';
?>

4
config/.htaccess Normal file
View File

@ -0,0 +1,4 @@
AuthName "pwd"
AuthType Basic
AuthUserFile /var/www/web712/html/config/.htpasswd
require valid-user

1
config/.htpasswd Normal file
View File

@ -0,0 +1 @@
admin:$1$mJMmTGPR$/db9TUBE9VIYJMUcNezBk0

View File

@ -0,0 +1,18 @@
<?php
//--Funktion-Datenbankverbindung--------------------------------------------------------------------
$db_host = 'localhost';
$db_name = 'usr_web712_1';
function dbconnect() //--Prozedur - kein return-Wert
{
#mysql_connect("localhost", "web360", "60050101") or die("Couldn't connect. Please contact your
# database administrator!");
#mysql_select_db("leitgedanken");
$db = @new mysqli( 'localhost', 'lgadmin', '!S1ge1nA', 'leitgedanken' );
$db->query("set sql_mode = 'ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'");
$db->query("SET NAMES 'utf8'");
return $db;
}
//--------------------------------------------------------------------------------------------------
?>

9
config/ftpanbindung.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$FTPServer = 'lg-on.de';
$FTPUser = 'web360';
$FTPPasswort = '60050101';
$FTPServer2 = 'www2.ja-schwarz.de';
$FTPUser2 = 'lgon';
$FTPPasswort2 = '7655843';
?>