CyberSEO Suite: Tips and Tricks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tonyparra
    Confirmed User
    • Jul 2008
    • 4568

    #91
    Originally posted by cyberxxx
    Go to your XML feed options page and do the following:

    That's all
    YOU DA MAN! Worked perfect, only thing though the random tags seem to pull one random tag from all tags on the whole site not just the list i wrote, and the post was syndicated into all categories i ( i want only interracial and it went to interracial and teens i only have those two categories for now )
    Here is what i put for tags:
    Code:
    // generate random tags. Don't forget to replace tag1, tag2 etc with the prefered tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page
    $post ['categories'] [] = array_rand ( array ("big dick", "monster cock", "white pussy", "black men", "tight", "creampie", "MILF", "mom", "doggystyle", "blowjob", "older women", "cougars", "dick riding", "cum", "shorty mac") );
    Also dogfart has pretty long wordy descriptions, what it the best way to limit them? Too like under 100 characters? I would keep but the really long desc messes with this theme...

    Thanks a million

    High Performance Vps $10 Linode
    Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

    Comment

    • Catalyst
      Confirmed User
      • Jun 2003
      • 3243

      #92
      I need to read this all the way in the morning.. been looking for software like this..

      Comment

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

        #93
        Originally posted by tonyparra
        only thing though the random tags seem to pull one random tag from all tags on the whole site not just the list i wrote
        I'm not sure I got your question right. Do you want to add your whole list of shuffled tags to every syndicated posts? If so, simple do it like this:

        Code:
        // generate random tags. Don't forget to replace tag1, tag2 etc with the preferred tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page
        $post ['categories'] = array ("big dick", "monster cock", "white pussy", "black men", "tight", "creampie", "MILF", "mom", "doggystyle", "blowjob", "older women", "cougars", "dick riding", "cum", "shorty mac" );
        shuffle ( $post ['categories'] );
        Originally posted by tonyparra
        and the post was syndicated into all categories i ( i want only interracial and it went to interracial and teens i only have those two categories for now )
        If you want to syndicate all posts from some XML/RSS feed into the particular categories. You need to set "Undefined categories" as "Post to default WordPress category" and select the desired categories manually in the "Syndicate this feed to the following categories" box above.

        Originally posted by tonyparra
        Also dogfart has pretty long wordy descriptions, what it the best way to limit them? Too like under 100 characters? I would keep but the really long desc messes with this theme...
        Simple add the following code to the contents of the "PHP Code <?php .. ?>" box:

        Code:
        if (strlen ( $post ['post_excerpt'] ) > 100) {
        	$post ['post_excerpt'] = substr ( $post ['post_excerpt'], 0, 100 ) . '...';
        }
        Originally posted by tonyparra
        Thanks a million
        You are welcome
        Obey the Cowgod

        Comment

        • tonyparra
          Confirmed User
          • Jul 2008
          • 4568

          #94
          I found a theme i really like however, its made a little differently. There is a separate posting section for video, that has its own set of categorys, tags, etc. Is it possible to get cyberseo to recognize categories from that section exclusively or in addition to the regular categories? Take a look at the theme http://templatic.com/freethemes/video

          you have to see what i mean because its hard to describe, thanks
          Last edited by tonyparra; 04-05-2011, 04:38 AM.

          High Performance Vps $10 Linode
          Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

          Comment

          • HarryMuff
            Confirmed User
            • Dec 2005
            • 271

            #95
            Do you think using tricks like synonyms and morphing are really worth wasting time with? Any search engine worth it's salt will be using a wordnet equivalent and detect this stuff - it's very basic tech. Kinda pointless. Links pulled.

            Comment

            • djroof
              JuicyDevils.gr Owner
              • Jan 2004
              • 25504

              #96
              congrats!!!!!

              Comment

              • tonyparra
                Confirmed User
                • Jul 2008
                • 4568

                #97
                Originally posted by HarryMuff
                Do you think using tricks like synonyms and morphing are really worth wasting time with? Any search engine worth it's salt will be using a wordnet equivalent and detect this stuff - it's very basic tech. Kinda pointless. Links pulled.
                I dont really care for this function, i like to automate as much as possible and for $20 i can pull video and galleries in wordpress, make a tube, or use my imagination and to be honest 98% program feeds suck and the rss syndicators stink.

                High Performance Vps $10 Linode
                Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

                Comment

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

                  #98
                  Originally posted by HarryMuff
                  Do you think using tricks like synonyms and morphing are really worth wasting time with? Any search engine worth it's salt will be using a wordnet equivalent and detect this stuff - it's very basic tech. Kinda pointless. Links pulled.
                  So all tube sites will be also banned, because they share the same content? Why do people still run TGP's and Tubes at all?

                  What's about news sites? Let's take any piece of text from CNN and search it with Google. And what do we see? There are about 5,860 results and they are all listed. Why Google didn't ban every site besides CNN?

                  Actually I can show many other examples, but this doesn't really matter. Most of people have no creativity and they don't understand that only "synonyms and morphing" won't make them rich. Synonymizer is just a single method which can (not always) be used in combination with many others. The CyberSEO Suite is not just a synonymizer or a content spinner.

                  This is not a problem of script (the script is just a tool) but a problem of narrow-minded person who don't understand that even a car can carry him or it can kill him. Everything depends on his skills and discretion.

                  Links pulled
                  Last edited by just a punk; 04-05-2011, 08:49 AM.
                  Obey the Cowgod

                  Comment

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

                    #99
                    Originally posted by tonyparra
                    I found a theme i really like however, its made a little differently. There is a separate posting section for video, that has its own set of categorys, tags, etc. Is it possible to get cyberseo to recognize categories from that section exclusively or in addition to the regular categories? Take a look at the theme http://templatic.com/freethemes/video

                    you have to see what i mean because its hard to describe, thanks
                    Just downloaded and installed it on a test blog. Going to learn it for a while when I post here the appropriate PHP code to use it with CyberSEO Suite.
                    Obey the Cowgod

                    Comment

                    • tonyparra
                      Confirmed User
                      • Jul 2008
                      • 4568

                      #100
                      Originally posted by cyberxxx
                      Just downloaded and installed it on a test blog. Going to learn it for a while when I post here the appropriate PHP code to use it with CyberSEO Suite.
                      If you have wordpress blogs/splogs why are you not using this tool? Awesome tool and amazing support. Thanks in advance

                      High Performance Vps $10 Linode
                      Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

                      Comment

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

                        #101
                        Originally posted by tonyparra
                        If you have wordpress blogs/splogs why are you not using this tool? Awesome tool and amazing support. Thanks in advance
                        Do you mean Video Template? Because I was using other templates for WP tube sites and didn't try this one. Howere I can say it looks very slick.
                        Obey the Cowgod

                        Comment

                        • tonyparra
                          Confirmed User
                          • Jul 2008
                          • 4568

                          #102
                          Originally posted by cyberxxx
                          Do you mean Video Template? Because I was using other templates for WP tube sites and didn't try this one. Howere I can say it looks very slick.
                          Oh i was meaning for people reading this thread if they have wordpress they should use your plugin and yes that theme is slick too many tube designs are so cookie cutter i like that one...

                          High Performance Vps $10 Linode
                          Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

                          Comment

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

                            #103
                            Just learned the Video template. Unfortunately it's impossible to make it working with CyberSEO Suite directly. The mentioned template uses its own format of posts called "videos".

                            So without changes in the template itself, it won't work with CyberSEO Suite.
                            Last edited by just a punk; 04-06-2011, 06:10 AM.
                            Obey the Cowgod

                            Comment

                            • tonyparra
                              Confirmed User
                              • Jul 2008
                              • 4568

                              #104
                              Hello,

                              New question, for some reason the images are not being saved to my /uploads or cloaked with the fake images folder. In your last tutorial there was this comment:
                              Code:
                              // uncomment the line below to store thumbnails on your server
                              // cseo_store_image ('thumb', $post ['post_title']);
                              I actually deleted this line thinking it would allow the image cloaking to work. As of now i have both options enabled, should i only have one? I dont mind storing the images to my server, can you show me what is meant by "uncomment"? Thanks.

                              High Performance Vps $10 Linode
                              Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

                              Comment

                              • d-null
                                . . .
                                • Apr 2007
                                • 13724

                                #105
                                Originally posted by tonyparra
                                Hello,

                                New question, for some reason the images are not being saved to my /uploads or cloaked with the fake images folder. In your last tutorial there was this comment:
                                Code:
                                // uncomment the line below to store thumbnails on your server
                                // cseo_store_image ('thumb', $post ['post_title']);
                                I actually deleted this line thinking it would allow the image cloaking to work. As of now i have both options enabled, should i only have one? I dont mind storing the images to my server, can you show me what is meant by "uncomment"? Thanks.
                                see those "//"

                                those tell the server that everything on that line is a comment and is not executed
                                when he says 'uncomment' he means you delete the "//" at the beginning of that line

                                __________________

                                Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                                Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                                Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                                Comment

                                Working...