8a4acb54b452ad801825c59cc7aa542eae0f9f3f
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

1) <?php
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
Bernd Wurst Copyright year update

Bernd Wurst authored 6 years ago

5) Written 2008-2018 by schokokeks.org Hosting, namely
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10) 
11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
Hanno Böck URLs von http nach https

Hanno Böck authored 7 years ago

12) https://creativecommons.org/publicdomain/zero/1.0/
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

13) 
14) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15) */
16) 
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

17) //require_once('inc/error.php');
18) //system_failure("Diese Funktion ist noch nicht fertiggestellt.");
19) 
20) require_once('newpass.php');
21) 
bernd Tabelle 'kundenkontakt' kom...

bernd authored 14 years ago

22) require_once('inc/form.php');
23) require_once('inc/base.php');
24) 
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

25) $fail = array();
26) $success = false;
27) $customerno = 0;
28) 
bernd Benutze überall title() sta...

bernd authored 13 years ago

29) title("schokokeks.org testen");
30) headline("schokokeks.org unverbindlich testen");
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

31) 
bernd Tabelle 'kundenkontakt' kom...

bernd authored 14 years ago

32) output("<p>Da wir bei schokokeks.org Hosting immer auf volle Transparenz und Kundenzufriedenheit setzen, können Sie unser Angebot unverbindlich und in (beinahe) vollem Umfang testen. Funktionen, die zusätzliche Kosten verursachen (z.B. Domainregistrierungen) sind im Testaccount nicht möglich.</p>
33) <p>Mit Ausfüllen dieses Formulars können Sie sich einen Test-Zugang einrichten, den Sie 4 Tage lang nutzen können. Sollten Sie mit uns zufrieden sein, können Sie den Zugang jederzeit und ohne Verlust von bisherigen Einstellungen oder Daten in einen normalen Zugang umwandeln.</p>
34) <p><strong>Wichtig:</strong> Um uns gegenüber Spassanmeldungen abzusichern, benötigt dieses automatisierte Verfahren Ihre Handynummer. Haben Sie kein Handy oder möchten Sie uns Ihre Handynummer nicht geben, können Sie auch über unseren E-Mail-Support einen gleichwertigen Test-Zugang anfordern.</p>");
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

35) 
36) 
bernd Tabelle 'kundenkontakt' kom...

bernd authored 14 years ago

37) $form = '<p>'.label('mobile', 'Handynummer:').' '.textinput('mobile').'</p>
Hanno Böck URLs von http nach https

Hanno Böck authored 7 years ago

38) <p>'.checkbox('terms', 'yes', false, 'Ich habe die <a href="https://schokokeks.org/agb">AGB</a> gelesen und erkläre hiermit meine Absicht, einen Zugang bei schokokeks.org unverbindlich zum Test des Angebots anzufordern.').'</p>
bernd Tabelle 'kundenkontakt' kom...

bernd authored 14 years ago

39) <p>Sie erhalten nach dem Anfordern des Zugangs eine SMS auf Ihre angegebene Handynummer. Diese SMS enthält einen Code, den Sie auf der folgenden Seite eingeben müssen. Nach Eingabe des Codes wird Ihr Zugang umgehend freigeschaltet.</p>
40) <p>'.submit('Testzugang anfordern').'</p>';
bernd Neues Modul für "Kunde werden"

bernd authored 16 years ago

41) 
bernd Kosmetik

bernd authored 14 years ago

42) 
bernd Tabelle 'kundenkontakt' kom...

bernd authored 14 years ago

43) output(html_form('register_step1', 'step1_save', '', $form));