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)
 An alternative attachment mod
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 15 March 2008 :  21:53:00  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
Overview:
Works in a similar fashion to other file attachment mods however instead of uploading files to your server, files are uploaded to a users Lespacio account. This allows for (usually) a wider range of attachment filetypes and up to 50mb files as well as obviously not using up your own paid for webspace.

There are two versions: Version 1 requires each member to have a lespacio account and files uploaded are then uploaded directly to their account. This has the advantage of not restricting all members to the space provided by one account (750mb) but has the downside that any member who wants to use it must have a lespacio account.

Version 2 allows you to associate the forum with an existing account so all members can directly upload files without requiring their own account. However this limits the forum to 750Mb of space for Lespacio-hosted attachments and puts the lespacio account holder in a position of responsibility for the files uploaded rather than the people uploading them.

Installation:
Both versions require one line of code to be added to post.asp.

Note: the site this is centered around is currently in testing and evaluation, and its availability is currently only guarunteed until 20/05, however the more people who use it the more likely it is to stay :)

-----------Download-----------
Version 1 is now available - Download the readme

Version 2 is also now available - Download the readme


Edit: version 1 line number isn't quite correct in the readme for snitz 06, it should be line 1060 rather than 1077 (the latter is correct for .05). For people using modded versions of post.asp you'll find it all under the line ' DEM --> End of Code Added for Moderation and Subscription.<

Edited by - Jezmeister on 19 March 2008 16:32:31

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 20 March 2008 :  03:42:06  Show Profile  Visit MarcelG's Homepage  Reply with Quote
Jez, have you received any feedback yet?<

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 March 2008 :  03:44:03  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
lol if you count one guy asking where to add the code... so not really <
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 20 March 2008 :  17:56:48  Show Profile  Reply with Quote
that was me still waiting a reply.<

Phil
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 March 2008 :  21:06:22  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
I tried to reply but it bounced - I put the answer at the bottom of the main topic post instead

if strRqMethod = "Edit" or _
strRqMethod = "URL" or strRqMethod = "EditURL" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """>" & vbNewLine
---------This is where to add the code
if strRqMethod = "Edit" or strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "EditTopic" or strRqMethod = "TopicQuote" then
if (strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
<

Edited by - Jezmeister on 20 March 2008 21:08:55
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07