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)
 File Attachments
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 January 2001 :  15:51:09  Show Profile  Visit HuwR's Homepage
sounds like a corrupted file, the code around 620 should be something like


rs2.close
set rs2 = nothing
end if
Go_Result "Updated OK", 1


'Resistance is futile'
Go to Top of Page

wob
Starting Member

39 Posts

Posted - 17 January 2001 :  16:10:06  Show Profile
Hey HuwR,

I fixed it just a while ago, I hadn't had time to update my post yet. Your assessment was correct. There should have been a line break in one of the statements. That solved the post_info error. The only thing I'm still working on is that the link in the post to the file is inactive and displays as code.

ex:{url="pop_download.asp?mode=Edit&dir=admin&file=FileAttachment.txt"}download{/url}


Note I replaced the bracets above with {}'s to keep this forum from trying to encode them. The funny thing is that the link looks fine from the preview window?!?!

Update I did a little test and found this, if I make a post like the below example

Snitz Community Forum

The code I use is:{url="http://forum.snitz.com/"}Snitz Community Forum{/url}

Again, I swapped the brackets with {}'s. On my forum it displays:
{url="http://forum.snitz.com"}Snitz Community Forum{/url}

as code, ie brackets and all. And the http...com is underlined and is an active link. The Snitz...Forum is just text.

???


Edited by - wob on 17 January 2001 16:47:16
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 January 2001 :  16:26:58  Show Profile  Visit HuwR's Homepage
do you have a url I can check out.

'Resistance is futile'
Go to Top of Page

wob
Starting Member

39 Posts

Posted - 17 January 2001 :  17:09:38  Show Profile
Sorry HuwR,

It's on an Intranet site.

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 January 2001 :  18:08:46  Show Profile  Visit HuwR's Homepage
I'm pretty sur if you check in the bugs forum, you will find some fixes for this, it is a problem with some of the code in inc_functions.

'Resistance is futile'
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 18 January 2001 :  15:26:22  Show Profile  Visit rick7165's Homepage
HuwR... I'm running Richard's Forum that he did some mods too.. I'm having trouble putting File Attachments in the post.asp and post_info.asp.

I've emailed you the files to see if you can figure out where to put the entries.

To see what the forum looks like... check out www.eastpasco.com


Thanks,
Rick


My Demo Site
www.eastpasco.com
Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 18 January 2001 :  15:44:07  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
quote:

HuwR... I'm running Richard's Forum that he did some mods too.. I'm having trouble putting File Attachments in the post.asp and post_info.asp.

I've emailed you the files to see if you can figure out where to put the entries.

To see what the forum looks like... check out www.eastpasco.com


Thanks,
Rick


My Demo Site
www.eastpasco.com




how did you do the "cancel notification" - mod!?
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 18 January 2001 :  16:37:36  Show Profile  Visit rick7165's Homepage
Look Here:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=2560

[/quote]


how did you do the "cancel notification" - mod!?
[/quote]

My Demo Site
www.eastpasco.com
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 18 January 2001 :  17:01:13  Show Profile  Visit HuwR's Homepage
quote:

HuwR... I'm running Richard's Forum that he did some mods too.. I'm having trouble putting File Attachments in the post.asp and post_info.asp.

I've emailed you the files to see if you can figure out where to put the entries.

To see what the forum looks like... check out www.eastpasco.com


Thanks,
Rick


My Demo Site
www.eastpasco.com



I mailed them back to you, let me know if still problem

'Resistance is futile'
Go to Top of Page

wob
Starting Member

39 Posts

Posted - 24 January 2001 :  15:18:23  Show Profile
Hello again,

I have this mod installed (thanks to HuwR ) and is running great on my development server. When I transferred it to it's official home ( still on an intranet BTW ), I got a new message when clicking on the 'upload' button.

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/Mods/clsCollection.inc, line 19

Public Property Get Count()
----------------^

I see that HuwR answered this question on page 2 of this topic. His answer was:

quote:
It would appear from your error that they do not have the fileSystem object and the Scripting.Dictionary enabled on there site.


My question is, how do you enable these functions and does anyone have an opinion as to the security risks involved? Has anyone else had this problem that could give some insight as to how they fixed it?



Edited by - wob on 26 January 2001 16:32:42
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 January 2001 :  17:10:52  Show Profile  Visit HuwR's Homepage
to enable, I don't know, it is generally installed by default, and you have to disable it, I'm pretty sure all you need to do is register a dll, can't remember which one.

Used in this manner it is not a risk and should not be a problem on an intranet, the problem arises on hosted web space on shared servers, if their permissions and security are not set up correctly, you can use the file scripting object to write a file browser which allows you viewing acces to the entire server.

'Resistance is futile'
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 29 January 2001 :  16:31:45  Show Profile  Visit HuwR's Homepage
test post for active topics

'Resistance is futile'
Go to Top of Page

Morpheus73
Average Member

Denmark
597 Posts

Posted - 09 February 2001 :  06:07:52  Show Profile
Would it be possible to modify this mod so it doesnīt only attach files to a message?

Iīm thinking of a member file area system, where every user has a folder containing his or hers uploaded and/or recieved files? - maybe with the possibility to attach them to their messages or send to with PMīs to individuals or groups? ... would be cool for my purpose use of the forum as a teacher I could send files to students or whole classes.

MPH73

Go to Top of Page

StockholmStudent
Junior Member

Sweden
329 Posts

Posted - 09 February 2001 :  08:58:58  Show Profile  Visit StockholmStudent's Homepage  Send StockholmStudent an ICQ Message
quote:

Would it be possible to modify this mod so it doesnīt only attach files to a message?

Iīm thinking of a member file area system, where every user has a folder containing his or hers uploaded and/or recieved files? - maybe with the possibility to attach them to their messages or send to with PMīs to individuals or groups? ... would be cool for my purpose use of the forum as a teacher I could send files to students or whole classes.

MPH73






Hej Danmark!


Sounds cool. What is your homepages adress?

cheers /CHEETAH Sweden!
Go to Top of Page

Morpheus73
Average Member

Denmark
597 Posts

Posted - 09 February 2001 :  15:31:11  Show Profile
!

Go Sverige!

Actually just replying to my own reply in order for this to get higher ratings in the active topics list :) ... this done in the hope that some of the cooler coders (HuwR, Frankie, stimulator?) will notice it!

MPH73

Go to Top of Page
Page: of 9 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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07