1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Xigla Absolute News Content Manager Problem

Discussion in 'C#' started by DynamicMK, Jun 28, 2007.

  1. #1
    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
     
    DynamicMK, Jun 28, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    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 ;)
     
    ccoonen, Jun 28, 2007 IP