From 6f162357da4cea0864ab3a52b6991d17faee1f22 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 28 Apr 2015 12:58:37 -0700 Subject: [PATCH 1/7] Reverted back to old method of extension grabbing. --- includes/common.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/common.php b/includes/common.php index 9c04a65c..b5f36d6a 100755 --- a/includes/common.php +++ b/includes/common.php @@ -174,8 +174,7 @@ function upload($files, $CONF, $db) if (!empty($files)) { $filesize = filesize($files['file']['tmp_name']); $file_type = mime_content_type($files['file']['tmp_name']); - //$ext = pathinfo($files['file']['name'], PATHINFO_EXTENSION); - $ext = substr($files['file']['name'], strrpos($files['file']['name'], '.')+1); + $ext = pathinfo($files['file']['name'], PATHINFO_EXTENSION); if ($logged_in == 1) { $user_id = $user->id; From f09d86904a5edba0d73b3fff9812f66118c9991a Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 28 Apr 2015 17:33:17 -0700 Subject: [PATCH 2/7] Modified Paypal email link to a button. --- about/main.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/about/main.php b/about/main.php index f15416fd..ab192543 100755 --- a/about/main.php +++ b/about/main.php @@ -75,7 +75,14 @@
- PayPal Address: admin@teknik.io +
+ Paypal Email + +

From ab6ab488f6f49af68bd2691f3924b0e2a28b905d Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 28 Apr 2015 17:35:43 -0700 Subject: [PATCH 3/7] Made span. --- about/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about/main.php b/about/main.php index ab192543..3151a990 100755 --- a/about/main.php +++ b/about/main.php @@ -77,11 +77,11 @@
Paypal Email - +

From 7e8f29ae54ac757c245a1fe6eac6e80703c1c01e Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 28 Apr 2015 17:37:48 -0700 Subject: [PATCH 4/7] prettied up --- about/main.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/about/main.php b/about/main.php index 3151a990..80179952 100755 --- a/about/main.php +++ b/about/main.php @@ -75,14 +75,10 @@
-
- Paypal Email - - - - - -
+ Paypal Email + + +

From ab1fa289af7c0fd5c763740b6a2f6586667f1a23 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 28 Apr 2015 17:38:48 -0700 Subject: [PATCH 5/7] Made only button. --- about/main.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/about/main.php b/about/main.php index 80179952..40dd9cdd 100755 --- a/about/main.php +++ b/about/main.php @@ -75,9 +75,8 @@
- Paypal Email - +

From 440b3db1773b794ec757e0e6b47a216e646b6159 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Fri, 8 May 2015 11:54:49 -0700 Subject: [PATCH 6/7] Updated copyright year. --- templates/default/footer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/footer.php b/templates/default/footer.php index a534bd94..ca300f98 100755 --- a/templates/default/footer.php +++ b/templates/default/footer.php @@ -1,7 +1,7 @@ @@ -24,4 +24,4 @@ - \ No newline at end of file + From 91af02f2eefeb3e951ec49239d3a6de1a5934aff Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Fri, 15 May 2015 14:23:39 -0700 Subject: [PATCH 7/7] Updated privacy policy. --- privacy/main.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/privacy/main.php b/privacy/main.php index c6777d0b..808d3ccc 100755 --- a/privacy/main.php +++ b/privacy/main.php @@ -7,9 +7,10 @@

  • Email Address (username@teknik.io)
  • -
  • Blog Posts
  • +
  • Published Blog Posts
  • +
  • Comments
  • Uploads (Only accessible by direct link)
  • -
  • Git commits
  • +
  • Git Repositories
  • Pastes without passwords
  • User Profile
    • @@ -42,7 +43,8 @@
      • PHPSESSION - Used by PHP for the server-side code that is ran.
      • auth - Used to authenticate a persistent login (activated when you choose 'remember me' at login).
      • +
      • _ga, _pk_id, _pk_ref, piwik_auth - Used as an identifier for site statistics. This can be disabled through the user profile.
      - \ No newline at end of file +