PDA

View Full Version : Anilist 1.0 English (Server-side animelist builder PHP MySql)



Kyho
04-15-2006, 01:35 AM
I've just tested it, and it's fast to set up and add the data :D

Enjoy:D

ZonaX
05-07-2006, 06:10 AM
Haha!
Never thought i would find my own software here :P..
Well if there are questions ask me.

1.1 is in progress at the moment, there will be allot of new features. But i try to keep it as fast as posible :).

(If torrent isn't seeded download from http://www.stylish-solutions.com/files/anilist)

Rasqual
05-08-2006, 12:13 AM
* Would it be possible to have a sqlite/flat-file database manager? It makes it easier to backup and it's not like there are going to be lots of read/write conflicts.
* You should hash the password instead of leaving it clear text in the config.
* Would it be possible to add a series by its AniDB identifier?

Hirvine
10-21-2007, 03:05 AM
It's safe to leave the password unhashed in the config file as long as you set the permission right that is. You should probarly have the password and username for the database unhashed in the file as well.
Anidb identier ... You can always download the anidb page using the anidb identier and parse the data yourself. But that's a bit ugly, any slightest change in the page would break the code. I'm not aware wether you can send and aquire data like anidb 'o matic an the web anidb. (You can also get wireshark and create the same packets yourself.)