The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Known bugs:
admin_album.asp
Line 104 filesize = 51200
Line 463 Replace with this
admin_file_lister.asp
Line 102 filesize= 51200
Line 319 Replace with this:
myfiles.asp
Line 225 At the very end of the line, delete the , s
whereami.asp
Line 6 Delete
whereaminow.asp
Line 42 Replace with this:
Line 44 Replace with this:
Line 38 Delete
Database Issues:
FORUM_FILELISTER_CONFIG
file_size Change value to 51200
base_dir Change value to /Filelister
FORUM_ALBUM_CONFIG
file_size Change value to 51200
base_dir Change value to /album
These issues are all fixed in the download file as of today.
admin_album.asp
Line 104 filesize = 51200
Line 463 Replace with this
Code:
strBPath=Request.ServerVariables("PATH_TRANSLATED")
strBPath=left(strBPath,len(strBPath)-15)
strBasePath = strBPath & "\" & mid(trim(basedir),2)admin_file_lister.asp
Line 102 filesize= 51200
Line 319 Replace with this:
Code:
strBPath=Request.ServerVariables("PATH_TRANSLATED")
strBPath=left(strBPath,len(strBPath)-22)
strBasePath = strBPath & "\" & mid(trim(basedir),2)myfiles.asp
Line 225 At the very end of the line, delete the , s
whereami.asp
Line 6 Delete
whereaminow.asp
Line 42 Replace with this:
Code:
strPath2 = Replace(Request.ServerVariables("PATH_TRANSLATED"), "whereaminow.asp",strCustomDatabaseName)Line 44 Replace with this:
Code:
strPath2 = Replace(Request.ServerVariables("PATH_TRANSLATED"), "whereaminow.asp","snitz_forums_2000.mdb")Line 38 Delete
Database Issues:
FORUM_FILELISTER_CONFIG
file_size Change value to 51200
base_dir Change value to /Filelister
FORUM_ALBUM_CONFIG
file_size Change value to 51200
base_dir Change value to /album
These issues are all fixed in the download file as of today.