commit 307fa78d40c8943961f06ebd68e6760a7370d486 parent beca04b4d02a94066cb13b562c61db403aff22cd Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 6 Oct 2014 19:44:14 +0200 auto commit Diffstat:
| D | install/install.php | | | 76 | ---------------------------------------------------------------------------- |
| D | themes/parkzone/images/.DS_Store | | | 0 | |
| D | themes/parkzone/images/slides/.DS_Store | | | 0 | |
| D | themes/parkzone/images/slides/thumbs/.DS_Store | | | 0 | |
| D | upload.sh | | | 6 | ------ |
5 files changed, 0 insertions(+), 82 deletions(-)
diff --git a/install/install.php b/install/install.php @@ -1,76 +0,0 @@ -/** -* Module Check -* -* This script checks for requiered modules. -* -* @author Marcel Radzio <info@nordgedanken.de> -* @version 0.2 18/08/2014 18:45 -*/ -<!Doctype html> -<html> -<head> -<title>Installieren</title> -</head> -<body> -<?php - if (!extension_loaded('mysql')) { - if (!dl('mysql.so')) { - print ("MySQL is not installed! Please install this module!"); - exit; - }else{print("MySQL has been successfully loaded");} - } -?> -<h1>Installer</h1> -<h3>MySQL</h3> -<!-- Reset Configs --> -<?php -################# -#Database Config# -################# -unlink('../core/inc/db_connect.inc.php'); -################# -#Blog Basics Config# -################# -unlink('../core/config/variables.config.php'); -?> -<!-- Form to give data to config-generator --> -<form action="generate_configs.php" method="post"> - <table cellpadding="1" cellspacing="4"> - <tr> - <td><p>Datenbank Adresse: </p></td> - <td><input type="name" name="serverpfad" required="required" placeholder="Datenbank Adresse" maxlength="255" /></td> - </tr> - <tr> - <td><p>Nutzername: </p></td> - <td><input type="name" name="username" required="required" placeholder="Nutzername" maxlength="255" /></td> - </tr> - <tr> - <td><p>Passwort: </p></td> - <td><input type="password" name="password" required="required" placeholder="Passwort" maxlength="50" /></td> - </tr> - <tr> - <td><p>Datenbank Name: </p></td> - <td><input type="name" name="db_name" required="required" placeholder="Datenbank Name" maxlength="255" /></td> - </tr> - </table> -<h3>Basics</h3> - <table cellpadding="1" cellspacing="4"> - <tr> - <td><p>Website Name: </p></td> - <td style="text-indent:40px;"><input type="name" name="blog_name" required="required" placeholder="Website Name" maxlength="255" /></td> - </tr> - <tr> - <td><p>Untertitel: </p></td> - <td style="text-indent:40px;"><input type="text" name="admin_username" required="required" placeholder="Untertitel" maxlength="255" /></td> - </tr> - <tr> - <td><p>Schlagwörter: </p></td> - <td style="text-indent:40px;"><input type="text" name="admin_password" required="required" placeholder="Schlagwörter" maxlength="50" /></td> - </tr> - <tr> - <td colspan="2"><input type="submit" name="send" value="Weiter" /></td> - </tr> - </table> -</form> -</body> -</html> diff --git a/themes/parkzone/images/.DS_Store b/themes/parkzone/images/.DS_Store Binary files differ. diff --git a/themes/parkzone/images/slides/.DS_Store b/themes/parkzone/images/slides/.DS_Store Binary files differ. diff --git a/themes/parkzone/images/slides/thumbs/.DS_Store b/themes/parkzone/images/slides/thumbs/.DS_Store Binary files differ. diff --git a/upload.sh b/upload.sh @@ -1,6 +0,0 @@ -#!/bin/bash -git pull git@github.com:MTRNord/RPICMS.git -git add . -git commit -m "auto commit" -git remote add origin git@github.com:MTRNord/RPICMS.git -git push -u origin master