From 3ed4528fa81a9738f9a16a73e6c98ab85b33dce4 Mon Sep 17 00:00:00 2001 From: eryl <113781836+ErylLadrido@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:12:08 +0800 Subject: [PATCH] newnewnew final files submitted asdas --- CreatePostLogged.html | 85 ++++++ ExpandedPost.html | 70 +++++ ExpandedPostLogged.html | 84 ++++++ HomeLogged.html | 198 +++++++++++++ HomeUnlogged.html | 200 +++++++++++++ Login.html | 25 ++ Profile.html | 266 ++++++++++++++++++ Register.html | 25 ++ SearchResults.html | 151 ++++++++++ expanded_post.js | 44 +++ expanded_post_logged.js | 139 +++++++++ expandedposts/exp_script.js | 122 ++++++++ expandedposts/expanded_post.js | 44 +++ expandedposts/expanded_post_logged.js | 139 +++++++++ expandedposts/logged/Post1.html | 85 ++++++ expandedposts/logged/Post2.html | 85 ++++++ expandedposts/logged/Post3.html | 85 ++++++ expandedposts/logged/Post4.html | 85 ++++++ expandedposts/logged/Post5.html | 85 ++++++ .../Post1.html.2023-06-23_084037.bak | 85 ++++++ .../Post1.html.2023-06-23_084129.bak | 85 ++++++ .../Post1.html.2023-06-23_084230.bak | 85 ++++++ .../Post1.html.2023-06-23_084242.bak | 85 ++++++ .../Post1.html.2023-06-23_084441.bak | 85 ++++++ .../Post2.html.2023-06-23_084043.bak | 85 ++++++ .../Post2.html.2023-06-23_084146.bak | 85 ++++++ .../Post2.html.2023-06-23_084321.bak | 85 ++++++ .../Post2.html.2023-06-23_084400.bak | 85 ++++++ .../Post2.html.2023-06-23_084408.bak | 85 ++++++ .../Post3.html.2023-06-23_084047.bak | 85 ++++++ .../Post3.html.2023-06-23_084149.bak | 85 ++++++ .../Post3.html.2023-06-23_084321.bak | 85 ++++++ .../Post3.html.2023-06-23_084433.bak | 85 ++++++ .../Post4.html.2023-06-23_084050.bak | 85 ++++++ .../Post4.html.2023-06-23_084151.bak | 85 ++++++ .../Post4.html.2023-06-23_084320.bak | 85 ++++++ .../Post4.html.2023-06-23_084447.bak | 85 ++++++ .../Post5.html.2023-06-23_084054.bak | 85 ++++++ .../Post5.html.2023-06-23_084155.bak | 85 ++++++ .../Post5.html.2023-06-23_084312.bak | 85 ++++++ .../Post5.html.2023-06-23_084452.bak | 85 ++++++ expandedposts/unlogged/Post1.html | 74 +++++ expandedposts/unlogged/Post2.html | 75 +++++ expandedposts/unlogged/Post3.html | 75 +++++ expandedposts/unlogged/Post4.html | 75 +++++ expandedposts/unlogged/Post5.html | 75 +++++ .../Post1.html.2023-06-23_084759.bak | 74 +++++ .../Post1.html.2023-06-23_084824.bak | 74 +++++ .../Post2.html.2023-06-23_084753.bak | 75 +++++ .../Post2.html.2023-06-23_084858.bak | 75 +++++ .../Post3.html.2023-06-23_084744.bak | 75 +++++ .../Post3.html.2023-06-23_084903.bak | 75 +++++ .../Post4.html.2023-06-23_084739.bak | 75 +++++ .../Post4.html.2023-06-23_084908.bak | 75 +++++ .../Post5.html.2023-06-23_084732.bak | 75 +++++ .../Post5.html.2023-06-23_084914.bak | 75 +++++ home.js | 100 +++++++ home_unlogged.js | 35 +++ postcreation.js | 16 ++ readme.txt | 1 + script.js | 122 ++++++++ stylesheets/noire.css | 1 - stylesheets/styles.css | 20 +- 63 files changed, 5284 insertions(+), 20 deletions(-) create mode 100644 CreatePostLogged.html create mode 100644 ExpandedPost.html create mode 100644 ExpandedPostLogged.html create mode 100644 HomeLogged.html create mode 100644 HomeUnlogged.html create mode 100644 Login.html create mode 100644 Profile.html create mode 100644 Register.html create mode 100644 SearchResults.html create mode 100644 expanded_post.js create mode 100644 expanded_post_logged.js create mode 100644 expandedposts/exp_script.js create mode 100644 expandedposts/expanded_post.js create mode 100644 expandedposts/expanded_post_logged.js create mode 100644 expandedposts/logged/Post1.html create mode 100644 expandedposts/logged/Post2.html create mode 100644 expandedposts/logged/Post3.html create mode 100644 expandedposts/logged/Post4.html create mode 100644 expandedposts/logged/Post5.html create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084037.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084129.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084230.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084242.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084441.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084043.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084146.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084321.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084400.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084408.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084047.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084149.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084321.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084433.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084050.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084151.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084320.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084447.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084054.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084155.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084312.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084452.bak create mode 100644 expandedposts/unlogged/Post1.html create mode 100644 expandedposts/unlogged/Post2.html create mode 100644 expandedposts/unlogged/Post3.html create mode 100644 expandedposts/unlogged/Post4.html create mode 100644 expandedposts/unlogged/Post5.html create mode 100644 expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084759.bak create mode 100644 expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084824.bak create mode 100644 expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084753.bak create mode 100644 expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084858.bak create mode 100644 expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084744.bak create mode 100644 expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084903.bak create mode 100644 expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084739.bak create mode 100644 expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084908.bak create mode 100644 expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084732.bak create mode 100644 expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084914.bak create mode 100644 home.js create mode 100644 home_unlogged.js create mode 100644 postcreation.js create mode 100644 readme.txt create mode 100644 script.js diff --git a/CreatePostLogged.html b/CreatePostLogged.html new file mode 100644 index 0000000..9dd8589 --- /dev/null +++ b/CreatePostLogged.html @@ -0,0 +1,85 @@ + + + + + + + + + + Kahit Ano | Creating a Post + + + + +

CREATE A POST

+ + +
+ + +
+ +
+
+
+ +
+
+

0

+
+
+
+
+ +
+ + + + + +
+ +
+
+
+ + +
+ + +
+ +
+

Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario

+
+ +
+

Current date is: 06/09/2420

+
+ +
+
+ + + + diff --git a/ExpandedPost.html b/ExpandedPost.html new file mode 100644 index 0000000..c24e9c2 --- /dev/null +++ b/ExpandedPost.html @@ -0,0 +1,70 @@ + + + + + + Expanded Post + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+
Comments:
+
+
+
+
+
+
100
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
100
+
+
+
+
+ +
k3u
+
+
Who let him cook!!!!
+
+
+
+
+ + + diff --git a/ExpandedPostLogged.html b/ExpandedPostLogged.html new file mode 100644 index 0000000..df374e8 --- /dev/null +++ b/ExpandedPostLogged.html @@ -0,0 +1,84 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
-10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
dankmeemer
+
+
Haha funi
+ +
+
+
+
+
+
+ + + + diff --git a/HomeLogged.html b/HomeLogged.html new file mode 100644 index 0000000..c3aa0fa --- /dev/null +++ b/HomeLogged.html @@ -0,0 +1,198 @@ + + + + + + + + + + Kahit Ano | Home + + + + + + + + +
+ + +
+ + +
+
+
+ +
+
+
100
+
+
+
+
+
+ +

+ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?

+ +
+
+
+ + +
+
+
+ +
+
+
+
4243
+
+
+
+
+
+
+ +

+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +

+ +
+
+
+ + +
+
+
+ +
+
+
-53
+
+
+
+
+
+ +

+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +

+ +
+
+
+ + +
+
+
+ +
+
+
3600
+
+
+
+
+
+ + +

+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +

+
+ +
+
+
+ + +
+
+
+ +
+
+
0
+
+
+
+
+
+ +

+ Test +

+ +
+
+
+
+ + +
+ +
+

Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario

+
+ +
+

Current date is: 06/09/2420

+
+ +
+
+ + + + + diff --git a/HomeUnlogged.html b/HomeUnlogged.html new file mode 100644 index 0000000..45a08b7 --- /dev/null +++ b/HomeUnlogged.html @@ -0,0 +1,200 @@ + + + + + + + + + + + Kahit Ano | Home + + + + + + + + +
+ + +
+ + +
+
+
+ +
+
+
100
+
+
+
+
+
+ +

+ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?

+ +
+
+
+ + +
+
+
+ +
+
+
+
4243
+
+
+
+
+
+
+ +

+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +

+ +
+
+
+ + +
+
+
+ +
+
+
-53
+
+
+
+
+
+ +

+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +

+ +
+
+
+ + +
+
+
+ +
+
+
3600
+
+
+
+
+
+ + +

+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +

+
+ +
+
+
+ + +
+
+
+ +
+
+
0
+
+
+
+
+
+ +

+ Test +

+ +
+
+
+
+ + +
+ +
+

Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario

+
+ +
+

Current date is: 06/09/2420

+
+ +
+
+ + + + + + + + + + + + + diff --git a/Login.html b/Login.html new file mode 100644 index 0000000..64ee97b --- /dev/null +++ b/Login.html @@ -0,0 +1,25 @@ + + + + + + + + Kahit Ano | Login + + +
+ Logo +

Login

+
+ + + + + + + +
+
+ + \ No newline at end of file diff --git a/Profile.html b/Profile.html new file mode 100644 index 0000000..340ba92 --- /dev/null +++ b/Profile.html @@ -0,0 +1,266 @@ + + + + + + + + + + + + + Kahit Ano | Profile + + + + + + + +
+ +
+ + +
+
+
+ +
+
+
100
+
+
+
+
+
+ +

+ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?

+ +
+
+
+ + +
+
+
+ +
+
+
+
4243
+
+
+
+
+
+
+ +

+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +

+ +
+
+
+ + +
+
+
+ +
+
+
-53
+
+
+
+
+
+ +

+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +

+ +
+
+
+ + +
+
+
+ +
+
+
3600
+
+
+
+
+
+ + +

+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +

+
+ +
+
+
+ + +
+
+
+ +
+
+
0
+
+
+
+
+
+ +

+ Test +

+ +
+
+
+
+ + +
+
+ +
+

LiveJesusInOurHeartsAmen

+
+

+ Casual FreedomWall Poster +

+
+ 100 Posts + 50 Comments +
+
+ Created July 07 2004 +
+
+ +
+
+ +
+
+ + +
+ + + + +
+
+ +
+ +
+
+
+ + + + + + + + + + diff --git a/Register.html b/Register.html new file mode 100644 index 0000000..5024d47 --- /dev/null +++ b/Register.html @@ -0,0 +1,25 @@ + + + + + + + + Kahit Ano | Register + + +
+ Logo +

Register

+
+ + + + + + + +
+
+ + \ No newline at end of file diff --git a/SearchResults.html b/SearchResults.html new file mode 100644 index 0000000..b70fe38 --- /dev/null +++ b/SearchResults.html @@ -0,0 +1,151 @@ + + + + + + Kahit Ano | Search Results + + +
+ +
+ +
+

Search Results for Hotdog

+ + +
+
+
+ +
+
+ +

I love Hotdogs

+

+ I bought 3 hotdogs. + I ate 1. + I had 2 hotdogs left. + I ate another hotdog. + I fed the other hotdog to my dog. + We love hotdogs.

+
+
+
+ + + + +
+
+
+ +
+
+ +

MFW when I see Hotdogs

+

+ Hot dog! (Hot dog) + Hot dog! + + Hot dog, hot dog, hot diggety dog + Now we got ears, it's time for cheers + + Hot dog, hot dog, the problem's solved + Hot dog, hot dog, hot diggety dog + + Grab my boots and a sandwich + Let's start a parade + Get the coconut drum kit + For Daisy to play + + Hot dog, hot dog, hot diggety dog + We're taking off, we're dancing now + Hot dog, leapfrog, and holy cow + Hot dog, hot dog, hot diggety dog + + Hot dog, hot dog, hot diggety dog + It's a brand new day + Whatcha waiting for? + Get up, stretch out, stomp on the floor + + Hot dog, hot dog, hot diggety dog + Hot dog, hot dog, hot diggety dog + We're splitting the scene + We're full of beans + + So long for now from Mickey Mouse (That's me!) + And the Mickey Mouse Clubhouse +

+
+
+
+ + + + +
+
+
+ +
+
+ +

What is the best snack to eat while playing league?

+

+ I am very hungry and tilted because I am on a lose streak. + bi dont like pancit canton and want something with rice. someone suggested hotdogs. thoughts? +

+
+
+
+ + + + +
+
+
+ +
+
+ +

HOTDOGS are the key to SUCCESS!

+

+ Hotdogs sizzle on the grill, a taste divine,
+ A path to triumph, their secret we find.
+ Fuel for champions, they never cease,
+ Hotdogs lead to success, a savory feast. +

+
+
+
+
+ + + + +
+
+
+ +
+
+ +

Hotdog Post #1

+

+ HOTDOGS ARE SO MID I HATE HOTDOGS ALL THE HOMIES HATE HOTDOGS. +

+ +
+
+
+ +
+
+
+
+ +
+ + diff --git a/expanded_post.js b/expanded_post.js new file mode 100644 index 0000000..2f3e51f --- /dev/null +++ b/expanded_post.js @@ -0,0 +1,44 @@ +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} +const users2 = document.getElementsByClassName("username"); +for(var i = 0; i < users2.length; i++) { + var user = users2[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} +document.getElementById("login").onclick = function(){ + location.href = "Login.html"; +} +document.getElementById("register").onclick = function(){ + location.href = "Register.html"; +} +var upvotes = document.getElementsByClassName("upvote"); +for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); +} +var downvotes = document.getElementsByClassName("downvote"); +for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); +} +function upvote(e){ + alert("You need to be logged in to upvote!"); +} +function downvote(e){ + alert("You need to be logged in to downvote!"); +} \ No newline at end of file diff --git a/expanded_post_logged.js b/expanded_post_logged.js new file mode 100644 index 0000000..17c038f --- /dev/null +++ b/expanded_post_logged.js @@ -0,0 +1,139 @@ +const prof_pic_path = document.getElementById("prof-pic").src; +const username = document.getElementById("username").textContent; + +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} +const users2 = document.getElementsByClassName("username"); +for(var i = 0; i < users2.length; i++) { + var user = users2[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} +document.getElementById("edit-profile").onclick = function(){ + location.href = "Profile.html"; +} +document.getElementById("logout").onclick = function(){ + location.href = "ExpandedPost.html"; +} + +refresh(); +const add_comment = document.getElementById("add-comment"); +const comments_container = document.getElementById("comments"); +add_comment.addEventListener("keydown", add_comment_enter, false); +function add_comment_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(add_comment.value === "") return; + html = `
+
+
+
+
0
+
+
+
+
+ +
${username}
+
+
${add_comment.value}
+ +
+
+
` + comments_container.innerHTML += html; + add_comment.value = ""; + refresh(); + } +} + +function refresh(){ + var add_reply = document.getElementsByClassName("add-reply"); + for(var i = 0; i < add_reply.length; i++) { + var reply = add_reply[i]; + reply.addEventListener("keydown", add_reply_enter, false); + } + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } +} +function add_reply_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(e.target.value === "") return; + var target = e.target.parentElement.parentElement.parentElement; + var margin = 40; + html = `
+
+
+
+
0
+
+
+
+
+ +
${username}
+
+
${e.target.value}
+ +
+
+
` + target.innerHTML += html; + margin = margin.toString() + "px" + target.children[target.childElementCount-1].style.marginLeft = margin; + e.target.value = ""; + refresh(); + console.log("done"); + } +} +function upvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + }else if(parent.children[2].className.includes("active")){ + parent.children[2].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + } +} +function downvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + }else if(parent.children[0].className.includes("active")){ + parent.children[0].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + } +} \ No newline at end of file diff --git a/expandedposts/exp_script.js b/expandedposts/exp_script.js new file mode 100644 index 0000000..fc1fe9c --- /dev/null +++ b/expandedposts/exp_script.js @@ -0,0 +1,122 @@ +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "../../SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} + +const add_comment = document.getElementById("add-comment"); +const comments_container = document.getElementById("comments"); +add_comment.addEventListener("keydown", add_comment_enter, false); +function add_comment_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(add_comment.value === "") return; + html = `
+
+
+
+
0
+
+
+
+
+ +
Anyalover69
+
+
${add_comment.value}
+ +
+
+
` + comments_container.innerHTML += html; + add_comment.value = ""; + refresh(); + } +} +refresh(); +function refresh(){ + var add_reply = document.getElementsByClassName("add-reply"); + for(var i = 0; i < add_reply.length; i++) { + var reply = add_reply[i]; + reply.addEventListener("keydown", add_reply_enter, false); + } + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } +} +function add_reply_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(e.target.value === "") return; + var target = e.target.parentElement.parentElement.parentElement; + var margin = 40; + html = `
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
${e.target.value}
+ +
+
+
` + target.innerHTML += html; + margin = margin.toString() + "px" + target.children[target.childElementCount-1].style.marginLeft = margin; + e.target.value = ""; + refresh(); + console.log("done"); + } +} +function upvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + }else if(parent.children[2].className.includes("active")){ + parent.children[2].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + } +} +function downvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + }else if(parent.children[0].className.includes("active")){ + parent.children[0].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + } +} \ No newline at end of file diff --git a/expandedposts/expanded_post.js b/expandedposts/expanded_post.js new file mode 100644 index 0000000..ebfa89f --- /dev/null +++ b/expandedposts/expanded_post.js @@ -0,0 +1,44 @@ +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "../../SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "../../Profile.html"; + } +} +const users2 = document.getElementsByClassName("username"); +for(var i = 0; i < users2.length; i++) { + var user = users2[i]; + user.onclick = function() { + location.href = "../../Profile.html"; + } +} +document.getElementById("login").onclick = function(){ + location.href = "../../Login.html"; +} +document.getElementById("register").onclick = function(){ + location.href = "../../Register.html"; +} +var upvotes = document.getElementsByClassName("upvote"); +for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); +} +var downvotes = document.getElementsByClassName("downvote"); +for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); +} +function upvote(e){ + alert("You need to be logged in to upvote!"); +} +function downvote(e){ + alert("You need to be logged in to downvote!"); +} \ No newline at end of file diff --git a/expandedposts/expanded_post_logged.js b/expandedposts/expanded_post_logged.js new file mode 100644 index 0000000..389eee9 --- /dev/null +++ b/expandedposts/expanded_post_logged.js @@ -0,0 +1,139 @@ +const prof_pic_path = document.getElementById("prof-pic").src; +const username = document.getElementById("username").textContent; + +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "../../SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "../../Profile.html"; + } +} +const users2 = document.getElementsByClassName("username"); +for(var i = 0; i < users2.length; i++) { + var user = users2[i]; + user.onclick = function() { + location.href = "../../Profile.html"; + } +} +document.getElementById("edit-profile").onclick = function(){ + location.href = "../../Profile.html"; +} +document.getElementById("logout").onclick = function(){ + location.href = "../unlogged/"+window.location.href.slice(-10); +} + +refresh(); +const add_comment = document.getElementById("add-comment"); +const comments_container = document.getElementById("comments"); +add_comment.addEventListener("keydown", add_comment_enter, false); +function add_comment_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(add_comment.value === "") return; + html = `
+
+
+
+
0
+
+
+
+
+ +
${username}
+
+
${add_comment.value}
+ +
+
+
` + comments_container.innerHTML += html; + add_comment.value = ""; + refresh(); + } +} + +function refresh(){ + var add_reply = document.getElementsByClassName("add-reply"); + for(var i = 0; i < add_reply.length; i++) { + var reply = add_reply[i]; + reply.addEventListener("keydown", add_reply_enter, false); + } + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } +} +function add_reply_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(e.target.value === "") return; + var target = e.target.parentElement.parentElement.parentElement; + var margin = 40; + html = `
+
+
+
+
0
+
+
+
+
+ +
${username}
+
+
${e.target.value}
+ +
+
+
` + target.innerHTML += html; + margin = margin.toString() + "px" + target.children[target.childElementCount-1].style.marginLeft = margin; + e.target.value = ""; + refresh(); + console.log("done"); + } +} +function upvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + }else if(parent.children[2].className.includes("active")){ + parent.children[2].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + } +} +function downvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + }else if(parent.children[0].className.includes("active")){ + parent.children[0].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + } +} \ No newline at end of file diff --git a/expandedposts/logged/Post1.html b/expandedposts/logged/Post1.html new file mode 100644 index 0000000..d766a23 --- /dev/null +++ b/expandedposts/logged/Post1.html @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/Post2.html b/expandedposts/logged/Post2.html new file mode 100644 index 0000000..7ec4399 --- /dev/null +++ b/expandedposts/logged/Post2.html @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/Post3.html b/expandedposts/logged/Post3.html new file mode 100644 index 0000000..0638965 --- /dev/null +++ b/expandedposts/logged/Post3.html @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/Post4.html b/expandedposts/logged/Post4.html new file mode 100644 index 0000000..1e2a935 --- /dev/null +++ b/expandedposts/logged/Post4.html @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/Post5.html b/expandedposts/logged/Post5.html new file mode 100644 index 0000000..c3c132c --- /dev/null +++ b/expandedposts/logged/Post5.html @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084037.bak b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084037.bak new file mode 100644 index 0000000..29aa2c5 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084037.bak @@ -0,0 +1,85 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084129.bak b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084129.bak new file mode 100644 index 0000000..4991cbf --- /dev/null +++ b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084129.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084230.bak b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084230.bak new file mode 100644 index 0000000..172faa3 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084230.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084242.bak b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084242.bak new file mode 100644 index 0000000..e1ee9af --- /dev/null +++ b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084242.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084441.bak b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084441.bak new file mode 100644 index 0000000..9b2ad39 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post1.html.2023-06-23_084441.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084043.bak b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084043.bak new file mode 100644 index 0000000..403c7ca --- /dev/null +++ b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084043.bak @@ -0,0 +1,85 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084146.bak b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084146.bak new file mode 100644 index 0000000..f6c75d0 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084146.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084321.bak b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084321.bak new file mode 100644 index 0000000..c8d67b7 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084321.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084400.bak b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084400.bak new file mode 100644 index 0000000..63b91c5 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084400.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084408.bak b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084408.bak new file mode 100644 index 0000000..bc7c0f7 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post2.html.2023-06-23_084408.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
wat r u pinagsasabi bruh
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084047.bak b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084047.bak new file mode 100644 index 0000000..198e921 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084047.bak @@ -0,0 +1,85 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084149.bak b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084149.bak new file mode 100644 index 0000000..438069a --- /dev/null +++ b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084149.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084321.bak b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084321.bak new file mode 100644 index 0000000..94ae632 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084321.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084433.bak b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084433.bak new file mode 100644 index 0000000..e3527ab --- /dev/null +++ b/expandedposts/logged/nppBackup/Post3.html.2023-06-23_084433.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084050.bak b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084050.bak new file mode 100644 index 0000000..45b96d4 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084050.bak @@ -0,0 +1,85 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084151.bak b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084151.bak new file mode 100644 index 0000000..5bf8839 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084151.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084320.bak b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084320.bak new file mode 100644 index 0000000..2c6f96c --- /dev/null +++ b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084320.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084447.bak b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084447.bak new file mode 100644 index 0000000..a0256ba --- /dev/null +++ b/expandedposts/logged/nppBackup/Post4.html.2023-06-23_084447.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084054.bak b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084054.bak new file mode 100644 index 0000000..c9ff792 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084054.bak @@ -0,0 +1,85 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084155.bak b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084155.bak new file mode 100644 index 0000000..6329a34 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084155.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084312.bak b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084312.bak new file mode 100644 index 0000000..713104f --- /dev/null +++ b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084312.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084452.bak b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084452.bak new file mode 100644 index 0000000..6668e42 --- /dev/null +++ b/expandedposts/logged/nppBackup/Post5.html.2023-06-23_084452.bak @@ -0,0 +1,85 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+ +
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+ +
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ +
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/Post1.html b/expandedposts/unlogged/Post1.html new file mode 100644 index 0000000..cc9838c --- /dev/null +++ b/expandedposts/unlogged/Post1.html @@ -0,0 +1,74 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+
+
+
+
+
+ + + + + diff --git a/expandedposts/unlogged/Post2.html b/expandedposts/unlogged/Post2.html new file mode 100644 index 0000000..5df931c --- /dev/null +++ b/expandedposts/unlogged/Post2.html @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/Post3.html b/expandedposts/unlogged/Post3.html new file mode 100644 index 0000000..2ab01ab --- /dev/null +++ b/expandedposts/unlogged/Post3.html @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/Post4.html b/expandedposts/unlogged/Post4.html new file mode 100644 index 0000000..d3a0772 --- /dev/null +++ b/expandedposts/unlogged/Post4.html @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/Post5.html b/expandedposts/unlogged/Post5.html new file mode 100644 index 0000000..10ece54 --- /dev/null +++ b/expandedposts/unlogged/Post5.html @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
k3u
+
+
who let him cook!!!!
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084759.bak b/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084759.bak new file mode 100644 index 0000000..b2678a5 --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084759.bak @@ -0,0 +1,74 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + diff --git a/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084824.bak b/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084824.bak new file mode 100644 index 0000000..028e5fe --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084824.bak @@ -0,0 +1,74 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
100
+
+
+
+
Wtf is wrong with Spy X Family
+
+ +
Anyalover69
+
+
When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. It doesn't change the fact that “Violence = 3 bolt”... But, what about that time she saved Ken? She saved a literally life. Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) Punching Damian for no justified reason would have cost her 3 bolts. But, saving the life of a drowning boy was only worth 1 Stella?
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + diff --git a/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084753.bak b/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084753.bak new file mode 100644 index 0000000..91687ec --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084753.bak @@ -0,0 +1,75 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084858.bak b/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084858.bak new file mode 100644 index 0000000..09df70c --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084858.bak @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
4243
+
+
+
+
Ambatukam
+
+ +
dankmeemer
+
+
Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022.
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084744.bak b/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084744.bak new file mode 100644 index 0000000..f9b07e2 --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084744.bak @@ -0,0 +1,75 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084903.bak b/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084903.bak new file mode 100644 index 0000000..b46bad1 --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084903.bak @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
-53
+
+
+
+
looking for pro ADC duo in LoL
+
+ +
totallynotacatfish
+
+
need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now but its because my adc is always shit. i will meow for you everytime you get a kill. uWu
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084739.bak b/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084739.bak new file mode 100644 index 0000000..d80a3e4 --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084739.bak @@ -0,0 +1,75 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084908.bak b/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084908.bak new file mode 100644 index 0000000..5e3a87e --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084908.bak @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
3600
+
+
+
+
You should exercise NOW!
+
+ +
HighTierHuman
+
+
Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. There are many types of physical activity, including swimming, running, jogging, walking, and da… Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084732.bak b/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084732.bak new file mode 100644 index 0000000..dd52e26 --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084732.bak @@ -0,0 +1,75 @@ + + + + + + Wtf is wrong with Spy X Family + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084914.bak b/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084914.bak new file mode 100644 index 0000000..596460f --- /dev/null +++ b/expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084914.bak @@ -0,0 +1,75 @@ + + + + + + Expanded Post + + + + +
+
+
+
+
0
+
+
+
+
Test Post #69
+
+ +
Trick1G
+
+
Test
+
+
+
Comments:
+
+
+
+
+
+
10
+
+
+
+
+ +
Anyahater96
+
+
I don't care what you said.
+
+
+
+
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+ + + + + + diff --git a/home.js b/home.js new file mode 100644 index 0000000..a58633c --- /dev/null +++ b/home.js @@ -0,0 +1,100 @@ +// Borrowed from Tristan's script.js +function showPost(){ + const main = document.getElementById("all_posts"); + const main_copy = main.innerHTML; + //alert(localStorage.created_title); + new_post = ` +
+
+
+ +
+
+
0
+
+
+
+
+
+

${localStorage.created_title}

+

+ ${localStorage.created_text} +

+
+
+
+ ` + + + + main.innerHTML -= main_copy; + main.innerHTML += new_post; + main.innerHTML += main_copy; + + refresh(); +} + + + +refresh(); +function refresh(){ + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } + var home_posts = document.getElementsByClassName("forum_post"); + for(var i = 0; i < home_posts.length; i++) { + var homepost = home_posts[i]; + homepost.addEventListener("click", postshow); + } +} + +function postshow(e){ + //alert('Post click'); + + +} + +function upvote(e){ + e.stopPropagation(); + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + //e.target.className = 'upvote' // Icon Change + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + }else if(parent.children[2].className.includes("active")){ + //e.target.className = 'upvote' // Icon Change + parent.children[2].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 2).toString(); + }else{ + //e.target.className = 'upvote_filled' // Icon Change + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + } +} +function downvote(e){ + e.stopPropagation(); + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + //e.target.className = 'downvote' // Icon Change + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + }else if(parent.children[0].className.includes("active")){ + //e.target.className = 'downvote' // Icon Change + parent.children[0].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 2).toString(); + }else{ + //e.target.className = 'downvote_filled' // Icon Change + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + } +} + diff --git a/home_unlogged.js b/home_unlogged.js new file mode 100644 index 0000000..7af2daa --- /dev/null +++ b/home_unlogged.js @@ -0,0 +1,35 @@ +// Borrowed from Tristan's script.js <3 + +refresh(); +function refresh(){ + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } + var home_posts = document.getElementsByClassName("forum_post"); + for(var i = 0; i < home_posts.length; i++) { + var homepost = home_posts[i]; + homepost.addEventListener("click", postshow); + } +} + +function postshow(e){ + //alert('Post click'); + + + +} +function upvote(e){ + e.stopPropagation(); + alert("You need to be logged in to upvote!"); +} +function downvote(e){ + e.stopPropagation(); + alert("You need to be logged in to downvote!"); +} \ No newline at end of file diff --git a/postcreation.js b/postcreation.js new file mode 100644 index 0000000..5355e05 --- /dev/null +++ b/postcreation.js @@ -0,0 +1,16 @@ +//const main = window.open('HomeLogged.html') +function submitPost(){ + localStorage.clear(); + + if(typeof(localStorage) !="undefined"){ + localStorage.created_title = document.getElementById("created_title").value; + localStorage.created_text = document.getElementById("created_text").value; + //localStorage.attached_image = document.getElementById("attached_image").files[0].name; + } + + document.getElementById("post_template").submit(); +} + + + +refresh(); diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/readme.txt @@ -0,0 +1 @@ + diff --git a/script.js b/script.js new file mode 100644 index 0000000..48e8a95 --- /dev/null +++ b/script.js @@ -0,0 +1,122 @@ +const search_bar = document.getElementById("searchbar"); +search_bar.addEventListener("keydown", search, false); +function search(e){ + if(e.keyCode == "13"){ + location.href = "SearchResults.html"; + } +} + +const users = document.getElementsByClassName("pfp"); +for(var i = 0; i < users.length; i++) { + var user = users[i]; + user.onclick = function() { + location.href = "Profile.html"; + } +} + +const add_comment = document.getElementById("add-comment"); +const comments_container = document.getElementById("comments"); +add_comment.addEventListener("keydown", add_comment_enter, false); +function add_comment_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(add_comment.value === "") return; + html = `
+
+
+
+
0
+
+
+
+
+ +
Anyalover69
+
+
${add_comment.value}
+ +
+
+
` + comments_container.innerHTML += html; + add_comment.value = ""; + refresh(); + } +} +refresh(); +function refresh(){ + var add_reply = document.getElementsByClassName("add-reply"); + for(var i = 0; i < add_reply.length; i++) { + var reply = add_reply[i]; + reply.addEventListener("keydown", add_reply_enter, false); + } + var upvotes = document.getElementsByClassName("upvote"); + for(var i = 0; i < upvotes.length; i++) { + var up = upvotes[i]; + up.addEventListener("click", upvote); + } + var downvotes = document.getElementsByClassName("downvote"); + for(var i = 0; i < downvotes.length; i++) { + var down = downvotes[i]; + down.addEventListener("click", downvote); + } +} +function add_reply_enter(e){ + if(e.keyCode == "13"){ + e.preventDefault(); + if(e.target.value === "") return; + var target = e.target.parentElement.parentElement.parentElement; + var margin = 40; + html = `
+
+
+
+
0
+
+
+
+
+ +
Lorem ipsum
+
+
${e.target.value}
+ +
+
+
` + target.innerHTML += html; + margin = margin.toString() + "px" + target.children[target.childElementCount-1].style.marginLeft = margin; + e.target.value = ""; + refresh(); + console.log("done"); + } +} +function upvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + }else if(parent.children[2].className.includes("active")){ + parent.children[2].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + } +} +function downvote(e){ + parent = e.target.parentElement; + if(e.target.className.includes("active")){ + e.target.classList.remove("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) + 1).toString(); + }else if(parent.children[0].className.includes("active")){ + parent.children[0].classList.remove("active"); + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 2).toString(); + }else{ + e.target.classList.add("active"); + parent.children[1].innerHTML = (parseInt(parent.children[1].innerHTML) - 1).toString(); + } +} \ No newline at end of file diff --git a/stylesheets/noire.css b/stylesheets/noire.css index 6bdf8ad..ae4e300 100644 --- a/stylesheets/noire.css +++ b/stylesheets/noire.css @@ -151,7 +151,6 @@ p , a { margin-left: 10px; margin-top: 10px; border: 3px solid #E8EAED; - } .post_score { diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 32cbde3..4f8a82a 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -143,25 +143,7 @@ a .button{ align-items: center; padding-right: 8px; } -.upvote{ - background-image:url(../images/sprite_sheets/post-sprites.png); - margin: 0; - width:24px; - height:24px; - background-position: 0px 0px; -} -.vote{ - font-size: 0.75em; - padding-top: 3px; - padding-bottom: 3px; -} -.downvote{ - background-image:url(../images/sprite_sheets/post-sprites.png); - margin: 0; - width:24px; - height:24px; - background-position: -24px 0px; -} + #add-comment{ padding: 7px; margin: 1px;