Hi,
We've just released an image viewer plugin which enables you to display the images directly on the site. See here for more information:
http://yetishare.com/imageviewer_plugin.html
Regards,
Adam.
Hi,
We've just released an image viewer plugin which enables you to display the images directly on the site. See here for more information:
http://yetishare.com/imageviewer_plugin.html
Regards,
Adam.
Hi all,
We've just released a new plugin for YetiShare - an image preview plugin. See here for more information:
http://yetishare.com/imageviewer_plugin.html
Or view an image on our demo site for an example:
http://fhscript.com
Regards,
Adam.
Hi all,
We've had a lot of bespoke development requests in lately but we're unfortunately not able to work on a lot of them due to our workload with the core scripts.
Rather than point people towards Elance (which can be hit and miss at the best of times!) I've setup this forum so others can...
What size is the download?
Are there any mods to the file_download.php file? (I have to check :))
Is the load any different for free vs paid accounts? (re the download speed restriction for free users)
Yes it'll work as long as you set the path in the _config.inc.php file in this constant:
_CONFIG_SITE_FULL_URL
i.e.
define("_CONFIG_SITE_HOST_URL", "website.com");
define("_CONFIG_SITE_FULL_URL", "website.com/path");
From James:
- Retrieve backup script/UI tool.
- Have some sort of version check in the s3 script in whm that tells if there is a newer version... then have an option to download and install the plugin without having to do anything on the command line.
- Include in your documentation how to...
I've not heard of them but I'm sure they'll be able to tell how they integrate with Authroize.net. Bitcoin can be used via OKPay so you may find them a more useful gateway. I'll add i-koruna.com to the list to check
I've just looked at your site and the upload is working for me now:
http://www.getfil.es/rH~i?f54a3ccb3bb4acb9332e87dc4220ed8c
I can't see the MySQL issue on my upload, are you still getting it?
Adam.
From customer email:
It would be great if you could add some additional "Image" functionality for uploaded images where the user is presented with multiple sizes of their images (original size down to thumbnails), the ability to add galleries / folders of images and also social sharing of those...
Hi all,
I've just added the okpay gateway plugin. If you've already purchased the Payza plugin, contact me via the site contact form and I'll send you a copy of the okpay one.
http://www.yetishare.com/okpay_payment_gateway_plugin.html
Thanks,
Adam.
Just spoke with OKPay on the phone and they permit file hosting sites. I'll do some work on a plugin today with a view to releasing it asap. If you've already purchased the Payza one, contact me after release and I'll send you this one free.
Still looking at other gateways aswell...
Adam.
That's strange, they approved our demo site. If you want to suggest any gateways which support file hosting sites then I'll look at getting them integrated.
I'll take a look at OKPay aswell if they support file hosting sites.
Yes files over 2GB can be uploaded as it doesn't use PHP, only FTP.
For now it's just cPanel, we're looking at other options but there's no standard way of doing it unfortunately. Probably something automated via the command line next.
There's no way to manage the FTP users manually.
Thanks...
I didn't catch the actual import part. I've updated the plugin code now, could you try re-downloading it to see if it fixes the problem. You can just extract the php code from the downloaded zip and upload it into plugins/ftpupload/
Hi,
Try this:
Open plugins/ftpupload/site/includes/_append_index_tab_content.inc.php
Replace line 276 from this:
<td><?php echo $rs['ftp_user']; ?></td>
with this:
<td><?php echo $rs['ftp_user']; ?>@<?php echo $pluginSettings['connection_cpanel_host']; ?></td>
Regards,
Adam.