Sara is so stupid she accused me of stealing her open source chaturbate code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bean-aid
    So Fucking Banned
    • Jun 2011
    • 16493

    #1

    Sara is so stupid she accused me of stealing her open source chaturbate code

    She's on par with squirtit... just more dumb
  • bean-aid
    So Fucking Banned
    • Jun 2011
    • 16493

    #2
    or as sara likes to say... retarder

    Comment

    • King Mark
      So Fucking Banned
      • Aug 2016
      • 27033

      #3
      https://en.m.wikipedia.org/wiki/Reta...al_engineering)

      Comment

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

        #4
        Bullshit. You know that is a lie.

        I will not participate in this discussion beyond that and you know why. It amazes me that you would bring it up here though. You have no honor and even less dignity. You are scum.

        .
        All cookies cleared!

        Comment

        • bean-aid
          So Fucking Banned
          • Jun 2011
          • 16493

          #5
          Originally posted by sarettah
          Bullshit. You know that is a lie.

          I will not participate in this discussion beyond that and you know why. It amazes me that you would bring it up here though. You have no honor and even less dignity. You are scum.

          .
          cheater,,,,

          Comment

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

            #6
            Originally posted by beaner
            or as sara likes to say... retarder
            No, you ignorant piece of dirt.

            Retard is a verb so you cannot just add an "er" on to the end and retain any kind of meaning.

            Stupid is an adjective and is therefore open to modification to create a comparative or a superlative through modifiers such as "er" or "est".

            .
            All cookies cleared!

            Comment

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

              #7
              Originally posted by beaner
              cheater,,,,
              And what are you calling cheater on?

              .
              All cookies cleared!

              Comment

              • bean-aid
                So Fucking Banned
                • Jun 2011
                • 16493

                #8
                Sara posted her chaturbate open source code on black hat adult and I decided to to take a look and try it out and did so. I had a couple problems and I asked her what may be the problem and she accused me of stealing her code... she's a welcher

                Comment

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

                  #9
                  This is from another place, another time. But for thos ethat care:

                  Originally posted by sarettah
                  The code you showed me was my code, straight and simple. You said you had a programmer recreate my script. What you showed me was not a re-creation, it was my code including my mistakes and my comments.

                  The server side-back end of your script I could not see and on this particular script does not matter much, all the action was in the front end, in the layout and the javascript, and the version of that that you showed me was written by me.

                  I don't think I said that any one stole anything, if I did it was way into the conversation after you refused to acknowledge that I was looking at my own code, shitty as it is.
                  Originally posted by sarettah

                  I am not going to go and try to compare all my code against yours. I changed some of the code quite a bit between then and now. But I will compare a couple of things to prove my point.

                  Whoever put that together for you used the code that was live at the time, not the downloaded script. I had made a couple of changes that were picked up in the code you used.

                  From my October 22 - 2014 backup of camfoxes (I have changed the code a lot since then so had to go to a back up) from main.js - the loadit function:

                  Code:
                  function loadit(urlin, userin, namein, chaturl)
                  {
                    url2use='http://chaturbate.com/embed/' + namein;
                  
                    if(currshow.style.display=='block')
                    {
                      if(currshow1.style.display=='block')
                      {
                        currshow2_name.innerHTML='Currently Showing:<b> ' + userin + '</b>';
                        currshow2_button.innerHTML='<input type=button value=Close onClick="hideshow(currshow2);">';
                        currshow2_inner.innerHTML='<br><a onClick="hideshow(currshow2);" target=_blank href="webcams/' + namein + '.htm"><iframe frameborder=0 scrolling="no" src="' + url2use + '" height="440" width="503"></iframe><br>Click Here To Join The Chat! It\'s FREE<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a><br><br><a target=_blank href="http://chaturbate.com/2257/" style="font-size:10px;">18 U.S.C. 2257 Record Keeping Requirements Compliance Statement</a>';
                        currshow2.style.display='block';
                      }
                      else
                      {
                        currshow1_name.innerHTML='Currently Showing:<b> ' + userin + '</b>';
                        currshow1_button.innerHTML='<input type=button value=Close onClick="hideshow(currshow1);">';
                        currshow1_inner.innerHTML='<br><a onClick="hideshow(currshow1);" target=_blank href="webcams/' + namein + '.htm"><iframe frameborder=0 scrolling="no" src="' + url2use + '" height="440" width="503"></iframe><br>Click Here To Join The Chat! It\'s FREE<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a><br><br><a target=_blank href="http://chaturbate.com/2257/" style="font-size:10px;">18 U.S.C. 2257 Record Keeping Requirements Compliance Statement</a>';
                        currshow1.style.display='block';
                      }
                    }
                    else
                    {
                      currshow_name.innerHTML='Currently Showing:<b> ' + userin + '</b>';
                      currshow_button.innerHTML='<input type=button value=Close onClick="hideshow(currshow);">';
                      currshow_inner.innerHTML='<br><a onClick="hideshow(currshow);" target=_blank href="webcams/' + namein + '.htm"><iframe frameborder=0 scrolling="no" src="' + url2use + '" height="440" width="503"></iframe><br>Click Here To Join The Chat! It\'s FREE<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a><br><br><a target=_blank href="http://chaturbate.com/2257/" style="font-size:10px;">18 U.S.C. 2257 Record Keeping Requirements Compliance Statement</a>';
                      currshow.style.display='block';
                    }
                  
                    cset.innerHTML='';
                  
                    return false;
                  }
                  From your site's functions.js.pagespeed.jm.2VpSPJnG2I.js file just a few minurtes ago.

                  Code:
                  function loadwindow(urlin,userin,namein,chaturl)
                  {
                     refurl='http://chaturbate.com/embed/'+namein;
                  
                     if(chatwindow1.style.display=='block')
                     {
                      if(chatwindow2.style.display=='block')
                      {
                        if(chatwindow3.style.display=='block')
                        {
                          chatwindow4_name.innerHTML='Free Webcam:<b> '+userin+'</b>';
                          chatwindow4_button.innerHTML='<input type=button value=Close onClick="hideshow(chatwindow4);">';
                          chatwindow4_inner.innerHTML='<br><a onClick="hideshow(chatwindow4);" target=_blank href="freechat/'+namein+'"><iframe frameborder=0 scrolling="no" src="'+refurl+'" height="440" width="503"></iframe><br>Click Here for Free Cam Chat<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a>';
                          chatwindow4.style.display='block';
                        }
                        else
                        {
                          chatwindow3_name.innerHTML='Free Webcam:<b> '+userin+'</b>';
                          chatwindow3_button.innerHTML='<input type=button value=Close onClick="hideshow(chatwindow3);">';
                          chatwindow3_inner.innerHTML='<br><a onClick="hideshow(chatwindow3);" target=_blank href="freechat/'+namein+'"><iframe frameborder=0 scrolling="no" src="'+refurl+'" height="440" width="503"></iframe><br>Click Here for Free Cam Chat<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a>';
                          chatwindow3.style.display='block';
                        }
                      }
                      else
                      {
                          chatwindow2_name.innerHTML='Free Webcam:<b> '+userin+'</b>';
                          chatwindow2_button.innerHTML='<input type=button value=Close onClick="hideshow(chatwindow2);">';
                          chatwindow2_inner.innerHTML='<br><a onClick="hideshow(chatwindow2);" target=_blank href="freechat/'+namein+'"><iframe frameborder=0 scrolling="no" src="'+refurl+'" height="440" width="503"></iframe><br>Click Here for Free Cam Chat<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a>';
                          chatwindow2.style.display='block';
                      }
                    }
                    else
                    {
                      chatwindow1_name.innerHTML='Free Webcam:<b> '+userin+'</b>';
                      chatwindow1_button.innerHTML='<input type=button value=Close onClick="hideshow(chatwindow1);">';
                      chatwindow1_inner.innerHTML='<br><a onClick="hideshow(chatwindow1);" target=_blank href="freechat/'+namein+'"><iframe frameborder=0 scrolling="no" src="'+refurl+'" height="440" width="503"></iframe><br>Click Here for Free Cam Chat<div style="position:absolute;left:22px;top:27px;width:503px;height:440px;"></div></a>';
                      chatwindow1.style.display='block';
                    }
                    return false;
                  }
                  On yours, some of the variable names have been changed and the function was renamed to loadwindow() instead of loadit().

                  But here are the tells that that came from my site.

                  1. The url being (refurl on yours, url2use on mine) is pulling from chaturbate without an affiliate reference. I did that to get around the adblockers for my popup windows.

                  2. The function input variable names are the same. urlin,userin,namein,chaturl. If 2 programmers did the coding there would be different variable names, in different orders and they probably would not end up using the same number of pass ins.

                  3. The big long stacked if..then..else. Most programmers would not do that. Most would use a case structure (switch statement in php) or an elseif structure instead of stacking them like that. That is a nasty habit I have when I am doing things up quick.

                  4. The order of the statements within the function are identical. This would not happen if there were 2 different programmers here.

                  5. The innerHTML sections being written are virtually identical. Again, this would not happen with 2 different coders.

                  6. The hideshow() function being called is one that is also in my javascript. Very basic but I named it hideshow(), I don't know that 2 programmers would have come up with the same name.

                  So, your programmer (in this part) changed a couple of division names and a variable name. The rest of that is mine. That is not the only example of it I can come up with. And I already know that you are going to say, oh, well that is just a snippet or some such. Doesn't matter. You told me that you had a programmer recreate my site from scratch and that is not true.

                  Oh and yours has 4 popup window, at one point I had a version with 4, a version with 6 and a version with 1, so I don't know if they added that div in there or if it was in there when they grabbed the copy to work from.

                  I did not care then and I really do not now (except you called me a liar). As you said, I gave the script away for free. I stand by what I said though, nobody wrote your version from scratch, they used mine as the base. I know my fucking code when I see it.

                  Enough said. I don't want to play these games with you Mark, I had left that conversation alone and at the end of the part about code I did try to give you any insight that I could (if you recall) So, you can go ahead and hold a grudge about absolutely nothing if you want to, I don't do shit that way.
                  All cookies cleared!

                  Comment

                  • bean-aid
                    So Fucking Banned
                    • Jun 2011
                    • 16493

                    #10
                    show me the evidence Sara!

                    Comment

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

                      #11
                      From the same place, same time:

                      Originally posted by beaner
                      here is what I did, and also what I told you I did...

                      You offered your script, for free, and instead of taking you up on said script I asked a programmer to re-script your code, from scratch, to exactly mimick your site because it was doing well on google with no back links.

                      I was 100% upfront about that and you turned it around and said I stole your code then denied I stole your code. I did exactly what I said "above" and I never downloaded your script, and the person who coded it doesn't belong to this forum. I simply said... something is up with this model, and try to mimick it. Here is what it does... basically simply scrape chaturbate in a fashion that doesn't seem like it is being scraped.
                      All cookies cleared!

                      Comment

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

                        #12
                        Originally posted by beaner
                        show me the evidence Sara!
                        If you spent a minute or 2 reading you would realize that the evidence has been posted.

                        .
                        All cookies cleared!

                        Comment

                        • bean-aid
                          So Fucking Banned
                          • Jun 2011
                          • 16493

                          #13
                          Originally posted by sarettah
                          If you spent a minute or 2 reading you would realize that the evidence has been posted.

                          .
                          There is no real evidence, you have no standing, and i'll have to say you have failed.

                          I'm fairly certain anyone can re-engineer a site and see what's up... your model is failing bigly though. It is no good

                          And I told the programmer to download your script and I gave your URL as a reference... it actually seems to me that you purposely put an open source script that wouldn't rank so you could seem like you were doing something helpful to the "community".

                          Looking at it again it looks like you were just trying to gaslight your peers

                          Comment

                          • crockett
                            in a van by the river
                            • May 2003
                            • 76818

                            #14
                            Originally posted by sarettah
                            If you spent a minute or 2 reading you would realize that the evidence has been posted.

                            .
                            You can't argue with stupid people like beaner because he's too stupid to know he's wrong. Best to just keep it short and call him an idiot. It's like trying to argue with a turkey.

                            Trust me I know, I have 2 wild turkeys that hang around my house and I yell at them all the time but they never listen. They chase the mail guy because some mail guy 2 years ago was mean to them and now they chase every mail guy that shows up. They're just dumb.. like beaner

                            Turkeys are actually the 2nd dumbest animal on the planet.. They say slothes are the dumbest but I'm betting it's Beaner..

                            In November, you can vote for America's next president or its first dictator.

                            Comment

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

                              #15
                              Originally posted by beaner
                              There is no real evidence, you have no standing, and i'll have to say you have failed.

                              I'm fairly certain anyone can re-engineer a site and see what's up... your model is failing bigly though. It is no good

                              And I told the programmer to download your script and I gave your URL as a reference... it actually seems to me that you purposely put an open source script that wouldn't rank so you could seem like you were doing something helpful to the "community".

                              Looking at it again it looks like you were just trying to gaslight your peers
                              Oh, just fuck off.

                              You can look at the code at camfoxes right now and still see that the original base code is there.

                              you can then check Google and Semrush and wherever else you want to and see that Camfoxes is still on the first page for some of the same terms it was. It still makes me a pretty regular 2-3k a month.

                              .
                              All cookies cleared!

                              Comment

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

                                #16
                                BTW, I have asked for this thread to be moved to the main forum as it does not belong here in the politics section.

                                .
                                All cookies cleared!

                                Comment

                                • bean-aid
                                  So Fucking Banned
                                  • Jun 2011
                                  • 16493

                                  #17
                                  Originally posted by sarettah
                                  Oh, just fuck off.

                                  You can look at the code at camfoxes right now and still see that the original base code is there.

                                  you can then check Google and Semrush and wherever else you want to and see that Camfoxes is still on the first page for some of the same terms it was. It still makes me a pretty regular 2-3k a month.

                                  .
                                  you gave an open script source code to others that would never rank.

                                  ... and you did it on purpose

                                  Comment

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

                                    #18
                                    Originally posted by beaner
                                    you gave an open script source code to others that would never rank.

                                    ... and you did it on purpose

                                    Just because you could not replicate the results does not make me a cheater or a liar. It does, however, make you incompetent.

                                    And stupider.

                                    .
                                    All cookies cleared!

                                    Comment

                                    • bean-aid
                                      So Fucking Banned
                                      • Jun 2011
                                      • 16493

                                      #19
                                      Originally posted by sarettah
                                      Just because you could not replicate the results does not make me a cheater or a liar. It does, however, make you incompetent.

                                      And stupider.

                                      .
                                      i'll give you the benefit of the doubt that you actually provided code that helped somebody.

                                      can they post here that your chaturbate code made anyone money?

                                      Comment

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

                                        #20
                                        Originally posted by beaner
                                        i'll give you the benefit of the doubt that you actually provided code that helped somebody.

                                        can they post here that your chaturbate code made anyone money?
                                        Anybody can post anything they want.

                                        I have no idea what money people made or didn't make. I never released the code on gfy, it was released where it was released for a reason, because of what the place it was posted was supposed to be.

                                        I do know that there are people on GFY that have made bank as a result of code and advice I gave them. They have stated so in various threads.

                                        You have tonight violated an oath by making the thread and comments that you did.

                                        As I said, you have no honor or dignity and tonight you have proven it beyond any doubt. You could care less what promises you made to a community. The only other poster that I know of that has done that was Venusblogger so that puts you on his level as to what kind of person you are. Piriod.

                                        .
                                        All cookies cleared!

                                        Comment

                                        • bean-aid
                                          So Fucking Banned
                                          • Jun 2011
                                          • 16493

                                          #21
                                          Originally posted by sarettah
                                          Anybody can post anything they want.

                                          I have no idea what money people made or didn't make. I never released the code on gfy, it was released where it was released for a reason, because of what the place it was posted was supposed to be.

                                          I do know that there are people on GFY that have made bank as a result of code and advice I gave them. They have stated so in various threads.

                                          You have tonight violated an oath by making the thread and comments that you did.

                                          As I said, you have no honor or dignity and tonight you have proven it beyond any doubt. You could care less what promises you made to a community. The only other poster that I know of that has done that was Venusblogger so that puts you on his level as to what kind of person you are. Piriod.

                                          .
                                          Sara... that is because I consider you a traitor. Your words for months are very unpatriotic and I, and many others, won't put up with your bullshit. I simply called out your stunt to try and provide people with code to rank on chaturbate and your code was inherently flawed... meaning noboby would rank with your code.

                                          Fuck off Sally

                                          Comment

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

                                            #22
                                            Originally posted by beaner
                                            Sara... that is because I consider you a traitor. Your words for months are very unpatriotic and I, and many others, won't put up with your bullshit. I simply called out your stunt to try and provide people with code to rank on chaturbate and your code was inherently flawed... meaning noboby would rank with your code.
                                            Don't even call my Patriotism into question you dishonorable piece of treanonous garbage. Calling on your country to be better than it is is far from unpatriotic.

                                            As far as the code goes. That exact code got me ranked. The same code is still at the base of camfoxes. No camfoxes code is hidden from view or obfuscated. It can be viewed, the style sheets and javascript files can be downloaded, It can be examined and reverse engineered as much as anybody wants.

                                            The php side has not changed very much at all as I said way back then, all the action is in the front end not the backend.

                                            It continues to rank. Like everything else in Google, it goes up in ranking and sinks in ranking. I modify it and try to figure out what google likes. I don't always advertise the tricks I figure out. If I can figure them out, so can others. I gave enough away and people might actually have to do some work on their own. I don't feel bad about that and I don't apologize for that. That is the way of the world.





                                            .
                                            All cookies cleared!

                                            Comment

                                            • bean-aid
                                              So Fucking Banned
                                              • Jun 2011
                                              • 16493

                                              #23
                                              and what does that show exactly? How does that relate to bunghole code?

                                              Comment

                                              • bean-aid
                                                So Fucking Banned
                                                • Jun 2011
                                                • 16493

                                                #24
                                                and why do you have a spike in traffic in the middle of the month?

                                                Comment

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

                                                  #25
                                                  Originally posted by beaner
                                                  and what does that show exactly? How does that relate to bunghole code?
                                                  I have no idea what bunghole code you are talking about. You mean your VideoStripGames site that you were begging me to advertise for you?

                                                  What I showed was that Camfoxes continues to rank in google. Anybody can look at the code, compare to to the original (which is still available) and see that the base is still the same code.

                                                  .
                                                  All cookies cleared!

                                                  Comment

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

                                                    #26
                                                    Originally posted by beaner
                                                    and why do you have a spike in traffic in the middle of the month?
                                                    What spike in the middle of the month? Look at the labels on the x axis (if you are talking about the Semrush chart). That is showing the past 8 years of traffic, not months. I put the site in place in Jan 2014, that is why the traffic starts around Jan 14 on the chart.

                                                    You don't even know how to read a fucking chart. You continue to show yourself to be even stupider.

                                                    .
                                                    All cookies cleared!

                                                    Comment

                                                    • csnmf
                                                      Registered User
                                                      • Nov 2020
                                                      • 54

                                                      #27
                                                      I am not a coder. But what does code have to do with ranking? If the code works in terms of loading the cams, it works, it is not flawed. Coding and ranking are two different things.

                                                      I am paying a dev to build a cam site for me, his job is to make it function correctly, not for it to rank. It's my job to rank the thing.

                                                      Comment

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

                                                        #28
                                                        Thank you mods for putting this in the main forum where it belongs. Much appreciated.

                                                        For anybody just joining, a little history.

                                                        In January, 2014, in a different place, someone asked "how do you make a cam site from Chaturbate's API?" (or something ot that effect).

                                                        I put together a quick little script. Bought a domain, Put the script up. Tuned it a touch and then presented it to that forum as an answer to the question. I put up a zip file of the code so people could grab it and use it.

                                                        I answered whatever questions people had about it and helped whoever wanted to use it install it on their servers.

                                                        I then moved forward with other stuff and just kind of forgot about it.

                                                        Move forward 6 months and all of a sudden I am seeing traffic. When I check, I find that I am in the number 1,2 or 3 position on google for a shitload of good cam keywords.

                                                        A while later, people hit me up with questions about how I am getting it ranked. I answered quite truthfully that I have no idea.

                                                        Then Beanboy hits me up and tells me that he had his programmer create a site like mine from scratch and it didn't seem to be ranking, could I take a look and provide insight into why. I took a look and what I saw was my code. I informed him that his programmer had not coded it from scratch and a conversation occurred that resulted in him claiming I said he stole my code. I did not claim that. I claimed his programmer bullshitted him.

                                                        Move forward 2 years and Beanboy is on a rave (still in the other place) and he brings this up and the conversation that I quoted above, with the code comparison ensued.

                                                        Beaner then brought it up again yesterday, in the politics section and this is the thread he created there that I asked the mods to move here because it is most definitely a business discussion and should not be hidden away in the politics section.

                                                        So, that is the history behind this conversation.

                                                        .
                                                        All cookies cleared!

                                                        Comment

                                                        • CurrentlySober
                                                          Too lazy to wipe my ass
                                                          • Aug 2002
                                                          • 38944

                                                          #29
                                                          I still preferred sarettahs posting back when she poosted as saraswirls...

                                                          Why the name change hun? Its confusing....


                                                          👁️ 👍️ 💩

                                                          Comment

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

                                                            #30
                                                            Originally posted by CurrentlySober
                                                            I still preferred sarettahs posting back when she poosted as saraswirls...

                                                            Why the name change hun? Its confusing....
                                                            That isn't even funny.

                                                            Well, maybe a touch funny but.

                                                            .
                                                            All cookies cleared!

                                                            Comment

                                                            • csnmf
                                                              Registered User
                                                              • Nov 2020
                                                              • 54

                                                              #31
                                                              Just goes to show no good deed goes unpunished. You provide a script for free for people to use and only brings you trouble. Meanwhile im paying my dev alot more than 0 to build my custom whitelabel.

                                                              I'm new to the adult niche but spent many years internet marketing in different niches and adult is certainly toxic.

                                                              Comment

                                                              • Pink24
                                                                So Fucking Banned
                                                                • Aug 2019
                                                                • 1436

                                                                #32
                                                                Originally posted by sarettah




                                                                .
                                                                Nice stats. How the fuck do you do that?

                                                                Or is it paid traffic?

                                                                Comment

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

                                                                  #33
                                                                  Originally posted by Pink24
                                                                  Nice stats. How the fuck do you do that?

                                                                  Or is it paid traffic?
                                                                  Nope, mostly organic from google. I have not paid for any traffic. There is some referral.

                                                                  This is from 2014-present. The spike there on the chart was when someone misdirected their ad campaign to me, I think it was exoclicks, don't recall at the moment. :



                                                                  .
                                                                  All cookies cleared!

                                                                  Comment

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

                                                                    #34
                                                                    Originally posted by csnmf
                                                                    Just goes to show no good deed goes unpunished. You provide a script for free for people to use and only brings you trouble. Meanwhile im paying my dev alot more than 0 to build my custom whitelabel.

                                                                    I'm new to the adult niche but spent many years internet marketing in different niches and adult is certainly toxic.
                                                                    I hope he does a good job for you. Good Luck

                                                                    .
                                                                    All cookies cleared!

                                                                    Comment

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

                                                                      #35


                                                                      .
                                                                      All cookies cleared!

                                                                      Comment

                                                                      • MaDalton
                                                                        I am Amazing Content!
                                                                        • Feb 2004
                                                                        • 39861

                                                                        #36
                                                                        Who is Sara?
                                                                        AmazingContent.com - providing only the best content and service since 2003
                                                                        Monetize your content on Veegaz.com - one of Germanies largest VOD sites
                                                                        Got German traffic? We convert it into money for you!
                                                                        Email: oltecconsult [at] gmail [dot] com

                                                                        Comment

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

                                                                          #37
                                                                          Originally posted by MaDalton
                                                                          Who is Sara?
                                                                          Beanboy likes to call me Sara because he hopes in some way that it bothers me or something. He has done it for years.

                                                                          .
                                                                          All cookies cleared!

                                                                          Comment

                                                                          • The Porn Nerd
                                                                            Living The Dream
                                                                            • Jun 2009
                                                                            • 19787

                                                                            #38
                                                                            Originally posted by CurrentlySober
                                                                            I still preferred sarettahs posting back when she poosted as saraswirls...

                                                                            Why the name change hun? Its confusing....
                                                                            I thought this was about Sara Swirls too. LOL
                                                                            My Affiliate Programs:
                                                                            Porn Nerd Cash | Porn Showcase | Aggressive Gold

                                                                            Over 90 paysites to promote!
                                                                            Now on Teams: peabodymedia

                                                                            Comment

                                                                            • CaptainHowdy
                                                                              Too lazy to set a custom title
                                                                              • Dec 2004
                                                                              • 94733

                                                                              #39
                                                                              Originally posted by csnmf
                                                                              I am not a coder. But what does code have to do with ranking? If the code works in terms of loading the cams, it works, it is not flawed. Coding and ranking are two different things.

                                                                              I am paying a dev to build a cam site for me, his job is to make it function correctly, not for it to rank. It's my job to rank the thing.
                                                                              That's commonsensical. We don't like that shit around here.

                                                                              Comment

                                                                              • bean-aid
                                                                                So Fucking Banned
                                                                                • Jun 2011
                                                                                • 16493

                                                                                #40
                                                                                Originally posted by sarettah
                                                                                Thank you mods for putting this in the main forum where it belongs. Much appreciated.

                                                                                For anybody just joining, a little history.

                                                                                In January, 2014, in a different place, someone asked "how do you make a cam site from Chaturbate's API?" (or something ot that effect).

                                                                                I put together a quick little script. Bought a domain, Put the script up. Tuned it a touch and then presented it to that forum as an answer to the question. I put up a zip file of the code so people could grab it and use it.

                                                                                I answered whatever questions people had about it and helped whoever wanted to use it install it on their servers.

                                                                                I then moved forward with other stuff and just kind of forgot about it.

                                                                                Move forward 6 months and all of a sudden I am seeing traffic. When I check, I find that I am in the number 1,2 or 3 position on google for a shitload of good cam keywords.

                                                                                A while later, people hit me up with questions about how I am getting it ranked. I answered quite truthfully that I have no idea.

                                                                                Then Beanboy hits me up and tells me that he had his programmer create a site like mine from scratch and it didn't seem to be ranking, could I take a look and provide insight into why. I took a look and what I saw was my code. I informed him that his programmer had not coded it from scratch and a conversation occurred that resulted in him claiming I said he stole my code. I did not claim that. I claimed his programmer bullshitted him.

                                                                                Move forward 2 years and Beanboy is on a rave (still in the other place) and he brings this up and the conversation that I quoted above, with the code comparison ensued.

                                                                                Beaner then brought it up again yesterday, in the politics section and this is the thread he created there that I asked the mods to move here because it is most definitely a business discussion and should not be hidden away in the politics section.

                                                                                So, that is the history behind this conversation.

                                                                                .
                                                                                You are so full of shit Sara. You got a site to hit for keywords, bragged about it, then put code up open source. I used that open source code and you accused me of stealing it. Fuck you

                                                                                Comment

                                                                                • CaptainHowdy
                                                                                  Too lazy to set a custom title
                                                                                  • Dec 2004
                                                                                  • 94733

                                                                                  #41
                                                                                  Originally posted by sarettah
                                                                                  Thank you mods for putting this in the main forum where it belongs. Much appreciated.

                                                                                  For anybody just joining, a little history.

                                                                                  In January, 2014, in a different place, someone asked "how do you make a cam site from Chaturbate's API?" (or something ot that effect).

                                                                                  I put together a quick little script. Bought a domain, Put the script up. Tuned it a touch and then presented it to that forum as an answer to the question. I put up a zip file of the code so people could grab it and use it.

                                                                                  I answered whatever questions people had about it and helped whoever wanted to use it install it on their servers.

                                                                                  I then moved forward with other stuff and just kind of forgot about it.

                                                                                  Move forward 6 months and all of a sudden I am seeing traffic. When I check, I find that I am in the number 1,2 or 3 position on google for a shitload of good cam keywords.

                                                                                  A while later, people hit me up with questions about how I am getting it ranked. I answered quite truthfully that I have no idea.

                                                                                  Then Beanboy hits me up and tells me that he had his programmer create a site like mine from scratch and it didn't seem to be ranking, could I take a look and provide insight into why. I took a look and what I saw was my code. I informed him that his programmer had not coded it from scratch and a conversation occurred that resulted in him claiming I said he stole my code. I did not claim that. I claimed his programmer bullshitted him.

                                                                                  Move forward 2 years and Beanboy is on a rave (still in the other place) and he brings this up and the conversation that I quoted above, with the code comparison ensued.

                                                                                  Beaner then brought it up again yesterday, in the politics section and this is the thread he created there that I asked the mods to move here because it is most definitely a business discussion and should not be hidden away in the politics section.

                                                                                  So, that is the history behind this conversation.

                                                                                  .
                                                                                  No good deed goes unpunished. Merry Beer-Mas, Sarettah .

                                                                                  Comment

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

                                                                                    #42
                                                                                    Originally posted by beaner
                                                                                    You are so full of shit Sara. You got a site to hit for keywords, bragged about it, then put code up open source. I used that open source code and you accused me of stealing it. Fuck you
                                                                                    You are completely delusional. The code was put up January 2014. The site did not start getting any traction in the SEs until July 2014.

                                                                                    I never accused you of stealing it. I told you that your programmer did not write it from scratch, and he didn't. Anybody that can read code, even at the beginner level, can compare the stuff I posted and tell you that one was cribbed from the other.

                                                                                    You, for some reason, decided that your programmer did not crib the code (as you have such great luck with programmers) and decided to call me a liar among other things.

                                                                                    This was posted on January 14, 2014:

                                                                                    For what it's worth, shitty code and all ;p

                                                                                    <!--
                                                                                    Example of using a chaturbate feed to make a mini site.
                                                                                    January 4, 2014
                                                                                    -->
                                                                                    <html>
                                                                                    <head>
                                                                                    <base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
                                                                                    <base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
                                                                                    <meta http-equiv="content-type" content="text/html; charset=windows-1250">

                                                                                    <title>Simple Chaturbate XML Example</title>

                                                                                    <!-- little java scriptlet to populate and show the currently showing window when a pic is clicked -->
                                                                                    <script type="text/javascript">
                                                                                    function loadit(urlin, userin, chaturl)
                                                                                    {
                                                                                    currshow.innerHTML='Currently Showing: ' + userin + ' <input type=button value=Close onClick="currshow.innerHTML=\'\';currshow.style.di splay=\'none\';"><br><a onClick="currshow.innerHTML=\'\';currshow.style.di splay=\'none\';" target=_blank href="' + chaturl + '"><iframe border=0 scrolling="no" src="' + urlin + '" height="440" width="503"></iframe><br>Click Here To Join The Chat!</a>';
                                                                                    currshow.style.display='block';
                                                                                    scroll(0,0);
                                                                                    }
                                                                                    </script>
                                                                                    </head>
                                                                                    <body style="text-align:center;">
                                                                                    <div style="width:100%;text-align:center;">
                                                                                    <h2>Chaturbate XML Example</h2>

                                                                                    <?php

                                                                                    // pull in the xml feed
                                                                                    // this should be the link you get from the chaturbate tools, replace the link that is there
                                                                                    $userlist = simplexml_load_file('http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=JkjyU');

                                                                                    // counter for female count
                                                                                    $fcnt=0;

                                                                                    // how many females are in there
                                                                                    // go through array to compute number of females
                                                                                    foreach ($userlist as $user)
                                                                                    {
                                                                                    if($user->gender=='f')
                                                                                    {
                                                                                    $fcnt++;
                                                                                    }
                                                                                    }

                                                                                    // 6 column display
                                                                                    // itemcnt is the number of items in each column
                                                                                    $itemcnt=intval($fcnt/6);
                                                                                    if($fcnt/6-$itemcnt>0)
                                                                                    {
                                                                                    $itemcnt++;
                                                                                    }

                                                                                    // counters to keep track of columns and items
                                                                                    $colcnt=0;
                                                                                    $itmcnt=0;

                                                                                    // go through the user list from top to bottom
                                                                                    foreach ($userlist as $user)
                                                                                    {
                                                                                    // ignore if they are not marked female
                                                                                    if($user->gender=='f')
                                                                                    {
                                                                                    //if we are at the stsrt of the column
                                                                                    if($itmcnt==0 || $itmcnt==$itemcnt)
                                                                                    {
                                                                                    $colcnt++;
                                                                                    // if we have been in a column close the column
                                                                                    if($itmcnt>0)
                                                                                    {
                                                                                    ?>

                                                                                    </div>

                                                                                    <?php
                                                                                    }
                                                                                    // if we are at the top of column 2 then we want to insert the hidden div for the currently showing window
                                                                                    if($colcnt==2)
                                                                                    {
                                                                                    // to get the columns to do the move down we put a div across the top of columns 2 through 5
                                                                                    // then we put the hidden div inside that div
                                                                                    ?>
                                                                                    <div style="width:800px;float:left;margin:auto;">
                                                                                    <div name="currshow" id="currshow" style="float:none;display:none;width:500px;height: 540px;text-align:center;margin:auto;"></div>

                                                                                    <?php
                                                                                    }
                                                                                    // if we are at the start of column 6 we need to close the div that we used to push the columns down
                                                                                    if($colcnt==6)
                                                                                    {
                                                                                    ?>

                                                                                    </div>

                                                                                    <?php
                                                                                    }
                                                                                    // put up the start of each column div
                                                                                    ?>

                                                                                    <div name=col' . $colcnt . ' id=col' . $colcnt . ' style="width:200px;float:left;">

                                                                                    <?php
                                                                                    // reset itemcnt to zero at start of each column
                                                                                    $itmcnt=0;
                                                                                    }
                                                                                    // incerment the itemcnt to reflect we are printing an oitem
                                                                                    $itmcnt++;
                                                                                    // extract the url used for the embed from the iframe embed element
                                                                                    $iframe=substr($user->iframe_embed,strpos($user->iframe_embed,'http'));
                                                                                    $iframe=substr($iframe,0,strpos($iframe,"'"));
                                                                                    // print the next item
                                                                                    // we are truncating the language and location variables because of the crap people put in there
                                                                                    ?>
                                                                                    <div style="height:250px;">
                                                                                    Host: <?php echo substr($user->username,0,20); ?><br>
                                                                                    <img src="<?php echo $user->image_url; ?>" onClick="loadit(<?php echo "'$iframe','$user->username','$user->chat_room_url'"; ?>);"><br>
                                                                                    Time on line: <?php echo number_format($user->seconds_online/60,2); ?> minutes<br>
                                                                                    Language(s) spoken: <?php echo substr(trim($user->spoken_languages),0,18); ?><br>
                                                                                    <?php
                                                                                    // if they have a url or a twitter or email address in location then do not show it
                                                                                    if(substr_count(strtolower($user->location),'http')==0 && substr_count(strtolower($user->location),'@')==0)
                                                                                    {
                                                                                    ?>
                                                                                    Location: <?php echo substr(trim($user->location),0,18); ?>
                                                                                    <?php
                                                                                    }
                                                                                    // then put in a little space between rows
                                                                                    ?>
                                                                                    </div>
                                                                                    <div style="height:20px;"></div>
                                                                                    <?php
                                                                                    }
                                                                                    }
                                                                                    ?>

                                                                                    </div>
                                                                                    </div>
                                                                                    </body>
                                                                                    </html>
                                                                                    Last edited by sarettah; January 4th, 2014 at 06:34 PM.
                                                                                    All cookies cleared!

                                                                                    Comment

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

                                                                                      #43
                                                                                      This was posted January 28th, 2014:

                                                                                      I had given xxxxxxx a sneak peek at this last Friday or so. I have done a couple of tweaks too it since then.

                                                                                      Some changes to note:

                                                                                      this version is driven off a mysql database that is updated through a cron job. This gets rid of the page lag on the original which was caused by the page fetch. This way we are only doing the page fetch one time for all users instead of once per page hit.

                                                                                      The sort link provided on the front page are all ajax calls to the database.

                                                                                      The chatscreen portion and how each cam looks is controlled by a template file, much like xxxxxxx has described xxxxxxx using.


                                                                                      http://madspiders.com/chatscript/camfox_script.zip

                                                                                      I have not protected the link yet. Please do not disseminate the link beyond this group. You guys are free to use it as you see fit.

                                                                                      There is a readme file in there with some brief instructions. I did a test to make sure they are correct.

                                                                                      readme.txt
                                                                                      January 28, 2014 - Release #2 of initial script. Not doing versions yet.

                                                                                      Chaturbate white label script by [email protected]
                                                                                      Made for the folks at xxxxxxxxxxxxxxx.

                                                                                      This is a script package to create a chaturbate white label type site using the chaturbate api xml version feed at
                                                                                      You must be a registered chaturbate affiliate to use the feeds. If you want sign up under me then go to
                                                                                      if you don't want to give me credit then just go to and sign up.

                                                                                      There are no guarantees regarding this script package. It is use at your own risk.
                                                                                      I will provide any help I can with setting it up and getting it working.
                                                                                      If you need to contact me then please send me an email at [email protected] or hit me with a PM on xxxxxxxxx

                                                                                      This script uses php and mysql. It is using the PDO object for database access.

                                                                                      There are 18 files in this package. It was zipped with the directory structure intact.

                                                                                      --Files--
                                                                                      The following files are included:

                                                                                      1. readme.txt - The file that you are reading right now.
                                                                                      2. changes.txt - Informal change log
                                                                                      3. table_schema.sql - Table structure for the users table
                                                                                      4. index.htm - The main page template file
                                                                                      5. includes/functions - has the database connectionf function
                                                                                      6. includes/dbcreds.php - contains the info necessary to connect to the databse
                                                                                      7. includes/.htaccess - basic htaccess file that disallows access to the includes folder for all but your server
                                                                                      8. cron/.htaccess - basic htaccess file that disallows access to the cron folder for all but your server
                                                                                      9. cron/chat_db_update.php - used to periodically refresh the database. Should be called by a cron job on the server
                                                                                      10. ajax/chatscreen.php - This file creates the list of chat models that appears on the main page
                                                                                      11. js/main.js - This contains all the custom java scriptlets used by the script
                                                                                      12. styles/style.css - This contains the style sheet used by the script
                                                                                      13. templates/item_template.htm - This contains the structure for each of the cam boxes that appear on the main page
                                                                                      14. dumps/.htaccess - basic htaccess file that disallows access to the dumps folder for all but your server
                                                                                      15. images/logo.jpg - camfoxes log. Please replace with your own logo
                                                                                      16. js/jquery-1.9.1.js - jquery library
                                                                                      17. js/jquery-ui.js - jquery ui library
                                                                                      18. styles/smoothness-jquery-ui.css - jquery smoothness styles


                                                                                      --Instructions--
                                                                                      First unzip the package to a folder on your desktop.

                                                                                      Create the database to be used by the script.

                                                                                      --Database stuff--
                                                                                      In the main folder there is a file called table_schema.sql. This contains an importable database structure for the users table. This is used to store the chat models information.
                                                                                      Create a database on your server and then import the table_schema.sql file to that database. You can also create the table by hand using the schema as your map.

                                                                                      --File stuff--
                                                                                      Do the following edits:
                                                                                      includes/dbcreds.php - edit the username, password, datbase name and database host to the values needed for your server.
                                                                                      cron/chat_db_update.php - edit the includepath, chatfeedlink and mysite variables.
                                                                                      The includepath should be the internal server path to your includes folder. Something like /home/user/site/includes.
                                                                                      The chatfeedlink should be the link to your xml feed (obtained at chaturbate tools)
                                                                                      The mysite var should be the full url to the site. It is used as the referral string in the xml feed pull.
                                                                                      index.htm - There is a bunch to edit here but none of it effects the site operating. They are all the normal edits you would do on a site. Title
                                                                                      description, keywords, warning page verbiage, site text verbiage.

                                                                                      --Please Note - new edit --
                                                                                      The feed from chaturbate includes urls for both free signups and revshare programs. If you do not change the default value, when the
                                                                                      main chat model list is being written, the urls associated with them will be split 50/50 between revshare and free signup.

                                                                                      If you want to change this you can edit it in the top of the chatscreen.php file.

                                                                                      Where you see $free_pct=50; change the 50 to whatever percent you want to have be free signup. All others will be revshare.
                                                                                      ie:if you set free_pct to 20 then 20% of the displayed cams will be tagged with your free signup url and 80% will be tagged with your
                                                                                      revshare url.


                                                                                      cron/.htaccess - I reccomend you add a line allowing your ip to access this so you can run the update program from the browser if needed.

                                                                                      There is nothing else that requires editing in order to get this up and running.

                                                                                      --Upload the directory structure from your desktop to the server --
                                                                                      You do not (and probably should not) need to upload the readme.txt file or the table_schema.sql file to the server

                                                                                      on the server change the permissions in the dump directory to allow write acces. for me this is 777, set it to whatever the tightest security you can on your server and still have it writeable from the script when running serverside.

                                                                                      --Load the database--
                                                                                      do an initial database load. Either disable htaccess in the cron folder or add your ip as mentioned above.

                                                                                      In your favorite browser enter the address to the update script. ie: Page Not Found - 404 Error Page

                                                                                      The script should run for a few seconds and then show you a run down of what it did. If you get no output or an error mesaage then you have something wrong somewhere. If you get no output then errors are probably disabled on your server. they might be in an error log or we might have some debugging to do to get to the issue.

                                                                                      if you have an error message to work with then it will probably point you to the problem.

                                                                                      Once the database is loaded intially the site should operate properly.

                                                                                      If you disabled .htaccess for this then you should reenable it.

                                                                                      --set up cron--
                                                                                      On my install I have the database update portion running every 5 minutes from a cron on my server. I thought this was a reasonable time interval.

                                                                                      I also have a javascript timer running on the page which refreshes the chat window every 5 minutes. If you want more frequent updates then run the cron more often and change the time interval in the javascript (explained later).

                                                                                      Your host should be able to help you with setting up a cron for this. If you are unmanaged then you will do it yourself I guess.

                                                                                      The line from my cron for this looks like:

                                                                                      */5 * * * * /usr/local/bin/php -q /server_path_to_site/cron/chat_db_update.php > /server_path_to_site/dumps/chatdb.dump

                                                                                      This will run the cron every 5 minutezs and put any output from the program in the dumps folder in a folder called chatdb.dump.

                                                                                      The dump file can be very handy for debugging but you do not have to include it if you don't want to.

                                                                                      --Other edits--
                                                                                      If you want additional info from the feed in the various cam boxes edit the template/item_template.htm file to include the tags then in
                                                                                      the ajax/chatscreen.php edit the tag replace section to make sure the tags are handled properly.

                                                                                      Index.htm should be edited to what you want the page to look like. There are several divs that the scripts use so they need to exist.

                                                                                      Chatdiv is used to house the webcam model list.
                                                                                      Currentshow is used for the preview window.
                                                                                      Titlediv is used for the message about how many models are online.
                                                                                      Warningdiv is used for the warning page text and enter/exit links.

                                                                                      Well, that is about all I have to say.

                                                                                      Have fun. I hope it works for you.

                                                                                      January 28, 2014
                                                                                      Last edited by sarettah; January 28th, 2014 at 04:40 PM.
                                                                                      All cookies cleared!

                                                                                      Comment

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

                                                                                        #44
                                                                                        I did not get much traffic to it until June or July 2014 so how the fuck could I be bragging about how much traffic I was getting in January 2014 when I put up the script?

                                                                                        Like most things in your world, you make them up as you go along and could not give one fuck about whether they are true or not.

                                                                                        This was the update to the discussion that I made on June 6, 2014:

                                                                                        Ok, it's been just about 6 months since I first set up camfoxes. First significant traffic was on Jan 20 but the site was live on the 4th.

                                                                                        So, I figured it was time to show how rich this has made me ;p



                                                                                        Numbers speak for themselves. That $42 in revshare was one user. I was splitting the cam links up 50/50 between free and revshare to see which would work best.

                                                                                        .

                                                                                        So, by June, I had made a whopping $42.

                                                                                        I don't recall exactly when you and I had our discussion but it was sometime after that.

                                                                                        So, facts show you are full of shit as usual Beanfuck.

                                                                                        .
                                                                                        All cookies cleared!

                                                                                        Comment

                                                                                        • bean-aid
                                                                                          So Fucking Banned
                                                                                          • Jun 2011
                                                                                          • 16493

                                                                                          #45
                                                                                          Sara you infinitely stupid mother fucker. I told you he used the code you put up as open source. Of course your stupid cam fox site was reserved before it ranked. It wasn't till it ranked, you bragged about it, then offered the script did I have any interest. It is your accusation I stole your code where the problem is. Stop sniffing gas hillbilly.

                                                                                          Comment

                                                                                          • fuzebox
                                                                                            making it rain
                                                                                            • Oct 2003
                                                                                            • 22352

                                                                                            #46

                                                                                            Comment

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

                                                                                              #47
                                                                                              Originally posted by beaner
                                                                                              Sara you infinitely stupid mother fucker. I told you he used the code you put up as open source. Of course your stupid cam fox site was reserved before it ranked. It wasn't till it ranked, you bragged about it, then offered the script did I have any interest. It is your accusation I stole your code where the problem is. Stop sniffing gas hillbilly.
                                                                                              I did not brag about my script prior to offering it up. I have already proven that.

                                                                                              I registered camfoxes on January 19, 2014. I put the packaged script up on January 28, 2014.

                                                                                              I did not get any ranking on it until June or July 2014.

                                                                                              So, how could I possibly be bragging about how it was ranking in January?

                                                                                              I put the script up in reply to a requet by another community member. That request was put up on December 31, 2013.

                                                                                              So pretty clueless with xml stuff and I would like to setup a cam whitelabel with chaturbate using xml since I heard their whitelabels are not very seo friendly.. How much for someone to do it for me? Plan is to popunder the page and if possible use their tools like iframes if possible.

                                                                                              Thanks.. another user here said they would help me but just ignores me now :\

                                                                                              I replied to that thread on January 4 with a mockup site I had made on madspiders.com:

                                                                                              Originally posted by sarettah
                                                                                              .

                                                                                              xxxxxxx, are you talking about reading the xml file and making a site from the data? Like this:



                                                                                              404 Not Found

                                                                                              If you are then that is pretty simple to do. The one I put up is just sucking in the xml feed and then using some of it in a simple table. Once you have the xml data in you can present it however you want.

                                                                                              If that is what you are talking about then I will post more once I see your answer.
                                                                                              That started the conversation. I did not put up the script because it was ranking. I put it up as an answer to someone's request for help.

                                                                                              You later hit me up with your questions, sometime after July 2014, and I informed you that your programmer did not do it from scratch.

                                                                                              Your first response in that thread was in October, 2014 while we were discussing the stats I was seeing at chaturbate, so our conversation was probably sometime after that:

                                                                                              Originally posted by beaner;
                                                                                              Is your site sending same person multiple times? They likely don't count duplicate IP's more then once.
                                                                                              You are delusional as hell there beanfuck.

                                                                                              .
                                                                                              All cookies cleared!

                                                                                              Comment

                                                                                              • bean-aid
                                                                                                So Fucking Banned
                                                                                                • Jun 2011
                                                                                                • 16493

                                                                                                #48
                                                                                                Dudette... the issue at hand, again, is I fucking told you I used your script and you accused me of stealing it. What has dislodged in your estrogen filled brain?

                                                                                                Comment

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

                                                                                                  #49
                                                                                                  Originally posted by beaner
                                                                                                  Dudette... the issue at hand, again, is I fucking told you I used your script and you accused me of stealing it. What has dislodged in your estrogen filled brain?
                                                                                                  I have no idea what your fucking problem is. Drinking too much, drugging too much, or you are just fucking psychotic but I never said you stole my code.

                                                                                                  I said that your programmer did not write it from scratch, and I stand by that statement and have provided the proof.

                                                                                                  You offer nothing but hot air and insults in response, as usual.


                                                                                                  .
                                                                                                  All cookies cleared!

                                                                                                  Comment

                                                                                                  • bean-aid
                                                                                                    So Fucking Banned
                                                                                                    • Jun 2011
                                                                                                    • 16493

                                                                                                    #50
                                                                                                    Your willful ignorance in politics section about being perfectly fine with rampant fraud to win an election is what sparked this thread.
                                                                                                    And I reached out to you after a site was up and said... hey, I used your code for chaturbate and not getting the live you are seeing. Can you take a look? Then you acted like a hysterical cunt saying that was YOUR code, and I was like no shit, I used what you offered for free.

                                                                                                    Mods, this is now a political thread, please move to appropriate section.

                                                                                                    Comment

                                                                                                    Working...