RPG Forum Mod 1.0
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=7377
Printed Date: 06 April 2026 at 1:18pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: RPG Forum Mod 1.0
Posted By: thej3w
Subject: RPG Forum Mod 1.0
Date Posted: 18 November 2003 at 9:05pm
I have finished the RPG forum, at least as much as I can right
now. I would
have a site you could goto and look at it but I cannot due to the
amount of bandwidth. Anyways, I have a sort of addon to the Web Wiz
Forum, its a RPG Mod. I would have a pack with all the files but since
I need permission to do this I will only send the files you need to
update. http://www.thej3w.net/RPG_Forum_Files_v1.0.zip - Click(1.5KB)
I will try to list what files need what changes so you can keep
existing mods, however the database needs to be replaced or at least
updated with all the new stuff I added.
Any comments are welcomed. Also I wasn't sure on what to do for the
whole giving this out thing, so if anyone can help that would be great.
Also this is
coded for Version 7.6.
Also I would like some help on the way my files connect to the
database, I had to do it a diffrent way then how the rest of the forum
does it cause I couldn't really understand. Take a look at any of the
newer files such as forum_shop.asp to understand what I'm talking about. http://www.thej3w.net/RPG_Forum_v1.0.zip -
http://www.thej3w.net/RPG_Forum_v1.0.zip -
|
Replies:
Posted By: ljamal
Date Posted: 19 November 2003 at 6:35am
To use the same DB Connection as WWF, you need to define your SQL statement in a variable (WWF uses strSQL) and then use the open DB Connection to get the information. Generally, the RSCommone recordset is free for use but you can create your own as you have done.
The syntax would be:
strSQL = "Your SQL statement here"
YourRecordSet.Open strSQL, adoCon
------------- L. Jamal Walton
http://www.ljamal.com/" rel="nofollow - L. Jamal Inc : Web/ Print Design and ASP Programming
|
|