Print Page | Close Window

How to install forum on domaindlx.com?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6869
Printed Date: 03 April 2026 at 9:56pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: How to install forum on domaindlx.com?
Posted By: almaz
Subject: How to install forum on domaindlx.com?
Date Posted: 31 October 2003 at 5:18am
Please give me the edited file common.asp



Replies:
Posted By: DragonFist
Date Posted: 31 October 2003 at 5:49am

just upload your forum and in common.asp change the DB name

than goto /admin/common.asp

and there change the DB path as well



-------------

Legends Live Forever


Posted By: almaz
Date Posted: 31 October 2003 at 8:47am

link :http://www.domaindlx.com/dsn-less.shtm

 

Making a DSN-Less connection can be very tricky for newbies to ASP.  This is done by telling the server to use a file instead of a DSN name

To setup a DSN-Less connection on DomainDLX, use the following code

<%Dim Conn, RS

Set Conn = Server.CreateObject("ADODB.Connection")
Set RS = Server.CreateObject("ADODB.Recordset")

DSNName = "DRIVER=Microsoft Access Driver (*.mdb);DBQ="
DSNName = DSNName & Server.MapPath("/USERNAME/database/mydatabase.mdb")
Conn.Open DSNName

sql = "SELECT * FROM [TableName] WHERE (((TableName.FieldName)='Value'))"
RS.Open sql, Conn, 3, 3%>

_________________________________________________________

What kann I do, wenn these informations are different from the original common.asp file?



Posted By: almaz
Date Posted: 31 October 2003 at 9:12am

Now i have this message:

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'strTxtQuickLogin'

/robik/forum/Default.asp, line 162

______________________

what could be wrong?



Posted By: almaz
Date Posted: 31 October 2003 at 12:59pm
f**king forum


Posted By: dead_angel
Date Posted: 31 October 2003 at 3:45pm

no need to swear.

make sure that the language files are uploaded. have you altered any files?



Posted By: WebWiz-Bruce
Date Posted: 01 November 2003 at 3:46am
There is no need for language like that almaz.

Sorry your account has now been suspended!

Maybe you should look for another forum product from www.aspin.com if you don't like this one.

To anwser your question though, it looks like the language file you are using is not for the version of teh forum you are using or is corrupted.
Upload all the original files in the language file folder again.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net