Want to help out? Need help accessing the AniDB API? This is the place to ask questions.
Moderator: AniDB
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Tue Oct 24, 2006 8:34 pm
EvoGT wrote:ok, seems there is no need for my script :D

well that depends, if you're willing to help out, then you could probably join in easily. but keep in mind that we're not just looking for a script which creates signature pics.
the main issue is writing a good configuration interface for it, which allows users to customize their signatures in all kinds of ways.
(and some requirements engineering is also needed, because we just don't know what kind of stuff the users need yet :P)
the pic generation script is of course an important part, but only a very small one.
BYe!
EXP
-
EvoGT
- Posts: 8
- Joined: Fri Sep 29, 2006 10:57 pm
-
Contact:
Post
by EvoGT » Tue Oct 24, 2006 10:07 pm
exp wrote:EvoGT wrote:ok, seems there is no need for my script

well that depends, if you're willing to help out, then you could probably join in easily. but keep in mind that we're not just looking for a script which creates signature pics.
the main issue is writing a good configuration interface for it, which allows users to customize their signatures in all kinds of ways.
(and some requirements engineering is also needed, because we just don't know what kind of stuff the users need yet

)
the pic generation script is of course an important part, but only a very small one.
BYe!
EXP
like that:
http://manga-network.de/sig/improved/settings.php ?
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Thu Oct 26, 2006 5:41 pm
well yeah, in a way.
but it needs to be much more customizable.
the idea is for the sig server to be the middle entity between anidb and the user, which allows almost any kind of singature pic to be created, according to the personal preferences of the user.
i am aware that this is a hell lot of work, but it's the long term goal.
so basically anidb will offer all kinds of stats data and more via xml, much more than is currently on offer. the sig server will transparently get it's data from anidb and the user will be able to pick all kinds of information bits from the available data and position and format it freely on a background pic which he can upload himself.
of course many users wouldn't need this degree of flexibility, so there would need to be some common premade default selections for style/info combinations which are most commonly requested.
and background images could be shared.
...
BYe!
EXP
-
EvoGT
- Posts: 8
- Joined: Fri Sep 29, 2006 10:57 pm
-
Contact:
Post
by EvoGT » Fri Oct 27, 2006 6:24 pm
exp wrote:well yeah, in a way.
but it needs to be much more customizable.
the idea is for the sig server to be the middle entity between anidb and the user, which allows almost any kind of singature pic to be created, according to the personal preferences of the user.
i am aware that this is a hell lot of work, but it's the long term goal.
so basically anidb will offer all kinds of stats data and more via xml, much more than is currently on offer. the sig server will transparently get it's data from anidb and the user will be able to pick all kinds of information bits from the available data and position and format it freely on a background pic which he can upload himself.
of course many users wouldn't need this degree of flexibility, so there would need to be some common premade default selections for style/info combinations which are most commonly requested.
and background images could be shared.
...
BYe!
EXP
not really hard to accomplish.
you could give the user the abilty to change every single character
on the image with a different font,size,color,... doesn't change a
single line in the script. but you have to aks yourselve if there shouldn't
be a limitation.....
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Sat Oct 28, 2006 5:27 pm
why would we want any kind of limitation?
if the users feels like having a total mess of a sig pic where every single character is done in a different font type, color and size... why not let him do it?
BYe!
EXP
-
EvoGT
- Posts: 8
- Joined: Fri Sep 29, 2006 10:57 pm
-
Contact:
Post
by EvoGT » Sun Oct 29, 2006 10:48 am
exp wrote:why would we want any kind of limitation?
if the users feels like having a total mess of a sig pic where every single character is done in a different font type, color and size... why not let him do it?
BYe!
EXP
for the sake of your server^^
creating images with GD2 isn't an easy task.
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Mon Oct 30, 2006 9:33 am
EvoGT wrote:for the sake of your server^^
creating images with GD2 isn't an easy task.
well, we have a completely idle dedicated server only for the sig generation, so server performance shouldn't be an issue. as long as you use some decent caching, that is.
BYe!
EXP
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Mon Jan 08, 2007 6:34 pm
so has everybody run off again? x_X
anyone still interested in looking into this?
BYe!
EXP
-
hardjowikr
- Posts: 16
- Joined: Mon Jan 08, 2007 9:55 pm
Post
by hardjowikr » Tue Jan 09, 2007 5:45 pm
After 3 times reading all 4 pages i finally understand what the sig idea is all about.
So let me get this straight. You guys want to implement a feature where an user can create their own signature image in for example their profile page.
THe dedicated server then creates an image based on the user configuration. Similair like xfire?

-
Der Idiot
- AniDB Staff
- Posts: 1227
- Joined: Fri Mar 21, 2003 10:19 am
Post
by Der Idiot » Tue Jan 09, 2007 11:03 pm
yes.
basically you get data via xml from the server, then the user adds his picture and applies all his other silly setting + chooses what data he wants and then that all gets munched together, stored on the server and refreshed in some specified intervall.
we got a shiny totally unused server for that project for some time already. everyone else who first wanted to do this run off after some time

-
hardjowikr
- Posts: 16
- Joined: Mon Jan 08, 2007 9:55 pm
Post
by hardjowikr » Tue Jan 09, 2007 11:10 pm
Mhhm. Well to be honost..this can be done easy and is pretty simple.
A difficult question of caching would be: when to refresh the cache.
-
Der Idiot
- AniDB Staff
- Posts: 1227
- Joined: Fri Mar 21, 2003 10:19 am
Post
by Der Idiot » Tue Jan 09, 2007 11:18 pm
yes it is ratehr easy. the only somewhat extensive part is the configuration module as it should allow the most freedom to the user possible.
-
hardjowikr
- Posts: 16
- Joined: Mon Jan 08, 2007 9:55 pm
Post
by hardjowikr » Tue Jan 09, 2007 11:23 pm
OKe..is this project already started or what?
And how does developing work? You got to build a test version and post it on the forum? Maybe the others didn't ran away, but busy building their test version?
-
exp
- Site Admin
- Posts: 2438
- Joined: Tue Oct 01, 2002 9:42 pm
- Location: Nowhere
Post
by exp » Wed Jan 10, 2007 8:27 am
well, I doubt that.
They've just disappeard it seems.
Some ppl have posted some ideas here, but no actual sourcecode which should be extended exists so far. So whoever picks this up is basically starting from scratch.
You'd work on your own system(s) and once you have a first version ready which is relatively stable and feature rich enough, we'll put it online on one of our servers. At least in the beginning you will not get direct access to any of our servers.
It would be a good idea to post links to a demo of your current system under development at regular intervals here on the forum in order to get early feedback.
BYe!
EXP
-
Der Idiot
- AniDB Staff
- Posts: 1227
- Joined: Fri Mar 21, 2003 10:19 am
Post
by Der Idiot » Wed Jan 10, 2007 11:49 pm
no they all run off. one even wanted money...
