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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 File Sharing Physical Path
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Pedo
Starting Member

49 Posts

Posted - 21 November 2003 :  10:43:26  Show Profile
'################
'	Paths
'################
'NOTE: YOU MUST FIRST CREATE THE ACTUAL PATHS WRITTEN IN ALL VARIABLES HERE ELSE MOD WONT WORK AT ALL
'NOTE: ALL OF THE FOLLOWING VARIABLES SHOULDNT END WITH A "\" NONE OF THEM
'physicalUploadFolder -> path to physical location of uploading
'physicalUploadTextFolder -> path to store text files containg file information
physicalUploadFolder = "C:\Inetpub\wwwroot\forum\sharedfiles"
physicalUploadTempFolder = "c:\Inetpub\wwwroot\forum\sharedFiles"
physicalUploadTextFolder = "C:\Inetpub\wwwroot\forum\filesText"
logFilePath = "D:\Inetpub\wwwroot\forum\sharedFiles\logFiles"

The above code is from inc_UploadConfig.asp in the File Sharing Mod. Because I have the hosting service and I don't know the physical path. All I know is that I put all forum codes into Public\forum directory.

I tried to use the following codes.
physicalUploadFolder = "forum\sharedfiles"
physicalUploadTempFolder = "forum\sharedFiles"
physicalUploadTextFolder = "forum\filesText"
logFilePath = "forum\sharedFiles\logFiles"


But I got the error message. Microsoft VBScript runtime error '800a004c' Path not found. /forum/membersFiles.asp, line 424.

How could I fix it?

Edited by - Pedo on 21 November 2003 10:45:18

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 21 November 2003 :  10:47:18  Show Profile  Visit HuwR's Homepage
in the forum files you should find a file called whereami.asp if you run this it will tel you the physical location of your forum directory.
Go to Top of Page

Pedo
Starting Member

49 Posts

Posted - 21 November 2003 :  10:49:15  Show Profile
HuwR, that is quick. Thanks for quick reply. I will try it.
Go to Top of Page

Pedo
Starting Member

49 Posts

Posted - 21 November 2003 :  10:58:04  Show Profile
It works and thank you very much.
Go to Top of Page

Pedo
Starting Member

49 Posts

Posted - 21 November 2003 :  11:22:42  Show Profile
Another question. Once you uploaded the file are there anyway to delete the file from the list?
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 21 November 2003 :  11:26:22  Show Profile  Visit HuwR's Homepage
I'm afraid someone else will have to answer that, I am unfamiliar with the MOD in question
Go to Top of Page

Pedo
Starting Member

49 Posts

Posted - 21 November 2003 :  16:30:59  Show Profile
I found out that there is a file called filesLibrary.asp in the mod. The file has all the list and things you can do. Although it is not referenced some where, you can add the link to it.
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07