similar to: Offering downloads only to registered users

Displaying 20 results from an estimated 700 matches similar to: "Offering downloads only to registered users"

2006 Mar 20
16
Secret URLs and file downloads
I''m looking to do something similar to the "secret URLs" in Rails Recipes, however, with file downloads. I want to avoid providing direct URLs to people if possible. I have files on disk in public/, so it would be good if each user got a "unique" URL to each file that they are permitted to see (dealt with by a user_id/file_id table). Then they are only allowed
2006 Dec 21
6
Rails'' send_file, Mongrel, and *gasp* memory
I''ve had a right fun few days at work trying to figure out why our Rails app (which isn''t under very heavy load) kept eating memory and bringing our server to our knees. Eventually I traced it to send_file (which was in a way a relief as it wasn''t down to my coding ;) -- every time a user started downloading, the memory consumed by the app would jump, and
2006 Jan 10
3
Serving lots of images to only registred users
Hello guys, I am building a photo website and I have some questions before I really start programming the site. My system will be Debian + lighttpd + mysql +fastcgi + ImageMagick I plan to use file_column for image handling/verification and thumbnail creation. My question is; I need to store images in a place outside of webroot so only registered members can see them. To serve them secure
2006 Jun 13
2
securing a file
Hi, I want to allow the downloading of specific file only to authorized user, lets say an MPEG. where do I start? ;-) Thx, Dor. -- Posted via http://www.ruby-forum.com/.
2006 Apr 20
3
How to restrict access to images by user?
Hi, I have a some image files that belongs to some users. Only the owner of an image should be able to see it. How can I do that? I don''t think I can use send_data, because I want the image to be displayed on a "rendered" page. I don''t think I can place the images in the public folder, because if some user can figure out the name of the image then he''ll be
2007 Jun 21
1
x-sendfile horrendously slow?
I''m using Camping (though I suspect this applies to RoR just as well, and if you have an RoR specific answer I''d be happy to hear it, I may switch) to do a number of things for an internal application, one of which is transferring large files (~2GB each) between machines over the network. I thought the easy route would just be to make an app that when given the filename, serves
2003 Sep 18
2
VoicePulse offering IAX2 services
I don't know if this has been mentioned yet: Voicepulse is now offering wholesale pricing and IAX2 connectivity for Asterisk users. No fees, pay as you go. They also offer incoming calls for $7.99 per month. See wholesale.voicepulse.com.
2006 Mar 30
0
DID's Now Offering Romania Bucharest 4021+ and 4031+
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 5702 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060330/beda2e20/attachment.jpeg
2015 Jul 08
0
Who is offering commercial support for tinc?
Hello, From time to time, someone asks me if there is commercial support for tinc available. In able to refer people to those who offer such support, I would like to know if you offer such support, or if you know anyone who does. If so, please answer the following questions. Feel free to email them to me privately or to the tinc at tinc-vpn.org list. 1. Name of person and/or company 2. Location
2015 Jul 08
0
Who is offering commercial support for tinc?
Hello, From time to time, someone asks me if there is commercial support for tinc available. In able to refer people to those who offer such support, I would like to know if you offer such support, or if you know anyone who does. If so, please answer the following questions. Feel free to email them to me privately or to the tinc at tinc-vpn.org list. 1. Name of person and/or company 2. Location
2005 Jun 21
1
Offering streaming services
We're looking at selling streaming services to our customers. Right now, we sell Real Media services with our hosting plans. But, we're having more and more requests for a more robust offering. That means more features and control at a better price. We need a wholesale provider with infrastructure tuned specifically to media streaming. We don't care whether it is on dedicated
2005 Jun 22
0
Fwd: RE: Offering streaming services
I missed your original email. I might be willing to do this for you. How many clients are you talking? I'm already reselling web hosting and have Icecast running, just haven't gotten around to rolling it into my packages yet. ------------- Forwarded message follows ------------- Geoff I have sent this to one of my Tech service proivders Weather he gets back to you or not i suppose is
2006 Jun 05
3
Anyone offering dedicated Intel-VT servers?
Any dedicated server hosts here offering Intel-VT-based servers? I''m thinking about standing up two Xen hosts in two different geographical locations and it''d be great if I could run either Windows or Linux on an Intel-VT-based processor (rather than using VMware on a standard processor). Might like to run either Debian, Ubuntu or SuSE as the Dom0 OS. CD
2020 Sep 29
5
[Bug 3216] New: Confusing error "host key ... has changed" when connecting to a server not offering matching host key types
https://bugzilla.mindrot.org/show_bug.cgi?id=3216 Bug ID: 3216 Summary: Confusing error "host key ... has changed" when connecting to a server not offering matching host key types Product: Portable OpenSSH Version: 7.9p1 Hardware: ARM64 OS: Linux Status: NEW
2009 May 08
8
I'm offering $300 for someone who know R-programming to do the assignments for me.
There are six assignments in total. It won't take you long if you were familiar with R. For those who are interested, please send me an email with your profile (your experience with R, how long and how often have you been using it.) I will be paying through paypal. Thanks!
2003 Jul 28
4
Offering an Asterisk Documentation and FAQ Portal
Hi, I have resources available to host a portal specifically for the Asterisk system, to help correlate documentation, FAQ's and How To I am new to Asterisk, and my hardest work is in locating information on using or configuring the software. Would Mark, John or any of you feel this would be of benefit to host? I am offering a PHP-NUKE portal for this, (Unless you know of a better
2006 Apr 11
8
Ruby 1.8.4, Rails 1.1 and Rmagick?
Someone mentioned that Rmagick doesn''t work properly on this setup (Ruby 1.8.4, Rails 1.1) Is this true? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060411/432e8113/attachment.html
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed Rails 1.1.2 to my vendor directory and deployed it in production which should mean that my application should be using the Rails version in my vendor diretory. But It looks like its still using local gem libraries, here is the error from dispatch.fcgi when I try and invoke my app NoMethodError (undefined method
2006 Apr 11
1
Mixins?
As is often the case when I tackle a new platform/language, I get the big picture very quickly (because frameworks are frameworks are frameworks) but its the nitty-gritty of the language that bogs me down... So I have some similar methods on a few of my model classes that I wanted to push into a helper. Now I reckoned that the Ruby way was to create a module and mix it in with include. However, I
2006 Apr 11
1
how to do a simple update on the server from a change of a select box?
I have a list of items on a page. Each item has a select list. If someone changes the select list I would like to update the appropriate record on the server....nothing else. I suspect I am making this too difficult. I have an action on my controller for updating this value. I just tried the ''remote_function'', ah, function. It invokes the action on the controller but the the