subscription

Pointing a domain to a subscription based web-app?

Hello everyone, I'm about to start building a subscription based website that will function much like 37signals offerings in terms of users paying a monthly fee to use the site. But in my case I would like for them to be able to use their own hosted domain names and have them point to my server. Is this possible? How do i link up the...

What is the best anti-crack scheme for your trial or subscription software?

Writing code takes time and effort and just like any other human being we need to live by making an income (save for the few that are actually self sustainable.) Here are 3 general schemes to make a living: Independent developers can offer a trial then purchase scheme. An alternative is an open source base application with pay extensio...

What do I do about recurring billing?

This might be a subjective question, but I'll give it a go. There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solution that will require a fully automated billing system. What I am not looking for when asking this question is not advice on implementing t...

Paypal Subscription Modification

Hi, I was hoping someone could help regarding modifying a subscription price. I have a social networking site In which you originally could subscribe to a standard or premium account which varied in what applications where active in your account. My client now whats to scrap the 2 subscriptions and be able to give a choice of what appl...

MSDN Subscription Expression Studio 4 licence details

I logged into my MSDN subscription (Premium) today to download the new expression studio, and I noticed that unlike Expression 3, it requires you to enter a key, and they only provide 1. Previously I installed Expression 3 on 2 computer, my home and my work computer. So my question is, is this no longer allowed? or is it a key that can ...

Online Subscription Payment System

I am looking for some kind of online subscription payment system which is kind of like Spreedly and Recurly but it either has a cheap monthly price or they take a % per transaction. What other options are there available? I don't really want to manage subscriptions myself and I'm looking to use as many web services as I can :-) All sug...

click once Error: The deployment identity does not match the subscription

Hi all, I'm using Visual Studio 2008 sp1. I have an application WinForms deployed internally using ClickONce in shared folder in local network. The Test Certificate pfx expired in 2035. I h ave published the update to the internal shared folder severals times. Note that the project is only set to 'Sign the ClickOnce manifests' an...

Drupal Ubercart Subscribing package module

Hi im beginner in Drupal, E-learning website im doing a payment module having 3 packages with different products like package -A (maths, physics,etc) package -B (all subjects) => each subjects are page nodes and each package have quarter,half,yearly duration subscription . please anyone help me how to proceed with ubercart module ...

Adding a custom field to Magento's subscribtion module

The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento back-end and be sent as an email to a preset recipient? Thanks. ...

How are the values 515 and -515 (base 10) represented in 16 bit excess notation? How are they?

How are the values 515 10 and -51510 represented in 16 bit excess notation? ...

Email address validation methods (Subscribe button)

I am coding a site in php and I am currently on the contact us page and I was wondering what was the best way to validate an email address? By sending a validation link to their email? Regex Any other method? Also could you tell me why and a guide along my way to achieving it? I dont want someone to do the code for me because thats n...

have made a publication depending on a where clause. will it work even after snapshot?

filter is like select this and that from table where current='true' note:- using sql server 2008 evaluation replication is MERGE REPLICATION will the articles published change when the data "in the 'current' field is changed, on the publisher"--- "because the where clause is there which say only true data to be published"? ...

Email notificiation on different actions

I'm creating email notification system on my site to send email to the users who has subscribed the article for new comments... I would like to know what is the best way to handle with this situation in php. Should I use the mail function just after the database insertion or there is some better ways. Will it slow down the process of add...

Contemplate module removes subscription options on posts in Drupal

I'm using both the contemplate and subscription modules in Drupal and I'm noticing a problem. If I enable the template editor provided by contemplate for my posts, then the subscription widget goes away. I looked at the body variables listing in contemplate and didn't find any vars I could use to restore that widget. Does anyone know how...

How to sell subscriptions with Django?

I have to develop an application for selling web-services. I have 2 goals: 1) Any customer can subscribe to a service and using within a month having paid for it. 2) Any customer can pay for a e-content and study it unlimited time. Are there external libraries for Django to do it? ...

Subscription based in-App Purchase tutorial

Hi All Is there any tutorial to implement Subscription based in-App Purchase.If any then please mention the link or post the code. Thanks in advance. Regards sanjay255310 ...

Sending HTML e-mail

i'm using Drupal 6. How can I create HTML e-mails for subscriptions (i.e via a template)? mail_edit() offers plaintext messages: can I use it for sending HTML mail? ...

Creating calendar subscriptions

Hey all, I was wondering how to make calendar subscriptions that will automatically update in your calendar client as events are added. A lot of people have a Holiday subscription that will pull down popular holidays, how do you do that on that on the backend? Unlike the holiday calendar, I would like it to be able to add and remove e...

how to handle inApp subscription type when it purchesed but not download yet.

my InApp type is subscription. once i tap on OK it always call - (void)failedTransaction:(SKPaymentTransaction *)transaction how to handle it call on completeTransaction ? ...

Subscription based model for iPhone, Android and BlackBerry App

Can there be a standard way to handle this in all three platforms? Example would be using a single payment gateway for all. The app(on all platforms) asks for username, password, credit card info then submits to our server. Then our server authenticates and send to a payment gateway. When approved user is allowed to login to the App. Is ...