Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: DVD Profiler Online Page: 1  Previous   Next
Link to view online collection is broken
Author Message
DVD Profiler Desktop and Mobile Registranttbeecher
Registered: March 16, 2007
Posts: 1
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
The link that I use to my online collection is broken.

http://www.dvdprofiler.com/mycollection.asp?alias=tbeecher

When I click on it a file called mycollection.asp is downloaded. The file consists of:

<%
Option Explicit
dim Alias

' Set this page to expire immediately
Response.Expires = -1

' Get selected alias from URL, if available
Alias = Request.QueryString("alias")
if (Alias = "") then Alias = Request.QueryString("name")
if (Alias = "") then Alias = Request.QueryString("a")
if (Alias = "") then Alias = Request.QueryString("n")

Response.Redirect("http://www.invelos.com/DVDCollection.aspx/" & Alias)
%>
Invelos Software, Inc. RepresentativeKen Cole
Invelos Software
Registered: March 10, 2007
United States Posts: 4,282
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Fixed.
Invelos Software, Inc. Representative
    Invelos Forums->DVD Profiler: DVD Profiler Online Page: 1  Previous   Next