GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anybody here using WP as a paysite CMS? (https://gfy.com/showthread.php?t=1071563)

raymor 06-16-2012 08:38 AM

Quote:

Originally Posted by AdultKing (Post 19008437)
I know nothing about Strong Box, I employ my own theft protection measures so I have no idea why Strong Box wouldn't work with any particular software. I use Magic Members primarily because nothing else for Wordpress supports as wide variety of billers or is as easy to customize to support non supported billers.

Raymor, can you educate us what the issue is between Strong Box and Magic Members ?


See my reply to you above re complex and unwieldy. Likely, it COULD be made to work, but so far we haven't come across a site where it makes any sense to use MagicMembers. People are using MagicMembers "to integrate a biller with Wordpress". That integration is all of six lines of code, so using 5,000 lines is overkill by several orders of magnitude. Kind if like dropping a house on a spider to kill the spider. We probably COULD work with your house dropping plans, but so far we've just handed people a flyswatter.

AdultKing 06-16-2012 08:43 AM

Quote:

Originally Posted by raymor (Post 19008555)
See my reply to you above re complex and unwieldy. Likely, it COULD be made to work, but so far we haven't come across a site where it makes any sense to use MagicMembers. People are using MagicMembers "to integrate a biller with Wordpress". That integration is all of six lines of code, so using 5,000 lines is overkill by several orders of magnitude. Kind if like dropping a house on a spider to kill the spider. We probably COULD work with your house dropping plans, but so far we've just handed people a flyswatter.

The billing integration is a small part of Magic Members and similar products. Magic Members does more than billing integration, it allows you to manage paid content, drip feed that content, make some of that content conditionally free, paid or partially paid.

Like it or not, the rest of the world has moved beyond .htaccess and now uses database based user management with session management and .htaccess does not lend itself to functions such as make something free for three days then partially protect it behind a pay wall.

alf6300 06-16-2012 09:06 AM

Quote:

Originally Posted by Mutt (Post 19008169)
do you upload content through the WP Admin or FTP and then create posts in WP with links to where you have the content stored behind .htaccess?

Hey Mutt
neither :-)

our worflow is the following:
1. edited videos are placed by the editors in a "blind" ftp dir (outside public_html). similar for pictures.
2. an internal custom cms checks for the available content to be posted as a website update.
3. from the internal custom cms, which we call CandidFox, "updaters" check for the updates available for each site for the week. They add a description, tags, etc, and the content is ready to go.
4. Updates are scheduled for each site for the week, based on the available content.
5. The update posting is done directly from our custom cms, which connects with each WP install via XMLRPC. The script moves the content to the .htaccess protected folder, takes care automagically to place proper links for members, categories, FLV for affiliates etc.

It sounds complex but from each person involved in the process is just 1 click. They don't even ever login in WP, nor they have any clue what WP is for that matter. Basically WP is just used as a frontend.

When we started with this approach, it was admittedly an overkill.
We were back then processing less than 10k / month and had just 2 sites.

I am really happy we took this approach early on. It allows now us to update 8 sites, and add new ones every month, with a ridicolously low overhead.

Also, adding a new site is a matter of 5 minutes, we install a new WP and add variables in our custom backend.

ps: In the past i have given access to sneek peak into this to people who were interested, on GFY. I don't mind doing it again :)

His Infernal Majesty 06-16-2012 09:52 AM

The ability to drip content is the most interesting feature of the plugins for me.

Mutt 06-16-2012 10:13 AM

Quote:

Originally Posted by alf6300 (Post 19008599)
Hey Mutt
neither :-)

our worflow is the following:
1. edited videos are placed by the editors in a "blind" ftp dir (outside public_html). similar for pictures.
2. an internal custom cms checks for the available content to be posted as a website update.
3. from the internal custom cms, which we call CandidFox, "updaters" check for the updates available for each site for the week. They add a description, tags, etc, and the content is ready to go.
4. Updates are scheduled for each site for the week, based on the available content.
5. The update posting is done directly from our custom cms, which connects with each WP install via XMLRPC. The script moves the content to the .htaccess protected folder, takes care automagically to place proper links for members, categories, FLV for affiliates etc.

It sounds complex but from each person involved in the process is just 1 click. They don't even ever login in WP, nor they have any clue what WP is for that matter. Basically WP is just used as a frontend.

When we started with this approach, it was admittedly an overkill.
We were back then processing less than 10k / month and had just 2 sites.

I am really happy we took this approach early on. It allows now us to update 8 sites, and add new ones every month, with a ridicolously low overhead.

Also, adding a new site is a matter of 5 minutes, we install a new WP and add variables in our custom backend.

ps: In the past i have given access to sneek peak into this to people who were interested, on GFY. I don't mind doing it again :)

nice solution you've come up with for yourself :thumbsup

Mutt 06-16-2012 10:16 AM

Quote:

Originally Posted by miss_bellabellini (Post 19008409)
Thanks:) I need to tweak it a bit now that I know more about Wordpress and design. I did most of it myself. But I use the Thesis framework so it makes things easier.

I also did two Wordpress installs. One for the tour and one for the members area.

so for each piece of content you have to update through the tour side WP admin and then through the members area WP admin?

miss_bellabellini 06-16-2012 11:31 AM

Quote:

Originally Posted by Mutt (Post 19008675)
so for each piece of content you have to update through the tour side WP admin and then through the members area WP admin?

Yes, I post teasers for updates on my tour and ftp the full updates to my server. I customized my Wordpress Thesis framework theme with some php and Thesis hooks.

I don't upload every photo or video format in the members area WP admin. I upload the photo zips and video files to the server. I make new posts in the members area WP admin using tags and custom fields.

From there it's all automated. I don't have to make photo galleries or video pages by hand or with a plugin.

miss_bellabellini 06-16-2012 11:42 AM

I should add that using hooks isn't unique to the Thesis framework. You can buy other frameworks or premium themes and do the same thing. I work with the Genesis framework also and they are pretty similar.

raymor 06-16-2012 12:40 PM

Quote:

Originally Posted by AdultKing (Post 19008561)
The billing integration is a small part of Magic Members and similar products. Magic Members does more than billing integration, it allows you to manage paid content, drip feed that content, make some of that content conditionally free, paid or partially paid.

Like it or not, the rest of the world has moved beyond .htaccess and now uses database based user management with session management and .htaccess does not lend itself to functions such as make something free for three days then partially protect it behind a pay wall.


You realize when you talk about session management and such versus basic auth in .htaccess that's exactly what separates Strongbox from the bandaids, right? Strongbox was the first major system to have proper authentication sessions on the web.

IF you're dripping content, making different content available to different members, and having content switch fron free to paid and back, then MagicMembers might make sense. For what most webmasters want, having people pay before accessing the members' area, MagicMembers is completely unnecessary. Again, it's five thousand lines of code to accomplish what can be fine in six lines. Completely the wrong tool for the job that most webmasters want done, when we ask them what they want.


"The complex billing integration is just a small part" is right. Then there's the 99% of MagicMembers which, so far, none of our webmasters have been interested in. No need to buy a house in order to get the shower head.

adendreams 06-16-2012 05:13 PM

I am also considering a WP members - I was looking at Magic Members.

I was going to do a static tour and change it manually - any reason a second WP install is better than this?

NaughtyRob 06-16-2012 05:23 PM

This is what I want to get.
http://www.adultsitecms.com/home

raymor 06-16-2012 11:06 PM

Quote:

Originally Posted by adendreams (Post 19009166)
I am also considering a WP members - I was looking at Magic Members.

I was going to do a static tour and change it manually - any reason a second WP install is better than this?

Yes, to protect your content. With MagicMembers alone, your content is still wide open for people to download, hotlink, whatever. What MagicMembers does is it lets you set up complex rules for which links Wordpress will show.

Just don't get MagicMembers for the purpose of integrating billing. There are ways to do that which are literally a thousand times simpler. If you want to do a bunch of other weird stuff, MagicMembers might make sense.

Why 06-17-2012 12:05 AM

i recently wrote a paysite CMS on WP. i used the follow plugins.

add from server - so i can use ftp upload and access files outside of the web root
custom upload dir - goes along with the above... also allows me to store/manage videos outside of the apache webroot, and inside of the lighttpd webroot. as i used mod_secdownload and lighttpd for simple content security and delivery.
diamond multisite widgets - i use it as a simple way to clone posts to multiple sites on the network,. usually disabled.
front end users - to keep most users out of the wordpress part of things
gravity forms - easy to leave out, just used for form management and to store tickets and contact requests
members - used for member member flow.. attempted, active, expired, declined. this way we can treat them all differently in templates
NextGen Gallery - manages photos, after about 100k photos it tends to get kinda wonky though
post views - simple plugin to count post views
post ratings - simple post rating plugin, low on bloat.
raw html - i hate WPs formatting
relation post types - used to tie "models" to "updates"
types - used to create custom post types
wordpress MU domain mapping - domain mapping plugin.
wp-paginate - easy to manage pagination on custom page/post types
wp favorite posts - for members to manage favorites.

i also wrote a bit of custom code for allow biller integration. billers are actually quite easy, zombaio managing members in wordpress is 21 lines of php.

total cost $0. took about a day and half to write and get working. however a custom template is mandatory.

mavruda 06-17-2012 12:51 AM

Quote:

Originally Posted by Mutt (Post 19007161)
If so what plugin are you using and can I take a look at your paysite?

thanks

That is my plan to do...

Brujah 06-17-2012 12:59 AM

mod_secdownload looks interesting, thanks for that tip. I found this for nginx too, maybe there's still more.
http://wiki.nginx.org/NginxHttpSecureDownload

miss_bellabellini 06-17-2012 06:06 PM

Quote:

Originally Posted by Why (Post 19009502)
i recently wrote a paysite CMS on WP. i used the follow plugins.

wp favorite posts - for members to manage favorites.

I'd love to add this feature for my members. Would it work with strongbox?

Why 06-17-2012 06:12 PM

Quote:

Originally Posted by miss_bellabellini (Post 19010743)
I'd love to add this feature for my members. Would it work with strongbox?

yes it would.

Tijuana_Tom 06-17-2012 06:17 PM

Using Wordpress for a paysite would be like using a cardboard box as a safe and putting it next to a pool on a windy day.

Mutt if you don't have the funds don't open a paysite.

Your content should be the most precious thing in the world to you. Protect it and your girls with your life.

Mutt you intrigue and annoy the hell out of me.

shimmy2 06-17-2012 06:39 PM

i need wp members area setup, somebody show me a working example, preferrably with free plugins etc

avrevenue 06-17-2012 07:33 PM

Quote:

Originally Posted by alf6300 (Post 19008027)
Experimented with different CMSs, including the 2 WP installs someone mentions (tour + member)

The best solution I found is ONE SINGLE WP install, for both member and guest.

It works this way:

1. All the content is behind .htaccess

2. Guests see the whole content available, except they can't download anything (and they see a join button instead of the download link - this is done with a custom script)

3. when you join, instead of the join button you see the "download" link. You also logged for the .htaccess protected area, behind the scenes.

4. it does not rely on the the WP login. i.e. members never see a wp login window, they only see a .htaccess (standard) login box - the one people are used to see on their browser. The custom script knows that if you are logged in to the .htaccess dir, then you are a member and you should be treated as such (no join button, welcome header with your member name etc, etc)

the advantages of this approach are:

1. transparent to the user. they know what they'll get before they join. /we have almost no chargebacks, probably also because of this.

2. moves away from a tired standard tour/join thingy, which I find very boring (probably many surfers too)

3. we leave comments on, for everybody. Community interaction even before you become a member.

4. your content is still all behind .htaccess.

+1 we did exactly the same approach, our sites avidolz.com and mycuteasian.com have one WP install (tour and member). The use of cache system (w3-total-cache) is mandatory on huge traffic sites!

dgraves 06-17-2012 07:44 PM

Quote:

Originally Posted by shimmy2 (Post 19010801)
i need wp members area setup, somebody show me a working example, preferrably with free plugins etc

see sig. both of my sites are wp.

HTMwrestling 06-17-2012 07:50 PM

Quote:

Originally Posted by NaughtyRob (Post 19009178)
This is what I want to get.
http://www.adultsitecms.com/home

I'm looking at their VOD offering, ClickcastX, then integrating that later on.
I believe both work with Strongbox too.

If you've used it, would love to hear your experience.

raymor 06-17-2012 09:25 PM

Quote:

Originally Posted by miss_bellabellini (Post 19010743)
I'd love to add this feature for my members. Would it work with strongbox?


To confirm what Why said, yes. Any and plugins work fine with Strongbox. Wordpress tells the plugin what the username is. The plugins don't know or care that earlier Strongbox told Wordpress what the user name is.

The only exception would be certain plugins which themselves do authentication (log in). If the plugin logs people in based on, say, a VBulletin database, it would be expecting to handle log in and if improperly coded might not respect the fact that they have already logged in via Strongbox. Even in those cases, there are two simple solutions. Either a) simply set Strongbox to authenticate against vbulletin database, making the other plugin unnecessary, or b) fix the other plugin to check to see if they are already logged in.

Mutt 06-18-2012 06:38 AM

Quote:

Originally Posted by NaughtyRob (Post 19009178)
This is what I want to get.
http://www.adultsitecms.com/home

does anybody know who's behind the company that does AdultSiteCMS and XClickCast?

miss_bellabellini 06-18-2012 12:28 PM

Quote:

Originally Posted by NaughtyRob (Post 19009178)
This is what I want to get.
http://www.adultsitecms.com/home

Be careful with them. I bought it with confidence because they listed many companies and software that was compatible with AdultSiteCMS. They said that Strongbox was one of their 'partners'.

We installed it and every link in the members area broke. We asked them to fix it and they turned Strongbox off. The links worked again. After lots of emailing back and forth (and delays in responding to emails) they agreed that the current version wasn't compatible with Strongbox.

I didn't like lots of other things from a design perspective. It felt like a dumbed down version of Elevated X in terms of features and design. The standard template was ugly and you'd need to hire a designer if you wanted to change it.

It didn't feel like Wordpress at all. You couldn't even install widgets in the side bar in the version I tried.

The current version might be much better. But I'd still be very wary.

Research different WP premium themes and WP frameworks. You'll be able to read TONS of reviews instead of a handful for AdultSiteCMS

miss_bellabellini 06-18-2012 12:30 PM

Quote:

Originally Posted by raymor (Post 19010943)
To confirm what Why said, yes. Any and plugins work fine with Strongbox. Wordpress tells the plugin what the username is. The plugins don't know or care that earlier Strongbox told Wordpress what the user name is.

The only exception would be certain plugins which themselves do authentication (log in). If the plugin logs people in based on, say, a VBulletin database, it would be expecting to handle log in and if improperly coded might not respect the fact that they have already logged in via Strongbox. Even in those cases, there are two simple solutions. Either a) simply set Strongbox to authenticate against vbulletin database, making the other plugin unnecessary, or b) fix the other plugin to check to see if they are already logged in.

Thanks! Installed it last night and it works perfectly:)

HTMwrestling 06-19-2012 10:23 PM

Quote:

Originally Posted by miss_bellabellini (Post 19011955)
Be careful with them. I bought it with confidence because they listed many companies and software that was compatible with AdultSiteCMS. They said that Strongbox was one of their 'partners'.

We installed it and every link in the members area broke. We asked them to fix it and they turned Strongbox off. The links worked again. After lots of emailing back and forth (and delays in responding to emails) they agreed that the current version wasn't compatible with Strongbox.

I didn't like lots of other things from a design perspective. It felt like a dumbed down version of Elevated X in terms of features and design. The standard template was ugly and you'd need to hire a designer if you wanted to change it.

It didn't feel like Wordpress at all. You couldn't even install widgets in the side bar in the version I tried.

The current version might be much better. But I'd still be very wary.

Research different WP premium themes and WP frameworks. You'll be able to read TONS of reviews instead of a handful for AdultSiteCMS

Shit, thanks for the warning :(


All times are GMT -7. The time now is 01:14 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123