similar to: Trying to fund my Linux habit...

Displaying 20 results from an estimated 9000 matches similar to: "Trying to fund my Linux habit..."

2015 Jul 02
3
Call to funding NUT infrastructure
Dear NUT Community, It's not something you've been used to from me, but... I've been funding the NUT infrastructure on my own for many years now. I'm currently in a situation that is a bit hard, financially speaking. I've recently renewed the networkupstools.org domain name. But now comes the server in itself (BaseInstance Cloud slice on Gandi). It's not that many bucks
2015 Jul 02
3
Call to funding NUT infrastructure
Dear NUT Community, It's not something you've been used to from me, but... I've been funding the NUT infrastructure on my own for many years now. I'm currently in a situation that is a bit hard, financially speaking. I've recently renewed the networkupstools.org domain name. But now comes the server in itself (BaseInstance Cloud slice on Gandi). It's not that many bucks
2006 Mar 24
1
Funds for OpenSSH from Solaris and OpenSolaris users at Blastwave
Dear OpenSSH friends : The Blastwave.org project is focused on providing quality open source software to Solaris and OpenSolaris users. Please know that your software is valued and one of the very first software packages to be offered by Blastwave well over 3 years ago. I have personally scraped together $100 for you but don't know where to put it yet. You have a PayPal link on your
2004 Jun 09
3
more obvious contribution mechanism?
can we put a "how to donate money to R" on the R webpage? perhaps with a paypal button? even better, because I would like to donate some funds from my research budget, could the R-project possibly sell some trinkets for a high price for support? it is difficult to explain to a non-profit org (like yale) why i want to donate its money to another non-profit org. they would be
2006 Feb 10
2
Paypal and subscriptions
Does anyone have any experience with subscriptions and PayPal? I''m currently weighing up the options of what payment system to use for an upcoming project which is subscription based and am not sure if PayPal is capable of doing what I want and if I need to setup a merchant account instead. Basically it''s the same kind of payment structure as BaseCamp. 3 or 4 accounts which
2007 Jun 01
0
[LLVMdev] T-Shirts & Supporting LLVM
All, Anyone who wishes to donate to the project can follow the directions for sending a check here: http://llvm.org/Funding.html If you can only pay by PayPal or credit card, PLEASE write to Vikram Adve (vadve at uiuc.edu) and ask him to update that page with the alternate payment details. FYI: while the T-Shirts provided at the meeting were "free", they were offered in the hope
2007 May 29
2
[LLVMdev] T-Shirts &| Supporting LLVM
I was poking around, but I didn't spot a PayPal link for the t-shirts and/or supporting LLVM. Any follow-up from the pre-meeting discussions? -Gabe
2008 Nov 23
3
Trouble Donating on centos.org
Hello, I tried making a donation via the centos.org website but was blocked by PayPal. I tried today and a few weeks ago. The error I got in both instances was: "The card you entered cannot be used for this payment. Please enter a different credit or debit card number." This strikes me as a strange response. It didn't say the card was declined; it said it "cannot be
2006 Mar 25
4
Rails PayPal and Currencies other than USD
Has anyone been able to make direct API calls to PayPal in currencies other than USD? I get an error message "The currency code submitted is not supported. Check the currency code and try again." I''m using the PayPal plugin for Rails. I can successfully transact in USD, but not AUD (Australian Dollars). Cheers, Dan
2007 Nov 11
1
Paypal Library - How to stop payments going to sandbox
I am using the Paypal Library for ruby (http://dist.leetsoft.com/api/paypal/) I have been testing it in development mode and the paypal sandbox site. Now I have moved my application into production mode but the paypal url still goes to the sandbox site: https://www.sandbox.paypal.com/cgi-bin/webscr How do I change the paypal URL? -- Posted via http://www.ruby-forum.com/.
2007 Feb 05
1
Mock objects for stubbing out Paypal - anyone have any???
Hi, Just wondering if anyone has already developed a mocking approach to stub out the Paypal interface so that one can test on an internal PC which doesn''t provide a means for PayPal to callback to your webserver? (i.e. once the app is deployed to the hosting provider it would then work as PayPal could then hit the application with the specified URL). Anyone already solved this? Would
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which previously had only heard about. Somebody registered a few accounts, paid online with paypal (as my service is only prepaid) and started making expensive long distance calls. In fact the IP registering the accounts was from Florida, and IPs making calls were from Africa. After about 20 minutes the first payment was reversed.
2009 Aug 21
5
httpd - mysql - paypal.com.tar - hacker
Everyone, This morning I received a notice from PayPal that one of our sites got hacked and was spoofing a PayPal web site. When I checked the the site, I was surprised to find they were correct. About 5 days a go we had a server that got hacked and somehow the file paypal.com.tar got uploaded to our server and then stored in a a subdirectory of /var/www/. I had previously started a mysqld
2006 Jul 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work? I''ve set myself up on the Paypal sandbox, I''ve setup my sending and receiving accounts, i''ve got the Paypal button on my view, I can go and make payments ok, but I can''t get the Instant Payment Notification part to work. At the end of the payment process the user is left in a paypal screen
2013 May 10
2
paypal-express gem
Hello everyone I am using paypal-express gem for Payapl payment. I am using reference transaction method to get money from Paypal. But i am getting IPN i.e payment notification, I mentioned like payment_request = Paypal::Payment::Request.new( :currency_code => :USD, :amount => 10.00, :billing_type => :MerchantInitiatedBilling,
2006 Apr 21
10
Paypal payments and IPN
I have followed the instructions over at http://dist.leetsoft.com/api/paypal/ In order I: 1. installed the money library with gem install --source http://dist.leetsoft.com/api/paypal/ money 2. installed the paypal library with gem install --source http://dist.leetsoft.com/api/paypal/ paypal 3. created a new app with rails NewApp 4. added the PaymentHelper module to the
2007 Mar 19
1
Re: (THIS IS SO REAL PEOPLE) IM ASKING FOR DONATIONS FOR HEART SURGERY
WAY TO GO, MIKE!! Hope you get your hole fixed. If you have any extra money after your operation, please send me $250,000. I need a new house. I never thought this would happen to me but termites have eaten my entire home. All I have left is a lamp and an end table. Please help me. Thanks, reefer mike wrote: > hello i always figured this would never happen to me but my heart is
2006 Jan 31
2
NameError/Unitialized Constant With PayPal Gem
I am trying to use the PayPal gem and having a little trouble. I installed the gem w/o any trouble: paypal (1.0.1) Paypal IPN integration library for rails and other web applications When I try to use it in my controller, as follows: def paypal_ipn notify = Paypal::Notification.new(request.raw_post) ... end I get a NameError: uninitialized constant Paypal This error occured
2007 Jan 16
0
Naive suggestions for (kinda) funding
First of all, don't shoot me if I got some things wrong. I personally recommend (without much success :-)) to buy from www.cheeplinux.com (Definite Software), because I believe this is of some help to the CentOS project. At least, to some people involved in it (please correct me if I'm wrong). ?1. Anyway, as PayPal is _not_ an option for some countries, donations to CentOS.org can't
2007 Feb 21
2
ActiveMerchant Help
Does anyone know of any good resources for getting ActiveMerchant up and running? I''m trying to get it set up via Paypal Pro and i can''t find detailed, clear directions on setting it up. It''s hard to know where to put what, where paypal login info goes, and how to get the certificate files from paypal and where they go (if I even need them). Anyone have any experience