Menu
 
 
 
 
 
 
Nightwish: texty

Vyhledávání v tomto tématu:   
[ Jít na úvodní stránku | Vybrat nové téma ]

Burning Flames' Embrace
 

Walking towards the night... The flames once burnt inside
Back then I was alive when the fire walked by my side
The screaming fire burnt the leaves of mine and left the ashes of divine
All the leaves contained my name The shadows took them and carried away

Firewalk, I want to feel it again... Dance on the flames, does it feel the
same?
Tears of blood, they burn my face... I want to feel the burning flames'
embrace



Autor: a - Tuesday, 07.10. 2008 - 16:54:26
 
(Zobrazit celý článek | 1563 bytů | 6 komentářů | Hodnocení: 0)
The Crow and the Warrior
 

Once in the silence of the woods
In the shadows of a crescent moon

The eyes scan the beautiful nocturne
The ears enjoy silent songs
"I have seen things and heard talks
Thy eyes are blind and ears deaf to

Words carried in the nightly breeze
Images in the autumnal grass"
Once in the silence of the woods
Under the spiral of oaken branches



Autor: a - Tuesday, 07.10. 2008 - 16:36:57
 
(Zobrazit celý článek | 1477 bytů | 9 komentářů | Hodnocení: 0)
Only dust moves...
 

Distress has found a dwelling place in me
already pale as death but still I bleed
For promises have shown their fragility
spare me your affection and pity

The world no longer is a joyfull dream
but a crystal with darksome glean
About to fall
Soon be shattered
One shared for every emotion dead
I will rather learn to enjoy misery
than partake a life of hypocrisy



Autor: a - Tuesday, 07.10. 2008 - 16:24:33
 
(Zobrazit celý článek | 1307 bytů | 5 komentářů | Hodnocení: 0)
Red Light in My Eyes part II
 

Pulling the last cry - I was alive
While I'm down in my hatred, weird reich
My god has set you on fire
The day and the darkness light your way

When we reached this final dusk
Then bring me fire and insanity
The cold-blooded eyes are showing butterflies
They dance in the fire insane...
in Your fire
God's with me
Fire - come with me
Fire - Your fire...



Autor: a - Tuesday, 07.10. 2008 - 16:18:47
 
(Zobrazit celý článek | 1527 bytů | 6 komentářů | Hodnocení: 0)
Escapist
 

Who's there knocking at my window?
The Owl and the Dead Boy
This night whispers my name
All the dying children

Virgin snow beneath my feet
Painting the world in white
I tread the way and lose myself into a tale

Come hell or high water
My search will go on
Clayborn Voyage without an end



Autor: a - Sunday, 05.10. 2008 - 19:20:23
 
(Zobrazit celý článek | 1040 bytů | 6 komentářů | Hodnocení: 0)
 
 
88 článků (18 stránek, 5 článků na stránku)
[ 1 | 2 | 3 ]
Přejít na:
Survey
 
 
Nejlepší album Nightwish?

Angels Fall First
Oceanborn
Wishmaster
Over The Hills And Far Away
Century Child
Once
Dark Passion Play



Výsledky
Další ankety

Účastníků: 1606
Komentářů: 19
 
 
Login
 
 
Přezdívka

Heslo

Bezpečnostní kód:
Bezpečnostní kód
Do tohoto pole vložte bezpečnostní kód:

Ještě nemáte svůj účet? Můžete si jej vytvořit zde. Jako registrovaný uživatel získáte řadu výhod. Budete moct upravit vzhled tohoto webu, nastavit zobrazení komentářů, posílat komentáře, posílat zprávy ostatním uživatelům a řadu dalších.
 
 
<% ' ******************************************************************** ' Paste this block of code on your web page where you would like text ' links to be displayed. This code will dynamically add and remove text ' links on your web page according to your BackLinks.com settings. ' ******************************************************************** Dim BLKey Dim OpenInNewWindow Dim PostingString Dim ErrorString Dim ResultString Dim LinkUrl ' The following variable defines whether links are opened in a new window ' (1 = Yes, 0 = No) OpenInNewWindow = 1 ' ******************************************************************* ' please do not modify any of the code below ' ******************************************************************* BLKey = "IN7K-P7DV-97PB" ' # The following variable is sent to the BackLinks server in order to ' # generate working links on your page: If Request.ServerVariables("HTTPS") = "on" Then LinkUrl="https://" Else LinkUrl="http://" End If If Request.ServerVariables("REQUEST_URI") Then LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("REQUEST_URI") Else LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("PATH_INFO") If Request.ServerVariables("QUERY_STRING") <> "" Then LinkUrl = LinkUrl & "?" & Request.ServerVariables("QUERY_STRING") End If End If LinkUrl = server.URLencode(LinkUrl) ' # Generate the data to post to the BackLinks.com server PostingString = "&Key=" & BLKey PostingString = PostingString & "&OpenInNewWindow=" & OpenInNewWindow & "&LinkUrl=" & LinkUrl Function GetBackLinksData(HTTPQuery, ByRef Resp, ByRef Er) Dim HttpReqObj Set HttpReqObj = Nothing On Error Resume Next Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5.1") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5") End If On Error Resume Next If HttpReqObj Is Nothing Then On Error Resume Next Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP.4.0") End If On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Microsoft.XMLHTTP") End If On Error Resume Next If HttpReqObj Is Nothing Then Er = "HTTP requests not supported." GetBackLinksData = False Else HttpReqObj.open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, false HttpReqObj.Send If HttpReqObj.status <> 200 Then Er = "Error: Status=" & HttpReqObj.status & " Text='" & HttpReqObj.responseText & "'" GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If Set HttpReqObj = Nothing End If Else HttpReqObj.Open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, False HttpReqObj.Send If HttpReqObj.Status <> 200 Then Er = "Error: Status=" & HttpReqObj.Status & " Text=" & HttpReqObj.ResponseText GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If End If End Function If GetBackLinksData(PostingString, ResultString, ErrorString) Then Response.Write ResultString Else Response.Write ErrorString End If ' FINSIHED BackLinks.COM SCRIPT BLOCK %>