<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Old Forum Posts....  Is there any way of accessing them now?]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Sorry if this has already been asked...  I was wondering whether there are ANY possibilities of me accessing my posts on the old Opera forum?  Or are they gone forever?</p>
<p dir="auto">Cheers</p>
<p dir="auto">Max</p>
]]></description><link>https://forums.opera.com/topic/2310/old-forum-posts-is-there-any-way-of-accessing-them-now</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 07:17:49 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/2310.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Apr 2014 07:37:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sun, 09 Nov 2014 09:02:54 GMT]]></title><description><![CDATA[<p dir="auto">I'm not sure if that torrent really graduated past experimental yet. <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue" title=":P" alt="😛" /> In any case, note that I wrote down a few suggestions on what to do <a href="https://github.com/Frenzie/myopera-backup/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. For finding all of your own posts, taking <a href="https://github.com/Frenzie/myopera-backup/wiki#isolate-files" target="_blank" rel="noopener noreferrer nofollow ugc">the sample Python script</a> as a guide:</p>
<pre><code>#!/usr/bin/env python3

import os

backup_directory = 'backup-data'

check = ['username\n']

for root, dirs, files in os.walk(backup_directory):
    for file in files:
        if file.endswith(".txt"):
            file_path = os.path.join(root, file)

            with open(file_path, 'r') as f:
                content = f.readlines()

            if content[3] in check:
                print(file_path)
</code></pre>
<p dir="auto">Note that even on an SSD that'll take a while.</p>
]]></description><link>https://forums.opera.com/post/57574</link><guid isPermaLink="true">https://forums.opera.com/post/57574</guid><dc:creator><![CDATA[frenzie]]></dc:creator><pubDate>Sun, 09 Nov 2014 09:02:54 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sun, 09 Nov 2014 08:48:45 GMT]]></title><description><![CDATA[<p dir="auto">Here's another way to access the contents of the old forums <a href="http://myoperabackupseed.netii.net/myopera-backup.torrent" target="_blank" rel="noopener noreferrer nofollow ugc">http://myoperabackupseed.netii.net/myopera-backup.torrent</a></p>
]]></description><link>https://forums.opera.com/post/57573</link><guid isPermaLink="true">https://forums.opera.com/post/57573</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sun, 09 Nov 2014 08:48:45 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Mon, 28 Apr 2014 06:27:28 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">A *.tar file is a Linux-world file, but it can be unpacked in Windows using something like 7Zip. There's an explanation here:<br />
<a href="http://www.haskell.org/haskellwiki/How_to_unpack_a_tar_file_in_Windows" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.haskell.org/haskellwiki/How_to_unpack_a_tar_file_in_Windows</a><br />
I think Frenzie made a copy of the whole My Opera forums one chunk at a time, which was a genuine labor of love! However, searching through it all topically will probably require some pretty fair search software.</p>
</blockquote>
<p dir="auto">On Windows, just unpack the files and organise them in one single folder. Doesn't Windows have search-within-text-files feature in the file manager out of the box? At least XP still had it.</p>
]]></description><link>https://forums.opera.com/post/36904</link><guid isPermaLink="true">https://forums.opera.com/post/36904</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Mon, 28 Apr 2014 06:27:28 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sun, 27 Apr 2014 13:54:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/3913">@rainspa</a>: How on earth did you find that link? Good show.</p>
]]></description><link>https://forums.opera.com/post/36790</link><guid isPermaLink="true">https://forums.opera.com/post/36790</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sun, 27 Apr 2014 13:54:44 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sun, 27 Apr 2014 13:30:00 GMT]]></title><description><![CDATA[<p dir="auto">I've found starting from this page useful, I haven't used it too much or gone too far back but it might be worth a try.<br />
<a href="https://web.archive.org/web/20131106073925/http://my.opera.com/community/forums/" target="_blank" rel="noopener noreferrer nofollow ugc">https://web.archive.org/web/20131106073925/http://my.opera.com/community/forums/</a></p>
]]></description><link>https://forums.opera.com/post/36786</link><guid isPermaLink="true">https://forums.opera.com/post/36786</guid><dc:creator><![CDATA[rainspa]]></dc:creator><pubDate>Sun, 27 Apr 2014 13:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sun, 27 Apr 2014 00:34:27 GMT]]></title><description><![CDATA[<p dir="auto">A *.tar file is a Linux-world file, but it can be unpacked in Windows using something like 7Zip. There's an explanation here:</p>
<p dir="auto"><a href="http://www.haskell.org/haskellwiki/How_to_unpack_a_tar_file_in_Windows" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.haskell.org/haskellwiki/How_to_unpack_a_tar_file_in_Windows</a></p>
<p dir="auto">I think Frenzie made a copy of the whole My Opera forums one chunk at a time, which was a genuine labor of love! However, searching through it all topically will probably require some pretty fair search software.</p>
]]></description><link>https://forums.opera.com/post/36711</link><guid isPermaLink="true">https://forums.opera.com/post/36711</guid><dc:creator><![CDATA[blackbird71]]></dc:creator><pubDate>Sun, 27 Apr 2014 00:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sat, 26 Apr 2014 23:17:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/1579">@blackbird71</a>.  Thank. I'll check that out when I get time.</p>
<p dir="auto">@ersi.  I tried you r link and had no idea what to do with the page it took me to.  Wold you (or anyone else) mind explaining what it is and how I access old posts from it?</p>
<p dir="auto">Many thanks</p>
]]></description><link>https://forums.opera.com/post/36702</link><guid isPermaLink="true">https://forums.opera.com/post/36702</guid><dc:creator><![CDATA[maxdread]]></dc:creator><pubDate>Sat, 26 Apr 2014 23:17:17 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sat, 26 Apr 2014 21:22:25 GMT]]></title><description><![CDATA[<p dir="auto">full backup of old forums is at Wuala <a href="https://www.wuala.com/Frenzie/myopera-backup-data/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.wuala.com/Frenzie/myopera-backup-data/</a></p>
]]></description><link>https://forums.opera.com/post/36686</link><guid isPermaLink="true">https://forums.opera.com/post/36686</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 26 Apr 2014 21:22:25 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sat, 26 Apr 2014 21:12:01 GMT]]></title><description><![CDATA[<p dir="auto">You can always try searching the Wayback web-archive site for a URL. There's a fair amount of old Opera and MyOpera site material there.</p>
<p dir="auto"><a href="http://archive.org/web/" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.org/web/</a></p>
]]></description><link>https://forums.opera.com/post/36682</link><guid isPermaLink="true">https://forums.opera.com/post/36682</guid><dc:creator><![CDATA[blackbird71]]></dc:creator><pubDate>Sat, 26 Apr 2014 21:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sat, 26 Apr 2014 08:09:41 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the reply.</p>
<p dir="auto">I've just tried googling...  I put in "MaxDread Opera" (because I cannot remember any of my old post titles).  It did throw up some of my old threads, but then when I click on them it just takes me to the menus of the new forum....</p>
]]></description><link>https://forums.opera.com/post/36597</link><guid isPermaLink="true">https://forums.opera.com/post/36597</guid><dc:creator><![CDATA[maxdread]]></dc:creator><pubDate>Sat, 26 Apr 2014 08:09:41 GMT</pubDate></item><item><title><![CDATA[Reply to Old Forum Posts....  Is there any way of accessing them now? on Sat, 26 Apr 2014 07:56:27 GMT]]></title><description><![CDATA[<p dir="auto">I assume Opera has them archived somewhere. They'd have to make the old forums static and put them online somewhere for you to see them though. Not sure yet if Opera is going to do that.</p>
<p dir="auto">Until then, you can search google for your posts and then try to load the cached version google has. Or, goto <a href="https://web.archive.org/web/*/http://forums.opera.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://web.archive.org/web/*/http://forums.opera.com</a> and see if you can find your page.</p>
]]></description><link>https://forums.opera.com/post/36594</link><guid isPermaLink="true">https://forums.opera.com/post/36594</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 26 Apr 2014 07:56:27 GMT</pubDate></item></channel></rss>