Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

 Search results for: rss

Pages: 1 2 [3] 4 5 6 7 ... 11
61
cpg1.3.x Support / Re: RSS Question
« by Jarvhix on November 10, 2005, 08:57:48 am »

......  to be able to list news to the site using the rss from the blog. I wanted the news to display at  ......
62
cpg1.6 plugins / Slideshow for external site
« by KchoPrro on October 30, 2022, 12:06:14 pm »

...... ----------------- // // Coppermine Photo Gallery - RSS Feed // // -- ......

...... 's most viewed images list wasn't the same as the RSS feed I was generating of most viewed images...  ......
64
cpg1.4.x Français (French) / Re: RSS explications
« by chtito on December 28, 2004, 07:34:14 pm »

......  de se connecter au site alors tu as besoin du mod rss.php. Il doivent alors s'abonner au rss de ton  ............  ajouter une icône qui pointe vers l'adresse de rss.php, soit rajouter un tag "meta" dans le fichier  ......
65
cpg1.4 cpmFetch by vuud / [Invalid]: Rss Feed Errors
« by hozyali on January 21, 2009, 09:33:03 am »

...... .  My feed is http://www.labedzki-art.com/cpmfetch/rss_lastadded.php  On IE7 it shows me all text like  ............  version of cpmFetch and here is the code of rss_lastadded.php Code: [Select] <?php // // cfrssget  ............ //  $ENABLED = true;  if ($ENABLED) {   include "cfrssget.php";    // THESE SPECIFY THE INFORMATION  ............  IN YOUR FEED    $rssFeedTitle = "Labedzki-art.com";  $ ............ "The last 25 photos added to Labedzki-art.com.";  $rssFeedSiteUrl = "http://www.xfistfullofcode.com";  $ ............  = "http://www.labedzki-art.com/";  $rssFeedImageTitle = "Labedzki-art";  $rssFeedImageURL  ............ //www.xfistfullofcode.com/images/ffoc_logo.gif';  $rssFeedImageLink = "http://www.labedzki-art.com";    $ ............  = "logo";    $rssItemTitle = "%a :: %t";  $rssItemAlternateTitle = " ............ %a :: %f";    $rssItemDescription = "%f from album %a<br/>Filesize % ............ />%c<br/>Rated %V / 5 stars (%v votes total)";  $rssItemAlternateDescription = "%f from %a<br/> ............  = 5;  ///// END OF USER SETTINGS /////////   $cfrss = new cfrss();  $cfrss->startFeed($rssFeedTitle, $ ............ , $rssFeedSiteUrl, $rssFeedProviderUrl);  $cfrss-> ............ ($rssFeedImageTitle,$rssFeedImageURL,$rssFeedImageLink,$ ............ );  $cfrss->setItemTitle($rssItemTitle,$ ............ );  $cfrss->setItemDescription($rssItemDescription,$ ............ );  $cfrss->addLastAddedMedia($totalToShow);  $cfrss-> ......
66
Mods: content syndication (cpmFetch) / Re: JSON Feed using cpmFetch
« by PeterLawrence on October 28, 2010, 02:37:16 pm »

...... : [Select] <?php  // Coppermine Photo Gallery - XRSS Feed -adapted for CPG1.5 // Peter J Lawrence ( ............ /init.inc.php');  // lang stuff $lang_plugin_xrss = array(  'label_title' => 'Title',  'views'  ............ ();   //Default numebr of items to show in RSS feed $thumb_per_page = 10;  $thumb_count = 0; $ ............ ->get->getInt('cat');  $album_name_keyword = xrss_get_cat_name($cat);  $CURRENT_CAT_NAME = $ ............ '); }  switch ($feedtype) {  default:  case "mrss2":  MediaRSS2();  break;  case "json":   ............ ();  break; } //cpg_debug_output();  function xrss_get_cat_name($cid) {  global $CONFIG;  global $ ............ , __FILE__, __LINE__);  } }  // Routines for Media RSS feed  function getmime ($Filename) {  $ ............ ', $timestamp - date('Z'));  } }  function MediaRSS2() {  global $CONFIG;  global $lang_no,$ ............ =\"1.0\" encoding=\"iso-8859-7\"?>\n";  print "<rss version=\"2.0\" xmlns:content=\"http://purl.org/ ............ /pheed/\" xmlns:media=\"http://search.yahoo.com/mrss\" >";  print "<channel>\n";  print "<title>$ ............  . "</lastBuildDate>\n";  print "<generator>$base/xrss.php</generator>\n";   foreach($data AS $ ............ ']." ";  $caption_text .= $lang_plugin_xrss['views'];  $adescription = bb_decode($ ............ ']?$picture['filename']:$lang_no.$lang_plugin_xrss['label_title'];  }  else  {  $img_title=  ............  "\t</item>\n";  }  print "</channel>";  print "</rss>"; }   // routines for JSON feed function  ............ ,$gallery_name;  global $lang_no,$lang_plugin_xrss;    global $base,$link_url,$image_url;  global $ ............ ":"1.00",'."\n";  print ' "uri":"'.$base.'/xrss.php",'."\n";  print ' "$t":"Coppermine JSON  ............ \n";  print ' "$t":"1000"},'."\n";  print ' "georss$where":{'."\n";  print ' "gml$Point":{'."\n";   ............ ']." ";  $caption_text .= $lang_plugin_xrss['views'];  $adescription = bb_decode($ ............ ']?$picture['filename']:$lang_no.$lang_plugin_xrss['label_title'];  }  else  {  $img_title=  ......
67
cpg1.4 cpmFetch by vuud / Re: cpmfetch rss feed for kodak digital picture frame
« by gammann on January 11, 2009, 06:56:18 am »

......  the images to the tmp directory everytime the rss page is called, since the frame would not go out  ............  the image from weatherforyou.com on the fly.  In rss_latestadd.php, after: Code: [Select] include " ............  = "cpmfetch/tmp/".$zip.".jpg";  }  In cfrssget.php, class cfrss, add the following function  ............ ;   $item->date = date(DATE_RFC822);   $this->rss->addItem($item);   }  Now when you setup the feed  ............  the url like: http://www.mysite.com/cpm/cpmfetch/rss_latestadded.php?zipcode= ......
68
cpg1.5 plugins / I need some news notifications system
« by bigboban on July 27, 2011, 09:19:48 am »

......  of same change it sends emails to subscribers.  RSS is not for me because people can't handle RSS. I  ......
69
cpg1.5 email / Mail notification on update (Picasa like)
« by tooney on March 17, 2011, 11:55:30 pm »

......  feature in Coppermine. I don't want to use RSS feeds. I find it's too complicated for habitual  ......
70
cpg1.4.x Italian (Italiano) / Re: Feed RSS
« by torkio on April 07, 2008, 07:30:33 pm »

......  alto. Aruba...    ma solo quando punti sul file rss.php o su tutte le altre pagine? ......

......  over a year ago, Tarique hasn't introduced the rss page, so we should remove it form the stable  ......

...... .org/check.cgi?url=http://www.tariquesani.net/rss.php However I have found that recent Mozilla and  ......
73
Feature requests / RSS feeds
« by janalon on August 12, 2006, 12:48:30 pm »

......  Requests and also did a board search on the topic RSS- I didn't see anything. Sorrry if this idea has  ............  mentioned before.  I see XML, RSS and or Atom (you name the format), as the future  ......
74
Looking for Freelancers / Paid help / Re: rss feed
« by Joachim Müller on June 07, 2009, 10:20:22 am »

......  visual representation of RSS is being defined in the feed reader that outputs  ......
75
cpg1.5.x Italian (Italiano) / Re: Mail con aggiornamenti sito
« by Ludo on February 27, 2012, 06:29:45 pm »

...... , ma occhio che l'ultima versione dà un output RSS bacato, quindi meglio che scarichi la 1.9.3 ( ......

......  gallery page, and a “Gamer News” page that pulls RSS feeds from various industry websites.  My pages,  ............  the rest of the website. 5. Organize the RSS Feeds to make them readable and user friendly. I  ............  use CaRP LE to pull the RSS feeds to my site.  My website main page: www. ......
77
cpg1.4 themes/skins/templates / Re: dynamic content in template
« by jawbreaker on December 16, 2006, 09:16:14 am »

......  the changes you suggest. and it is reading the rss script. i'm still having trouble getting my code  ......
78
General discussion (no support!) / Re: Hi, Can someone tell me...!
« by Joachim Müller on April 18, 2005, 06:23:12 am »

......  corresponds to your coppermine version 2) The RSS feeds mod is not meant to store pics on external  ......

...... .3.x as well. Make sure to have a look into the RSS feed mod: although the feed is XML, you'll need a  ......
80
cpg1.4 themes/skins/templates / Theme acts wrong only in the album index page
« by Mirtilla on January 30, 2007, 02:52:56 pm »

...... ="themes/test/style.css" type="text/css" />  <!-- RSS 2.0 feed -->  <link rel="alternate" type=" ............ /rss+xml" title="RSS" href="xml-rss2.php" />   <!--  ......
81
cpg1.4 miscellaneous / Writei n .xml file
« by DaBe on May 18, 2008, 09:06:31 pm »

......  file, when I upload a new picture?  like a modify rss feed?  thx for help     ......
82
cpg1.5 miscellaneous / Multiple PHP processes with long processing time
« by mitko on April 19, 2014, 05:12:45 pm »

......  the logs they could see something like this  PID RSS %CPU ELAPSED COMMAND 690169 1860 0.0 14:28 sshd:  ......
83
cpg1.5.x Deutsch (German) / Batch nach Serverumzug nicht möglich
« by Regs on October 05, 2012, 05:59:05 pm »

...... === Plugins ------------------ Name Easy RSS  ......
84
Feature requests / Re: [done]RSS Feeds
« by groan on August 04, 2004, 05:05:51 am »

...... -gallery.net/index.php?topic=2960&highlight=rss  i would love to get a way to link some images to  ......
85
cpg1.4 miscellaneous / List of Latest Gallerys for Wordpress? Maybe via RSS?
« by Anselm on August 11, 2008, 07:26:42 pm »

......  added in a Wordpress Widget.   First searched for RSS-PlugIns for Coppermine but just did things with  ......
86
cpg1.4 cpmFetch by vuud / How do I get a specifik category via RSS?
« by knugen on September 01, 2007, 05:56:49 pm »

...... .  First of all, i'm not sure if i should call cfrssget.php or rss_lastadded.php.  this is my simple  ............ .  Code: [Select] $url = "http://....../cpmfetch/cfrssget.php"; $rss = fetch_rss($url);  foreach ($rss-> ......
87
cpg1.4 cpmFetch by vuud / rss feed not working.
« by niks_007 on December 19, 2006, 09:54:27 pm »

...... ...  MY CPF fetch is working fine but rss feed is not working it gives following errer    ............  needed. http://www.lakesparadise.com/getimage/cfrssget.php check the above url the cftest is fine see  ......
88
cpg1.3 Miscellaneous / rss Not feeding thumbnaisl of movies
« by superstan on April 30, 2005, 02:35:10 pm »

......    Im using Rss to feed onto my website - the hyperlinks work OK - ......
89
cpg1.4 miscellaneous / [Solved]: RSS Info Request
« by glennk on June 12, 2008, 08:55:37 pm »

......  size. Is this possible ? Im guessing it will be a rss plugin I need.  Can anyone who has done this  ......
90
cpg1.2 Standalone Support / changeing lastup without using RSS Feed?
« by alfisti.net on August 01, 2004, 02:02:41 pm »

......  and all questions to separate the "lastup" go to RSS Feed!? Is there a simple way to display all  ......
Pages: 1 2 [3] 4 5 6 7 ... 11

 

Page created in 0.317 seconds with 30 queries.