<% if not Request.Cookies("lvlmods")("id") > 0 then 'they ain't welcomed, get them out of here Response.Redirect("login.asp") else 'they must have logged in fine let them have the world %> [ admin ] <% set tigCON = Server.CreateObject("ADODB.Connection") tigCON.Open(DSN) query = "select id, name, " & _ "active " & _ "from mods_list where " & _ "id_login = " & Request.Cookies("lvlmods")("id") & _ "order by datestamp desc" 'Response.Write("Query = [" & query & "]
") set tigRS = tigCON.Execute(query) if (tigRS.EOF) then %> It appears that there are no mods listed under this login at the moment. If you think there should be, because you definitely entered one, plz email tigger@ebom.org <% end if dim recCount, firstID recCount = 0 dim id do while not tigRS.EOF id = tigRS("id") if recCount = 0 then firstID = id recCount = 1 end if %> <% if tigRS("active") then %> <% else %> <% end if %> <% tigRS.MoveNext loop tigRS.close tigCON.close %>
mod name mod id screen shot names should be Status
<%=tigRS("name")%> <%=id%> <%=id%>lg.jpg (640x480 40kb) | <%=id%>sm.jpg (160x120 3kb)shownnot shown
<% end if %>

 

If you want to have a screen shot displayed with your mod, you need to do the following (the larger image is optional);

If the file size is LARGER than what is stated above the image will not be shown on the page (its hardcoded into the asp). We will not alter images to fit the requirements. We will not take shots for you. We will ONLY upload the files!