Show sourcecode

The following files exists in this folder. Click to view.

Foogler_blog/

config.php
images/
index.php
pages/
placeholder.php
source.php
src/
stylesheet.css

placeholder.php

121 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?php
//Just a file with strings for adding to the dummy blog database when resetting
//kept here so the PInstallProcess.php file isn't doesn't get so cluttered.

//------------------POSTS--------------------------
$postOneTitle "Lorem ipsum and all that";

$postOne = <<<END
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus feugiat dictum fermentum. Duis elementum, magna in volutpat tincidunt, nisl magna sagittis turpis, ut euismod augue massa vel nisl. 

Maecenas vitae dolor arcu, ut mollis urna. Vivamus convallis laoreet urna dapibus vestibulum. Integer et lorem ut risus convallis condimentum.Pellentesque non turpis sit amet risus ornare placerat non id nibh. Vestibulum volutpat tellusin quam posuere placerat. Nam vulputate facilisis libero sed mollis. Phasellus etaliquam turpis. Sed eros ante, pulvinar vitae mattis sed, dignissim ut augue. Nuncpulvinar, nisl id volutpat vehicula, libero quam tincidunt erat, vel elementum lacusfelis eu nunc. Pellentesque habitant morbi tristique senectus et netus et malesuadafames ac turpis egestas. Sed quis ornare tellus. Mauris venenatis dictum urna, nechendrerit odio elementum in. Nam condimentum tincidunt vulputate. In metus eros,sollicitudin vel mattis id, gravida vel nibh. Mauris rutrum tincidunt varius. Utauctor urna justo. Cras dignissim lobortis sapien in imperdiet. Proin massa mauris,aliquam vel luctus vitae, accumsan eget velit.
END;

$postTwoTitle "This is the second post, and all seems to be going well";

$postTwo = <<<END
For a while now I, as admin, have wanted to move away from hanging around the login pages and instead try to actually create something. Together with my good friend Sparrowhawk (whose tales are told by the excellent Ursula K. LeGuin) I will venture into the winderness of blogging. Wish me luck!
END;

$postThreeTitle "Sparrowhawk here...";

$postThree = <<<END
Hello.
My name is Sparrowhawk. Well, you can call me that. My real name is known to only a select few.I will check in and tell you about my adventures from time to time.
END;

$postFourTitle "Already this is one of the most frequently read blogs";

$postFour = <<<END
I have been informed by the excellent webmaster of this blog that it is already one of the most popular blogs in the history of the universe (and everything beyond).

I am blown away by the response of all my friends. I didn\'t know I had any friends at all, actually. But I guess people get to know you if you hang around login pages for a long time. To all of you: thank you!
END;

$postFiveTitle "To kill or not to kill a dragon";

$postFive = <<<END
Recently, I met with a dragon. I killed a few of its children, yet it didn\'t attack me. I was unsure why, but realised that it was torn with grief. I felt sorry for it and let it live. It told me the name of my shadow. I didn\'t know shadows had names. Did you?
END;

$postSixTitle "Test";

$postSix = <<<END
Well, we all know sometimes there are days when we just feel tested. Today was one of those days - and I think I failed. TTYL.
END;

$postSevenTitle "Try spending a week locked in an underground labyrinth...";

$postSeven = <<<END
...and we\'ll see how you feel. Me, I feel hungry.
END;

$postEightTitle "Movie tips";

$postEight = <<<END
My friend Sparrowhawk is recovering from one of his darn adventures again, so I thought I would share some movie tips with him to cheer him up - and so why not post them on this blog I thought? Here we go:

Spirited Away
Lord of the Rings (all three)
Donnie Darko
The Shawshank Redemption
Leon
Se7en
Gosford Park
END;

$postNineTitle "My own movie tip";

$postNine = <<<END
I see that the last post gave you some movie tips. The most important one seems to have been forgotten though: <b>Tales from Earthsea</b>. 
END;

$postTenTitle "Solitude/Insanity";

$postTen = <<<END
I\'ve recently heard from my co-writer Sparrowhawk that he\'s cooped up with the Master Namer in the tower and won\'t be able to blog for a few weeks. You know how those two get when they get their hands on some interesting books, they don\'t even stop reading in order to sleep...
END;

//-------------------------COMMENTS------------------------------
$commentOneTitle "Tia!";

$commentOne = <<<END
Draco Dormiens Nunquam Titillandus?
END;

$commentTwoTitle "Idiot!";

$commentTwo = <<<END
Fool of a Took!
END;

$commentThreeTitle "Fare thee well";

$commentThree = <<<END
I wish thee luck!
END;

$commentFourTitle "Question";

$commentFour = <<<END
Is this a blog for muggles?
END;

$commentFiveTitle "Also...";

$commentFive = <<<END
Howl\'s Moving Castle & Laputa - Castle in the Sky
END;

$commentSixTitle "Don\'t forget!";

$commentSix = <<<END
9, Eternal Sunshine of the Spotless Mind, The Fifth Element and V for Vendetta!
END;

$commentSevenTitle "A fan";

$commentSeven = <<<END
Foogler is a funny name...
END;