[bd] Data Storage [Paid] 1.3.0

Store data in remote servers.

  1. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    xfrocks submitted a new resource:

    [bd] Data Storage - Store data in remote servers.

    Read more about this resource...
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

  3. TheBigK

    TheBigK New Member

    Does this work on all the versions of xenforo or just 1.3?
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @TheBigK It works with 1.1, 1.2 and 1.3.
       
  4. xfrocks

    xfrocks XenForo rocks!
    Staff Member

  5. vocieitout

    vocieitout New Member

    Import the .xml file using XenForo add-on importer??? Returns this Error??? *Please see attached file. What am I missing... I just bought this. I am running XenForo 1.3.0 Please Help... Thank you in advance
     

    Attached Files:

    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @vocieitout Sorry for your problem. What is your PHP version?
       
  6. vocieitout

    vocieitout New Member

    finding out now... I'm running on amazon ec2 instance
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @vocieitout I have addressed a potential issue, please try to download the latest version (v1.1.2) and install again. Sorry for your problem.
       
  7. xfrocks

    xfrocks XenForo rocks!
    Staff Member

  8. vocieitout

    vocieitout New Member

    PHP 5.3.28 (cli) (built: Dec 17 2013 00:28:38)
    Copyright (c) 1997-2013 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @vocieitout Thank you for your information, please try to install with v1.1.2.
       
  9. vocieitout

    vocieitout New Member

    I just tried also on hostgator server... same Error...???
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @vocieitout Same error with v1.1.2?
       
  10. vocieitout

    vocieitout New Member

    Where exactly can I locate this version v1.1.2. I just bought and downloaded 30 mins ago...
     
  11. vocieitout

    vocieitout New Member

    This is where I am trying to install the addon-bdDataStorage.xml file is that correct? *Please see attached file
     

    Attached Files:

  12. vocieitout

    vocieitout New Member

    Where exactly can I locate this version v1.1.2. I click download now button and I get ver.1.1.1 downloaded
     
  13. vocieitout

    vocieitout New Member

    I am requesting a refund... hopefully this will be fully functional in the future... I will be checking back in to see if there will be a patch for the problem...
    Thank you in advance,
    All the Best
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @vocieitout I have issued a full refund for you.
       
  14. vocieitout

    vocieitout New Member

    P.S. I also tried latest Ver. v1.1.2. same Error :(
     
  15. vocieitout

    vocieitout New Member

    Thank You! any chance this will be functioning soon... Would love to have
     
  16. xfrocks

    xfrocks XenForo rocks!
    Staff Member

  17. Maximilian

    Maximilian New Member

    Hi! I've bought this addon and created a S3 account. I have also generated a secret key...but when i try to add the lines on my installation, i see an error. Seems not correctly installed.

    I need to have the attach in my subdomain and i have a "only https site", i have to extra settings to have this on my site?
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Maximilian Should be fairly simple, something like below:

      PHP:
      $config['bdDataStorage'] = array(
          array(
              
      'type' => 's3',
              
      'key' => 'xxx',
              
      'secret' => 'xxx',
              
      'bucket' => 'xxx',
              
      'region' => 'us-east-1',
              
      'url' => 'https://sub.domain.com',
          ),
      );

      Also, I noticed you mentioned "have the attach in my subdomain", this add-on only handle attachment thumbnail. The actual attachment files are put in /internal_data and they are not managed by this add-on.
       
  18. Maximilian

    Maximilian New Member

    I know, i mean that i want to use my subdomain like in XFRocks and not the amazon site url. ;-)
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Maximilian Yes, you can use your subdomain, just enter the subdomain (sub.domain.com) as the bucket name and put the url as in my example ;)
       
  19. Maximilian

    Maximilian New Member

    And for the SSL? Is i understood you have to upload the cert on Amazon
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Maximilian For SSL certificate, as far as I know, Amazon doesn't allow you to upload your custom cert to their server. I worked around this for my site by using CloudFlare Pro as CDN.
       
  20. Maximilian

    Maximilian New Member

    When i create the subdomain that will have the avatars, i have to point it to the data directory? I have seen your howto, i can't use the CNAME method with Godaddy (he ask me to point a IP and doesn't accept the amazon Url).
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Maximilian Please note that the link you quoted is for a different add-on.

      And you should be able to create a new CNAME record with GoDaddy, I found this tutorial http://webdeveloperpadawan.blogspot.com/2012/01/assigning-your-godaddy-domain-name-to.html (sorry I don't use GoDaddy myself).
      web developer padawan: Assigning your GoDaddy domain name to your Amazon S3 bucket
      webdeveloperpadawan.blogspot.com
       
      Maximilian likes this.
      1
Loading...