<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026958" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026958</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161398</link>
    <description> &lt;p&gt;Sorry I realised that after I posted this which is why I started a new thread in the appropriate section. sorry.&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Nov 2004 23:07:38 +0000</pubDate>
 <dc:creator>M.Millison</dc:creator>
 <guid isPermaLink="false">comment 1161398 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161396</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;M.Millison wrote:&lt;/strong&gt; To change the topic a little, I&#039;ve been looking about for a subscription service so I can accept credit cards and deal with passwords automatically and so on. Paypal doesn&#039;t look too good but I came across Ccbill. Hey it looked good the rates are acceptable, I can live with that. Then I read something about having to pay over $700 to Visa to be able to accept Visa cards! &lt;/p&gt;
&lt;p&gt;Is this right? Do all of these companies charge this to accept Visas? &lt;/p&gt;
&lt;p&gt;I don&#039;t think I&#039;d be able to make enough to pay that back and even if I did I&#039;d just scrape it. I&#039;ve had the site up for a year or so now and we really want to have a members only part of it but it looks as though I can&#039;t afford it after all. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/crying.png&quot; title=&quot;Cry&quot; alt=&quot;Cry&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Mike its not relevant to the original thread.  You have already started one thread about this subject, please keep to it...&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Nov 2004 22:53:37 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1161396 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161395</link>
    <description> &lt;p&gt;Most billing companies charge a fee, sometimes a flat rate, other times it&#039;s a percentage of each transaction or a base rate and percentage over so much.&lt;/p&gt;
&lt;p&gt;Even if you start off with Paypal and move onto paid options later (if/when you can afford it).&lt;/p&gt;
&lt;p&gt;You could always make the first year or two free to build up your member base then add the fee. Of course you will (should) give warning of this intention.&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Nov 2004 22:48:53 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1161395 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>A change of Topic</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161388</link>
    <description> &lt;p&gt;To change the topic a little, I&#039;ve been looking about for a subscription service so I can accept credit cards and deal with passwords automatically and so on. Paypal doesn&#039;t look too good but I came across Ccbill. Hey it looked good the rates are acceptable, I can live with that. Then I read something about having to pay over $700 to Visa to be able to accept Visa cards! &lt;/p&gt;
&lt;p&gt;Is this right? Do all of these companies charge this to accept Visas? &lt;/p&gt;
&lt;p&gt;I don&#039;t think I&#039;d be able to make enough to pay that back and even if I did I&#039;d just scrape it. I&#039;ve had the site up for a year or so now and we really want to have a members only part of it but it looks as though I can&#039;t afford it after all. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/crying.png&quot; title=&quot;Cry&quot; alt=&quot;Cry&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Nov 2004 20:17:50 +0000</pubDate>
 <dc:creator>M.Millison</dc:creator>
 <guid isPermaLink="false">comment 1161388 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161352</link>
    <description> &lt;p&gt;while your idea of the i2 ... could work, probably isn&#039;t the best idea, especially when used in a URL as it can be faked.&lt;/p&gt;
&lt;p&gt;Maybe set up a permissions row in your database, so on signup they get a set of numbers.&lt;/p&gt;
&lt;p&gt;database table something like:&lt;br /&gt;
name&lt;br /&gt;
password&lt;br /&gt;
datejoined&lt;br /&gt;
set_from&lt;br /&gt;
set_to&lt;br /&gt;
archive&lt;/p&gt;
&lt;p&gt;when a member signs up, say on 10th Jan (but before the jan issue released), you would put in:&lt;br /&gt;
Joe, password, todaysdate, 12, 24, n&lt;/p&gt;
&lt;p&gt;of course you&#039;d do a check to see if the 13th issue (Jan) had been released yet, if it had been released then the numbers would be 13-25&lt;br /&gt;
This way everyone gets 12 issues no matter when joined, just some (if signed up the day before a release) could get a extra one. You could fix this by releasing them on the 1st of each month. This way you have the date and issue numbers to check by.&lt;br /&gt;
The archive could be a y or n (y = paid so allow, n = not paid - no looksie). If they paid then again you can use the signup date to regulate the time frame (how far back) they are allowed to view.&lt;/p&gt;
&lt;p&gt;Ideally if your just trying to earn your costs back banner ads or google adsense might bea better option, especialy in the first year.&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Nov 2004 21:32:51 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1161352 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161346</link>
    <description> &lt;p&gt;Hi I like your ideas. Thank you for taking the time help me with my problem! It&#039;s much appreaciated! &lt;/p&gt;
&lt;p&gt;It got me thinking and I&#039;ve came up with this but I don&#039;t know if it would work or not. I stick all back issues in the archive and each issue is password protected. I add the passwords of those that signed up that month/issue onwards to each one so it looks something like this.&lt;br /&gt;
i=issue and m=member &amp;amp; password which joined that particular issue onwards.&lt;/p&gt;
&lt;p&gt;i1/m1&lt;br /&gt;
i2/m1m2&lt;br /&gt;
i3/m1m2m3&lt;br /&gt;
i4/m1m2m3m4&lt;/p&gt;
&lt;p&gt;and so on. So member 3 that joined in issue 3 can look at issue 3 and 4 but not 1 and 2. Member 1 signed up at the beginning so can access them all. His password would be taken off i13 unless he renews his membership.&lt;/p&gt;
&lt;p&gt;Also I could charge, as per your idea, a member for the back issue(s) he didn&#039;t see. Thus his password is added to the password list for that particular archive. e.g. i1/m1m2m7&lt;/p&gt;
&lt;p&gt;The only thing is, depending on the amount of members, that might be a lot of manual work involved in there. Is there anyway to do all this automatically?&lt;/p&gt;
&lt;p&gt;Also it would be annoying for a member to type in his password to get into the member&#039;s only area and then again to access back issues. Is there a way to log him into the corrisponding archives/issues automatically once he is already signed in? Something with cookies or something.&lt;/p&gt;
&lt;p&gt;Sorry for all these questions but I&#039;m new to this sort of thing. Always used free servers and simple sites in the past and never worked with complicated things such as these. My first paysite you see &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; I mostly want to just make back the money spent on hosting the thing in the first place.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;br /&gt;
Mike&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Nov 2004 20:03:18 +0000</pubDate>
 <dc:creator>M.Millison</dc:creator>
 <guid isPermaLink="false">comment 1161346 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161321</link>
    <description> &lt;p&gt;users would be in a database, with sign up date etc&lt;/p&gt;
&lt;p&gt;make the archive password protected - members only&lt;/p&gt;
&lt;p&gt;After a year (you&#039;d need that to build up the archive) you could also charge for the archive. depends how mean you are &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Say a member signs up on the 10th of Janurary, they can see set 13 until 10th Feburary, (when the next set is released), and Jan&#039;s set is archived, if they wish to view the archives you could charge them for it (say $10 for 12 months - special save $2 if paid now ... instead of $12).&lt;/p&gt;
&lt;p&gt;If you charged, say per month, and gave the archive to members only, someone could sign up in 2-3 years, pay for one month and view 2-3 years of archives not really needing to pay any more (depends how perverted they are I suppose).&lt;br /&gt;
You could just offer one year of archives to every member based on their sign up date.&lt;br /&gt;
Say they signed up on 10th Jan 2005, then they would be able to see back to 10th Jan 2004 - which really gives them two years for the price of one. (I should of been a car salesmen lol)&lt;br /&gt;
Doing it on months or numbered issues works pretty much the same way.&lt;/p&gt;
&lt;p&gt;There are heaps of free sites out there, one spammed me just last night after I replied here, clever spam too. but it was a model site trying to suck you in to joining. It was all free so not sure how they got any money for it (maybe she just really loves showing off).&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Nov 2004 11:19:55 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1161321 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161290</link>
    <description> &lt;p&gt;Thanks for replying.&lt;br /&gt;
Mhm I see what you are meaning but wouldn&#039;t I need to make the archive containing the previous issues available to the members? If I have a link saying archive, which I&#039;m thinking of doing, which contains all the previous issues how would I stop new members who haven&#039;t paid for them from accessing them? I&#039;d need to make them available for those who were members at the time of issue in case they were offline that month or wiped their harddrive or whatever.&lt;/p&gt;
&lt;p&gt;Thanks again for your help. I like the issue thing.&lt;br /&gt;
Mike&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Nov 2004 21:26:01 +0000</pubDate>
 <dc:creator>M.Millison</dc:creator>
 <guid isPermaLink="false">comment 1161290 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-can-i-do#comment-1161288</link>
    <description> &lt;p&gt;Instead of months, how about issues - 12 issues a year&lt;/p&gt;
&lt;p&gt;Say if you numbered each set of pictures (how many per set is up to you)&lt;br /&gt;
When someone signs up, they get set 1 given to them, then 2 ...&lt;br /&gt;
After one year (from say today), new sign ups start at set 13 (the first of the new year) and the previous 12 sets go into an archive - which you can do whatever with.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Nov 2004 21:13:12 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1161288 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
