From a2e74bf97d48864444e80107c2514bf05585fa84 Mon Sep 17 00:00:00 2001 From: "AtelierWindows\\SilicaAndPina" Date: Mon, 24 Dec 2018 16:56:59 +1300 Subject: [PATCH] no message --- README.md | 8 ++++++-- caldbdumper.php | 3 ++- darktheme.php | 3 ++- index.html | 5 ++++- pkg.php | 3 ++- settings.php | 4 ++++ signup.php | 3 ++- uri.php | 4 +++- 8 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 settings.php diff --git a/README.md b/README.md index 7ba5765..62e2454 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# VitaTricks -Src code for http://vitatricks.tk +# VitaTricks +Src code for http://vitatricks.tk + +If you plan on hosting a copy of vitatricks yourself. +change the FROM email in settings.php to match the one used by your webserver. +it should be the same email used by php's mail() function. \ No newline at end of file diff --git a/caldbdumper.php b/caldbdumper.php index aca25d1..21d8a51 100644 --- a/caldbdumper.php +++ b/caldbdumper.php @@ -1,10 +1,11 @@ setFrom('vitatric@xo2.x10hosting.com', 'SilicaAndPina'); +$mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'Dump Calendar.db'; $mail->Body = 'Click the attachment :)'; diff --git a/darktheme.php b/darktheme.php index 9092362..7bcd062 100644 --- a/darktheme.php +++ b/darktheme.php @@ -1,10 +1,11 @@ setFrom('vitatric@xo2.x10hosting.com', 'SilicaAndPina'); +$mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'PS Store Dark Theme'; $mail->Body = 'Click the attachment, then click the Browser Icon.'; diff --git a/index.html b/index.html index b04ccb6..40647b1 100644 --- a/index.html +++ b/index.html @@ -21,4 +21,7 @@ PS4 Error-On-Demand:
NP-363211-3
WV-33896-9
-WV-33898-1 \ No newline at end of file +WV-33898-1

+ +vitatricks - Github Repository
+ \ No newline at end of file diff --git a/pkg.php b/pkg.php index 1640baa..1327f6c 100644 --- a/pkg.php +++ b/pkg.php @@ -1,10 +1,11 @@ setFrom('vitatric@xo2.x10hosting.com', 'SilicaAndPina'); +$mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'Package Installer'; $mail->Body = 'Click the attachment, then click the Browser Icon.'; diff --git a/settings.php b/settings.php new file mode 100644 index 0000000..56a557f --- /dev/null +++ b/settings.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/signup.php b/signup.php index ef42f07..ea3d68b 100644 --- a/signup.php +++ b/signup.php @@ -1,10 +1,11 @@ setFrom('vitatric@xo2.x10hosting.com', 'SilicaAndPina'); +$mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'Sign Up'; $mail->Body = 'Click the attachment, then click the Browser Icon.'; diff --git a/uri.php b/uri.php index bc2b556..a813758 100644 --- a/uri.php +++ b/uri.php @@ -1,4 +1,6 @@ setFrom('vitatric@xo2.x10hosting.com', 'SilicaAndPina'); +$mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'Your URI Call'; $mail->Body = 'Click the attachment, then click the Browser Icon.';