I install Xigla Absolute News Content Manager but when i start it i always get Loading..., and then this <!--#include file="incSystem.asp" --> <% '//////////// Receive Data ////////// usr=replace(request("usr"),"'","''") pwd=replace(request("pwd"),"'","''") application("xlaANM_connection")=connection if len(usr)>0 and len(pwd)>0 then set conn=server.createobject("ADODB.Connection") conn.open connection '/// Check if there's a Default Administrator, otherwise create one psql="select * from publishers where plevel=2" Set rs = Server.CreateObject("ADODB.Recordset") rs.open psql,conn,1,2 if rs.eof then rs.addnew rs("name")="Default Administrator" rs("username")="admin" rs("password")="admin" rs("email")="email@here.com" rs("additional")="Default Administrator" rs("plevel")=2 rs.update [B]AND MORE[/B] Code (markup): Pls help me! I'm noob in stuffs like this
so when you hit the website after install... this is what the page looks like? Make sure you have ASP enabled or that you are even on a Windows Host... It should NOT be showing the ASP Source code as rendered html