Would There Be A Market For A Chaturbate WL Like This?..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EddyTheDog
    Just Doing My Own Thing
    • Jan 2011
    • 25433

    #1

    Business Would There Be A Market For A Chaturbate WL Like This?..

    Watch online gay cams, men chat rooms, Live Sex | Gay Live Cam XXX

    Anyone interested in something like this?..

    What other features would you like - Built in blog possibly - Would you prefer to configure the look yourself via an admin or pay to have it done by me for a bit extra?....

    What would you pay for it - Any other feedback?..

    Thanks

    EDIT: Warning, naked men!....
  • pinkz
    Mr 1%
    • May 2005
    • 1397

    #2
    Theres a WP plugin for CB WL sites similar to this, sorry to say it's a freebie!
    $$$$ Video Secrets $$$$

    Comment

    • EddyTheDog
      Just Doing My Own Thing
      • Jan 2011
      • 25433

      #3
      Originally posted by pinkz
      Theres a WP plugin for CB WL sites similar to this, sorry to say it's a freebie!
      Damn - Do you have a link?..

      Comment

      • pinkz
        Mr 1%
        • May 2005
        • 1397

        #4
        sexplugins dot com
        $$$$ Video Secrets $$$$

        Comment

        • EddyTheDog
          Just Doing My Own Thing
          • Jan 2011
          • 25433

          #5
          Originally posted by pinkz
          sexplugins dot com

          Thanks - To be honest what I have in mind is something with much more integration...

          Comment

          • pinkz
            Mr 1%
            • May 2005
            • 1397

            #6
            Why not make it work for other cam vendors, most offer some type of api or performer feed that way you are not limiting your market.
            $$$$ Video Secrets $$$$

            Comment

            • Paz
              Confirmed User
              • Jun 2012
              • 457

              #7
              Originally posted by EddyTheDog
              Watch online gay cams, men chat rooms, Live Sex | Gay Live Cam XXX

              Anyone interested in something like this?..
              Just building one now on what was a hosted tube site. I don't know where I found the script but it uses the Chaturbate API and you just do a "for each where cam='male'. It's taken two days to get the url rewrites & pagination working properly. The other problem is that a 2 meg XML feed is a bloody inefficient way to capture and process online cams, and that the individual cams are in an iframe but it's work in progress and I'm having fun too.

              Comment

              • EddyTheDog
                Just Doing My Own Thing
                • Jan 2011
                • 25433

                #8
                Originally posted by Paz
                Just building one now on what was a hosted tube site. I don't know where I found the script but it uses the Chaturbate API and you just do a "for each where cam='male'. It's taken two days to get the url rewrites & pagination working properly. The other problem is that a 2 meg XML feed is a bloody inefficient way to capture and process online cams, and that the individual cams are in an iframe but it's work in progress and I'm having fun too.
                I have 2 ideas for the feed - Just downloading and caching it with a cron job every few minutes works well - Then use the XML locally - Or writing it to a database that would keep all performer details and update them to being on/offline...

                I have been working with the downloaded XML file and it works well so I might stick with that.....

                PHP Code:
                <?php
                
                $cacheName = 'chatcache.xml';
                
                $ageInSeconds = 60;
                 
                if(!file_exists($cacheName) || filemtime($cacheName) > time() + $ageInSeconds); 
                {
                  $contents = file_get_contents('http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=isCir');
                  file_put_contents($cacheName, $contents);
                }
                
                ?>
                This is what I have been using to generate the cache file - EdgeProd will probably say it's crap code - It works though...

                Comment

                • AllAboutCams
                  Femcams.com
                  • Jul 2011
                  • 12234

                  #9
                  One that would rank better would be good
                  Binance - Blockchain and Crypto Asset Exchange
                  Chaturbate make money in cams

                  Comment

                  • EddyTheDog
                    Just Doing My Own Thing
                    • Jan 2011
                    • 25433

                    #10
                    Originally posted by pinkz
                    Why not make it work for other cam vendors, most offer some type of api or performer feed that way you are not limiting your market.
                    I was going to start with the CB one as I know it fairly well - I would move on to others later...

                    Comment

                    • EddyTheDog
                      Just Doing My Own Thing
                      • Jan 2011
                      • 25433

                      #11
                      Originally posted by AllAboutCams
                      One that would rank better would be good
                      I thought that - I would definitely address that...

                      Comment

                      • AllAboutCams
                        Femcams.com
                        • Jul 2011
                        • 12234

                        #12
                        Originally posted by EddyTheDog
                        I thought that - I would definitely address that...
                        I think just a case of title and a description
                        Binance - Blockchain and Crypto Asset Exchange
                        Chaturbate make money in cams

                        Comment

                        • pinkz
                          Mr 1%
                          • May 2005
                          • 1397

                          #13
                          Originally posted by EddyTheDog
                          I was going to start with the CB one as I know it fairly well - I would move on to others later...
                          let me know when you have moved on
                          $$$$ Video Secrets $$$$

                          Comment

                          • EddyTheDog
                            Just Doing My Own Thing
                            • Jan 2011
                            • 25433

                            #14
                            Originally posted by pinkz
                            let me know when you have moved on
                            I will - Thanks for your input...

                            Comment

                            • Paz
                              Confirmed User
                              • Jun 2012
                              • 457

                              #15
                              Originally posted by EddyTheDog
                              I have 2 ideas for the feed - Just downloading and caching it with a cron job every few minutes works well - Then use the XML locally - Or writing it to a database
                              Thanks for the code. My site's only a couple of weeks old but it's already getting 40 visits a day even though I don't rank very well. When they do come they have between 10 to 20 pages per visit so the potential for us is pretty high.

                              Comment

                              • amp31
                                Confirmed User
                                • May 2014
                                • 46

                                #16
                                I would like to buy your script
                                GFY Thread - Banner Traffic Exchange - exchange unsold banner impressions (click ratio 1 : 1+) buy or sale

                                Comment

                                • EddyTheDog
                                  Just Doing My Own Thing
                                  • Jan 2011
                                  • 25433

                                  #17
                                  Originally posted by amp31
                                  I would like to buy your script
                                  Thanks - I might finish it then - Anyone else?..

                                  Comment

                                  • sarettah
                                    see you later, I'm gone
                                    • Oct 2002
                                    • 14293

                                    #18
                                    Originally posted by EddyTheDog
                                    Watch online gay cams, men chat rooms, Live Sex | Gay Live Cam XXX

                                    Anyone interested in something like this?..

                                    What other features would you like - Built in blog possibly - Would you prefer to configure the look yourself via an admin or pay to have it done by me for a bit extra?....

                                    What would you pay for it - Any other feedback?..

                                    Thanks

                                    EDIT: Warning, naked men!....
                                    There is a freebie script from nomoneyinporn available that you can definitely do stuff like that with. Nomomeyinporn does not exist anymore but the script can still be found.

                                    This is a link to a version I did using it. It combines the chaturbate, bonga and webcamwiz feeds. Combined CB and Bonga Cams Script

                                    I also have my own version of the chaturbate running at Free Adult Webcams at CamFoxes.com
                                    .
                                    All cookies cleared!

                                    Comment

                                    • DVTimes
                                      xxx
                                      • Jun 2003
                                      • 31658

                                      #19
                                      These are a few wl tools I found:

                                      Chaturbate | Wouj Webmaster Site
                                      XXX

                                      Comment

                                      • Mediamix
                                        Dutch Webmaster!
                                        • Sep 2013
                                        • 3228

                                        #20
                                        Originally posted by DVTimes
                                        These are a few wl tools I found:

                                        Chaturbate | Wouj Webmaster Site
                                        Spamming cunt.
                                        Sig too big

                                        Comment

                                        • bns666
                                          Confirmed Fetishist
                                          • Mar 2005
                                          • 11553

                                          #21
                                          EddyTheDog is the script available to public?
                                          CAM SODASTRIPCHAT
                                          CHATURBATEX LOVE CAM

                                          Comment

                                          • Barry-xlovecam
                                            It's 42
                                            • Jun 2010
                                            • 18083

                                            #22
                                            Just set a server cron (if you can)

                                            Code:
                                            # m h  dom mon dow   command
                                            */3 * * * * wget --mirror  -O/path/[newfilename].xml 'http://[source-url-path/xml/[filename].xml'
                                            */3 is every 3 minutes -O is a capital O
                                            make sure the entry is all in one line and is followed by a newline \n if you paste it in SSH
                                            $cronatb -e

                                            Comment

                                            • CPA-Rush
                                              small trip to underworld
                                              • Mar 2012
                                              • 4927

                                              #23
                                              damn this cb trash - its not 2011 ...they are going to be very saturated soon , sorry for the affiliates who promote them. wish u luck

                                              automatic exchange - paxum , bitcoin,pm, payza

                                              . daizzzy signbucks caution will black-hat black-hat your traffic

                                              ignored forever :zuzana designs

                                              Comment

                                              • Phoenix69
                                                Confirmed User
                                                • Apr 2012
                                                • 397

                                                #24
                                                Originally posted by EddyTheDog
                                                Thanks - I might finish it then - Anyone else?..
                                                I'd be interested in your script as well.

                                                Comment

                                                • cybermike
                                                  Confirmed User
                                                  • Jan 2002
                                                  • 4121

                                                  #25
                                                  If the price is right.. the nomoneyinporn one wordpress one crashed my server.. would be nice if it can combine feeds from bonga and other ones like flirt4free and streamate
                                                  Hey surfers how about some The Best Porn Sites

                                                  Comment

                                                  • DBS.US
                                                    Geo Cities
                                                    • Aug 2003
                                                    • 11843

                                                    #26
                                                    Nice
                                                    Have an unused domain? Make a Free Chaturbate White Label site and be making money tonight

                                                    Comment

                                                    • keysync
                                                      Living the Dream
                                                      • Sep 2011
                                                      • 2375

                                                      #27
                                                      Ranking would be my biggest issue.
                                                      I already have a custom script that doesn't rank for shit.


                                                      Comment

                                                      • weewilly
                                                        Confirmed User
                                                        • Jul 2012
                                                        • 190

                                                        #28
                                                        I would be interested but about a month out. Also any of the other cam site WL you might create

                                                        Comment

                                                        • Andreweb
                                                          Confirmed User
                                                          • Mar 2013
                                                          • 2431

                                                          #29
                                                          I would be interesed in a script SEO friendly which works with webcamwiz apis
                                                          Make Money With: Chaturbate
                                                          Cheap Reliable Hosting

                                                          Comment

                                                          • Denny
                                                            Too lazy to set a custom title
                                                            • Feb 2005
                                                            • 17389

                                                            #30
                                                            Yep, I might be interested too.

                                                            Comment

                                                            • CamTraffic
                                                              Confirmed User
                                                              • Feb 2008
                                                              • 6538

                                                              #31
                                                              Anything out there available but for Streamate WL's? (Paid, Free, or Custom)
                                                              I am always buying traffic and white labels. Hit me up.
                                                              Email me HERE!

                                                              Comment

                                                              • ianmoone332000
                                                                Confirmed User
                                                                • Jun 2014
                                                                • 1706

                                                                #32
                                                                Any update on this project Eddy?. If the price was right and it was easy to manage then im looking for something like this for Chaturbate. As others have said though, it would have to be able to rank and not get stung for duplicate content
                                                                Still the best money making live cam site in the world

                                                                Comment

                                                                • amp31
                                                                  Confirmed User
                                                                  • May 2014
                                                                  • 46

                                                                  #33
                                                                  Are you ready for business Eddy?
                                                                  GFY Thread - Banner Traffic Exchange - exchange unsold banner impressions (click ratio 1 : 1+) buy or sale

                                                                  Comment

                                                                  • blinki bill
                                                                    Confirmed User
                                                                    • Oct 2006
                                                                    • 123

                                                                    #34
                                                                    Something to consider, the cams are shown inside iframe and because the domain in the iframe is different, if the browser has 3d party cookies disabled their csrf token is not set so when your visitor tries to log-in or register he gets a nasty error message. Essentially you want people to sign up with chaturbate but this renders it impossible for them to do so.
                                                                    This is only a problem when the browser is set to block 3d party cookies but firefox comes like this by default, in latest safari I think you can't even enable 3d party cookies at all...

                                                                    Webcam programs should have csrf tokens disabled for WL and iframes otherwise it renders the whole thing somewhat useless...

                                                                    I had that problem on one project and end up with super messy workaround to convert the 3d party cookies from the iframe to 1st party cookies

                                                                    Comment

                                                                    • PorN-LinK
                                                                      So Fucking Banned
                                                                      • Sep 2015
                                                                      • 252

                                                                      #35
                                                                      Eddy would love to see your final idea looks pretty neat

                                                                      Comment

                                                                      • EddyTheDog
                                                                        Just Doing My Own Thing
                                                                        • Jan 2011
                                                                        • 25433

                                                                        #36
                                                                        I had moved on - It seems like it would still go down well though - I need cash so lets see if we can do a few deals...

                                                                        Thanks for the bump.....

                                                                        Comment

                                                                        • amp31
                                                                          Confirmed User
                                                                          • May 2014
                                                                          • 46

                                                                          #37
                                                                          email me with the price [email protected]
                                                                          GFY Thread - Banner Traffic Exchange - exchange unsold banner impressions (click ratio 1 : 1+) buy or sale

                                                                          Comment

                                                                          • j3rkules
                                                                            VIP
                                                                            • Jul 2013
                                                                            • 22111

                                                                            #38
                                                                            Pm me with details Eddy.

                                                                            Comment

                                                                            • boyboy4
                                                                              Confirmed User
                                                                              • Jul 2004
                                                                              • 37

                                                                              #39
                                                                              Pm me with price Eddy

                                                                              Comment

                                                                              • adultmobile
                                                                                No, I am not banned
                                                                                • Nov 2003
                                                                                • 5345

                                                                                #40
                                                                                Originally posted by CPA-Rush
                                                                                damn this cb trash - its not 2011 ...they are going to be very saturated soon , sorry for the affiliates who promote them. wish u luck
                                                                                And so what's the unsaturated cams in 2015?

                                                                                TubeCamGirl.com

                                                                                Comment

                                                                                • cybermike
                                                                                  Confirmed User
                                                                                  • Jan 2002
                                                                                  • 4121

                                                                                  #41
                                                                                  Anything ever happen with this?
                                                                                  Hey surfers how about some The Best Porn Sites

                                                                                  Comment

                                                                                  • EddyTheDog
                                                                                    Just Doing My Own Thing
                                                                                    • Jan 2011
                                                                                    • 25433

                                                                                    #42
                                                                                    Originally posted by cybermike
                                                                                    Anything ever happen with this?
                                                                                    I'm afraid not - I keep getting distracted - I will put it back at the top of the list and see if it will stick this time...

                                                                                    Comment

                                                                                    • amp31
                                                                                      Confirmed User
                                                                                      • May 2014
                                                                                      • 46

                                                                                      #43
                                                                                      can't you sell it like it is ?
                                                                                      GFY Thread - Banner Traffic Exchange - exchange unsold banner impressions (click ratio 1 : 1+) buy or sale

                                                                                      Comment

                                                                                      • EddyTheDog
                                                                                        Just Doing My Own Thing
                                                                                        • Jan 2011
                                                                                        • 25433

                                                                                        #44
                                                                                        Originally posted by amp31
                                                                                        can't you sell it like it is ?

                                                                                        I would love to get it out faster - I am serious need of a cash injection ATM - However I wouldn't be doing anyone any favors, including myself, if I sell crap - I also need to run things past CB and make sure no rules are being broken - It would be a bastard if I got everyone's accounts closed...

                                                                                        I am expecting to get a beta out in about a week and approx 2-3 weeks for the final.....

                                                                                        Comment

                                                                                        • adulttemps
                                                                                          Confirmed User
                                                                                          • May 2002
                                                                                          • 320

                                                                                          #45
                                                                                          You can get the updated nomoneyinporn script here https://github.com/hillipino/Chaturbate-API

                                                                                          Haven't messed with the old wordpress plugin but i may bring it back eventually
                                                                                          Hillipino Money with Cams

                                                                                          Comment

                                                                                          • mrmister
                                                                                            Confirmed User
                                                                                            • Jan 2015
                                                                                            • 1187

                                                                                            #46
                                                                                            Originally posted by adulttemps
                                                                                            You can get the updated nomoneyinporn script here https://github.com/hillipino/Chaturbate-API

                                                                                            Haven't messed with the old wordpress plugin but i may bring it back eventually
                                                                                            the wordpress chaturbate plugin seems like a big resource hog?
                                                                                            Looking for a link exchange

                                                                                            Comment

                                                                                            • adulttemps
                                                                                              Confirmed User
                                                                                              • May 2002
                                                                                              • 320

                                                                                              #47
                                                                                              yea one of the main reasons i quit messing with it. Working on a v2 of the php script. You can see the demo at Chaturbate Demo V2
                                                                                              Hillipino Money with Cams

                                                                                              Comment

                                                                                              • mrmister
                                                                                                Confirmed User
                                                                                                • Jan 2015
                                                                                                • 1187

                                                                                                #48
                                                                                                Originally posted by adulttemps
                                                                                                yea one of the main reasons i quit messing with it. Working on a v2 of the php script. You can see the demo at Chaturbate Demo V2
                                                                                                is there anyway to speed it up? I was thinking of making a wordpress blog, but just using the cams on one page, no other plugins running etc
                                                                                                Looking for a link exchange

                                                                                                Comment

                                                                                                • adulttemps
                                                                                                  Confirmed User
                                                                                                  • May 2002
                                                                                                  • 320

                                                                                                  #49
                                                                                                  you could just setup a page to pull in the xml feed similar to how the php script works. My old plugin would actually save each cam as a post so the database gets pretty out of hand.
                                                                                                  Hillipino Money with Cams

                                                                                                  Comment

                                                                                                  • mrmister
                                                                                                    Confirmed User
                                                                                                    • Jan 2015
                                                                                                    • 1187

                                                                                                    #50
                                                                                                    Originally posted by adulttemps
                                                                                                    you could just setup a page to pull in the xml feed similar to how the php script works. My old plugin would actually save each cam as a post so the database gets pretty out of hand.
                                                                                                    is that from chaturbate api?
                                                                                                    Looking for a link exchange

                                                                                                    Comment

                                                                                                    Working...