Facebook 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4291
Latest: Robertqt
New This Month: 5
New This Week: 1
New Today: 0
Stats
Total Posts: 43721
Total Topics: 7586
Most Online Today: 43
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 38
Total: 39

Author Topic: S3 System For SMF Attachments  (Read 36634 times)

0 Members and 1 Guest are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16643
    • View Profile
S3 System For SMF Attachments
« on: September 21, 2021, 11:17:11 am »
Introducing S3 System For SMF. What is it? S3 System for SMF adds Amazon's S3 support for the attachment system SMF for storing and displaying attachments. Useful for forums with large number of attachments and can save money on hosting/hosting resources by using Amazon's S3

Supports SMF 2.1.x (MySQL), SMF 2.0.x (MySQL)

Features:

    Stores your forums attachments and attachments thumbnails on Amazon S3
    Files are stored securely on Amazon S3 with a private ACL
    File links are only valid for one hour via a signed link
    Attachments that are deleted are also deleted on S3 if they are linked
    Sync system to automatically copy existing attachments to your S3 Bucket via a cron job.
    S3 Indicator in attachments section in SMF
    And more!

For more information on S3 System For SMF visit https://www.smfhacks.com/s3systemforsmf.php

This package is also included in our Community Suite product at no extra cost! Another reason to grab it if you have not already.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Bad Emails DO NOT EMAIL
  • Jr. Member
  • *
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: S3 System For SMF Attachments
« Reply #1 on: September 21, 2021, 05:38:29 pm »
Oh it seems pretty cool for certain sites, see if I apply it and leave the translation in passing :P

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16643
    • View Profile
Re: S3 System For SMF Attachments
« Reply #2 on: September 21, 2021, 05:46:38 pm »
Not too many strings only a handful
Code: [Select]
$txt['amazon_s3'] = 'Amazon S3';
$txt['amazon_s3_note'] = 'Amazon S3 is another way to store files/serve requests to learn more visit <a href="https://aws.amazon.com/s3/" target="_blank">https://aws.amazon.com/s3/</a>';
$txt['s3_enabled'] = 'Enable Amazon S3 for Storage';
$txt['s3_delete_local'] = 'Delete the local file after uploaded successfully to S3';
$txt['s3_thumbnails'] = 'Copy/display attachment thumbnails using S3. Images may load slower';
$txt['s3_access_key'] = 'AWS Access Key';
$txt['s3_secret_access_key'] = 'AWS Secret Key';
$txt['s3_bucket'] = 'S3 Bucket';
$txt['s3_region'] = 'S3 Region';
$txt['s3_domain'] = 'Optional -Custom AWS CNAME domain';
$txt['s3_cron_items'] = 'Number of items to process per cron job';
$txt['s3_sycned'] = 'Synced';
$txt['s3_no'] = 'No';

$txt['error_bad_access_key'] = 'Invalid AWS S3 Access Key';
$txt['error_bad_secret_access_key'] = 'Invalid AWS S3 Secret Key';
$txt['s3_cronjob'] = 'Cron Job';
$txt['s3_cronurl'] = 'Cron Path';
$txt['s3_cronurl_note'] = '<strong>Required!</strong> Setup a cron job with file path below to execute php code. Have it run at least once an hour or every 15 minutes for faster uploads to S3';

Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: S3 System For SMF Attachments
« Reply #3 on: October 05, 2021, 11:32:15 pm »
Looks like an excellent add-on.

Why is this priced so outrageously different than your other products? The price makes me want to code one from scratch instead.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16643
    • View Profile
Re: S3 System For SMF Attachments
« Reply #4 on: October 05, 2021, 11:40:58 pm »
It was a custom job for a client. I charged them more than listed here and is a very low volume product sale wise. Very few people will buy it. For the price and for the hours I spent is a great deal,, I don't think you could find anyone to could it for less than the price here even people overseas...
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline mickjav

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • Database Dreams
Re: S3 System For SMF Attachments
« Reply #5 on: October 06, 2021, 03:03:42 am »
I wish people understood that goes into building programs, It's not like they can be put together in five minutes, then there's all the research, If your no good at images like me you have to pay to have them built.

I Log thousands of hours on some projects the one I'm upgrading at the min has a 2 year life span with all the help files etc I have to built but that's more a labour of love. 

Home of Chart Tracker Elite, Apollo & DJ 2020, Coming soon The Librarian.
Dislike Dislike x 1 View List

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: S3 System For SMF Attachments
« Reply #6 on: October 06, 2021, 07:58:50 am »
@Mickjav

My questions was completely valid. Remember, this is being sold to the public, not to a single individual. I know a lot of time goes into building an app, thus I don't need to be lectured by you or anyone alike on that matter.

@SMFHacks

Thanks for your response.

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
14432 Views
Last post January 14, 2009, 03:12:31 am
by vkot
1 Replies
15509 Views
Last post April 12, 2009, 09:11:54 pm
by SMFHacks
1 Replies
15037 Views
Last post June 28, 2009, 05:50:05 pm
by SMFHacks
2 Replies
17545 Views
Last post February 04, 2014, 02:11:28 pm
by Cmely
0 Replies
8842 Views
Last post March 03, 2016, 06:24:31 pm
by SMFHacks

+- Recent Topics

ST Shop integration by SMFHacks
March 17, 2025, 08:28:26 pm

Contact Us by SMFHacks
March 16, 2025, 07:49:23 pm

HTTP 500 error during install by SMFHacks
March 13, 2025, 10:44:31 am

Site upgrade to 2.1 by SMFHacks
March 12, 2025, 09:29:43 pm

[Mod]WebP and AVIF File Support for SMF 2.1 by SMFHacks
March 10, 2025, 04:32:57 pm

Pretty URL's Pro support/help by [chrisB]
March 03, 2025, 10:18:09 am

More RSS feeds by melon
February 28, 2025, 08:23:21 am

SMF Shop / ST Shop Credits? by SMFHacks
February 22, 2025, 06:13:10 pm

Down_sendpm Error by Senkusha
February 22, 2025, 07:49:24 am

Additional Recommendations for SMF Store by SMFHacks
February 20, 2025, 03:40:50 pm

Powered by EzPortal