TubeAce mass import problem!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BettyBoob1
    Confirmed User
    • Mar 2015
    • 45

    #1

    TubeAce mass import problem!

    Hey people.

    Are there any users of TubeAce that might be able to give me a pointer or two on how to use the mass import function?

    I've been trying to import and embed from getscorecash, juggcash, pinupdollars, hub traffic and always either get line # 1 titled not added! or some annoying crap about thumbnails not importing or something along them lines.

    It feels like I've tried everything and still no joy so hopefully someone here can help me out.
    I've not had a reply back from tubeace and there's not too much info floating around of use so it's had me pulling my hair out for a while.

    Anyway thanks in advance
    Nude Cam & Porn List
  • CamTraffic
    Confirmed User
    • Feb 2008
    • 6538

    #2
    Originally posted by BettyBoob1
    Hey people.

    Are there any users of TubeAce that might be able to give me a pointer or two on how to use the mass import function?

    I've been trying to import and embed from getscorecash, juggcash, pinupdollars, hub traffic and always either get line # 1 titled not added! or some annoying crap about thumbnails not importing or something along them lines.

    It feels like I've tried everything and still no joy so hopefully someone here can help me out.
    I've not had a reply back from tubeace and there's not too much info floating around of use so it's had me pulling my hair out for a while.

    Anyway thanks in advance
    Can you take a screenshot of the error message you get, along with the dump you trying to upload in TubeAce?
    I am always buying traffic and white labels. Hit me up.
    Email me HERE!

    Comment

    • BettyBoob1
      Confirmed User
      • Mar 2015
      • 45

      #3
      Originally posted by CamTraffic
      Can you take a screenshot of the error message you get, along with the dump you trying to upload in TubeAce?
      Hey CamTraffic sorry I've taken a while to reply. I just tried to insert the images into my post but unfortunately I can't since I've not made 30 posts yet.

      The error line # 1 titled not added! is still causing me problems when I use the mass import so for now I've kinda abandoned trying to figure it out because I feel like I've tried every data order there is with no success. Even tried the Example Import File on the tubeace site just to see what happens and guess what? line # 1 titled not added!

      At the moment I'm using the api imports which does work and putting videos I like for my site up one at a time. It's a pain in the arse but at least it's working.
      Nude Cam & Porn List

      Comment

      • abinthenet
        Confirmed User
        • Aug 2014
        • 64

        #4
        Using mass import tool in tubeace script if you have more than 2000 posts is a horror. Even if you want to import only 5 or 10 videos. In many cases it causes server overload (dedicated).
        porntester.com - my free porn tube

        Comment

        • BettyBoob1
          Confirmed User
          • Mar 2015
          • 45

          #5
          To be honest TubeAce in general is a pain in the arse for me. Since last night the api imports have gone to shit. Sometimes they will import but more often than not it's failing. Mass import forget it! I know it's not my server too. I just wish I didn't buy it and went with another script.
          Nude Cam & Porn List

          Comment

          • bigove73
            Sex Works
            • May 2009
            • 408

            #6
            I bought it and didn't work for me and that asshole Chris wouldn't refund my money. You can see how much he cares by not responding to these issues, he's a dick on icq as well.

            Comment

            • lollipopx
              Confirmed User
              • Apr 2014
              • 171

              #7
              is it word press site?
              get wp all import plugin
              get featured image generater plugin
              break csvs down to 20-30 files each
              zip csvs
              run new import from wp all import
              youll need a little code to make post template
              run at iterations of 1, helps keep server load down
              also go in cpanel to myphp admin and run table optimization each run to help server stay stable
              works for me and didnt cost a thing
              Lollipopx.com
              Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.

              Comment

              • armysmoke
                Confirmed User
                • Oct 2013
                • 2606

                #8
                I wonder why TubeAce has not jump in on this thread.

                Comment

                • gnawledge
                  confirmed loser
                  • Jul 2012
                  • 1092

                  #9
                  That's a lot of work considering all the other alternatives out there.
                  Wikifap Cams
                  Eporn List
                  Is Chaturbate Still Number 1?

                  Comment

                  • supperball
                    Registered User
                    • Jul 2015
                    • 3

                    #10
                    hello i used to wpxtube theme and pluhin free , it's easy
                    Best Porn 69

                    Comment

                    • Tube Ace
                      So Fucking Banned
                      • Nov 2008
                      • 4941

                      #11
                      BettyBoob1: if you're still having trouble with the Mass Import tool not reading your import file, please send your FTP and WP admin login. I'm guessing it's a directory permissions issue. Super simple fix.

                      Originally posted by abinthenet
                      Using mass import tool in tubeace script if you have more than 2000 posts is a horror. Even if you want to import only 5 or 10 videos. In many cases it causes server overload (dedicated).
                      Tube Ace serves as a bridge between import files and tube APIs (hubtraffic sites such as RedTube, PornHub, Tube8 and YouPorn) to import the video data into WordPress' database/API.

                      Below is a summary of Tube Ace's code while importing from RedTube's API:

                      * Make API call to URL for a keyword and page number. In this case 'amateur' and page 1, in JSON format:

                      http://api.redtube.com/?data=redtube...medium2&page=1

                      * The API returns 20 videos per page/call.

                      * Iterate through a foreach() loop in PHP, adding each result's data (video id #, title, duration) into the WordPress database using WordPress' wp_insert_post() function https://codex.wordpress.org/Function...wp_insert_post

                      * Take the 16 jpg thumbnail URLs returned for each video and save to server.
                      There is nowhere in that code that says, "if we're at 2000 videos, let's create horror". Therefore, this is either a server (yes, even dedicated) or WordPress optimization issue.

                      Originally posted by BettyBoob1
                      To be honest TubeAce in general is a pain in the arse for me. Since last night the api imports have gone to shit. Sometimes they will import but more often than not it's failing. Mass import forget it! I know it's not my server too. I just wish I didn't buy it and went with another script.
                      It appears you do not understand how APIs work. The API (owned and controlled by the tube sites) outputs the video data when called upon by Tube Ace which is then imported into WordPress (as demonstrated above). API requests sometimes fail (again, not controlled by Tube Ace) due to a high number of requests occurring at that time or a number of other possible reasons (server outages, DDoS attacks). Let me assure you that Tube Ace is not programmed to take the day off or rewrite its own code on your server overnight to "go to shit".

                      Originally posted by armysmoke
                      I wonder why TubeAce has not jump in on this thread.
                      To be honest, I just saw this thread as I rarely read this forum anymore due to the rampant trolling and idiocy, which I suppose should be expected as the name of this forum is "Go Fuck Yourself". Thankfully, I estimate that less than 5% of my traffic/sales originate from this forum.

                      Comment

                      • Tube Ace
                        So Fucking Banned
                        • Nov 2008
                        • 4941

                        #12
                        Originally posted by bigove73
                        I bought it and didn't work for me and that asshole Chris wouldn't refund my money. You can see how much he cares by not responding to these issues, he's a dick on icq as well.
                        Ah yes, Mr. Chad "My other ride is your girlfriend", let's review what happened. You attempted to scam me by purchasing my software, then filed a dispute with PayPal once downloading the software. You ignored any attempt of mine to contact you to resolve any issues during PayPal's review of the transaction. PayPal could see that you were ignoring my attempts to rectify the dispute and sided with me. You then threatened to sell my software on fiverr. But I'm the dick, right?

                        Comment

                        • abinthenet
                          Confirmed User
                          • Aug 2014
                          • 64

                          #13
                          Originally posted by Tube Ace
                          Tube Ace serves as a bridge between import files and tube APIs (hubtraffic sites such as RedTube, PornHub, Tube8 and YouPorn) to import the video data into WordPress' database/API.

                          Below is a summary of Tube Ace's code while importing from RedTube's API:


                          There is nowhere in that code that says, "if we're at 2000 videos, let's create horror". Therefore, this is either a server (yes, even dedicated) or WordPress optimization issue.


                          It appears you do not understand how APIs work. The API (owned and controlled by the tube sites) outputs the video data when called upon by Tube Ace which is then imported into WordPress (as demonstrated above). API requests sometimes fail (again, not controlled by Tube Ace) due to a high number of requests occurring at that time or a number of other possible reasons (server outages, DDoS attacks). Let me assure you that Tube Ace is not programmed to take the day off or rewrite its own code on your server overnight to "go to shit".
                          I import sponsor-hosted videos only. Problem occurs already in first step of mass import procedure, so it is not depend on source and number of videos. The only dependency I have noticed there is a number of videos already imported to a specific tubeace instance. In my website where i have about 3000 videos imported using mass import feature is very hard, time-consuming and causing server high load but in a second website where i have about 5000 videos imported it is impossible now. All attempts end with a server overload and 500 internal server error. All mass import options like "detect video duration" or "generate thumbnails" are disabled ofcourse.
                          What kind of server or Wordpress(?!) configuration may cause these problems?

                          By the way few months ago i have asked you via email about sending update. With no respond... so i've gave up after few attempts.
                          porntester.com - my free porn tube

                          Comment

                          • j3rkules
                            VIP
                            • Jul 2013
                            • 22111

                            #14
                            Contact the owner.

                            Comment

                            • abinthenet
                              Confirmed User
                              • Aug 2014
                              • 64

                              #15
                              Last few attempts with no response
                              porntester.com - my free porn tube

                              Comment

                              • j3rkules
                                VIP
                                • Jul 2013
                                • 22111

                                #16
                                Originally posted by abinthenet
                                Last few attempts with no response
                                Check this thread:

                                http://gfy.com/webmaster-q-and-fucki...ace-setup.html

                                Comment

                                • abinthenet
                                  Confirmed User
                                  • Aug 2014
                                  • 64

                                  #17
                                  There are basic information about formatting import file. Nothing about problems with performance problem after initiation mass import tool. Have you any experience with this script operating with sites containing larger number of videos/posts?
                                  porntester.com - my free porn tube

                                  Comment

                                  • Tube Ace
                                    So Fucking Banned
                                    • Nov 2008
                                    • 4941

                                    #18
                                    Originally posted by abinthenet
                                    Last few attempts with no response
                                    Sorry, I don't check this thread everyday.

                                    https://www.google.com/webhp?q=500+i...or+timeout+php

                                    Comment

                                    • BettyBoob1
                                      Confirmed User
                                      • Mar 2015
                                      • 45

                                      #19
                                      Originally posted by Tube Ace
                                      BettyBoob1: if you're still having trouble with the Mass Import tool not reading your import file, please send your FTP and WP admin login. I'm guessing it's a directory permissions issue. Super simple fix.
                                      I've not checked this thread in a while but I found that the problems I was having with TubeAce was caused by me being a noob. I have since found how to successfully use the mass import function and must say I'm very happy with TubeAce. So thanks for the offer of help tc.

                                      On another note I was just wondering if anyone knows how I could import individual xhamster videos? What I mean is if I see a video on pornhub,tube8 ect I import by the video id and tubeace does the rest. Is there a script out there or something that would allow me to do this with xhamster? Or If I need to do this in a more manual way how would I go about that?
                                      Nude Cam & Porn List

                                      Comment

                                      • abinthenet
                                        Confirmed User
                                        • Aug 2014
                                        • 64

                                        #20
                                        Originally posted by Tube Ace
                                        Sorry, I don't check this thread everyday.
                                        I mean no response for my emails
                                        Originally posted by Tube Ace
                                        google.com/webhp?q=500+internal+server+error+timeout+php
                                        And is it your answer?
                                        porntester.com - my free porn tube

                                        Comment

                                        • Tube Ace
                                          So Fucking Banned
                                          • Nov 2008
                                          • 4941

                                          #21
                                          abinthenet, the site in your signature is using Tube Ace as I can tell by looking at the source code: http://porntester.com/wp-content/the...ault/style.css

                                          I searched my inbox for 'porntester' with no results.

                                          Everything looks fine on the user end as I can tell. If you are having timeouts in the backend, it is a server issue. I recommend using Google to troubleshoot your server config.

                                          Comment

                                          • abinthenet
                                            Confirmed User
                                            • Aug 2014
                                            • 64

                                            #22
                                            Yes, porntester.com is one of my two sites using your plugin. Last time I have mailed to you 19th of march asking among other things about last update. I have sent you a message with my email adres, you can check it. By the way will be nice if you send me last version now.
                                            porntester.com - my free porn tube

                                            Comment

                                            • abinthenet
                                              Confirmed User
                                              • Aug 2014
                                              • 64

                                              #23
                                              Problem was in the older script version (1.6). After upgrade to 1.81 import works quite ok.
                                              porntester.com - my free porn tube

                                              Comment

                                              Working...