Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Full Moded code 3.4.03 with 24 mods installed
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 20

andyjenkins
Junior Member

105 Posts

Posted - 18 September 2002 :  13:33:19  Show Profile  Visit andyjenkins's Homepage
Hi cs7.
I think this is one reason where Snitz "falls down" so to speak - with it's open-ness.

Given the openness of the code, and the popularity of mods etc, it's understandable that people want to install new mods. However, these Mods I'm seeing time and time again, that they cannot be installed on existing databases. I've had exactly the same thoughts as yourself - upgrade the database, then apply the new code - surely all should be well. I however keep seeing the same response "no it wont work".

Its a shame - I lost a load of posts on my forum when I moved over to Snitz - I cannot loose a load again to move over to an excellent mod (like this one).

If anyone has a solution - you *will* be God in my books........





BTOpenworld ADSL Usergroup
Go to Top of Page

cs7
Starting Member

3 Posts

Posted - 18 September 2002 :  14:00:28  Show Profile
I see where you're coming from andyjenkins. I use to use ultraboad. Which after awhile got bogged down and slow and then the company disappeared.

I like snitz better and have never had a problem.

But what I dont get, is if you have to update the db and then manually edit the code to install a mod anyway, And then do it again for a newer version... If someone comes out with a total package, why can't it be done? (edit the config.asp to point to your db; install the new asp files that point to the modifications that are included in the db and then make your site look the way you want in the admin console)

Also, Serverhacker, I really like what you've done.
is there anyway to keep the standard default.asp along with your conversion? (I see yours points to a frame and i'm not fond of frames)
I'm going to give this a try and if it blows up, do something else.
But if it doesn't, I'd like to keep my forum appearing the way it does now. the header I mean.
its version 3.4.02 with the poll, active users, and header cell 3.4 mods installed
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 18 September 2002 :  14:18:45  Show Profile
Ok, I got the forum running - almost everything runs well - just 1 error found so far:

active.asp - error:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/alpha/forum/active.asp, line 310
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 18 September 2002 :  14:44:47  Show Profile
hello, all and thanks for your input (happy you like this )

I have to go to work so I can't say much, just wanted to let wii know, redownload the zip to get the new active.asp file I fixed it in another post. sorry about that.

Yes "Stick Topics" installed? It's part of snitz's main code now.

Is "Announcments" MOD installed? No, I will look in to it and see if there is an update of the mod for 3.4.03 code.

Edited by - serverhacker on 18 September 2002 14:56:14
Go to Top of Page

stever
New Member

65 Posts

Posted - 18 September 2002 :  17:34:03  Show Profile
Very nice work. Since I'll be migrating an existing database to this one, is it possible to also provide the .dbs file needed to update the tables? That would truly make this a no-brainer!

.Steve
Go to Top of Page

His Divine Shadow
New Member

Finland
84 Posts

Posted - 18 September 2002 :  17:39:33  Show Profile  Send His Divine Shadow an ICQ Message
I did find a problem here:
With this line in active.asp

rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText

when I try to open the active topics list I get this:
Error Type:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/Forum/active.asp, line 310

And that is line 310:
rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText

I'm here to donate blood...
Someone elses...
Go to Top of Page

CJones
Starting Member

35 Posts

Posted - 18 September 2002 :  17:42:02  Show Profile
hehehe, oops. I would say that was a typo but I can't. LMAO! Thanks for this code serverhacker, I was wondering what other MOD's you might be working on for this?
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 18 September 2002 :  17:57:37  Show Profile
Is still have the same error at the active.asp file.

Still testing - I found a few minor bugs, I will post them here as I go along.
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 18 September 2002 :  18:07:50  Show Profile
Hi, wii

Here is a good copy of the active.asp page: active.asp

Please let me konw if this fixed it, it working good on the demo site. Thanks

I also added a zip with the dbs files for all, see first post

Edited by - serverhacker on 18 September 2002 18:08:40
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 18 September 2002 :  18:12:02  Show Profile
Sorry - same error:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/alpha/forum/active.asp, line 310
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 18 September 2002 :  18:16:07  Show Profile
hmmmmm, It's working on all three of my sites, me friend is going to update his site to test it, I will let you know.
Go to Top of Page

CJones
Starting Member

35 Posts

Posted - 18 September 2002 :  18:25:20  Show Profile
Just to confirm, the active topics works on my forum...

just for reference:

line 309 rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
310
311 if rs.EOF then
312 recActiveTopicsCount = ""

This is what my code shows...

Edited by - CJones on 18 September 2002 18:29:04
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 18 September 2002 :  18:34:05  Show Profile
Ok, I´m testing on another server - I can´t run it locally because of the counter, is it possible to deactivate it or delete some code?
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 18 September 2002 :  18:35:53  Show Profile
CJones, can you please post a link to you site, I would like to see it.

Go to Top of Page

CJones
Starting Member

35 Posts

Posted - 18 September 2002 :  18:36:17  Show Profile
Question serverhacker? When I click on the photo albums link it pulls them up for all the members but there is an red X (image should be there) what should be there?

You can view my forum here: ceige.dyndns.org:8585

Name Tester
pass Tester
Go to Top of Page
Page: of 20 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07