Search found 13 matches

by Gemberkoek
Tue Oct 24, 2006 1:59 pm
Forum: Support
Topic: how can i do search by format ??
Replies: 6
Views: 1736

The problem is that there are a lot of files in the database. If someone starts to search in that, the relative pressure on the database will increase a lot. If a lot of people start to search... well, that would propably mean anidb isn't accessible anymore.
by Gemberkoek
Tue Oct 24, 2006 1:57 pm
Forum: Development
Topic: New Signature Pic feature [FEEDBACK]
Replies: 69
Views: 131930

I'm still working on it, any help would be greatly appreciated as i've got a school to attend to as well...
by Gemberkoek
Mon Oct 23, 2006 6:26 pm
Forum: Development
Topic: New Signature Pic feature [FEEDBACK]
Replies: 69
Views: 131930

<?php //Sig server code include("db.php"); //Loads database $user_ID = $_GET["id"]; //What user do we want a sig for? header("Content-type: image/png"); if(file_exists("images/sig".$user_ID.".png")) { $im = imagecreate(600,50); $im2 = imagecreatefro...
by Gemberkoek
Mon Oct 23, 2006 1:08 pm
Forum: Development
Topic: New Signature Pic feature [FEEDBACK]
Replies: 69
Views: 131930

I'd love it if someone could assemble a list of all possible XML tags and their meanings, of course i can find out most myself but if someone could help - onegai?
by Gemberkoek
Tue Oct 17, 2006 1:31 am
Forum: Bug Reports - Archive
Topic: Transitional issues with big update
Replies: 6
Views: 6714

lol sorry - to clarify my pov: i didn't see it as such either, i was just wondering if...
by Gemberkoek
Tue Oct 17, 2006 12:26 am
Forum: Development
Topic: New Signature Pic feature [FEEDBACK]
Replies: 69
Views: 131930

*Steps up to the plate* *opens mouth* Please either shut up and code or shut up and don't code. *closes it again and starts coding* Something like this: <?php //Sig server code include("db.php"); //Loads database $user_ID = $_GET["id"]; //What user do we want a sig for? $result =...
by Gemberkoek
Tue Oct 17, 2006 12:19 am
Forum: Bug Reports - Archive
Topic: Transitional issues with big update
Replies: 6
Views: 6714

Can i help? Even though i'm skilled in php, and much less in perl, i'd love to try...
by Gemberkoek
Mon Oct 16, 2006 11:24 pm
Forum: AniDB Discussion
Topic: Review guidelines
Replies: 14
Views: 12483

I see your point, but i was referring pretty specifically to the group who do want to review up to some point, but think 500 words is just too much.
by Gemberkoek
Mon Oct 16, 2006 11:12 pm
Forum: AniDB Discussion
Topic: Purposely rate 1 in order to keep another anime at top
Replies: 14
Views: 12684

There is another system i once thought up (never implemented it though) give people who always vote around the average a higher weight then people who vote away from the average. However this means you need to keep tabs on who voted what, and what is that compared to the average, and how does this a...
by Gemberkoek
Mon Oct 16, 2006 11:10 pm
Forum: AniDB Discussion
Topic: Review guidelines
Replies: 14
Views: 12483

The problem is you'd get much reviews like This anime is way cool! The effects are outstanding and the sound is great! What i can imagine is a extension in the voting method. Say you can vote for graphics, sounds, voices, music, storyline (etc.) You can get a reasonable hint of how good or bad the a...
by Gemberkoek
Mon Oct 16, 2006 11:05 pm
Forum: AniDB Discussion
Topic: Odd Tmp. Rating values
Replies: 9
Views: 10521

So you can only temp-vote if at least 1 episode has actually aired?
by Gemberkoek
Mon Oct 16, 2006 10:56 pm
Forum: Support
Topic: Can't get into anything but the main page
Replies: 8
Views: 1574

To mingle in the discussion: Firefox uses "strict"(-er) HTML rules. IE uses less strict rules. In general, if firefox displays it correct, IE should display it correct. The only time (i have noticed) it isn't correct, is when you use align=center or align=right, and a positioning after tha...
by Gemberkoek
Mon Oct 16, 2006 10:47 pm
Forum: Support
Topic: Can't Block Hentai!
Replies: 6
Views: 1584

Just out of curiousity: Why isn't it blocked in searches?