CyberSEO Suite: Tips and Tricks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • just a punk
    So fuckin' bored
    • Jun 2003
    • 32393

    #51
    Feeding your WordPress tube with YouTube content

    Here is another example on how to auto-fill your WordPress tube with the YouTube clips using YouTube RSS feed: http://www.cyberseo.net/wordpress-tube/

    This is example of such an auto-updating WordPress tube site: http://www.hcshemaletube.com/ which is powered by sponsored content only (no stolen shit). For mainstream you can do the same using YouTube RSS feed or tube clips form any other video hosting which allows to embed its content into your site.

    More examples will be added soon.

    Have a nice day!
    Last edited by just a punk; 09-23-2010, 04:52 AM.
    Obey the Cowgod

    Comment

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

      #52
      the updates look great

      __________________

      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

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

        #53
        CyberSEO Suite + TubePress3

        Today I'll explain how to build an auto-updating WordPress tube site using CyberSEO Suite plugin and TubePress3 theme which is not compatible with its older versions (TubePress and TubePress2). You may find my manual on using CyberSEO Suite with TubePress/TubePress2 in my previous posts.

        CyberSEO Suite + TubePress3 = Auto-updating Tube Site

        So, let's take some XML feed, e.g.: http://royal-cash.com/index.php?hand...dwebmaster=100 and syndicate it with CyberSEO Suite. Set up the necessary parameters on the "RSS Feed Syndicator" page, such as post categories, post tags, update frequency, set "Use syndication date" in the "Base date" field etc.

        Put the following text into the "Custom Fields" box:

        Code:
        screen_url::screen_url
        screen::screen
        clip_url::clip_url
        flv::flv
        Note that each left argument is the name of XML tag and the right one is the name of custom field of WP post where the contents of mentioned tag must go to.

        Now move to the "PHP Code <?php .. ?>" field and put the following PHP code there:

        PHP Code:
        // Paysite URL
        $post ['custom_fields'] ['dbt_text2'] = "HTTP://WWW.SITE.COM/";
        // create an URL of thumb from it's path and file name
        $screen = $post ['custom_fields'] ['screen'];
        if (is_array ( $screen )) {
        // choose one random screenshot if there are many
            $post ['custom_fields'] ['dbt_text3'] = $post ['custom_fields'] ['screen_url'] . $screen [rand ( 0, count ( $screen ) - 1 )];
        } else {
        // or use the single one
            $post ['custom_fields'] ['dbt_text3'] = $post ['custom_fields'] ['screen_url'] . $screen;
        }
        // uncomment the line below to store thumbnails on your server
        // $post ['custom_fields'] ['dbt_text3'] = cseo_save_image ( $post ['custom_fields'] ['dbt_text3'], $post ['post_title'] );
        // since FLV videos have no unique GUID's let's use their URL's as post GUID's  
        $post ['guid'] = $post ['custom_fields'] ['clip_url'] . $post ['custom_fields'] ['flv'];
        // save the FLV URL
        $post ['custom_fields'] ['dbt_text'] = $post ['guid'];
        // now let's delete all useless custom fields 
        unset ( $post ['custom_fields'] ['screen_url'] );
        unset ( $post ['custom_fields'] ['screen'] );
        unset ( $post ['custom_fields'] ['clip_url'] );
        unset ( $post ['custom_fields'] ['flv'] ); 
        
        Save the feed options and relax while the CyberSEO Suite syndicates the given XML file and updates our tube blog with synonymized content automatically. Fire and forget!

        Here is an example of an auto-updating WordPress tube site which uses TubePress3 theme: http://www.truerussianporn.com/

        Have a nice day
        Last edited by just a punk; 10-08-2010, 04:01 AM.
        Obey the Cowgod

        Comment

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

          #54
          Don't want to be an ass, but I have to announce that I don't accept Epassporte anymore

          The available payment options are: PayPal, VISA/MC and Webmoney.
          Obey the Cowgod

          Comment

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

            #55
            As it was announced earlier, a single blog license CyberSEO Suite is now available for only $35. You can instantly order yours at http://www.cyberseo.net/ for Paypal, VISA/MC or Webmoney.
            Obey the Cowgod

            Comment

            • tonyparra
              Confirmed User
              • Jul 2008
              • 4568

              #56
              Gimme one!

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

              Comment

              • pornguy
                Too lazy to set a custom title
                • Mar 2003
                • 62912

                #57
                Not only is this a top notch product but so is its creator. I love this tool and have used it for a while now.
                PornGuy skype me pornguy_epic

                AmateurDough The Hottes Shemales online!
                TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                Comment

                • tonyparra
                  Confirmed User
                  • Jul 2008
                  • 4568

                  #58
                  Originally posted by pornguy
                  Not only is this a top notch product but so is its creator. I love this tool and have used it for a while now.
                  im sold its pornguy approved!

                  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

                    #59
                    The price for single blog version of CyberSEO Suite has been reduced to $24.95 only!
                    Obey the Cowgod

                    Comment

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

                      #60
                      CyberSEO Affiliate Program

                      The official CyberSEO Affiliate Program has been launched today!

                      Become a partner and earn 30% commission on every sale of CyberSEO Suite, and receive your money on Payoneer or via bank wire!

                      More info here: http://www.cyberseo.net/affiliate-program/
                      Obey the Cowgod

                      Comment

                      • Django
                        So Fucking Banned
                        • Jul 2010
                        • 2578

                        #61
                        this tool has great potential

                        would you please take a look at this feed URL? i get some problem with it
                        http://nats.homegrownvideo.com/exter...it=100&start=0

                        Thanks

                        Comment

                        • nico-t
                          emperor of my world
                          • Aug 2004
                          • 29903

                          #62
                          cyber, i have a question. Im using the setting Store Images Locally, but in the rss feed of my site it still uses the original location of the images. I looked around and i saw that in the 'excerpt' field of pulled posts it automatically puts the original post (without the locally stored image path but the path from the sponsor) in there. How can i change this?

                          Comment

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

                            #63
                            Originally posted by escort-service
                            this tool has great potential

                            would you please take a look at this feed URL? i get some problem with it
                            http://nats.homegrownvideo.com/exter...it=100&start=0

                            Thanks
                            Actually the problem is in http://nats.homegrownvideo.com/exter...it=100&start=0 which is formatted incorrectly.

                            The <screen_url> tag must contain path to the image and the <screen> tag has to contain the name of picture. So when we add <screen_url> and <screen> we should get a complete picture URL. Here is and example form http://www.aniloscash.com/promo/dump...g.php?id=11961 feed:

                            <screen_url>http://webmastercontent.anilos.com/lola_lynn/</screen_url>
                            ...
                            <screen>lola_lynn_long.jpg</screen>

                            So if we sum up these values we will get the complete picture URL: http://webmastercontent.anilos.com/l..._lynn_long.jpg

                            Now look at http://nats.homegrownvideo.com/exter...it=100&start=0 and you will see this:

                            <screen_url>
                            http://flash.homegrownvideo.com/HGV/.../1_aaa1-3.jpeg
                            </screen_url>
                            ...
                            <screen>
                            http://flash.homegrownvideo.com/HGV/.../1_aaa1-3.jpeg
                            </screen>

                            Both tags has a complete image URL, which is sooooooooo wrong! They have the same problem with FLV URL too.

                            So there are 2 solutions:
                            1) contact the owners of homegrownvideo and ask the to fix their feed;
                            2) use a slightly modified PHP code for their non-standard feed. Here it is:

                            Code:
                            // put the site link to paysite into the 'paysite_url' custom field according to Free WordPress Tube doc
                            $post ['custom_fields'] ['paysite_url'] = 'http://www.paysite.com';
                            // put site name into the "paysite_title" custom field according to Free WordPress Tube doc
                            $post ['custom_fields'] ['paysite_title'] = 'Paysite Name';
                            // format clip's duration as mm:ss
                            $post ['custom_fields'] ['duration'] = date ( 'i:s', $post ['custom_fields'] ['duration'] );
                            // create an URL of thumb from it's path and file name
                            $post ['custom_fields'] ['thumb'] = $post ['custom_fields'] ['screen'];
                            // uncomment the line below to store thumbnails on your server
                            // cseo_store_image ('thumb', $post ['post_title']);
                            // since FLV videos have no unique GUID's let's use their URL's as post GUID's 
                            $post ['guid'] = $post ['custom_fields'] ['clip_url'];
                            // now the most complex part. we have to create the FLV player code, assuming that our FLV player is stored as flvplayer.swf in the root dir of the blog
                            $post ['custom_fields'] ['video_code'] = '<div class="video_code">
                            <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="600" height="466">
                            <param name="movie" value="/flvplayer.swf" />
                            <param name="allowfullscreen" value="true" />
                            <param name="allowscriptaccess" value="always" />
                            <param name="flashvars" value="image=' . $post ['custom_fields'] ['thumb'] . '&file=' . $post ['guid'] . '&autostart=true&linkfromdisplay=true&link=' . urlencode ( $post ['custom_fields'] ['paysite_url'] ) . '" />
                            <object type="application/x-shockwave-flash" data="/flvplayer.swf" width="600" height="466">
                            <param name="movie" value="' . $post ['guid'] . '" />
                            <param name="link" value="' . urlencode ( $post ['custom_fields'] ['paysite_url'] ) . '" />
                            <param name="allowfullscreen" value="true" />
                            <param name="linkfromdisplay" value="true" />
                            <param name="allowscriptaccess" value="always" />
                            <param name="flashvars" value="image=' . $post ['custom_fields'] ['thumb'] . '&file=' . $post ['guid'] . '&autostart=true&linkfromdisplay=true&link=' . urlencode ( $post ['custom_fields'] ['paysite_url'] ) . '" />
                            <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
                            </object>
                            </object></div>';
                            // now let's delete all useless custom fields
                            unset ( $post ['custom_fields'] ['screen_url'] );
                            unset ( $post ['custom_fields'] ['screen'] );
                            unset ( $post ['custom_fields'] ['clip_url'] );
                            unset ( $post ['custom_fields'] ['flv'] );
                            Originally posted by nico-t
                            cyber, i have a question. Im using the setting Store Images Locally, but in the rss feed of my site it still uses the original location of the images. I looked around and i saw that in the 'excerpt' field of pulled posts it automatically puts the original post (without the locally stored image path but the path from the sponsor) in there. How can i change this?
                            Please make sure you are using the latest available version of CyberSEO Suite. Please send me an email if the upgrade won't fix the problem.
                            Obey the Cowgod

                            Comment

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

                              #64
                              To those who are having problem with syndicating XML FLV feeds with CyberSEO Suite on blogs which use TubePress4 theme. Please make sure to check out these tutorials:

                              http://pornbringer.com/tutorials/cyberseo.html
                              http://pornbringer.com/tutorials/cyberseo-tutorial.html

                              Obey the Cowgod

                              Comment

                              • nico-t
                                emperor of my world
                                • Aug 2004
                                • 29903

                                #65
                                Originally posted by cyberxxx
                                Please make sure you are using the latest available version of CyberSEO Suite. Please send me an email if the upgrade won't fix the problem.
                                thanks for the quick response, looks like the problem is solved now

                                Comment

                                • greg80
                                  Confirmed User
                                  • May 2007
                                  • 1644

                                  #66
                                  Error establishing a database connection
                                  Say no to GoDaddy and high renewal prices! Go with NameSilo - FREE private whois for life, $8.99 regstrations and renewals. Free redirects, emails, great control panel and more! NameSilo rocks!

                                  Comment

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

                                    #67
                                    Originally posted by greg80
                                    Error establishing a database connection
                                    Do you mean "Error establishing a database connection" message when you are trying to open cyberseo.net in browser? Seems too much traffic for my MySQL server. This issue will be fixed ASAP.
                                    Last edited by just a punk; 01-31-2011, 03:47 AM.
                                    Obey the Cowgod

                                    Comment

                                    • MasterBlow
                                      Confirmed User
                                      • Apr 2003
                                      • 2059

                                      #68
                                      bump for seo tips

                                      Comment

                                      • kjpp
                                        Registered User
                                        • Jan 2005
                                        • 48

                                        #69
                                        Hi!

                                        I have question about plugin. It is posible to I grab images (thumbs) from galleries from rss like:
                                        http://www.otcash.com/rss/otcash_rss...nude&id=856489
                                        and put them in post later?


                                        Ot cash has rss with links to galeries and title and description.

                                        Now I would like to have on my blog, post loking like:

                                        Title from title galleries.
                                        Descripion puted on post.
                                        And few thumbs added from the gallery to post.

                                        Im not sure its everything I wrote clear.

                                        Regards
                                        kjpp
                                        Hard Link exchange, trade traffic, submit galleries

                                        ICQ: 10-52-52

                                        Comment

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

                                          #70
                                          Importing the TGP feed into WordPress blog

                                          This is very easy to do with CyberSEO Suite. Simple place the following code into the "PHP Code <?php .. ?>" box on the feed setting page and apply the changes:

                                          Code:
                                          $post ['guid'] = base64_encode ( $post ['link'] );
                                          $thumb = str_replace ( basename ( $post ['link'] ), "", $post ['link'] ) . "pics/" . rand ( 10, 16 ) . ".jpg";
                                          $post ['post_excerpt'] = "<p align=\"center\"><a href\"" . $post ['link'] . "\"><img style=\"max-width:100%\" src=\"" . $thumb . "\"></a><p>" . $post ['post_excerpt'];
                                          The XML feed you gave above is intended for TGP sites, but not for blogs (it doesn't contain nor picture, nor even GUID which is a must for any RSS feed).

                                          If you open any gallery from that feed (e.g. http://galleries.tease-pics.com/1469....php?id=856489), you will see that each one has exactly 16 pictures which have named as 01.jpg...16.jpg and stored in the "/pics" sub-directory of the gallery path.

                                          Here is an express explanation on what exactly each particular line of the php code above does:
                                          Line 1: Creates GUID of the post depending on the gallery URL.
                                          Line 2: Picks the random image on the given gallery (in range 10.jpg..16.jpg) - hope it will be a bit hotter than first 9 ones
                                          Line 3: Inserts that random picture into your post right above the text description and link it to the actual gallery with your affiliate code. Don't worry about the picture size, because it will be scaled to fit your WordPress theme.

                                          That's it

                                          Please let me know if this worked well for you.

                                          P.S. If you want to insert into your post only a small thumbnail instead of a full-sized picture, simple change the second line of code as show below.

                                          $thumb = str_replace ( basename ( $post ['link'] ), "", $post ['link'] ) . "images/" . rand ( 10, 16 ) . ".jpg";
                                          Last edited by just a punk; 03-17-2011, 01:20 AM.
                                          Obey the Cowgod

                                          Comment

                                          • kjpp
                                            Registered User
                                            • Jan 2005
                                            • 48

                                            #71
                                            Thanks great job.
                                            Its work, but it is small bug:
                                            It should be herf= in last line?

                                            How about I would like to 4-5 thumbs/images it is posible to?
                                            Hard Link exchange, trade traffic, submit galleries

                                            ICQ: 10-52-52

                                            Comment

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

                                              #72
                                              Yep, sorry for that. The correct form is following:

                                              $post ['post_excerpt'] = "<p align=\"center\"><a href=\"" . $post ['link'] . "\"><img style=\"max-width:100%\" src=\"" . $thumb . "\"></a><p>" . $post ['post_excerpt'];

                                              As about thumbs. Would you like to put them into a table or just put at your blog one-by one? Also should they be linked to the gallery or to their full-sized versions?
                                              Last edited by just a punk; 03-17-2011, 01:42 AM.
                                              Obey the Cowgod

                                              Comment

                                              • kjpp
                                                Registered User
                                                • Jan 2005
                                                • 48

                                                #73
                                                In perfect situation I woul like to have blog post like this:

                                                Post Headers

                                                3 thumbs in line with link to big pictures.

                                                Gallery description

                                                more wptag

                                                3 thumbs in line with link to big pictures.

                                                Link to gallery

                                                Post Footers
                                                Hard Link exchange, trade traffic, submit galleries

                                                ICQ: 10-52-52

                                                Comment

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

                                                  #74
                                                  This code will do it:

                                                  Code:
                                                  $post ['guid'] = base64_encode ( $post ['link'] );
                                                  $base_url = str_replace ( basename ( $post ['link'] ), "", $post ['link'] );
                                                  for($i = 1; $i <=6 ; $i++) {
                                                  	$image = str_replace ( basename ( $post ['link'] ), "", $post ['link'] ) . "pics/0" . $i . ".jpg";
                                                  	$content .= "<a href=\"" . $base_url . "pics/0" . $i . ".jpg\" target=\"_blank\"><img src=\"" . $base_url . "images/0" . $i . ".jpg\"\"></a> ";
                                                  	if ($i == 3) {
                                                  		$content .= "<br /><!--more-->";
                                                  	}
                                                  }
                                                  $post ['post_excerpt'] .= "<p>" . $content . "</p><p align=\"center\"><a href=\"" . $post ['link'] . "\"><strong>Click Here For More!</strong></a></p>\n";
                                                  Let me know if I got your request right.
                                                  Obey the Cowgod

                                                  Comment

                                                  • kjpp
                                                    Registered User
                                                    • Jan 2005
                                                    • 48

                                                    #75
                                                    Something is wrong, I have 10 posts were added, but didnt see any new posts?
                                                    Hard Link exchange, trade traffic, submit galleries

                                                    ICQ: 10-52-52

                                                    Comment

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

                                                      #76
                                                      Perhaps you set the plugin to aggregate 10 post at once. Also don't forget to empty your post trash before to pull the feed ;)

                                                      BTW, as about the code above. Is it something you were asking for or not?
                                                      Last edited by just a punk; 03-17-2011, 03:37 AM.
                                                      Obey the Cowgod

                                                      Comment

                                                      • kjpp
                                                        Registered User
                                                        • Jan 2005
                                                        • 48

                                                        #77
                                                        OK, its work, I removed rss and added it one more time, and now works.
                                                        Last edited by kjpp; 03-17-2011, 04:02 AM.
                                                        Hard Link exchange, trade traffic, submit galleries

                                                        ICQ: 10-52-52

                                                        Comment

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

                                                          #78
                                                          Perhaps you forgot to remove something, because I still see them at your site, e.g. here: http://www.my-stockings.com/37/glori...y-top/#more-37

                                                          If you want to re-syndicate the posts, you have to delete ALL already syndicated posts from your blog empty the trash can.

                                                          BTW, you can email me a login/password to your blog's control panel so I can check your settings and tell you were exactly is something wrong with them.
                                                          Last edited by just a punk; 03-17-2011, 04:00 AM.
                                                          Obey the Cowgod

                                                          Comment

                                                          • kjpp
                                                            Registered User
                                                            • Jan 2005
                                                            • 48

                                                            #79
                                                            Update:
                                                            I know where is the problem, when I tick: Store Images Locally
                                                            The post is not added, but photos are copied to folder.
                                                            Hard Link exchange, trade traffic, submit galleries

                                                            ICQ: 10-52-52

                                                            Comment

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

                                                              #80
                                                              I guest the new posts are not being added because you haven't removed the previously syndicated and deleted ones from the trash (these posts are still in your db, so they won't be pulled twice).

                                                              Still have to look at your settings. Can't say anything according only to the info you posted into this thread.
                                                              Obey the Cowgod

                                                              Comment

                                                              • kjpp
                                                                Registered User
                                                                • Jan 2005
                                                                • 48

                                                                #81
                                                                I sent You login details to email.
                                                                Hard Link exchange, trade traffic, submit galleries

                                                                ICQ: 10-52-52

                                                                Comment

                                                                • puZcash
                                                                  Confirmed User
                                                                  • Jul 2009
                                                                  • 230

                                                                  #82
                                                                  i was wondering if it's possible with CyberSeo to extract thumb from a video feed, store the thumb locally and add it as custom field to wp

                                                                  -----------------------------------------------
                                                                  Multi Blog Poster: www.MBposter.com
                                                                  Make money with solo babes: www.puZcash.com
                                                                  ICQ: Sam 585627065

                                                                  Comment

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

                                                                    #83
                                                                    Easily

                                                                    Description: http://www.cyberseo.net/wordpress-tube/

                                                                    Examples:
                                                                    http://www.planet-pussy.com/
                                                                    http://www.coedsx.com/
                                                                    Obey the Cowgod

                                                                    Comment

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

                                                                      #84
                                                                      Originally posted by kjpp
                                                                      I sent You login details to email.
                                                                      When WordPress is trying to add post after pulling pictures to your server (this operation takes some time), it fails with "MySQL server has gone away" error message. This means that the operation took to long for your MySQL server.

                                                                      To fixe this problem, try to increase the values of wait_timeout and interactive_timeout options in the "my.ini/mysqld" config.
                                                                      Obey the Cowgod

                                                                      Comment

                                                                      • kjpp
                                                                        Registered User
                                                                        • Jan 2005
                                                                        • 48

                                                                        #85
                                                                        Originally posted by cyberxxx
                                                                        To fixe this problem, try to increase the values of wait_timeout and interactive_timeout options in the "my.ini/mysqld" config.
                                                                        I incresed this values and now everything work perfect. Thank You very much.
                                                                        Great support to script.
                                                                        Hard Link exchange, trade traffic, submit galleries

                                                                        ICQ: 10-52-52

                                                                        Comment

                                                                        • Jdoughs
                                                                          Confirmed User
                                                                          • Mar 2004
                                                                          • 5794

                                                                          #86
                                                                          Great support man, impressive!
                                                                          LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
                                                                          Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
                                                                          AmeriNOC - Proudly hosted @ AmeriNOC!

                                                                          Comment

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

                                                                            #87
                                                                            You are welcome!
                                                                            Obey the Cowgod

                                                                            Comment

                                                                            • tonyparra
                                                                              Confirmed User
                                                                              • Jul 2008
                                                                              • 4568

                                                                              #88
                                                                              Help with the Plugin

                                                                              Hi, nice plugin. Im playing around with it and i understand how to add data using the custom fields. What im confused with is the php because im no expert at php. Im using the freewptube theme, and using flowplayer for video playback. I typically use themes just for the design, and mod them to fit my needs. Im trying to use the dogfart xml flv feed for the website WatchingyourMomgoBlack.com:

                                                                              Code:
                                                                              <videos>
                                                                              <updated>2010-12-27T00:00:00Z</updated><video><id>4287</id><title>Christina Skye</title>
                                                                              <description>Like my homey Ice Cube said,...</description>
                                                                              <paysite>Watching My Mom Go Black</paysite><tags/>
                                                                              <clip_url>http://flash.dogfart.com/watchingmymomgoblack/</clip_url><screen_url>http://flash.dogfart.com/watchingmymomgoblack/</screen_url><clips><clip><flv>christina_skye-trailer1.flv</flv>
                                                                              <duration>151</duration><screens><screen>christina_skye.jpg</screen></screens></clip>
                                                                              </clips></video>
                                                                              My custom fields are:
                                                                              duration
                                                                              hostedflv
                                                                              paysite_title
                                                                              paysite_url
                                                                              star
                                                                              thumb
                                                                              join_now
                                                                              sponsor
                                                                              sponsorlink
                                                                              time

                                                                              Duration- I was able to pull using the feed. However, the duration came out like 151, when i need it to format like 1:51 or 2:30.

                                                                              hostedflv- I see the flv file but its not hosted. Can i somehow use php to combine the <clip_url> and <flv> to make it a hostedflv that will fit into my theme? Or do i need to recode the theme to have 2 custom fields for that one call in flowplayer?

                                                                              paysite_title- I am able to grab this with <paysite> so no issues.

                                                                              paysite_url- I think in your documentation you show how to add this
                                                                              //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/';

                                                                              Star- I am able to grab this with <title> so no issues. However i wish they actually gave their episodes a title instead of the stars name.

                                                                              thumb- i have same issue with this as i have with the hostedflv field. The images are not linked but if i can combine <screen> and <screen_url> problem solved. So for hostedflv and thumb i need to create a url from it's path and file name.

                                                                              join_now- Call to action link, below video usually straight to a join page similar to paysite url can i use this twice: //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; ??

                                                                              sponsor- i use this to talk about the sponsor using a small description of the program or their main site. Can this be inserted into the php code?

                                                                              sponsorlink- just like with join_now and paysite_url, Im not sure if i can add this code multiple times //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/';

                                                                              time- This i would like to be a random number over 20:00. Since most sponsors dont tell the surfers how long the videos are that they are watching, i like to take a guess at it, so they know for sure there is more to the clip. If cyberseo can automate this for me that would be awesome.

                                                                              Bonus: Post Tags- most xml feeds contain none. is there a way to insert tags that rotate on each post so that every single post doesnt have the exact same tags? If i could create a general list of tags for each feed that doesnt have them and have them rotated on a post by post basis that would also be awesome .

                                                                              So i kind of understand how to use your ultra flexible plugin but im not good with php, if you could help me tie this together it would be greatly appreciated
                                                                              Last edited by tonyparra; 04-02-2011, 09:45 PM.

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

                                                                              Comment

                                                                              • facialfreak
                                                                                Confirmed User
                                                                                • Feb 2005
                                                                                • 3018

                                                                                #89
                                                                                Great thread!!

                                                                                Managed Shared Hosting starting at $4.99/mo
                                                                                Managed VPS starting at $29.99/mo


                                                                                Comment

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

                                                                                  #90
                                                                                  Go to your XML feed options page and do the following:

                                                                                  1) Insert this into the "Custom Fields" box:
                                                                                  Code:
                                                                                  screen_url::screen_url
                                                                                  screen::screen
                                                                                  clip_url::clip_url
                                                                                  flv::flv
                                                                                  duration::duration
                                                                                  paysite::paysite_title
                                                                                  2) Insert this into the "PHP Code <?php .. ?>" box:
                                                                                  Code:
                                                                                  // put the site link to paysite into the 'paysite_url' custom field according to Free WordPress Tube doc
                                                                                  $post ['custom_fields'] ['sponsorlink'] = $post ['custom_fields'] ['join_now'] = $post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/';
                                                                                  // "sponsor" field
                                                                                  $post ['custom_fields'] ['sponsor'] = 'Use this to talk about the sponsor using a small description of the program or their main site.';
                                                                                  // format clip's duration as mm:ss
                                                                                  $post ['custom_fields'] ['duration'] = date ( 'i:s', $post ['custom_fields'] ['duration'] );
                                                                                  // fake random time from 0:20:00 to 2:00:00
                                                                                  $post ['custom_fields'] ['time'] = date ( 'i:s', rand ( 1200, 72000 ) );
                                                                                  // 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 ("tag1", "tag2", "tag3", "tag4" ) );
                                                                                  // create an URL of thumb from it's path and file name
                                                                                  $screen = $post ['custom_fields'] ['screen'];
                                                                                  if (is_array ( $screen )) {
                                                                                  	$post ['custom_fields'] ['thumb'] = $post ['custom_fields'] ['screen_url'] . $screen [rand ( 0, count ( $screen ) - 1 )];
                                                                                  } else {
                                                                                  	$post ['custom_fields'] ['thumb'] = $post ['custom_fields'] ['screen_url'] . $screen;
                                                                                  }
                                                                                  // uncomment the line below to store thumbnails on your server
                                                                                  // cseo_store_image ('thumb', $post ['post_title']);
                                                                                  // since FLV videos have no unique GUID's let's use their URL's as post GUID's  
                                                                                  $post ['custom_fields'] ['hostedflv'] = $post ['guid'] = $post ['custom_fields'] ['clip_url'] . $post ['custom_fields'] ['flv'];
                                                                                  // now let's delete all useless custom fields 
                                                                                  unset ( $post ['custom_fields'] ['screen_url'] );
                                                                                  unset ( $post ['custom_fields'] ['screen'] );
                                                                                  unset ( $post ['custom_fields'] ['clip_url'] );
                                                                                  unset ( $post ['custom_fields'] ['flv'] );
                                                                                  Don't forget to replace HTTP://WWW.SITE.COM/ with your own affiliate link. Also replace tag1, tag2 etc with the prefered tag names in
                                                                                  $post ['categories'] [] = array_rand ( array ("tag1", "tag2", "tag3", "tag4" ) );

                                                                                  3) Enable "Create tags from category names" option.

                                                                                  4) Click "Update Feed Settings".

                                                                                  That's all
                                                                                  Obey the Cowgod

                                                                                  Comment

                                                                                  • 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

                                                                                                      Working...