APPLY SYSTEM  - Bewerbungssystem icon

APPLY SYSTEM - Bewerbungssystem -----

apply, system, email, german, deutsch, support, bewerben




APPLY SYSTEM v1.0.0
This Apply system works with PHP


Application Form for Your Server

Are you looking for an application form that allows interested individuals, such as developers, moderators, or admins, to apply for your server? Then this tool is just what you need! It offers everything necessary to create a customized application form without any programming knowledge. The form can be fully adapted to your needs and is hosted on your own web server.

Advantages:
  • No database required.
  • No email server or SMTP needed.
  • No programming skills necessary.
  • Super easy to use and install.

Requirements:
  • A web server with PHP 8.0 or higher.

Installation:
1. Download the form hier.
2. Unzip the file and upload the contents to your web server.
3. Generate an API key at https://minetools.de/dashboard.php. Important: Specify the domain where the form will be hosted and the email address where applications should be sent.
4. Open the installation directory in your browser, e.g.: https://your-domain.com/apply/install and follow the instructions.
5. After installation, you can customize the form via admin.php to suit your needs. Access it at: e.g., https://your-domain.com/apply/admin.php.
6. The application form can be found at apply.php, e.g., https://your-domain.com/apply/apply.php.

Support:
If you encounter any issues or need help, feel free to join our Discord: https://discord.com/invite/fc7QY6pS8S.

This tool is continuously being improved, so make sure to check back here or on Discord for updates.

Have fun and good luck!


Bewerbungsformular für deinen Server

Du suchst nach einem Bewerbungsformular, über das sich interessierte Personen, z.B. Developer, Moderatoren oder Admins, für deinen Server bewerben können? Dann ist dieses Tool genau das Richtige für dich! Es bietet alles, was du brauchst, um ganz unkompliziert und ohne Programmierkenntnisse ein individuelles Bewerbungsformular zu erstellen. Das Formular kann dabei vollständig an deine Bedürfnisse angepasst werden und ist auf deinem eigenen Webserver zu hosten.

Vorteile:
  • Du brauchst keine Datenbank.
  • Du brauchst keinen E-Mail-Server oder SMTP.
  • Du brauchst keine Programmierkenntnisse.
  • Super einfach zu nutzen und zu installieren.

Voraussetzungen:
  • Ein eigener Webserver mit PHP 8.0 oder höher.

Installation:
1. Lade das Formular hier herunter.
2. Entpacke die .zip-Datei und lade den Inhalt auf deinen Webserver hoch.
3. Erstelle einen API-Key unter https://minetools.de/dashboard.php. Wichtig: Gib die Domain an, auf der das Formular liegt, sowie die E-Mail-Adresse, an die du die Bewerbungen erhalten möchtest.
4. Rufe in deinem Browser das Installationsverzeichnis auf, z.B.: https://deine-domain.de/apply/install und folge den Anweisungen.
5. Nach der Installation kannst du das Formular in der admin.php nach deinen Bedürfnissen anpassen. Zugriff unter: z.B.: https://deinedomain.de/apply/admin.php.
6. Das Bewerbungsformular findest du unter apply.php, z.B.: https://deinedomain.de/apply/apply.php.

Support:
Bei Fragen oder Problemen komm gerne auf unseren Discord: https://discord.com/invite/fc7QY6pS8S.

Das Tool wird kontinuierlich weiterentwickelt, also schau regelmäßig vorbei oder tritt dem Discord bei, um über Updates informiert zu werden.

Viel Spaß und Erfolg!

----------, Aug 19, 2024

English support for the Apply System available

PHP:
<?php
/*APPLY - SYSTEM - © 2017 - 2022 Tim (BrandyScotchland)
*Thank you for using the Apply System.
*/

/* E-Mail (SMTP) SETTINGS */
/* Insert the SMTP data of your e-mail host here */
$Mail_host = "smtp.test.de" ;
$Mail_Email = "[email protected]" ;
$Mail_Password = "test" ;
$Mail_Port = 25 ;
/* ---------------------- */


/* ACTIVATE AND DEACTIVATE TEXTS AND BUTTONS */
/*Activate or deactivate the "Apply as supporter" button
* true = active
* false = deactive
*/

$SupporterButton = true ;

/*Activate or deactivate the "Apply as Builder" button
* true = Active
* false = Deactive
*/

$BuilderButtonBoolean = true ;

/*Activate or deactivate the "Apply as Developer" button
* true = Active
* false = Deactive
*/

$DeveloperButton = true ;

/*Activate or deactivate the text 1 on the start page
* true = active
* false = deactive
*/

$Text1Boolean = true ;

/*Activate or deactivate the text 2 on the start page
* true = Active
* false = Deactive
*/

$Text2Boolean = true ;

/*Activate or deactivate the text 3 on the start page
* true = active
* false = deactive
*/

$Text3Boolean = true ;

/*Apply phase Supporter active or not active
* true = Active
* false = Deactive
*/

$BWPSupporter = true ;

/*Apply phase builder active or not active
* true = Active
* false = Deactive
*/

$BWPBuilder = true ;

/*Apply phase Developer active or not active
* true = Active
* false = Deactive
*/

$BWPDeveloper = true ;

/* ------------------------------------------- */


/* - - - Color Config - - -*/
/*Background color of the page*/
$bg_color = "#fff" ;

/* ### NAVBAR ### */
/*Navigation color*/
$navbar_color = "#36404A" ;
/*Navbar font color*/
$Schrift_color = "#FFF" ;
/*Navbar font color Maushover*/
$SchriftHover_color = "#789ABC" ;
/*Navbar shadow color*/
$Shadow_color = "#2B333B" ;

/* ### MAIN ### */
/*Headline color*/
$Uberschrift_color = "#2B333B" ;
/*Copyright sign color*/
$copyright = "#676E75" ;

/* ### BUTTONS ### */
/*Moderator Button color*/
$ModButton_color = "#4CAF50" ;
/*Moderator Button font color*/
$ModButtonSchrift_color = "#FFF" ;
/*Moderator Button Shadow color*/
$ModButtonShadow_color = "#266D28" ;

/*Builder Button color*/
$BuilderButton_color = "#FF5555" ;
/*Builder Button font color*/
$BuilderButtonSchrift_color = "#FFF" ;
/*Builder Button schadow color*/
$BuilderButtonShadow_color = "#892121" ;

/*Developer Button color*/
$DevButton_color = "#44CCCC" ;
/*Developer font color*/
$DevButtonSchrift_color = "#FFF" ;
/*Developer shadow color*/
$DevButtonShadow_color = "#136B6B" ;


/* - - - CONFIGURE LINK AND LOGO - - - */

/*As soon as you click the HOME button you will be redirected to the domain.*/
/*Enter your main domain here*/
$Home = "http://DEINE-DOMAIN.de/" ;

/*The link to the imprint of your page*/
$linkimpressum = "http://DEINE-DOMAIN.de/impressum.html" ;

/*The logo which is displayed at the top left. Enter the path to the logo or a link*/
/*Path: "assets/img/logo.png"
*Domain: "http://DEINE-DOMAIN.de/apply/assets/img/logo.png" */

$logo = "assets/img/logo.png" ;


/* - - - TEXT CONFIG - - - */

/*The Title Text is displayed in the tabs*/
$title = "YOUR SERVER NAME" ;

/*Headline on the home page*/
$Uberschrift = " COOKIEMC / APPLY" ;
/*Copyright text at the bottom of each page*/
$copyright = "© 2022 YOUR SERVER NAME" ;
$impressum = "Imprint & Privacy Policy" ;

/*Text from supporter button*/
$mod_or_supp = " APPLY AS SUPPORTER" ;
/*Text from Developer Button*/
$dev = " APPLY AS DEVELOPER" ;
/*Text from Builder Button*/
$architekt = " APPLY AS BUILDER" ;

/*Headline from the supporter info page*/
$UberschriftSupporter = " INFO - SUPPORTER" ;
/*Headline from the builder info page*/
$UberschriftBuilder = " INFO - BUILDER" ;
/*Headline from the Developer info page*/
$UberschriftDev = " INFO - DEVELOPER" ;

/*Info text from the supporter info page*/
$mod = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;

/*Info text from the Builder info page*/
$builder = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;

/*Info text from the developer info page*/
$developer = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;

/*Text 1 from the home page above the Apply as Supporter button*/
$text1 = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;

/*Text 2 from the home page Between the Apply as Supporter and Apply as Builder buttons*/
$text2 = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;

/*Text 3 from the home page between the Apply as Builder and Apply as Developer button*/
$text3 = "
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua.
<br>
<br>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum dolor sit amet.
"
;
?>
[​IMG]
----------, Aug 10, 2022


APPLY SYSTEMv0.5.0

Herzlich Willkommen
Unser Bewerbungssystem funktioniert via E-Mail (SMTP)
Das System wurde 2017 entwickelt und wird nun mit mehreren Updates für MYSQL Support ready gemacht!

Live Demo: https://apply.observ.cc/normal/

INSTALLIEREN

Benötigt wird ein Webspace mit PHP Support.
Alle Dateien die in der ZIP drinnen sind entpacken und auf diesen Webspace packen. Dann die Domain wo das Apply-System installiert wurde aufrufen.

KONFIGURIEREN
Schau dir dieses Video hier an.
SUPPORT: https://discord.gg/FBxWzHPMDE

----------, Aug 10, 2022

Nun ist es möglich direckt auf die Emails zu Antworten.


FÜR DEVS
Es wurde in den datein:
1. builder-bewerbung.php
2. dev-bewerbung.php
3. supp-bewerbung.php

Code (Text):
$mail->setFrom(' [email protected]', 'APPLY');
in

Code (Text):
$mail->setFrom($email, $name);
geändert.
----------, Feb 28, 2018

Wir musste leider die Download Server wegen einer Sicherheitslücke herunterfahren. Nun sind Sie wieder online und Sie können das Apply-System wieder Downloaden. Wir bitten um Entschuldigung.

Wir haben dazu noch ein paar Bugs im ApplySystem gefixt.
----------, Dec 2, 2017

Ich enschuldige mich unsere Download Server waren nicht erreichbar.
Diesen Bug haben wir nun gefixt und Sie können nun wieder das Apply System Downloaden
----------, Nov 30, 2017

Neues Design ist da, dieses Design wurde von xXSwainXx erstellt. Vielen Dank

Green: HIER
----------, Nov 12, 2017

Experimental-Beta was ist neu ?
Die Experimental-Beta ist Nutzer freundlicher und schneller im laden. Nun spielt sich alles in der Index ab. Die Seiten öffnen sich nun ohne das die Webseite komplett neu geladen werden muss. Achtung ! In der Experimental-Beta kann es noch zu Fehlern und Bugs kommen. Sollte die Experimental-Beta bei Ihnen nicht funktionieren nutzen Sie die Stable Versionen und warten Sie bis die Beta auch in der Stable ist. Bis jetzt ist nur das Standard Thema in der Experimental-Beta.
----------, Nov 7, 2017

Da es schon bald so weit ist gibt es hier schon mal das Weihnachtsthema für das Appy-System.
Live Demo

[​IMG]

DIESE UPDATE IST NUR EIN THEMEN UPDATE ES WURDE NICHTS AM SYSTEM GEÄNDERT.
----------, Nov 5, 2017

1. Die "Danke" Nachricht wurde verschönert. Nun wird darüber der Minecraft Kopf vom Bewerber angezeigt.

3SJoWhxuTCuPx5tLP58N2Q.png

2. Es wurde ein paar Bugs gefixt und ein paar php scripts überarbeitet.
----------, Nov 4, 2017

1. Nun ist es möglich Texte und Buttons auf der Startseite zu aktivieren und
deaktivieren. Einfach in die Config unter "assets/php/config.php" gehen und dort den boolean auf true oder fals stellen. In der Config.php ist auch noch mal eine genau beschreibung dazu

2. Es ist möglich die Buttons zu ändern in "Jetzt Bewerben" und "Keine Bewerbungsphase". Dies kann man auch über die Booleans in der Config machen. Sobald "Keine Bewerbungsphase" eingestellt ist kann man sich auch nicht bewerben.

Screenshot_1.png
Screenshot_2.png


Code (Text):
/* TEXTE UND BUTTONS AKTIVIEREN UND DEAKTIVIEREN */

/*Aktiviere oder Deaktiviere den "Bewerben als Supporter" Button | true = Aktiv / false = Deaktiv*/
$SupporterButton = true;
/*Aktiviere oder Deaktiviere den "Bewerben als Builder" Button | true = Aktiv / false = Deaktiv*/
$BuilderButtonBoolean = true;
/*Aktiviere oder Deaktiviere den "Bewerben als Developer" Button | true = Aktiv / false = Deaktiv*/
$DeveloperButton = true;

/*Aktiviere oder Deaktiviere den Text 1 auf der Startseite | true = Aktiv / false = Deaktiv*/
$Text1Boolean = true;
/*Aktiviere oder Deaktiviere den Text 2 auf der Startseite | true = Aktiv / false = Deaktiv*/
$Text2Boolean = true;
/*Aktiviere oder Deaktiviere den Text 3 auf der Startseite | true = Aktiv / false = Deaktiv*/
$Text3Boolean = true;

/*Bewerbungsphase Supporter aktiv oder nicht aktiv | true = Aktiv / false = Deaktiv*/
$BWPSupporter = false;
/*Bewerbungsphase Builder aktiv oder nicht aktiv | true = Aktiv / false = Deaktiv*/
$BWPBuilder = true;
/*Bewerbungsphase Developer aktiv oder nicht aktiv | true = Aktiv / false = Deaktiv*/
$BWPDeveloper = true;
----------, Nov 3, 2017

1. NEUE THEMEN:

Standard: hier
Modern: hier
Dark: hier
Dark-Yellow: hier

Mehr Themen kommen beim Nächsten Update.

2. Bugfixes
----------, Nov 2, 2017

Resource Information
Author:
----------
Total Downloads: 3,275
First Release: Nov 2, 2017
Last Update: Aug 19, 2024
Category: ---------------
All-Time Rating:
28 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings