CyberSEO 6.00 has been released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rick Diculous
    Confirmed User
    • Jul 2008
    • 2384

    #76
    Quick Question: I have 120 hand written blogs and Im not in the auto blogging game. Can cyberseo be useful to me and how?

    Comment

    • just a punk
      So fuckin' bored
      • Jun 2003
      • 32393

      #77
      Originally posted by Rick Diculous
      Quick Question: I have 120 hand written blogs and Im not in the auto blogging game. Can cyberseo be useful to me and how?
      I don't think so. It's a different thing which is intended to automate the things. For example, dmoz.org is a fully manual project which can't be automated. On the other hand, Google works is a 99% automated system which works on autopilot and almost does not require manual manipulations. Different concepts need different implementation.
      Obey the Cowgod

      Comment

      • fspwebmaster
        Registered User
        • Jun 2012
        • 81

        #78
        Looks and sounds like a great plugin.

        Just purchased the Lite Unlimited Edition as I have a lot of mainstream blogs it would work good for. I also want to try it out on a WP tube site.
        XXX Porn Pinboard-Pin Your Porn, Get DoFollow Backlinks, Done! | FreeSexPins | Asian Porn Videos | Free Porn Videos

        Comment

        • fspwebmaster
          Registered User
          • Jun 2012
          • 81

          #79
          Hi CyberSEO,

          I see your're online and was hoping to catch you.

          I purchased the Lite Unlimited Edition (Order Number : 4776885528) but the username and password you sent are getting rejected by your server.

          I sent you and email, could you have a look-see please?
          XXX Porn Pinboard-Pin Your Porn, Get DoFollow Backlinks, Done! | FreeSexPins | Asian Porn Videos | Free Porn Videos

          Comment

          • just a punk
            So fuckin' bored
            • Jun 2003
            • 32393

            #80
            Your password should be working now. Sorry for the inconvenience.
            Obey the Cowgod

            Comment

            • fspwebmaster
              Registered User
              • Jun 2012
              • 81

              #81
              Originally posted by CyberSEO
              Your password should be working now. Sorry for the inconvenience.
              Yep, it works fine now, thanks!

              Hey I understand that $hit happens so it's no big inconvenience, thanks for the quick fix, it's much appreciated!!
              XXX Porn Pinboard-Pin Your Porn, Get DoFollow Backlinks, Done! | FreeSexPins | Asian Porn Videos | Free Porn Videos

              Comment

              • shinmusashi44
                Confirmed User
                • Jan 2012
                • 182

                #82
                Do you have a walk through for the CyberSEO Suite version? It would be a huge help.
                ICQ 635641271 [email protected]

                Comment

                • just a punk
                  So fuckin' bored
                  • Jun 2003
                  • 32393

                  #83
                  Originally posted by shinmusashi44
                  Do you have a walk through for the CyberSEO Suite version? It would be a huge help.
                  There is no walk through for all 1000's of possible roadways. The "walk through" will depend on a type of site you want to create (class-style blog, video blog, tube-like site, tgp-like site, pinterest-like site, review site etc), on content sources you want to use (RSS feeds, tube site feeds, sponsor-hosted XML video feeds) etc

                  There are many threads on official support forum that explain on how to make this and that with CyberSEO. Is you can't find the appropriate thread, just start your own one.
                  Obey the Cowgod

                  Comment

                  • shinmusashi44
                    Confirmed User
                    • Jan 2012
                    • 182

                    #84
                    Originally posted by CyberSEO
                    There is no walk through for all 1000's of possible roadways. The "walk through" will depend on a type of site you want to create (class-style blog, video blog, tube-like site, tgp-like site, pinterest-like site, review site etc), on content sources you want to use (RSS feeds, tube site feeds, sponsor-hosted XML video feeds) etc

                    There are many threads on official support forum that explain on how to make this and that with CyberSEO. Is you can't find the appropriate thread, just start your own one.
                    Ok I'll do a little reading on the forum. I mainly wanted to know how to scrape galleries.
                    ICQ 635641271 [email protected]

                    Comment

                    • just a punk
                      So fuckin' bored
                      • Jun 2003
                      • 32393

                      #85
                      Originally posted by shinmusashi44
                      Ok I'll do a little reading on the forum. I mainly wanted to know how to scrape galleries.
                      There is a thread about it on Russian. Use Google translate to read it.
                      Obey the Cowgod

                      Comment

                      • Inter-Sex
                        Confirmed User
                        • Nov 2005
                        • 2231

                        #86
                        Originally posted by CyberSEO
                        There is a thread about it on Russian. Use Google translate to read it.
                        You have a link to this, will be hard for me to guess the right toppic.
                        Last edited by Inter-Sex; 08-10-2012, 08:07 AM.

                        Comment

                        • just a punk
                          So fuckin' bored
                          • Jun 2003
                          • 32393

                          #87
                          Originally posted by Inter-Sex
                          You have a link to this, will be hard for me to guess the right toppic.
                          Of course I have but I can't post it here because the GFY rules do not allow to publish links to other boards. Email me and I give you the link.
                          Obey the Cowgod

                          Comment

                          • shinmusashi44
                            Confirmed User
                            • Jan 2012
                            • 182

                            #88
                            I was wondering how to do these:

                            1: How to script a gallery scraper so that CyberSEO can scrape galleries from a standard RSS Feed.

                            2: How to remove the image from the RSS Feed, since said image is being used and stored locally as a featured image.

                            I posted on the forum over there too, maybe I could get you to do some custom job for $5 or so
                            ICQ 635641271 [email protected]

                            Comment

                            • just a punk
                              So fuckin' bored
                              • Jun 2003
                              • 32393

                              #89
                              Originally posted by shinmusashi44
                              I was wondering how to do these:

                              1: How to script a gallery scraper so that CyberSEO can scrape galleries from a standard RSS Feed.
                              1) Syndicate the FHG RSS feed (e.g. http://nats.ddfcash.com/ddfrss_22_1_...17_100_c_p.rss);

                              2) Put the following code into the "PHP code <?php .. ?>" box:

                              PHP Code:
                              if (!cseo_post_exists($post)) {
                                  $max_images = 20;
                                  $thumb_width = 180;
                                  $thumb_height = 240;
                                  $link = "http://www.google.com/";
                                  add_image_size('thumbnail', $thumb_width, $thumb_height, true);
                                  $gallery = cseo_file_get_contents($post['link']);
                                  global $cseo_last_effective_url;
                                  if (isset($cseo_last_effective_url)) {
                                      $base_url = $cseo_last_effective_url;
                                  } else {
                                      $base_url = $post['link'];
                                  }
                                  preg_match_all('/<a.+?href=[\s]?["|\']([\w%-\.\/:\?&=]+\.(jpg|jpeg|png|gif))["|\'].*?>.*?<img.*?src.*?>/is', html_entity_decode($gallery), $matches);
                                  for ($i = 0; $i < min(((int) (count($matches[1]) / 4)) * 4, $max_images); $i++) {
                                      if (stripos($matches[1][$i], "http://") !== false) {
                                          $image = $matches[1][$i];
                                      } elseif (substr($matches[1][$i], 0, 1) == "/") {
                                          $image = "http://" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i];
                                      } else {
                                          $image = str_replace(basename($base_url), "", $base_url) . $matches[1][$i];
                                      }
                                      cseo_add_image_to_library($image, $post['post_title']);
                                  }
                                  $post['post_excerpt'] = strip_tags($post['post_excerpt']) . '<p>[gallery columns="4"]</p>';
                                  $post['post_excerpt'] .= "<h2 align=\"center\"><a href=\"" . $link . "\" target=\"_blank\">Click Here For More!</a></h2>\n";
                              } else {
                                  $post = false;
                              } 
                              
                              Make sure to setup the following variables:
                              $max_images – max images to be added into the gallery;
                              $thumb_width – thumbnail width;
                              $thumb_height – thumbnail height ;
                              $link – your affiliate link to a paysite.

                              3) Select "Generate from the first post image" in the "Post thumbnail" drop-down box.

                              4) Save the settings.

                              Originally posted by shinmusashi44
                              2: How to remove the image from the RSS Feed, since said image is being used and stored locally as a featured image.
                              Simple do not store it locally (disable the appropriate option).
                              Obey the Cowgod

                              Comment

                              • campimp
                                Confirmed User
                                • Jan 2007
                                • 1340

                                #90
                                if i buy the single site version and like it, and decide to use it on more sites can i go from single site to the unlimited and just pay the difference

                                Comment

                                Working...