anyone using nomoneyinporn chaturbate ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emmasexytime
    Confirmed User
    • Jan 2015
    • 4512

    #1

    anyone using nomoneyinporn chaturbate ?

    we have been testing this
    https://jizzings.com/

    Anyone know how to sent number of cams per page?

    How to add pagination?

    How to speed up the site?

    We can share the plugin and theme if anyone would like to test it.

    Currently it's too slow but ranks much better than other CB plugins
    Join the BEST cam affiliate program on the internet!
    I've referred over $1.7mil in spending this past year, you should join in.
    live camss > How to make a live cam site backlinks > hardlinks.org
  • sarettah
    see you later, I'm gone
    • Oct 2002
    • 14293

    #2
    Sounds like you are using the WP plugin version. I can't offer much help with that.

    There is a stand alone version of the same script. I have copies of both versions up on one of my servers. I also think someone here was updating them and had a git for them.

    In this thread: https://gfy.com/fucking-around-and-b...ml-script.html

    You can find links to the scripts and discussions regarding them. I am not sure if pagination is addressed in the discussions. Speeding it up is definitely discussed.

    Have fun.

    .
    All cookies cleared!

    Comment

    • emmasexytime
      Confirmed User
      • Jan 2015
      • 4512

      #3
      Originally posted by sarettah
      Sounds like you are using the WP plugin version. I can't offer much help with that.

      There is a stand alone version of the same script. I have copies of both versions up on one of my servers. I also think someone here was updating them and had a git for them.

      In this thread: https://gfy.com/fucking-around-and-b...ml-script.html

      You can find links to the scripts and discussions regarding them. I am not sure if pagination is addressed in the discussions. Speeding it up is definitely discussed.

      Have fun.

      .

      Thank you
      Join the BEST cam affiliate program on the internet!
      I've referred over $1.7mil in spending this past year, you should join in.
      live camss > How to make a live cam site backlinks > hardlinks.org

      Comment

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

        #4
        ------------------------------

        Comment

        • DVTimes
          xxx
          • Jun 2003
          • 31658

          #5
          Originally posted by emmasexytime
          we have been testing this
          https://jizzings.com/

          Anyone know how to sent number of cams per page?

          How to add pagination?

          How to speed up the site?

          We can share the plugin and theme if anyone would like to test it.

          Currently it's too slow but ranks much better than other CB plugins
          I had a look at your site.

          It seems to load very slow.
          XXX

          Comment

          • DVTimes
            xxx
            • Jun 2003
            • 31658

            #6
            Someone posted a few lines of code a year or so ago.

            I use it on a few sites, and it works great.

            I can post the code if you cannot find it on this forum.
            XXX

            Comment

            • zijlstravideo
              Confirmed User
              • Sep 2013
              • 806

              #7
              Originally posted by emmasexytime
              How to speed up the site?
              I would start by not fetching the API upon every single page visit...

              The code obviously isn't production ready, you would still need to code all sorts of necessary features yourself, such as cache, pagination etc.
              Contact: email

              Comment

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

                #8
                Emma, I got your email and have answered just a few minutes ago.

                I have a meeting in a little bit. Once I am out of that I will post more detail about what you were asking about.

                .
                All cookies cleared!

                Comment

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

                  #9
                  Emma,

                  You asked about what you would do with the code from this thread

                  https://gfy.com/fucking-around-and-b...-api-help.html

                  $flname="/server file path/filename";
                  $url="xml url";
                  $data=file_get_contents($url);
                  if(!empty($data))
                  {
                  file_put_contents($flname,$data);
                  }
                  else
                  {
                  echo "Did not get a file back<br>\n";
                  }
                  That is pseudo code for a caching system for the stand alone version of the nmip chaturbate script.

                  The WP plugin handles the xml feed differently than that. I took a look at the code in the import.php file from the wp plugin. I am not sure how you could speed that up. The caching scheme I wrote about will not work with the WP plugin without a fair amount of modification of the plugin code. I also don't think you would get any speed improvements from it. According to the setup.txt file in the plugin the import already runs imtermittently so it is not being called on every hit.

                  With that said. If you are using the stand alone script then the code above goes into a separate program that is called periodoically as a cron job on the server. Then you replace the existing call to the chaturbate api with a call to the local file created by the cron.

                  A simple version of the cron job would be something like:
                  <?php

                  if(data=file_get_contents($chatfeedlink='https://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=XXXXX'))
                  {
                  file_put_contents('home/website/cache/xmlcache.xml',$data);
                  }
                  else
                  {
                  // do some sort of error routine here
                  }

                  ?>

                  You would replace the path and file name in the file_put_contents() call with the
                  applicable path and file name for your server.

                  You would set the cron to pull that periodoically. 5 minutes is what I was using originally and it worked pretty good.

                  In the stand alone version of the nmip script you would change the call to the xml feed with the call to the local file.

                  On lines 82 and 330 of the functions.php file you would change the code for the xml pull.

                  the existing line: $xml = 'http://' . CBWL . '/affiliates/api/onlinerooms/?format=xml&wm='.$affid.'';

                  would be changed to pull from the file you created with your cron:

                  $xml='home/website/cache/xmlcache.xml';

                  That is the simplest version of it that I can come up with.

                  .
                  All cookies cleared!

                  Comment

                  • emmasexytime
                    Confirmed User
                    • Jan 2015
                    • 4512

                    #10
                    Thank you sarettah
                    Join the BEST cam affiliate program on the internet!
                    I've referred over $1.7mil in spending this past year, you should join in.
                    live camss > How to make a live cam site backlinks > hardlinks.org

                    Comment

                    • NatalieK
                      Natalie K
                      • Apr 2010
                      • 20106

                      #11
                      looks great, loads fast, love how the clickable goes straight to the model online and then when closed, more information on the model from your site, love it
                      My official site Custom vids Make money & get into the businessFirst time girls
                      Skype: GspotProductions - "Converting traffic into income since 2005"

                      Comment

                      • emmasexytime
                        Confirmed User
                        • Jan 2015
                        • 4512

                        #12
                        Live cam site has been abandoned. We were hoping to be prepared for when robo breaks

                        Jizzings.com is getting built out a little differently now
                        Join the BEST cam affiliate program on the internet!
                        I've referred over $1.7mil in spending this past year, you should join in.
                        live camss > How to make a live cam site backlinks > hardlinks.org

                        Comment

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

                          #13
                          Originally posted by emmasexytime
                          Live cam site has been abandoned. We were hoping to be prepared for when robo breaks

                          Jizzings.com is getting built out a little differently now
                          https://gfy.com/fucking-around-and-b...avascript.html

                          .
                          All cookies cleared!

                          Comment

                          Working...