"
tblout = tblout & "| " & Trim(Left(firstSplit(x), 5)) & " | "
tblout = tblout & "" & Trim(Mid(firstSplit(x), 6, 6)) & " | "
tblout = tblout & "" & pc & " | "
tblout = tblout & "" & dt & " | "
tblout = tblout & "" & Trim(Mid(firstSplit(x), 41)) & " | "
tblout = tblout & "
" & vbCrLf
End If
Next
tblout = tblout & ""
makeTBLtvcom = tblout
End Function
%>
<%
Function getLastMod(file2check)
Dim objFSO
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set f = objFSO.GetFile(Server.MapPath( file2check ))
fModDate = WeekdayName(WeekDay(f.DateLastModified), True)_
& ", " & Day(f.DateLastModified)_
& " " & MonthName(Month(f.DateLastModified), True)_
& " " & Year(f.DateLastModified)_
& " " & Hour(f.DateLastModified)-5 & ":00"
getLastMod = fModDate
End Function
%>
<%
'does user like this show?
If len(ShowID) > 0 Then
ShowLikes = request.Cookies("Likes")
ShowLikes = "x" & ShowLikes & "x"
If InStr(ShowLikes, "x" & ShowID & "x") Then display = "unlike" Else display = "like"
'user clicked on un/like
Dim likeClick
likeClick = request.Form("likeLink")
If likeClick > "" Then
showLikes = request.Cookies("Likes")
If showLikes > "" Then showLikes = "x" & showLikes & "x"
If InStr(showLikes, "x" & showid & "x") Then
'unlike
showLikes = Replace(showLikes, showid & "x", "")
Else
'like
showLikes = showLikes & showid
End If
If Left(showLikes, 1) = "x" Then showLikes = Mid(showLikes, 2)
If Right(showLikes, 1) = "x" Then showLikes = Left(showLikes, Len(showLikes) - 1)
response.Cookies("Likes") = ShowLikes
With response.Cookies("Likes")
.domain = "epguides.com"
.expires = #12/31/2037#
.path = "/"
'.secure = true
End With
newURL = Replace(Request.ServerVariables("URL"),"default.asp","")
response.Redirect("https://epguides.com/" & newURL)
End If
Else
'do nothing
End If
%>
(a Titles & Air Dates Guide)
Last updated:
<%=getLastMod("../rage/5752.txt") %>
Episode list from:
TVRage (links if any to TVRage may no longer work)
Original
Episode # Prod # Air Date Titles
_____ ______ ___________ ___________ ___________________________________________
• Season 1
1 1-01 21/Jul/96 Island of Adventure
2 1-02 28/Jul/96 Castle of Adventure
3 1-03 04/Aug/96 Valley of Adventure
4 1-04 11/Aug/96 Sea of Adventure
5 1-05 18/Aug/96 Mountain of Adventure
6 1-06 25/Aug/96 Ship of Adventure
7 1-07 01/Sep/96 Circus of Adventure
8 1-08 08/Sep/96 River of Adventure