RSS feed help

TumblingJazz Tumblr bot discussion
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

This RSS feed gives me problems:

Code: Select all

<item>
<title>
'Bitcoin is not forking' – some reactions to the birth of BCC
</title>
<link>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>"BCC is a new digital currency distributed to everyone with an existing Bitcoin balance."</summary>
]]>
</description>
<dc:creator>7 days agoBy Staff Reporter Ethereum</dc:creator>
<pubDate>Tue, 01 Aug 2017 14:35:25 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
I first went with the default: Post Image RSS:
Item Tag: <item>
Image: <media:content[@url]>
Description: <title><link>
***

That gave errors:

Code: Select all

No url scraped
* FAILED: Scraped image URL failed: 
Pausing for: 20
No url scraped
* FAILED: Scraped image URL failed: 
Pausing for: 151
So I tried yours (and what the programmer kinda explained to me - not how it works but what to look out for): <media:content>/@url
This posted tweets but was missing the URL (image & subject were there).

I have no encoded tags here. So I tried this instead:
<description>[srclike=https://d.ibtimes.co.uk/en/full/]

Code: Select all

Element attribute: 
Scrape srclike: 
Scrape srclike: https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
Scraped image URL: https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
Saving Image: C:\Users\MyAccount\AppData\Local\Temp\2\bitcoin.jpg
Element attribute: 
PostTweet :  using:MyAccount
Posting: 1 images
Post: C:\Users\MyAccount\AppData\Local\Temp\2\bitcoin.jpg
Process image: C:\Users\MyAccount\AppData\Local\Temp\2\bitcoin.jpg
Preprocess image: bitcoin.jpg
Add image to tweet: bitcoin.jpg using tmp path: C:\Users\MyAccount\AppData\Local\Temp\2\LP2q1mw3.jpg
Added image to tweet: bitcoin.jpg
PreTokens: 'Bitcoin is not forking' – some reactions to the birth of BCC<link>


PostTokens: 'Bitcoin is not forking' – some reactions to the birth of BCC<link>


Posting tweet: 'Bitcoin is not forking' – some reactions to the birth of BCC<link>


* SUCCESS: Posted RSS item: https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
Pausing for: 13
Just paused for: 13 secs
Pausing for: 93
This once more gives me a tweet with subject & image and <link>, but no real link. So where am I failing here?

My programmer will answer soon, I hope :)
Last edited by bitcoin on Tue Aug 08, 2017 11:32 pm, edited 1 time in total.
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

From "my" coder, an awesome Britt!
I beileve it should either be [srclike=]
[12:42]
If you wish to just grab any form of tag with src
[12:43]
you can also do <description>[urllike=] if you wish to find any urls within description
While this sounded promising, it fails.
If I use for Image (Assign RSS Items): [srclike=https://d.ibtimes.co.uk/en/full/]:

Code: Select all

* FAILED: Scraped image URL failed: 
Pausing for: 58
* FAILED: Scraped image URL failed: 
Pausing for: 126
If I use for Image (Assign RSS Items): <description>[urllike=https://d.ibtimes.co.uk/en/full/] I again get tweets with subject and image, but only text: <link> instead of the actual link.

If I use these Image references without "https://d.ibtimes.co.uk/en/full", gives for both:

Code: Select all

Element attribute: 
* FAILED: Scraped image URL failed: 
Pausing for: 144
Sigh; I now know why I hated programming once I left high school :)
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

<description>[srclink=https://d.ibtimes.co.uk/]

Code: Select all

Starting: 09-08-2017 01:09 
Starting RSS Post: http://link.to/rss/597481a88a93f8922c8b4567738143550.xml
Found: 12 items, process using: 1 accounts
Posting with: MyAccount
Element attribute: 
* FAILED: Scraped image URL failed: 
Pausing for: 25
* CANCEL REQUESTED
* CANCELLED
Cancel requested
<media:content> as Image value gives the text "<link>" in the tweet.

<media:content> and as Description the following, gives only link + image, no TITLE:

Code: Select all

<title>
***
<link>
***
He also had this to add, my Superbritt :) This is a slack conversation, partly over teamviewer so sometimes he is me...
This feed has no images

Was it able to just get the image before without having to specify a <image> tag?

[1:06]
no never tried it

[1:07]
I lied

[1:07]
Some do (*have images)

[1:09]
give that (*Action) a go

[1:11]
This is weird as they use the media content tag for a smaller version of there logo on some of the posts where as a resized version is available from there description content

[1:11]
so we'd want to pull from the description version so we get the large version

[1:12]
can you open the feed up

[1:12]
you see, awkward people not making scraping simple

[1:13]
if we went with the smaller version we can use media content tag as before

[1:13]
and we'd also need to find where we specify the link that were after

[1:13]
ok so problem is caused by RSS Provider

[1:14]
this is a website without RSS feeds so they scrape "elements"

[1:14]
there are variations sometimes indeed in picture

[1:14]
sometimes default thing, sometimes something nice

[1:14]
For tweets, it's not a big problem if thumbnails are used

[1:14]
Feels like throwing stuff away, but in the end it looks pretty with them thumbnails :slightly_smiling_face:

[1:15]
Fair enough, lets try what I just added and see if links are caught

[1:15]
sigh? :slightly_smiling_face:

[1:15]
haha
Last edited by bitcoin on Wed Aug 09, 2017 3:37 pm, edited 1 time in total.
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

light [1:52 AM]
ahh

[1:52]
I know why this isn't working

[1:52]
viewtopic.php?f=30&t=1585
as per the mail, it is not possible to enter a description that extracts two values from separate elements of the feed. Feature request to do so noted

[1:52]
Just noticed it while I was scouring the forum
bitcoin[1:53 AM]
oh I replied on that one\

[1:53]
good I did!

light [1:53 AM]
Yup that explains why we can only get one or the other

[1:53]
and not both

[1:54]
Not to worry the bot I'm building will do this
So I suppose here endeth my adventure with TD's RSS functions. Though I still have to look at the youtube posting tabs and such. That could be a big win again. This one was a fail ;p

xx ;)
User avatar
martin@rootjazz
Site Admin
Posts: 34368
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: RSS feed help

Post by martin@rootjazz »

bitcoin wrote:This RSS feed gives me problems:
The URL is wrong: https://cointelegraph.com/rss

I first went with the default: Post Image RSS:
Item Tag: <item>
Image: <media:content[@url]>
tested, this is correct. I scraped the image
Description: <title><link>
this is wrong, you can only have one element per meta valud



***
That gave errors:

Code: Select all

No url scraped
* FAILED: Scraped image URL failed: 
Pausing for: 20
No url scraped
* FAILED: Scraped image URL failed: 
Pausing for: 151
as I said working for me:

Element attribute: url
Scraped image URL: https://cointelegraph.com/images/528_Ly ... 5qcGc=.jpg
Saving Image: C:\Users\martin\AppData\Local\Temp\528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg
Got tags:
PostTweet : using:rootjazzdub
Posting: 1 images
Post: C:\Users\martin\AppData\Local\Temp\528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg
Process image: C:\Users\martin\AppData\Local\Temp\528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg
Preprocess image: 528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg
Add image to tweet: 528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg using tmp path: C:\Users\martin\AppData\Local\Temp\wrq8uDyIso.jpg
Added image to tweet: 528ly9jb2ludgvszwdyyxbolmnvbs9zdg9yywdll3vwbg9hzhmvdmlldy9iyzi5ogfmnddhnza0n2vhzwqyotawndcxzjjmytcwny5qcgc.jpg
PreTokens:

PostTokens:

Posting tweet:

* SUCCESS: Posted RSS item: https://cointelegraph.com/images/528_Ly ... 5qcGc=.jpg
Pausing for: 3
So I tried yours (and what the programmer kinda explained to me - not how it works but what to look out for): <media:content>/@url
This posted tweets but was missing the URL (image & subject were there).

yes that is wrong, as I said from memory :)



Maybe you are on an old version?

https://rootjazz.com/twitterdub/updatetesting.html
User avatar
martin@rootjazz
Site Admin
Posts: 34368
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: RSS feed help

Post by martin@rootjazz »

Just tell me the feed you are trying to do and I will do it for you. It will be quicker and easier than reading all your posts :D
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

Yeah I don't know why I mentioned that feed - that one worked as it should as far as memory serves me right. No strange exceptions.

These are the 3 feeds we worked on yesterday

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Cryptocurrency</title>
<description>Cryptocurrency</description>
<pubDate>Wed, 09 Aug 2017 15:27:32 +0000</pubDate>
<generator>linkto</generator>
<link>http://www.ibtimes.co.uk/cryptocurrency</link>
<atom:link href="http://link.to/rss/597481a88a93f8922c8b4567299510836.atom" rel="self" type="application/rss+xml"/>
<image>
<link>
http://link.to/rss/597481a88a93f8922c8b4567299510836.xml
</link>
<url>
http://www.google.com/s2/favicons?domain=http://www.ibtimes.co.uk
</url>
<title>Cryptocurrency</title>
</image>
<item>
<title>
'Bitcoin is not forking' – some reactions to the birth of BCC
</title>
<link>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>"BCC is a new digital currency distributed to everyone with an existing Bitcoin balance."</summary>
]]>
</description>
<dc:creator>8 days agoBy Staff Reporter Ethereum</dc:creator>
<pubDate>Tue, 01 Aug 2017 14:35:25 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>Bitcoin Cash fork – how, what, when and why?</title>
<link>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1454997/bitcoin-bitcoinxt-blockchain-block-size.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Charles Hayter, CEO of CryptoCompare, takes stock of BitcoinCash and the split in the community.</summary>
]]>
</description>
<dc:creator>
8 days agoBy Charles Hayter and Antonio Madeira Bitcoin Ethereum
</dc:creator>
<pubDate>Tue, 01 Aug 2017 07:34:03 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1454997/bitcoin-bitcoinxt-blockchain-block-size.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Veritaseum hack: $8.4m worth Ethereum stolen by hackers in yet another heist
</title>
<link>
http://www.ibtimes.co.uk/veritaseum-hack-8-4m-worth-ethereum-stolen-by-hackers-yet-another-heist-1631745
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1587136/nation-state-hacker.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Hackers hit the Ethereum platform's ICO, making it the second ICO hack and the fourth Ethereum hack in a month.</summary>
]]>
</description>
<dc:creator>15 days agoBy India Ashok</dc:creator>
<pubDate>Tue, 25 Jul 2017 05:04:50 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/veritaseum-hack-8-4m-worth-ethereum-stolen-by-hackers-yet-another-heist-1631745
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1587136/nation-state-hacker.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Hacker steals over $30m in Ethereum by exploiting flaw in Parity wallet
</title>
<link>
http://www.ibtimes.co.uk/hacker-steals-over-30m-ethereum-by-exploiting-flaw-parity-wallet-1631095
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625829/hacker.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>The Parity wallet allegedly contained a 'critical' vulnerability that allowed the hacker to compromise at least three accounts.</summary>
]]>
</description>
<dc:creator>20 days agoBy India Ashok Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hacker-steals-over-30m-ethereum-by-exploiting-flaw-parity-wallet-1631095
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625829/hacker.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Apple finally accepts Dash as approved cryptocurrency on App Store
</title>
<link>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625788/p.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Apple has now formally reversed decision to deny entry to the App Store for applications integrating Dash.</summary>
]]>
</description>
<dc:creator>
20 days agoBy Ian Allison Apple IOS Bitcoin Ethereum
</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625788/p.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
London Stock Exchange and IBM to pilot blockchain for European SMEs
</title>
<link>
http://www.ibtimes.co.uk/london-stock-exchange-ibm-pilot-blockchain-european-smes-1631014
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1562145/financial-technology-innovation.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Platform being built and tested by LSE subsidiary Borsa Italiana on Hyperledger Fabric version 1.0</summary>
]]>
</description>
<dc:creator>21 days agoBy Gaurav Sharma</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/london-stock-exchange-ibm-pilot-blockchain-european-smes-1631014
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1562145/financial-technology-innovation.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum heist: Hacker stole $7m from CoinDash in under 5 minutes
</title>
<link>
http://www.ibtimes.co.uk/ethereum-heist-hacker-stole-7m-coindash-under-5-minutes-1630729
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625378/coindesk-ethereum-heist.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>CoinDash confirmed that their website was hacked and the victims were tricked into sending their cryptocurrency to the hacker.</summary>
]]>
</description>
<dc:creator>22 days agoBy India Ashok Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-heist-hacker-stole-7m-coindash-under-5-minutes-1630729
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625378/coindesk-ethereum-heist.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Warning: Bitcoin network disruption imminent as cryptocurrency splits
</title>
<link>
http://www.ibtimes.co.uk/warning-bitcoin-network-disruption-imminent-cryptocurrency-splits-1630247
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1564289/bitcoin.jpg?w=198&h=135&l=34&t=58" width="198" height="135"><br><br><summary>Bitcoin users are warned to stop accepting payments at least a day before 1 August to prevent losses.</summary>
]]>
</description>
<dc:creator>26 days agoBy Mary-Ann Russon Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/warning-bitcoin-network-disruption-imminent-cryptocurrency-splits-1630247
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1564289/bitcoin.jpg?w=198&h=135&l=34&t=58
</media:content>
</item>
<item>
<title>
Falcon Private Bank gets regulatory approval to offer Bitcoin to its wealthy clients
</title>
<link>
http://www.ibtimes.co.uk/falcon-private-bank-gets-regulatory-approval-offer-bitcoin-its-wealthy-clients-1630071
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622962/bitcoin.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>The bank is working with Bitcoin Suisse AG, a regulated financial service provider and crypto-assets broker.</summary>
]]>
</description>
<dc:creator>27 days agoBy Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/falcon-private-bank-gets-regulatory-approval-offer-bitcoin-its-wealthy-clients-1630071
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622962/bitcoin.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum under siege: Scammers make $700,000 in 6 days from Slack and Reddit phishing attacks
</title>
<link>
http://www.ibtimes.co.uk/ethereum-under-siege-scammers-make-700000-6-days-slack-reddit-phishing-attacks-1629866
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1557540/eth.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Scammers are targeting Ethereum users with scaremongering phishing messages to harvest login details.</summary>
]]>
</description>
<dc:creator>29 days agoBy Mary-Ann Russon Ethereum Russia</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-under-siege-scammers-make-700000-6-days-slack-reddit-phishing-attacks-1629866
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1557540/eth.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Mt Gox trial: CEO Mark Karpeles denies embezzling bitcoins worth millions
</title>
<link>
http://www.ibtimes.co.uk/mt-gox-trial-ceo-mark-karpeles-denies-embezzling-bitcoins-worth-millions-1629820
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1624183/mt-gox-mark-karpeles.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Bitcoin exchange Mt Gox shut down in 2014 after 850,000 coins went missing.</summary>
]]>
</description>
<dc:creator>29 days agoBy Associated Press Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/mt-gox-trial-ceo-mark-karpeles-denies-embezzling-bitcoins-worth-millions-1629820
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1624183/mt-gox-mark-karpeles.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum mining gold rush leads to huge shortage of graphics cards in Germany
</title>
<link>
http://www.ibtimes.co.uk/ethereum-mining-gold-rush-leads-huge-shortage-graphics-cards-germany-1629720
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1525636/eth.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Prices for AMD and Nvidia graphics cards have jumped recently and items are now disappearing from shops.</summary>
]]>
</description>
<dc:creator>29 days agoBy Mary-Ann Russon Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-mining-gold-rush-leads-huge-shortage-graphics-cards-germany-1629720
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1525636/eth.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Hedge fund Numerai's unique AI crowdsourcing token and the crazy world of crypto-economics
</title>
<link>
http://www.ibtimes.co.uk/hedge-fund-numerais-unique-ai-crowdsourcing-token-crazy-world-crypto-economics-1629597
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1623799/nmr.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Numerai chose not to ICO, but that didn't stop speculation on NMR tokens.</summary>
]]>
</description>
<dc:creator>
Jul 10, 2017By Ian Allison Bitcoin Ethereum Artificial Intelligence
</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hedge-fund-numerais-unique-ai-crowdsourcing-token-crazy-world-crypto-economics-1629597
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1623799/nmr.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Bitcoin user loses $215,000 by mistake due to transaction fee error
</title>
<link>
http://www.ibtimes.co.uk/bitcoin-user-loses-215000-by-mistake-due-transaction-fee-error-1629451
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1623666/btc-com.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>BTC.com appealing for the user who paid an exorbitant transaction fee to come forward and claim their money.</summary>
]]>
</description>
<dc:creator>Jul 7, 2017By Mary-Ann Russon Bitcoin Twitter</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-user-loses-215000-by-mistake-due-transaction-fee-error-1629451
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1623666/btc-com.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
MIT Enigma's Catalyst to be the Quantopian of crypto-assets
</title>
<link>
http://www.ibtimes.co.uk/mit-enigmas-catalyst-be-quantopian-crypto-assets-1629413
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1542606/bitcoin-developers-suspect-site-being-targeted-by-state-sponsored-hackers.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Co-founder Guy Zyskind said once the community starts curating data and sharing it, the sky's the limit.</summary>
]]>
</description>
<dc:creator>Jul 7, 2017By Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/mit-enigmas-catalyst-be-quantopian-crypto-assets-1629413
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1542606/bitcoin-developers-suspect-site-being-targeted-by-state-sponsored-hackers.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Di Iorio and Shrem to offer token rating service and Jaxx Unity reward coin
</title>
<link>
http://www.ibtimes.co.uk/de-iorio-shrem-offer-token-rating-surgery-jaxx-unity-reward-coin-1628938
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622805/jaxx.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Anthony Di Iorio guaranteed that distribution of the Jaxx Unity Coin will not involve buying anything for an investment.</summary>
]]>
</description>
<dc:creator>27 days agoBy Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/de-iorio-shrem-offer-token-rating-surgery-jaxx-unity-reward-coin-1628938
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622805/jaxx.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Classic Ether Wallet has been hacked – do not use it to send currency
</title>
<link>
http://www.ibtimes.co.uk/classic-ether-wallet-has-been-hacked-do-not-use-it-send-currency-1628479
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622293/ethereum-classic.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>A hacker has switched the wallet's domain registration to a hostile server to steal coins from transactions.</summary>
]]>
</description>
<dc:creator>Jun 30, 2017By Mary-Ann Russon Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/classic-ether-wallet-has-been-hacked-do-not-use-it-send-currency-1628479
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622293/ethereum-classic.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Blockstream's Adam Back: Confidential Transactions started a blockchain privacy trend
</title>
<link>
http://www.ibtimes.co.uk/blockstreams-adam-back-confidential-transactions-started-blockchain-privacy-trend-1628372
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622103/bs.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Confidential Transactions is a way to encrypt the amount in a Bitcoin transaction while still making it publicly verifiable that the transaction balances.</summary>
]]>
</description>
<dc:creator>25 days agoBy Ian Allison Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/blockstreams-adam-back-confidential-transactions-started-blockchain-privacy-trend-1628372
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622103/bs.png?w=198&h=135&l=50&t=40
</media:content>
</item>
</channel>
</rss>

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>
Bitcoin 2017 news, analysis and predictions on exchange rates, prices, companies, mining,
</title>
<description>
Bitcoin 2017 news,analysis and predictions on exchange rates, prices, companies, mining,
</description>
<pubDate>Wed, 09 Aug 2017 15:27:31 +0000</pubDate>
<generator>linkto</generator>
<link>http://www.ibtimes.co.uk/topics/bitcoin</link>
<atom:link href="http://link.to/rss/597481a88a93f8922c8b4567820049449.atom" rel="self" type="application/rss+xml"/>
<image>
<link>
http://link.to/rss/597481a88a93f8922c8b4567820049449.xml
</link>
<url>
http://www.google.com/s2/favicons?domain=http://www.ibtimes.co.uk
</url>
<title>
Bitcoin 2017 news, analysis and predictions on exchange rates, prices, companies, mining,
</title>
</image>
<item>
<title>
Tor Network co-founder denies criminal activity enabled by anonymous browsing platform
</title>
<link>
http://www.ibtimes.co.uk/tor-network-co-founder-denies-criminal-activity-enabled-by-anonymous-browsing-platform-1633825
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 11:37:07 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/tor-network-co-founder-denies-criminal-activity-enabled-by-anonymous-browsing-platform-1633825
</guid>
</item>
<item>
<title>
Eleven banks develop trade finance app on R3's Corda DLT platform
</title>
<link>
http://www.ibtimes.co.uk/eleven-banks-develop-trade-finance-app-r3s-corda-dlt-platform-1633814
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 10:57:21 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/eleven-banks-develop-trade-finance-app-r3s-corda-dlt-platform-1633814
</guid>
</item>
<item>
<title>
Hard forks and contract hacks – Tezos aims to solve blockchain's problems
</title>
<link>
http://www.ibtimes.co.uk/hard-forks-contract-hacks-tezos-aims-solve-blockchains-problems-1633790
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 09:33:27 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hard-forks-contract-hacks-tezos-aims-solve-blockchains-problems-1633790
</guid>
</item>
<item>
<title>
What is the Black Death? Dark web group linked to terrifying kidnap of British model
</title>
<link>
http://www.ibtimes.co.uk/what-black-death-dark-web-group-linked-terrifying-kidnap-british-model-1633728
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 07:33:27 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/what-black-death-dark-web-group-linked-terrifying-kidnap-british-model-1633728
</guid>
</item>
<item>
<title>
Filecoin laments shutting out crypto supporters to meet SEC regulations
</title>
<link>
http://www.ibtimes.co.uk/filecoin-laments-shutting-out-crypto-supporters-meet-sec-regulations-1633620
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 06 Aug 2017 12:01:01 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/filecoin-laments-shutting-out-crypto-supporters-meet-sec-regulations-1633620
</guid>
</item>
<item>
<title>
WannaCry hackers are converting bitcoins to 'totally anonymous' Monero to hide their tracks
</title>
<link>
http://www.ibtimes.co.uk/wannacry-bitcoins-are-converting-totally-anonymous-monero-hide-their-tracks-1633556
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 04 Aug 2017 17:22:06 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/wannacry-bitcoins-are-converting-totally-anonymous-monero-hide-their-tracks-1633556
</guid>
</item>
<item>
<title>
Could there be a national cryptocurrency? The 21st century gold standard
</title>
<link>
http://www.ibtimes.co.uk/could-there-be-national-cryptocurrency-21st-century-gold-standard-1633334
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 04 Aug 2017 12:02:42 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/could-there-be-national-cryptocurrency-21st-century-gold-standard-1633334
</guid>
</item>
<item>
<title>
MultiChain 1.0 released: Gideon Greenspan muses on blockchain privacy and smart contract languages
</title>
<link>
http://www.ibtimes.co.uk/multichain-1-0-released-gideon-greenspan-muses-blockchain-privacy-smart-contract-languages-1633169
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Thu, 03 Aug 2017 11:37:23 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/multichain-1-0-released-gideon-greenspan-muses-blockchain-privacy-smart-contract-languages-1633169
</guid>
</item>
<item>
<title>
Canada's ETHWaterloo to be world's largest Ethereum hackathon
</title>
<link>
http://www.ibtimes.co.uk/canadas-ethwaterloo-be-worlds-largest-ethereum-hackathon-1632895
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 02 Aug 2017 13:23:37 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/canadas-ethwaterloo-be-worlds-largest-ethereum-hackathon-1632895
</guid>
</item>
<item>
<title>Bitcoin Cash fork – how, what, when and why?</title>
<link>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 01 Aug 2017 08:15:55 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</guid>
</item>
<item>
<title>
Alex Tapscott launches digital asset investment firm NextBlock Global with $20m financing
</title>
<link>
http://www.ibtimes.co.uk/alex-tapscott-launches-digital-asset-investment-firm-nextblock-global-20m-financing-1632759
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 01 Aug 2017 07:34:02 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/alex-tapscott-launches-digital-asset-investment-firm-nextblock-global-20m-financing-1632759
</guid>
</item>
<item>
<title>
Europe must supercharge its efforts to support cross-border fintech
</title>
<link>
http://www.ibtimes.co.uk/europe-must-supercharge-its-efforts-support-cross-border-fintech-1632480
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 31 Jul 2017 11:06:22 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/europe-must-supercharge-its-efforts-support-cross-border-fintech-1632480
</guid>
</item>
<item>
<title>R3's Richard Brown: IBM should adopt Corda</title>
<link>
http://www.ibtimes.co.uk/r3s-richard-brown-ibm-should-adopt-corda-1632434
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 28 Jul 2017 18:24:07 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/r3s-richard-brown-ibm-should-adopt-corda-1632434
</guid>
</item>
<item>
<title>
Accord Project joins Hyperledger to push standards for smart contracts
</title>
<link>
http://www.ibtimes.co.uk/accord-project-joins-hyperledger-push-standards-smart-contracts-1632093
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 28 Jul 2017 10:15:38 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/accord-project-joins-hyperledger-push-standards-smart-contracts-1632093
</guid>
</item>
<item>
<title>
There is no 'but it's blockchain' exemption in US Securities law
</title>
<link>
http://www.ibtimes.co.uk/there-no-its-blockchain-exemption-us-securities-law-1632107
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 26 Jul 2017 16:37:20 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/there-no-its-blockchain-exemption-us-securities-law-1632107
</guid>
</item>
<item>
<title>
Is Kim Jong-un on World of Tanks? The internet habits of North Korea's elite revealed
</title>
<link>
http://www.ibtimes.co.uk/kim-jong-un-world-tanks-internet-habits-north-koreas-elite-revealed-1631894
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 26 Jul 2017 15:16:45 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/kim-jong-un-world-tanks-internet-habits-north-koreas-elite-revealed-1631894
</guid>
</item>
<item>
<title>
Is Dream Market still online? Dark web users panic on Reddit after global crackdown on drug sites
</title>
<link>
http://www.ibtimes.co.uk/dream-market-still-online-dark-web-users-panic-reddit-after-global-crackdown-drug-sites-1631353
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 25 Jul 2017 15:16:56 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/dream-market-still-online-dark-web-users-panic-reddit-after-global-crackdown-drug-sites-1631353
</guid>
</item>
<item>
<title>
Apple finally accepts Dash as approved cryptocurrency on App Store
</title>
<link>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 23 Jul 2017 13:07:48 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</guid>
</item>
<item>
<title>
IOTA Foundation partners with Imperial College London to drive Tangle DLT
</title>
<link>
http://www.ibtimes.co.uk/iota-foundation-partners-imperial-college-london-drive-tangle-dlt-1631047
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 23 Jul 2017 13:07:48 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/iota-foundation-partners-imperial-college-london-drive-tangle-dlt-1631047
</guid>
</item>
</channel>
</rss>

Code: Select all

smf:xml-feed xmlns:smf="http://www.simplemachines.org/" xmlns="http://www.simplemachines.org/xml/news" xml:lang="en-US">
<article>
<time>Today at 05:06:02 PM</time>
<id>17603</id>
<subject>
<![CDATA[ [Bounty ]]>
]
<![CDATA[ Internxt PRE ICO - Welcome To A New Internet ]]>
</subject>
<body>
<![CDATA[
<span style="font-size: 18pt;" class="bbc_size"></span><div align="center"><img src="https://image.ibb.co/fJshUv/internxt.jpg" alt="" class="bbc_img" /></div>Web site:&nbsp; <a href="http://"https://internxt.io/&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;"" class="bbc_link" target="_blank">https://internxt.io/&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</a><br />White paper: <a href="http://"https://internxt.io/whitepaper.pdf"" class="bbc_link" target="_blank">https://internxt.io/whi...</a>
]]>
</body>
<poster>
<name>
<![CDATA[ duongtien86 ]]>
</name>
<id>10228</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10228
</link>
</poster>
<topic>17603</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17603.0
</link>
</article>
<article>
<time>Yesterday at 11:57:03 PM</time>
<id>17572</id>
<subject>
<![CDATA[ Kore CCEX Voting Campaign [PromoPlugs ]]>
]
<![CDATA[ &#128313;~$2.00 BTC / Vote&#128313; ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/888084336766996480/cEfNMKWT_400x400.jpg" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />Kore has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:</strong> <br />1...</div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17572</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17572.0
</link>
</article>
<article>
<time>Yesterday at 04:58:07 PM</time>
<id>17558</id>
<subject>
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ [ICO ]]>
]
<![CDATA[ AdCoin BOUNTY PROGRAM - 200,000 ACC PRICEPOOL ]]>
</subject>
<body>
<![CDATA[
<div align="center"><span style="font-size: 24pt;" class="bbc_size"><strong><span style="color: blue;" class="bbc_color">AdCoin BOUNTY PROGRAM - 200,000 ACC PRICEPOOL</span></strong><span style="color: blue;" class="bbc_color">: AdCoin (ACC)</span></span></div><br />Website: <a href="https://www.getadcoin.com/" class="bbc_link" target="_blank">https://www.getadcoin.com/</a><br />Twitter: [url=https://twitter.com/ge...
]]>
</body>
<poster>
<name>
<![CDATA[ ACCadcoin ]]>
</name>
<id>10744</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10744
</link>
</poster>
<topic>17558</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17558.0
</link>
</article>
<article>
<time>August 07, 2017, 05:51:43 PM</time>
<id>17514</id>
<subject>
<![CDATA[ [ANN ]]>
]
<![CDATA[ [SCRYPT/POW ]]>
]
<![CDATA[
OhRlyCoin (ORL) Bringing crypto, memes and games together!
]]>
</subject>
<body>
<![CDATA[
PM in topic: <span style="color: red;" class="bbc_color"><span style="font-size: 24pt;" class="bbc_size"><a href="https://bitcoingarden.org/forum/index.php?topic=17503.0" class="bbc_link" target="_blank">https://bitcoingarden.org/forum/index.php?topic=17503.0</a></span></span><br /><br /><div align="center">[img
]]>
]
<![CDATA[
http://ohrly.org/wp-content/uploads/2017/08/cropped-logo-1.png[/im...</div>
]]>
</body>
<poster>
<name>
<![CDATA[ duongtien86 ]]>
</name>
<id>10228</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10228
</link>
</poster>
<topic>17514</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17514.0
</link>
</article>
<article>
<time>August 07, 2017, 04:39:27 PM</time>
<id>17510</id>
<subject>
<![CDATA[ Boolberry is a new cryptocurrency based Waves. ]]>
</subject>
<body>
<![CDATA[
Dear all!<br />This is other coin with Giveaways in next week!<br />ID&nbsp;&nbsp;&nbsp;3DH9QD9kzoUiDzHaFRos58WRW7zvg54ZTgUAcz7tSi1K<br />Type&nbsp;&nbsp;&nbsp;3 (Asset issue)<br />Timestamp&nbsp;&nbsp;&nbsp;2017-07-28 13:21:15<br />Block&nbsp;&nbsp;&nbsp;599565<br />Asset ID&nbsp;&nbsp;&nbsp;3DH9QD9kzoUiDzHaFRos58WRW7zvg54ZTgUAcz7tSi1K<br />Asset Name&nbsp;&nbsp;&nbsp;Boolberry<br />Reissua...
]]>
</body>
<poster>
<name>
<![CDATA[ hieu123 ]]>
</name>
<id>258</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=258
</link>
</poster>
<topic>17510</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17510.0
</link>
</article>
<article>
<time>August 07, 2017, 06:28:35 AM</time>
<id>17484</id>
<subject>
<![CDATA[ [ANN ]]>
]
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ DASERON - Cybercurity Marketplace ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://image.prntscr.com/image/dTlNOnBITpKYtEcdCQKhCg.png" alt="" class="bbc_img" /></div><hr /><div align="center"><span style="font-size: 20pt;" class="bbc_size"><strong><a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;WEBSITE&#9689;</span></a>&nbsp; &nbsp; &nbsp;<a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;PROJECT&#9689;</span></a>&nbsp; &nbsp; &nbsp;<a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;ICO&#9689;[...</span></a></strong></span></div>
]]>
</body>
<poster>
<name>
<![CDATA[ Altynbekova ]]>
</name>
<id>2978</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2978
</link>
</poster>
<topic>17484</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17484.0
</link>
</article>
<article>
<time>August 06, 2017, 03:08:19 AM</time>
<id>17450</id>
<subject>
<![CDATA[ TelsaCoin Twitter Campaign [PromoPlugs ]]>
]
<![CDATA[
&#128313;&#128313;&#128313;8/5 100 Participants&#128313;&#128313;&#128313;
]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/423943385284501504/1tJperIA_400x400.jpeg" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />TeslaCoin has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:[...</strong></div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17450</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17450.0
</link>
</article>
<article>
<time>August 06, 2017, 03:07:32 AM</time>
<id>17449</id>
<subject>
<![CDATA[ PesetaCoin Twitter Campaign [PromoPlugs ]]>
]
<![CDATA[ &#128313;Only 50 Participants&#128313;8/5&#128313; ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/434336201915387904/gA61JZX7.png" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />Pesetacoin has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:</strong> <br />1. ...</div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17449</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17449.0
</link>
</article>
<article>
<time>August 05, 2017, 09:53:49 PM</time>
<id>17444</id>
<subject>
<![CDATA[ GIVEAWAY 200000 LINDA COIN ]]>
</subject>
<body>
<![CDATA[
Giveaway 200000 LINDA COIN for 3 winners<br /><br />1st prize 100000 LINDA COIN<br />2nd prize 75000 LINDA COIN<br />3rd prize 25000 LINDA COIN<br /><br /><a href="https://wn.nr/Gwf5Fv" class="bbc_link" target="_blank">https://wn.nr/Gwf5Fv</a><br /><br />Sent from my SM-G7102 using Tapatalk<br /><br />
]]>
</body>
<poster>
<name>
<![CDATA[ hanafi16 ]]>
</name>
<id>8386</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=8386
</link>
</poster>
<topic>17444</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17444.0
</link>
</article>
<article>
<time>August 05, 2017, 08:10:52 PM</time>
<id>17441</id>
<subject>
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ [ICO ]]>
]
<![CDATA[ GLU Token Bounty Program | Starts August 1, 2017 ]]>
</subject>
<body>
<![CDATA[
We are proud to announce our bounty program! <br />Please visit our website for more information <a href="https://www.glutoken.com/bounty" class="bbc_link" target="_blank">https://www.glutoken.com/bounty</a><br />Signing up for any GLU newsletter will earn 5 GLU tokens. <br /><strong><span style="color: green;" class="bbc_color">JOIN OUR T...</span></strong>
]]>
</body>
<poster>
<name>
<![CDATA[ sieemma ]]>
</name>
<id>8341</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=8341
</link>
</poster>
<topic>17441</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17441.0
</link>
</article>
</smf:xml-feed>
User avatar
martin@rootjazz
Site Admin
Posts: 34368
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: RSS feed help

Post by martin@rootjazz »

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Cryptocurrency</title>
<description>Cryptocurrency</description>
<pubDate>Wed, 09 Aug 2017 15:27:32 +0000</pubDate>
<generator>linkto</generator>
<link>http://www.ibtimes.co.uk/cryptocurrency</link>
<atom:link href="http://link.to/rss/597481a88a93f8922c8b4567299510836.atom" rel="self" type="application/rss+xml"/>
<image>
<link>
http://link.to/rss/597481a88a93f8922c8b4567299510836.xml
</link>
<url>
http://www.google.com/s2/favicons?domain=http://www.ibtimes.co.uk
</url>
<title>Cryptocurrency</title>
</image>
<item>
<title>
'Bitcoin is not forking' – some reactions to the birth of BCC
</title>
<link>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>"BCC is a new digital currency distributed to everyone with an existing Bitcoin balance."</summary>
]]>
</description>
<dc:creator>8 days agoBy Staff Reporter Ethereum</dc:creator>
<pubDate>Tue, 01 Aug 2017 14:35:25 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-not-forking-some-reactions-birth-bcc-1633012
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1558118/bitcoin.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>Bitcoin Cash fork – how, what, when and why?</title>
<link>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1454997/bitcoin-bitcoinxt-blockchain-block-size.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Charles Hayter, CEO of CryptoCompare, takes stock of BitcoinCash and the split in the community.</summary>
]]>
</description>
<dc:creator>
8 days agoBy Charles Hayter and Antonio Madeira Bitcoin Ethereum
</dc:creator>
<pubDate>Tue, 01 Aug 2017 07:34:03 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1454997/bitcoin-bitcoinxt-blockchain-block-size.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Veritaseum hack: $8.4m worth Ethereum stolen by hackers in yet another heist
</title>
<link>
http://www.ibtimes.co.uk/veritaseum-hack-8-4m-worth-ethereum-stolen-by-hackers-yet-another-heist-1631745
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1587136/nation-state-hacker.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Hackers hit the Ethereum platform's ICO, making it the second ICO hack and the fourth Ethereum hack in a month.</summary>
]]>
</description>
<dc:creator>15 days agoBy India Ashok</dc:creator>
<pubDate>Tue, 25 Jul 2017 05:04:50 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/veritaseum-hack-8-4m-worth-ethereum-stolen-by-hackers-yet-another-heist-1631745
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1587136/nation-state-hacker.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Hacker steals over $30m in Ethereum by exploiting flaw in Parity wallet
</title>
<link>
http://www.ibtimes.co.uk/hacker-steals-over-30m-ethereum-by-exploiting-flaw-parity-wallet-1631095
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625829/hacker.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>The Parity wallet allegedly contained a 'critical' vulnerability that allowed the hacker to compromise at least three accounts.</summary>
]]>
</description>
<dc:creator>20 days agoBy India Ashok Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hacker-steals-over-30m-ethereum-by-exploiting-flaw-parity-wallet-1631095
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625829/hacker.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Apple finally accepts Dash as approved cryptocurrency on App Store
</title>
<link>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625788/p.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Apple has now formally reversed decision to deny entry to the App Store for applications integrating Dash.</summary>
]]>
</description>
<dc:creator>
20 days agoBy Ian Allison Apple IOS Bitcoin Ethereum
</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625788/p.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
London Stock Exchange and IBM to pilot blockchain for European SMEs
</title>
<link>
http://www.ibtimes.co.uk/london-stock-exchange-ibm-pilot-blockchain-european-smes-1631014
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1562145/financial-technology-innovation.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Platform being built and tested by LSE subsidiary Borsa Italiana on Hyperledger Fabric version 1.0</summary>
]]>
</description>
<dc:creator>21 days agoBy Gaurav Sharma</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/london-stock-exchange-ibm-pilot-blockchain-european-smes-1631014
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1562145/financial-technology-innovation.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum heist: Hacker stole $7m from CoinDash in under 5 minutes
</title>
<link>
http://www.ibtimes.co.uk/ethereum-heist-hacker-stole-7m-coindash-under-5-minutes-1630729
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1625378/coindesk-ethereum-heist.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>CoinDash confirmed that their website was hacked and the victims were tricked into sending their cryptocurrency to the hacker.</summary>
]]>
</description>
<dc:creator>22 days agoBy India Ashok Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-heist-hacker-stole-7m-coindash-under-5-minutes-1630729
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1625378/coindesk-ethereum-heist.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Warning: Bitcoin network disruption imminent as cryptocurrency splits
</title>
<link>
http://www.ibtimes.co.uk/warning-bitcoin-network-disruption-imminent-cryptocurrency-splits-1630247
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1564289/bitcoin.jpg?w=198&h=135&l=34&t=58" width="198" height="135"><br><br><summary>Bitcoin users are warned to stop accepting payments at least a day before 1 August to prevent losses.</summary>
]]>
</description>
<dc:creator>26 days agoBy Mary-Ann Russon Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/warning-bitcoin-network-disruption-imminent-cryptocurrency-splits-1630247
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1564289/bitcoin.jpg?w=198&h=135&l=34&t=58
</media:content>
</item>
<item>
<title>
Falcon Private Bank gets regulatory approval to offer Bitcoin to its wealthy clients
</title>
<link>
http://www.ibtimes.co.uk/falcon-private-bank-gets-regulatory-approval-offer-bitcoin-its-wealthy-clients-1630071
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622962/bitcoin.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>The bank is working with Bitcoin Suisse AG, a regulated financial service provider and crypto-assets broker.</summary>
]]>
</description>
<dc:creator>27 days agoBy Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/falcon-private-bank-gets-regulatory-approval-offer-bitcoin-its-wealthy-clients-1630071
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622962/bitcoin.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum under siege: Scammers make $700,000 in 6 days from Slack and Reddit phishing attacks
</title>
<link>
http://www.ibtimes.co.uk/ethereum-under-siege-scammers-make-700000-6-days-slack-reddit-phishing-attacks-1629866
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1557540/eth.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Scammers are targeting Ethereum users with scaremongering phishing messages to harvest login details.</summary>
]]>
</description>
<dc:creator>29 days agoBy Mary-Ann Russon Ethereum Russia</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-under-siege-scammers-make-700000-6-days-slack-reddit-phishing-attacks-1629866
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1557540/eth.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Mt Gox trial: CEO Mark Karpeles denies embezzling bitcoins worth millions
</title>
<link>
http://www.ibtimes.co.uk/mt-gox-trial-ceo-mark-karpeles-denies-embezzling-bitcoins-worth-millions-1629820
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1624183/mt-gox-mark-karpeles.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Bitcoin exchange Mt Gox shut down in 2014 after 850,000 coins went missing.</summary>
]]>
</description>
<dc:creator>29 days agoBy Associated Press Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/mt-gox-trial-ceo-mark-karpeles-denies-embezzling-bitcoins-worth-millions-1629820
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1624183/mt-gox-mark-karpeles.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Ethereum mining gold rush leads to huge shortage of graphics cards in Germany
</title>
<link>
http://www.ibtimes.co.uk/ethereum-mining-gold-rush-leads-huge-shortage-graphics-cards-germany-1629720
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1525636/eth.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Prices for AMD and Nvidia graphics cards have jumped recently and items are now disappearing from shops.</summary>
]]>
</description>
<dc:creator>29 days agoBy Mary-Ann Russon Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/ethereum-mining-gold-rush-leads-huge-shortage-graphics-cards-germany-1629720
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1525636/eth.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Hedge fund Numerai's unique AI crowdsourcing token and the crazy world of crypto-economics
</title>
<link>
http://www.ibtimes.co.uk/hedge-fund-numerais-unique-ai-crowdsourcing-token-crazy-world-crypto-economics-1629597
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1623799/nmr.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Numerai chose not to ICO, but that didn't stop speculation on NMR tokens.</summary>
]]>
</description>
<dc:creator>
Jul 10, 2017By Ian Allison Bitcoin Ethereum Artificial Intelligence
</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hedge-fund-numerais-unique-ai-crowdsourcing-token-crazy-world-crypto-economics-1629597
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1623799/nmr.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Bitcoin user loses $215,000 by mistake due to transaction fee error
</title>
<link>
http://www.ibtimes.co.uk/bitcoin-user-loses-215000-by-mistake-due-transaction-fee-error-1629451
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1623666/btc-com.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>BTC.com appealing for the user who paid an exorbitant transaction fee to come forward and claim their money.</summary>
]]>
</description>
<dc:creator>Jul 7, 2017By Mary-Ann Russon Bitcoin Twitter</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-user-loses-215000-by-mistake-due-transaction-fee-error-1629451
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1623666/btc-com.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
MIT Enigma's Catalyst to be the Quantopian of crypto-assets
</title>
<link>
http://www.ibtimes.co.uk/mit-enigmas-catalyst-be-quantopian-crypto-assets-1629413
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1542606/bitcoin-developers-suspect-site-being-targeted-by-state-sponsored-hackers.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Co-founder Guy Zyskind said once the community starts curating data and sharing it, the sky's the limit.</summary>
]]>
</description>
<dc:creator>Jul 7, 2017By Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/mit-enigmas-catalyst-be-quantopian-crypto-assets-1629413
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1542606/bitcoin-developers-suspect-site-being-targeted-by-state-sponsored-hackers.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Di Iorio and Shrem to offer token rating service and Jaxx Unity reward coin
</title>
<link>
http://www.ibtimes.co.uk/de-iorio-shrem-offer-token-rating-surgery-jaxx-unity-reward-coin-1628938
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622805/jaxx.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Anthony Di Iorio guaranteed that distribution of the Jaxx Unity Coin will not involve buying anything for an investment.</summary>
]]>
</description>
<dc:creator>27 days agoBy Ian Allison Bitcoin Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/de-iorio-shrem-offer-token-rating-surgery-jaxx-unity-reward-coin-1628938
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622805/jaxx.png?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Classic Ether Wallet has been hacked – do not use it to send currency
</title>
<link>
http://www.ibtimes.co.uk/classic-ether-wallet-has-been-hacked-do-not-use-it-send-currency-1628479
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622293/ethereum-classic.jpg?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>A hacker has switched the wallet's domain registration to a hostile server to steal coins from transactions.</summary>
]]>
</description>
<dc:creator>Jun 30, 2017By Mary-Ann Russon Ethereum</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/classic-ether-wallet-has-been-hacked-do-not-use-it-send-currency-1628479
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622293/ethereum-classic.jpg?w=198&h=135&l=50&t=40
</media:content>
</item>
<item>
<title>
Blockstream's Adam Back: Confidential Transactions started a blockchain privacy trend
</title>
<link>
http://www.ibtimes.co.uk/blockstreams-adam-back-confidential-transactions-started-blockchain-privacy-trend-1628372
</link>
<description>
<![CDATA[
<img src="https://d.ibtimes.co.uk/en/full/1622103/bs.png?w=198&h=135&l=50&t=40" width="198" height="135"><br><br><summary>Confidential Transactions is a way to encrypt the amount in a Bitcoin transaction while still making it publicly verifiable that the transaction balances.</summary>
]]>
</description>
<dc:creator>25 days agoBy Ian Allison Bitcoin</dc:creator>
<pubDate>Sun, 23 Jul 2017 13:16:33 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/blockstreams-adam-back-confidential-transactions-started-blockchain-privacy-trend-1628372
</guid>
<media:content>
https://d.ibtimes.co.uk/en/full/1622103/bs.png?w=198&h=135&l=50&t=40
</media:content>
</item>
</channel>
</rss>

<item>
<img[@src]>

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>
Bitcoin 2017 news, analysis and predictions on exchange rates, prices, companies, mining,
</title>
<description>
Bitcoin 2017 news,analysis and predictions on exchange rates, prices, companies, mining,
</description>
<pubDate>Wed, 09 Aug 2017 15:27:31 +0000</pubDate>
<generator>linkto</generator>
<link>http://www.ibtimes.co.uk/topics/bitcoin</link>
<atom:link href="http://link.to/rss/597481a88a93f8922c8b4567820049449.atom" rel="self" type="application/rss+xml"/>
<image>
<link>
http://link.to/rss/597481a88a93f8922c8b4567820049449.xml
</link>
<url>
http://www.google.com/s2/favicons?domain=http://www.ibtimes.co.uk
</url>
<title>
Bitcoin 2017 news, analysis and predictions on exchange rates, prices, companies, mining,
</title>
</image>
<item>
<title>
Tor Network co-founder denies criminal activity enabled by anonymous browsing platform
</title>
<link>
http://www.ibtimes.co.uk/tor-network-co-founder-denies-criminal-activity-enabled-by-anonymous-browsing-platform-1633825
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 11:37:07 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/tor-network-co-founder-denies-criminal-activity-enabled-by-anonymous-browsing-platform-1633825
</guid>
</item>
<item>
<title>
Eleven banks develop trade finance app on R3's Corda DLT platform
</title>
<link>
http://www.ibtimes.co.uk/eleven-banks-develop-trade-finance-app-r3s-corda-dlt-platform-1633814
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 10:57:21 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/eleven-banks-develop-trade-finance-app-r3s-corda-dlt-platform-1633814
</guid>
</item>
<item>
<title>
Hard forks and contract hacks – Tezos aims to solve blockchain's problems
</title>
<link>
http://www.ibtimes.co.uk/hard-forks-contract-hacks-tezos-aims-solve-blockchains-problems-1633790
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 09:33:27 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/hard-forks-contract-hacks-tezos-aims-solve-blockchains-problems-1633790
</guid>
</item>
<item>
<title>
What is the Black Death? Dark web group linked to terrifying kidnap of British model
</title>
<link>
http://www.ibtimes.co.uk/what-black-death-dark-web-group-linked-terrifying-kidnap-british-model-1633728
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 07 Aug 2017 07:33:27 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/what-black-death-dark-web-group-linked-terrifying-kidnap-british-model-1633728
</guid>
</item>
<item>
<title>
Filecoin laments shutting out crypto supporters to meet SEC regulations
</title>
<link>
http://www.ibtimes.co.uk/filecoin-laments-shutting-out-crypto-supporters-meet-sec-regulations-1633620
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 06 Aug 2017 12:01:01 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/filecoin-laments-shutting-out-crypto-supporters-meet-sec-regulations-1633620
</guid>
</item>
<item>
<title>
WannaCry hackers are converting bitcoins to 'totally anonymous' Monero to hide their tracks
</title>
<link>
http://www.ibtimes.co.uk/wannacry-bitcoins-are-converting-totally-anonymous-monero-hide-their-tracks-1633556
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 04 Aug 2017 17:22:06 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/wannacry-bitcoins-are-converting-totally-anonymous-monero-hide-their-tracks-1633556
</guid>
</item>
<item>
<title>
Could there be a national cryptocurrency? The 21st century gold standard
</title>
<link>
http://www.ibtimes.co.uk/could-there-be-national-cryptocurrency-21st-century-gold-standard-1633334
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 04 Aug 2017 12:02:42 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/could-there-be-national-cryptocurrency-21st-century-gold-standard-1633334
</guid>
</item>
<item>
<title>
MultiChain 1.0 released: Gideon Greenspan muses on blockchain privacy and smart contract languages
</title>
<link>
http://www.ibtimes.co.uk/multichain-1-0-released-gideon-greenspan-muses-blockchain-privacy-smart-contract-languages-1633169
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Thu, 03 Aug 2017 11:37:23 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/multichain-1-0-released-gideon-greenspan-muses-blockchain-privacy-smart-contract-languages-1633169
</guid>
</item>
<item>
<title>
Canada's ETHWaterloo to be world's largest Ethereum hackathon
</title>
<link>
http://www.ibtimes.co.uk/canadas-ethwaterloo-be-worlds-largest-ethereum-hackathon-1632895
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 02 Aug 2017 13:23:37 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/canadas-ethwaterloo-be-worlds-largest-ethereum-hackathon-1632895
</guid>
</item>
<item>
<title>Bitcoin Cash fork – how, what, when and why?</title>
<link>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 01 Aug 2017 08:15:55 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/bitcoin-cash-fork-how-what-when-why-1632887
</guid>
</item>
<item>
<title>
Alex Tapscott launches digital asset investment firm NextBlock Global with $20m financing
</title>
<link>
http://www.ibtimes.co.uk/alex-tapscott-launches-digital-asset-investment-firm-nextblock-global-20m-financing-1632759
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 01 Aug 2017 07:34:02 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/alex-tapscott-launches-digital-asset-investment-firm-nextblock-global-20m-financing-1632759
</guid>
</item>
<item>
<title>
Europe must supercharge its efforts to support cross-border fintech
</title>
<link>
http://www.ibtimes.co.uk/europe-must-supercharge-its-efforts-support-cross-border-fintech-1632480
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Mon, 31 Jul 2017 11:06:22 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/europe-must-supercharge-its-efforts-support-cross-border-fintech-1632480
</guid>
</item>
<item>
<title>R3's Richard Brown: IBM should adopt Corda</title>
<link>
http://www.ibtimes.co.uk/r3s-richard-brown-ibm-should-adopt-corda-1632434
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 28 Jul 2017 18:24:07 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/r3s-richard-brown-ibm-should-adopt-corda-1632434
</guid>
</item>
<item>
<title>
Accord Project joins Hyperledger to push standards for smart contracts
</title>
<link>
http://www.ibtimes.co.uk/accord-project-joins-hyperledger-push-standards-smart-contracts-1632093
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Fri, 28 Jul 2017 10:15:38 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/accord-project-joins-hyperledger-push-standards-smart-contracts-1632093
</guid>
</item>
<item>
<title>
There is no 'but it's blockchain' exemption in US Securities law
</title>
<link>
http://www.ibtimes.co.uk/there-no-its-blockchain-exemption-us-securities-law-1632107
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 26 Jul 2017 16:37:20 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/there-no-its-blockchain-exemption-us-securities-law-1632107
</guid>
</item>
<item>
<title>
Is Kim Jong-un on World of Tanks? The internet habits of North Korea's elite revealed
</title>
<link>
http://www.ibtimes.co.uk/kim-jong-un-world-tanks-internet-habits-north-koreas-elite-revealed-1631894
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Wed, 26 Jul 2017 15:16:45 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/kim-jong-un-world-tanks-internet-habits-north-koreas-elite-revealed-1631894
</guid>
</item>
<item>
<title>
Is Dream Market still online? Dark web users panic on Reddit after global crackdown on drug sites
</title>
<link>
http://www.ibtimes.co.uk/dream-market-still-online-dark-web-users-panic-reddit-after-global-crackdown-drug-sites-1631353
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Tue, 25 Jul 2017 15:16:56 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/dream-market-still-online-dark-web-users-panic-reddit-after-global-crackdown-drug-sites-1631353
</guid>
</item>
<item>
<title>
Apple finally accepts Dash as approved cryptocurrency on App Store
</title>
<link>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 23 Jul 2017 13:07:48 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/apple-finally-accepts-dash-approved-cryptocurrency-app-store-1631051
</guid>
</item>
<item>
<title>
IOTA Foundation partners with Imperial College London to drive Tangle DLT
</title>
<link>
http://www.ibtimes.co.uk/iota-foundation-partners-imperial-college-london-drive-tangle-dlt-1631047
</link>
<description>
<![CDATA[ ]]>
</description>
<pubDate>Sun, 23 Jul 2017 13:07:48 +0000</pubDate>
<guid>
http://www.ibtimes.co.uk/iota-foundation-partners-imperial-college-london-drive-tangle-dlt-1631047
</guid>
</item>
</channel>
</rss>

<item>
..err I see no image

Code: Select all

smf:xml-feed xmlns:smf="http://www.simplemachines.org/" xmlns="http://www.simplemachines.org/xml/news" xml:lang="en-US">
<article>
<time>Today at 05:06:02 PM</time>
<id>17603</id>
<subject>
<![CDATA[ [Bounty ]]>
]
<![CDATA[ Internxt PRE ICO - Welcome To A New Internet ]]>
</subject>
<body>
<![CDATA[
<span style="font-size: 18pt;" class="bbc_size"></span><div align="center"><img src="https://image.ibb.co/fJshUv/internxt.jpg" alt="" class="bbc_img" /></div>Web site:&nbsp; <a href="http://"https://internxt.io/&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;"" class="bbc_link" target="_blank">https://internxt.io/&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;</a><br />White paper: <a href="http://"https://internxt.io/whitepaper.pdf"" class="bbc_link" target="_blank">https://internxt.io/whi...</a>
]]>
</body>
<poster>
<name>
<![CDATA[ duongtien86 ]]>
</name>
<id>10228</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10228
</link>
</poster>
<topic>17603</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17603.0
</link>
</article>
<article>
<time>Yesterday at 11:57:03 PM</time>
<id>17572</id>
<subject>
<![CDATA[ Kore CCEX Voting Campaign [PromoPlugs ]]>
]
<![CDATA[ &#128313;~$2.00 BTC / Vote&#128313; ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/888084336766996480/cEfNMKWT_400x400.jpg" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />Kore has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:</strong> <br />1...</div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17572</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17572.0
</link>
</article>
<article>
<time>Yesterday at 04:58:07 PM</time>
<id>17558</id>
<subject>
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ [ICO ]]>
]
<![CDATA[ AdCoin BOUNTY PROGRAM - 200,000 ACC PRICEPOOL ]]>
</subject>
<body>
<![CDATA[
<div align="center"><span style="font-size: 24pt;" class="bbc_size"><strong><span style="color: blue;" class="bbc_color">AdCoin BOUNTY PROGRAM - 200,000 ACC PRICEPOOL</span></strong><span style="color: blue;" class="bbc_color">: AdCoin (ACC)</span></span></div><br />Website: <a href="https://www.getadcoin.com/" class="bbc_link" target="_blank">https://www.getadcoin.com/</a><br />Twitter: [url=https://twitter.com/ge...
]]>
</body>
<poster>
<name>
<![CDATA[ ACCadcoin ]]>
</name>
<id>10744</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10744
</link>
</poster>
<topic>17558</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17558.0
</link>
</article>
<article>
<time>August 07, 2017, 05:51:43 PM</time>
<id>17514</id>
<subject>
<![CDATA[ [ANN ]]>
]
<![CDATA[ [SCRYPT/POW ]]>
]
<![CDATA[
OhRlyCoin (ORL) Bringing crypto, memes and games together!
]]>
</subject>
<body>
<![CDATA[
PM in topic: <span style="color: red;" class="bbc_color"><span style="font-size: 24pt;" class="bbc_size"><a href="https://bitcoingarden.org/forum/index.php?topic=17503.0" class="bbc_link" target="_blank">https://bitcoingarden.org/forum/index.php?topic=17503.0</a></span></span><br /><br /><div align="center">[img
]]>
]
<![CDATA[
http://ohrly.org/wp-content/uploads/2017/08/cropped-logo-1.png[/im...</div>
]]>
</body>
<poster>
<name>
<![CDATA[ duongtien86 ]]>
</name>
<id>10228</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=10228
</link>
</poster>
<topic>17514</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17514.0
</link>
</article>
<article>
<time>August 07, 2017, 04:39:27 PM</time>
<id>17510</id>
<subject>
<![CDATA[ Boolberry is a new cryptocurrency based Waves. ]]>
</subject>
<body>
<![CDATA[
Dear all!<br />This is other coin with Giveaways in next week!<br />ID&nbsp;&nbsp;&nbsp;3DH9QD9kzoUiDzHaFRos58WRW7zvg54ZTgUAcz7tSi1K<br />Type&nbsp;&nbsp;&nbsp;3 (Asset issue)<br />Timestamp&nbsp;&nbsp;&nbsp;2017-07-28 13:21:15<br />Block&nbsp;&nbsp;&nbsp;599565<br />Asset ID&nbsp;&nbsp;&nbsp;3DH9QD9kzoUiDzHaFRos58WRW7zvg54ZTgUAcz7tSi1K<br />Asset Name&nbsp;&nbsp;&nbsp;Boolberry<br />Reissua...
]]>
</body>
<poster>
<name>
<![CDATA[ hieu123 ]]>
</name>
<id>258</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=258
</link>
</poster>
<topic>17510</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17510.0
</link>
</article>
<article>
<time>August 07, 2017, 06:28:35 AM</time>
<id>17484</id>
<subject>
<![CDATA[ [ANN ]]>
]
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ DASERON - Cybercurity Marketplace ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://image.prntscr.com/image/dTlNOnBITpKYtEcdCQKhCg.png" alt="" class="bbc_img" /></div><hr /><div align="center"><span style="font-size: 20pt;" class="bbc_size"><strong><a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;WEBSITE&#9689;</span></a>&nbsp; &nbsp; &nbsp;<a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;PROJECT&#9689;</span></a>&nbsp; &nbsp; &nbsp;<a href="http://daseron.com/" class="bbc_link" target="_blank"><span class="bbc_u">&#9689;ICO&#9689;[...</span></a></strong></span></div>
]]>
</body>
<poster>
<name>
<![CDATA[ Altynbekova ]]>
</name>
<id>2978</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2978
</link>
</poster>
<topic>17484</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17484.0
</link>
</article>
<article>
<time>August 06, 2017, 03:08:19 AM</time>
<id>17450</id>
<subject>
<![CDATA[ TelsaCoin Twitter Campaign [PromoPlugs ]]>
]
<![CDATA[
&#128313;&#128313;&#128313;8/5 100 Participants&#128313;&#128313;&#128313;
]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/423943385284501504/1tJperIA_400x400.jpeg" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />TeslaCoin has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:[...</strong></div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17450</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17450.0
</link>
</article>
<article>
<time>August 06, 2017, 03:07:32 AM</time>
<id>17449</id>
<subject>
<![CDATA[ PesetaCoin Twitter Campaign [PromoPlugs ]]>
]
<![CDATA[ &#128313;Only 50 Participants&#128313;8/5&#128313; ]]>
</subject>
<body>
<![CDATA[
<div align="center"><img src="https://pbs.twimg.com/profile_images/434336201915387904/gA61JZX7.png" alt="" width="300" height="300" class="bbc_img resized" /><br /><br />Pesetacoin has started a Twitter Bounty Campaign at <a href="http://Promoplugs.com/" class="bbc_link" target="_blank">Promoplugs.com/</a><br /><br /><br /><br /><br /><br /><div style="text-align: left;"><strong>Steps to Claim Bounty:</strong> <br />1. ...</div></div>
]]>
</body>
<poster>
<name>
<![CDATA[ promoplugs ]]>
</name>
<id>2499</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=2499
</link>
</poster>
<topic>17449</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17449.0
</link>
</article>
<article>
<time>August 05, 2017, 09:53:49 PM</time>
<id>17444</id>
<subject>
<![CDATA[ GIVEAWAY 200000 LINDA COIN ]]>
</subject>
<body>
<![CDATA[
Giveaway 200000 LINDA COIN for 3 winners<br /><br />1st prize 100000 LINDA COIN<br />2nd prize 75000 LINDA COIN<br />3rd prize 25000 LINDA COIN<br /><br /><a href="https://wn.nr/Gwf5Fv" class="bbc_link" target="_blank">https://wn.nr/Gwf5Fv</a><br /><br />Sent from my SM-G7102 using Tapatalk<br /><br />
]]>
</body>
<poster>
<name>
<![CDATA[ hanafi16 ]]>
</name>
<id>8386</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=8386
</link>
</poster>
<topic>17444</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17444.0
</link>
</article>
<article>
<time>August 05, 2017, 08:10:52 PM</time>
<id>17441</id>
<subject>
<![CDATA[ [BOUNTY ]]>
]
<![CDATA[ [ICO ]]>
]
<![CDATA[ GLU Token Bounty Program | Starts August 1, 2017 ]]>
</subject>
<body>
<![CDATA[
We are proud to announce our bounty program! <br />Please visit our website for more information <a href="https://www.glutoken.com/bounty" class="bbc_link" target="_blank">https://www.glutoken.com/bounty</a><br />Signing up for any GLU newsletter will earn 5 GLU tokens. <br /><strong><span style="color: green;" class="bbc_color">JOIN OUR T...</span></strong>
]]>
</body>
<poster>
<name>
<![CDATA[ sieemma ]]>
</name>
<id>8341</id>
<link>
https://bitcoingarden.org/forum/index.php?action=profile;u=8341
</link>
</poster>
<topic>17441</topic>
<board>
<name>
<![CDATA[ Giveaways ]]>
</name>
<id>2</id>
<link>
https://bitcoingarden.org/forum/index.php?board=2.0
</link>
</board>
<link>
https://bitcoingarden.org/forum/index.php?topic=17441.0
</link>
</article>
</smf:xml-feed>


again no image
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

I'll tell my bot guy ;) And for feeds that have images for *most* items... I'll have to make a mirroring rule... One Text Only RSS action and one Images RSS action... If exception found, it will be skipped and the next item will be tried. The mirror rule does the same thing. End result will be both Actions together tweet the full RSS feed.
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: RSS feed help

Post by bitcoin »

this is wrong, you can only have one element per meta valud
meaning and / or so...?
Post Reply