does such a wp plugin exsist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DVTimes
    xxx
    • Jun 2003
    • 31658

    #1

    does such a wp plugin exsist?

    I was thinking is there one wher you can enter all your galleries (ie url.description.titel) and it turns them into a post, say 1 post a day.
    XXX
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    http://www.wppostgen.com/
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • Markul
      Likes Pie
      • Dec 2007
      • 12403

      #3
      Bookmarking this, looks useful
      But.... I pulled out...

      Comment

      • mavruda
        porn cartoonist
        • Feb 2007
        • 2597

        #4
        Link pulled, thanks fris !

        Comment

        • Trend
          Confirmed User
          • May 2008
          • 612

          #5
          Originally posted by fris
          Fantastic! Thank You.

          Comment

          • DVTimes
            xxx
            • Jun 2003
            • 31658

            #6
            cool

            will take a look
            XXX

            Comment

            • lucas131
              ¯\_(ツ)_/¯
              • Aug 2004
              • 11475

              #7
              it is only for people in jail

              Comment

              • $5 submissions
                I help you SUCCEED
                • Nov 2003
                • 32195

                #8
                Originally posted by fris
                Fris = the WP go to guy! Thanks for saving this thread, my man

                Comment

                • globofun
                  Buk Lau
                  • Aug 2005
                  • 2651

                  #9
                  Thanks Fris!
                  Wanna Make Huge Profits?

                  Listen to me carefully: I will not tell you how to make money in this business and I won't give you a Fucking Link to a sponsor so I can make 5% of nothing....get yourself a Fucking Plan, stick to it, don't be a Lazy Bitch, and you will make money!

                  Comment

                  • cooldude7
                    Confirmed User
                    • Nov 2009
                    • 4306

                    #10
                    thread boookmarked.

                    Comment

                    • Markul
                      Likes Pie
                      • Dec 2007
                      • 12403

                      #11
                      So is anyone able to buy that plugin? cause when I click buy now I get a pop-up that says: Oops, there is nothing in your cart.

                      ><
                      But.... I pulled out...

                      Comment

                      • bns666
                        Confirmed Fetishist
                        • Mar 2005
                        • 11554

                        #12
                        Originally posted by Markul
                        So is anyone able to buy that plugin? cause when I click buy now I get a pop-up that says: Oops, there is nothing in your cart.

                        ><
                        same here
                        CAM SODASTRIPCHAT
                        CHATURBATEX LOVE CAM

                        Comment

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

                          #13
                          CyberSEO can do the same thing but it uses the FHG RSS feeds instead of text dumps

                          Obey the Cowgod

                          Comment

                          • fris
                            Too lazy to set a custom title
                            • Aug 2002
                            • 55679

                            #14
                            Originally posted by Markul
                            So is anyone able to buy that plugin? cause when I click buy now I get a pop-up that says: Oops, there is nothing in your cart.

                            ><
                            i bought it a month or so back, ill hit up the owner, he posts here.
                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                            Comment

                            • Markul
                              Likes Pie
                              • Dec 2007
                              • 12403

                              #15
                              Originally posted by CyberSEO
                              CyberSEO can do the same thing but it uses the FHG RSS feeds instead of text dumps

                              Yea I have the unlimited version and use it, awesome tool

                              But many sponsors doesn't have RSS feeds and almost all have a ton of FHGs you can export. Maybe you need to add a new feature for v.7?
                              But.... I pulled out...

                              Comment

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

                                #16
                                Originally posted by Markul
                                Yea I have the unlimited version and use it, awesome tool

                                But many sponsors doesn't have RSS feeds and almost all have a ton of FHGs you can export. Maybe you need to add a new feature for v.7?
                                You got me wrong. Almost ALL sponsors (e.g. NATS ones) provide FHG RSS feeds for TGP's (e.g.: http://nats.ddfcash.com/ddfrss_22_1_...17_100_c_p.rss). With CyberSEO you can use these feeds to automatically generate gallery-style posts on your blogs. I.e. description and thumbnails linked to the large images.
                                Last edited by just a punk; 04-10-2012, 01:31 AM.
                                Obey the Cowgod

                                Comment

                                • TheDA
                                  Confirmed User
                                  • May 2006
                                  • 4665

                                  #17
                                  Originally posted by fris
                                  I know you tried and others will appreciate it but this one isn't free and it is of no use to DVTimes
                                  Sharleen Spiteri - 1989 - In The Ass

                                  Comment

                                  • fris
                                    Too lazy to set a custom title
                                    • Aug 2002
                                    • 55679

                                    #18
                                    Originally posted by TheDA
                                    I know you tried and others will appreciate it but this one isn't free and it is of no use to DVTimes
                                    ya i figured ;)

                                    dont know if a free one that exists.
                                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                    Comment

                                    • jigg
                                      Confirmed User
                                      • Feb 2002
                                      • 2527

                                      #19
                                      wait so CyberSEO can't import from a CSV file?
                                      ......
                                      eight,eight,two,eight,eight,four,two
                                      ......

                                      Comment

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

                                        #20
                                        1) CyberSEO can import galleries from FHG (TGP) RSS feeds (see example URL above).

                                        2) If you want to import from a text dump, you can easily convert it into the RSS feed using this simple PHP script:

                                        Code:
                                        <?php
                                        header ( 'Content-type: text/xml' );
                                        if (isset ( $_GET ["dump"] )) {
                                            $dump = file ( $_GET ["dump"] );
                                            $time = time ();
                                            echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
                                            echo "<rss version=\"2.0\">\n";
                                            echo "<channel>\n";
                                            echo "<title>My Feed</title>\n";
                                            foreach ( $dump as $item ) {
                                                list ( $url, $desc, $title ) = explode ( "|", trim ( $item ) );
                                                $desc .= "<br /><a href=\"" . $url . "\">Click here for more...</a>";
                                                echo "       <item>\n";
                                                echo "               <title>" . $title . "</title>\n";
                                                echo "               <link>" . $url . "</link>\n";
                                                echo "               <guid>" . $url . "</guid>\n";
                                                echo "               <pubDate>" . date ( "D, d M  Y H:i:s O", $time ) . "</pubDate>\n";
                                                echo "               <description><![CDATA[" . $desc . "]]></description>\n";
                                                echo "       </item>\n";
                                                $time -= 86400;
                                            }
                                            echo "</channel>\n";
                                            echo "</rss>\n";
                                        }
                                        ?>
                                        Just upload it to your host (e.g. mysite.com) as dump2xml.php an use it as follows:

                                        www.mysite.com/dump2xml.php?dump=<dump>

                                        Where <dump> is an URL of your text dump in the format specified by DVTimes:

                                        url|description|title

                                        This will generate you an RSS feed which can be syndicated by the CyberSEO plugin.

                                        What could be even easier?
                                        Last edited by just a punk; 04-10-2012, 04:27 AM.
                                        Obey the Cowgod

                                        Comment

                                        • Emma
                                          Confirmed User
                                          • Apr 2003
                                          • 2288

                                          #21
                                          http://wordpress.org/extend/plugins/

                                          $250 welcome bonus!

                                          Comment

                                          • fris
                                            Too lazy to set a custom title
                                            • Aug 2002
                                            • 55679

                                            #22
                                            Originally posted by Emma
                                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                            Comment

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

                                              #23
                                              Originally posted by fris
                                              Indeed
                                              Obey the Cowgod

                                              Comment

                                              • grzepa
                                                Confirmed User
                                                • Jul 2004
                                                • 1263

                                                #24
                                                thanks for the link im gonna check it out
                                                Like X-ART !!

                                                Comment

                                                Working...