User:Eloyard: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
(more on setting up)
 
Line 9: Line 9:


[http://anisearch.outrance.pl/anisearch.tar.gz] - Current release of source. There's no dev-doc, because i'm lazy bum ;-) 95% of things needed to set up working copy are in /config/ folder. *.sql files are table structures, in AniOtrCfg.config.php set up DB login data and some other options, especially where 'rand()' placeholders are. Code has some comments, especially near config options, so you should do fine.
[http://anisearch.outrance.pl/anisearch.tar.gz] - Current release of source. There's no dev-doc, because i'm lazy bum ;-) 95% of things needed to set up working copy are in /config/ folder. *.sql files are table structures, in AniOtrCfg.config.php set up DB login data and some other options, especially where 'rand()' placeholders are. Code has some comments, especially near config options, so you should do fine.
After setting up config and dbs run following queries on your site:
:http://your.site.example.com/index.php?task=download_anidb_dump&key=KEY_YOU_SET_UP_IN_CONFIG
:and when it's done
:http://your.site.example.com/index.php?task=parse_to_mysql&key=KEY_YOU_SET_UP_IN_CONFIG
And you're ready to roll.

Latest revision as of 20:08, 21 April 2010

Hi, i'm working on PHP script, which provides matching anime aid from AniDB for given title string.

User:Eloyard/anititles_dump - Here's my attempt at documenting original specs of API#Anime_Titles

[1] - here's topic on AniDB forum about this service

[2] - Here's current push of my code, live.

[3] - Current release of source. There's no dev-doc, because i'm lazy bum ;-) 95% of things needed to set up working copy are in /config/ folder. *.sql files are table structures, in AniOtrCfg.config.php set up DB login data and some other options, especially where 'rand()' placeholders are. Code has some comments, especially near config options, so you should do fine.

After setting up config and dbs run following queries on your site:

http://your.site.example.com/index.php?task=download_anidb_dump&key=KEY_YOU_SET_UP_IN_CONFIG
and when it's done
http://your.site.example.com/index.php?task=parse_to_mysql&key=KEY_YOU_SET_UP_IN_CONFIG

And you're ready to roll.