Recent Posts

Pages: [1] 2 3 ... 10
1
Bugs / ddos-guard and rss feeds
« Last post by atrealis on January 27, 2020, 06:41:15 pm »
Just to report that since start of year, rss feeds are down due to DDOS-Guard challenge.
You can see what rss readers see on this page: http://www.feedvalidator.org/check.cgi?url=https%3A%2F%2Fanidex.info%2Frss%2F%3Fcat%3D0
2
Bugs / some HTML minor bugs
« Last post by atrealis on May 26, 2018, 11:40:14 am »
  • On headers, content of meta description should be inside quotation marks
from
Code: (html) [Select]
<meta name="description" content=A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.>to
Code: (html) [Select]
<meta name="description" content="A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.">
  • On searching results (and since the website support it), RSS button link should include search query in it's content
Code: [Select]
https://anidex.info/rss/?cat=somecat&q=somesearch
Code: (php) [Select]
echo '/rss/?'.if(isset($_GET['cat'])){echo 'cat='.$_GET['cat'];}.'&'.if(isset($_GET['q'])){echo 'q='.$_GET['q'];};
  • As a side note
You forgot to close the <div class="container"> on your hologfx website.
3
Suggestions / RSS feeds should include a link to torrent page
« Last post by atrealis on May 26, 2018, 11:27:57 am »
Suggestion: Each RSS feed items should include a link to torrent page.

edit: eg:
Code: (RSS) [Select]
<item>
<category>{category}</category>
<title>{torrent title}</title>
<link>{torrent link}</link>
<description><![CDATA[Category: {category} | Labels: {labels} | Size: {size} | Download: {torrent link} {magnet link}<hr /><br />{link to torrent page}<br />{torrent description}]]></description>
<pubDate>{publication date}</pubDate>
<guid><![CDATA[{torrent link}]]></guid>
</item>
4
General / Re: Post your collection!
« Last post by Rokudaime on November 17, 2017, 06:20:46 pm »
This topic is so dead lol (not that there's a whole lot of activity on the forum in general). Somebody post some pictures of their stuff. I haven't really bought anything for a long time, other than the Coffee Kizoku 10th Anniversary artbook (which was a disappointment), and a small keychain, and I'm tired of being the one posting all the time anyway.
5
Bugs / Re: anidex.info slow-down
« Last post by Holo on October 03, 2017, 10:26:32 pm »
Server fault...

AniDex has moved to a new server, which should fix this issue.
6
Bugs / anidex.info slow-down
« Last post by Knuckalex on September 16, 2017, 06:23:57 pm »
Hello,

These two (maybe three) last weeks, website was sometimes very slow, or worst like now for me...

What's going on ?
7
Bugs / Re: Description missing from my last 4 uploads.
« Last post by Knuckalex on August 27, 2017, 07:47:25 pm »
Back to normal for me (i only noticed a rollback in my torrents stats which are now updated)
Thank you  :rin:
8
Bugs / Re: Description missing from my last 4 uploads.
« Last post by Holo on August 27, 2017, 05:43:09 pm »
Had a little oopsie with descriptions. Recovered the majority of them but lost some from some recent torrents.

You should now be able to add the descriptions back.
9
Bugs / Re: Description missing from my last 4 uploads.
« Last post by Knuckalex on August 27, 2017, 05:11:30 pm »
Hello,

Yeah it seems a rollback has occurred...
Waiting for more informations, i think we should not touch anything  :kyubey:
10
Bugs / Description missing from my last 4 uploads.
« Last post by bonkai77 on August 27, 2017, 02:54:39 pm »
Hi. For some reason my descriptions are missing for Samurai Champloo, GATE, Wolf Children and the vision of escaflowne. They were a few days ago. I've tried to add them back in but nothing seems to save.

Cheers

bonkai77
Pages: [1] 2 3 ... 10