GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Which TGP script can do this? (https://gfy.com/showthread.php?t=1099352)

JamesM 02-09-2013 11:25 PM

Which TGP script can do this?
 
I provide dump in

gallery-link|title

#it then downloads all images from galleries,
#creates thumbs acording to my predefined specification.
#create a gallery using my custom template.
#then in gallery each image open as new html page with next and previous buttons for images navigation.


and then obviously on front page it will rotate the galleries.


Thanks.

just a punk 02-10-2013 12:39 AM

WP (freeware) + CyberSEO ($29.95 per license) + the following small script to convert your text dump into the preoperly-formatted RSS feed:

Code:

<?php
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, $title ) = explode ( "|", trim ( $item ) );
        echo "      <item>\n";
        echo "              <title><![CDATA[" . $title . "]]></title>\n";
        echo "              <link><![CDATA[" . $url . "]]></link>\n";
        echo "              <guid><![CDATA[" . $url . "]]></guid>\n";
        echo "              <pubDate>" . date ( "D, d M  Y H:i:s O", $time ) . "</pubDate>\n";
        echo "              <description></description>\n";
        echo "      </item>\n";
        $time -= 86400;
    }
    echo "</channel>\n";
    echo "</rss>\n";
}
?>

The result site may look like this or like that depends on which exactly WP theme you are going to use.

_Lush_ 02-10-2013 12:43 AM

Gallery daemon

JamesM 02-10-2013 12:43 AM

Quote:

Originally Posted by CyberSEO (Post 19473233)
WP (freeware) + CyberSEO ($29.95 per license) + the following small script to convert your text dump into the preoperly-formatted RSS feed:

Code:

<?php
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, $title ) = explode ( "|", trim ( $item ) );
        echo "      <item>\n";
        echo "              <title><![CDATA[" . $title . "]]></title>\n";
        echo "              <link><![CDATA[" . $url . "]]></link>\n";
        echo "              <guid><![CDATA[" . $url . "]]></guid>\n";
        echo "              <pubDate>" . date ( "D, d M  Y H:i:s O", $time ) . "</pubDate>\n";
        echo "              <description></description>\n";
        echo "      </item>\n";
        $time -= 86400;
    }
    echo "</channel>\n";
    echo "</rss>\n";
}
?>

The result site may look like this or like that depends on which exactly WP theme you are going to use.

looks good, but the images arent opeing in new pages as html page , both sites are using something like lightbox or thickbox.

arylia can do what i want but its just gallery creator and not tgp script, so i have to handle 2 separate installations., one for just creating gallery and another one is tgp script.

thanks

JamesM 02-10-2013 12:47 AM

Quote:

Originally Posted by _Lush_ (Post 19473235)
Gallery daemon

i have contacted the developer for demo.

thanks.

just a punk 02-10-2013 12:55 AM

Quote:

Originally Posted by JamesM (Post 19473236)
looks good, but the images arent opeing in new pages as html page , both sites are using something like lightbox or thickbox.

You are the one who decides who exactly the images are being shown. First of all, you can enable "gallery navigation" in the lightbox plugin to display "previous/next" buttons. Alternatively you may use the WP built-in feature to show every image in the new HTML page. So it's just a matter of your WP setting, but nothing else. :2 cents:

just a punk 02-10-2013 12:58 AM

Read this: http://codex.wordpress.org/Gallery_Shortcode

A shortcode to display images as files: [gallery columns="4" link="file"]
A shortcode to display images as a HTML pages: [gallery columns="4"]

The CyberSEO plugin allows you to use any method :pimp

_Lush_ 02-10-2013 01:03 AM

Quote:

Originally Posted by JamesM (Post 19473237)
i have contacted the developer for demo.

thanks.

Np
I bought a copy when he first developed script. Worked great for ripping any gallery and creating new ones with your templates.

JamesM 02-10-2013 01:20 AM

Quote:

Originally Posted by CyberSEO (Post 19473243)
You are the one who decides who exactly the images are being shown. First of all, you can enable "gallery navigation" in the lightbox plugin to display "previous/next" buttons. Alternatively you may use the WP built-in feature to show every image in the new HTML page. So it's just a matter of your WP setting, but nothing else. :2 cents:

Quote:

Originally Posted by CyberSEO (Post 19473244)
Read this: http://codex.wordpress.org/Gallery_Shortcode

A shortcode to display images as files: [gallery columns="4" link="file"]
A shortcode to display images as a HTML pages: [gallery columns="4"]

The CyberSEO plugin allows you to use any method :pimp

checked cyberseo and looks great, but looking for something non wp for current project.

Thanks

just a punk 02-10-2013 01:22 AM

Np, you are welcome.

Oracle Porn 02-10-2013 04:51 AM

Arylia is what you are looking for.

crockett 02-10-2013 05:04 AM

Liquid Media could do all that and it was a good script, but I think the developer went AWOL.

JamesM 02-10-2013 05:30 AM

Quote:

Originally Posted by Oracle Porn (Post 19473362)
Arylia is what you are looking for.

already have arylia, but need something to rotate galleries also and all in one.

thanks

Quote:

Originally Posted by crockett (Post 19473368)
Liquid Media could do all that and it was a good script, but I think the developer went AWOL.

you have any link ?

thanks

Klen 02-10-2013 05:33 AM

Quote:

Originally Posted by JamesM (Post 19473380)
already have arylia, but need something to rotate galleries also and all in one.

thanks



you have any link ?

thanks

Liquid was able to do it,but it went to shitter so dont think you can buy it.Beside it,only script which can do that is i think smartcj.com .

EddyTheDog 02-10-2013 05:37 AM

If you could find one that printed dollar bills that would be good as well.....

Bloody kids don't know what work is -


just a punk 02-10-2013 05:39 AM

Good sig you have :thumbsup

JamesM 02-10-2013 06:12 AM

Quote:

Originally Posted by KlenTelaris (Post 19473383)
Liquid was able to do it,but it went to shitter so dont think you can buy it.Beside it,only script which can do that is i think smartcj.com .

yes smartcj is already on the list.

Thanks

Quote:

Originally Posted by EddyTheDog (Post 19473386)
If you could find one that printed dollar bills that would be good as well.....

Bloody kids don't know what work is -


Thanks for your time.

fris 02-10-2013 07:14 AM

Quote:

Originally Posted by crockett (Post 19473368)
Liquid Media could do all that and it was a good script, but I think the developer went AWOL.

every project he does he goes missingk same with his old nn script

crockett 02-10-2013 07:23 AM

Quote:

Originally Posted by fris (Post 19473444)
every project he does he goes missingk same with his old nn script

Yea I know.. that was one of my main concerns when I bought the script. I think it's the typical case of a good coder doesn't' always make a good support person.

His script worked great for what I wanted but then he disappeared.

On a side note, when Arylia was put up for sale, I looked into buying and the original developer already had most of a custom CMS developed to run a babelog front and back end.

Would of been one of the better ones out there but it was never released. I'm not sure if who ever ended up taking over Arylia got that in the deal or not, but I was always surprised that it was never released because I figured it would of made them a decent amount of money.

Oracle Porn 02-10-2013 07:45 AM

Quote:

Originally Posted by JamesM (Post 19473380)
already have arylia, but need something to rotate galleries also and all in one.

thanks

there is no all in one, you can make an rss output using arylia and have ST get it so it updates and rotates.

EddyTheDog 02-10-2013 07:48 AM

Quote:

Originally Posted by Oracle Porn (Post 19473475)
there is no all in one, you can make an rss output using arylia and have ST get it so it updates and rotates.

Yep - RSS is the key.

Integrate some iftt.com recipes and you could be onto something.

twitmytwat 02-10-2013 09:31 AM

Wow this is exactly the kind of script I am paying a freelancer to make. Which is better to work with WP Gallery daemon or arylia? Also I tried checking out the demo for arylia3 looks like it is down arylia.com/v3demo/index.php, is Arylia3 still alive? Any help on this would be greatly appreciated.

crockett 02-10-2013 09:42 AM

Quote:

Originally Posted by twitmytwat (Post 19473585)
Wow this is exactly the kind of script I am paying a freelancer to make. Which is better to work with WP Gallery daemon or arylia? Also I tried checking out the demo for arylia3 looks like it is down arylia.com/v3demo/index.php, is Arylia3 still alive? Any help on this would be greatly appreciated.

Both Arylia & GD were sold by their original developers. I know the guys that took over Arylia went on to improve it and released the version 3 but that's probably been 3+ years ago.

Who knows with either of them at this point TBH as TGP's kinda died a horrible death, so the developers most likely don't pay a lot of attention to either of these.

[Labret] 02-10-2013 09:45 AM

Stay far away from Liquid. I put a shit ton of effort into a site only to have to end up scrapping it due to sql injection problems a year later. Author went completely awol. Fuck that guy.

just a punk 02-10-2013 09:54 AM

I do officially support my script since 2006 and don't plan to drop it :)

BTW it (my script) is not just a TGP parser/generator. Yes, it can be used to built self-populated TGP sites like the examples in my 1st post above, but in a same way it can be used for building tubes and any other types of "fire and forget" resources.

Just sayn'.

Best-In-BC 02-10-2013 10:25 AM

Quote:

Originally Posted by crockett (Post 19473605)
Both Arylia & GD were sold by their original developers. I know the guys that took over Arylia went on to improve it and released the version 3 but that's probably been 3+ years ago.

Who knows with either of them at this point TBH as TGP's kinda died a horrible death, so the developers most likely don't pay a lot of attention to either of these.

I think Richard built GD and still owns it

Oracle Porn 02-10-2013 11:00 AM

what kind of support you need for arylia? its working simply and unencoded, only $50 as well. stop being lazy retards.

fris 02-10-2013 11:48 AM

Quote:

Originally Posted by Oracle Porn (Post 19473704)
what kind of support you need for arylia? its working simply and unencoded, only $50 as well. stop being lazy retards.

ya cheap for what it can do.

JamesM 02-10-2013 08:25 PM

Quote:

Originally Posted by Oracle Porn (Post 19473475)
there is no all in one, you can make an rss output using arylia and have ST get it so it updates and rotates.

this is great., i can do this.

Quote:

Originally Posted by EddyTheDog (Post 19473478)
Yep - RSS is the key.

Integrate some iftt.com recipes and you could be onto something.

Thanks for reminding me ifttt.com again.


All times are GMT -7. The time now is 06:53 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc