| View previous topic :: View next topic |
| Which banners from bracket B? |
| Lunar Eclipse |
|
52% |
[ 79 ] |
| Mana Phoenix |
|
20% |
[ 31 ] |
| Megumi 1 |
|
0% |
[ 0 ] |
| Megumi 2 |
|
0% |
[ 0 ] |
| Minty 1 |
|
1% |
[ 3 ] |
| Minty 2 |
|
5% |
[ 9 ] |
| Puddle-chan |
|
19% |
[ 29 ] |
|
| Total Votes : 151 |
|
| Author |
Message |
Jazzin'

Joined: 08 Mar 2005 Posts: 8089 Location: HERE WE GO いこうよ翼広げ~
|
Posted: Wed Jul 16, 2008 5:55 am Post subject: |
|
|
I don't like puddle's simply because it's too sharp, it's too complex, the lighting irks me, and there's something about the transparency of the border that bothers me. I like Lunar's because of the simplicity (I really have to admit that I'm a big fan of simplicity) and the background in the middle flows almost seamlessly. It's really aesthetically pleasing. I don't think it would have mattered had I seen it earlier. I still would have voted for it. _________________ ~~~~~~~~~~~~~~~~~~~~~~~~
 |
|
| Back to top |
|
 |
Sir Shrek

Joined: 23 Apr 2008 Posts: 314 Location: "You okay?" "No. Now help me up."
|
Posted: Wed Jul 16, 2008 4:32 pm Post subject: |
|
|
http://www.azupload.com/index.php?s=bebca90c4d6868f6f451bd0cb2d3f6d7
^This links to a site that makes rotating images. Every time a page is refreshed, said image changes without changing URL. This could be a big help in banner stuff, or it could not. I'm just throwing this out. I think its worth checking out. _________________

Credit to squidmaster64 for the fanbar. |
|
| Back to top |
|
 |
Laogeodritt

Joined: 13 Aug 2004 Posts: 15102 Location: Let me play not Man's music, but the music of Nature herself!
|
Posted: Wed Jul 16, 2008 5:55 pm Post subject: |
|
|
| Sir Shrek wrote: | http://www.azupload.com/index.php?s=bebca90c4d6868f6f451bd0cb2d3f6d7
^This links to a site that makes rotating images. Every time a page is refreshed, said image changes without changing URL. This could be a big help in banner stuff, or it could not. :? I'm just throwing this out. I think its worth checking out. | This is extremely easy to code in PHP. Don't think we're going to be using a rotating banner though... oh, and for the banner it'd be a little different, since there's the issue of the image-map too.
(Note: Code untested, I just wrote this now. Requires the GD library; some code-hacking could probably change it to return a MIME based on file extension instead of using image functions.)
(This won't work as-is in a forum post, because the forum checks the extension of files in IMG tags. This script should work with HTML, though.)
| Code: | <?php
$images = array (
'image1.png',
'image2.jpg',
'directory/image3.gif'
// etc
);
function random_image($img_array) {
ob_start();
if (is_array($img_array) ) {
$select = mt_rand(0,count($imgs)-1);
if ( !file_exists($imgs[$select]) )
return notfound($imgs[$select]);
header('Content-Type: '. image_type_to_mime_type((getimagesize($img_array[$select]))[2]) );
readfile($imgs[$select]) or die();
ob_end_flush();
return TRUE;
} else
trigger_error('WARNING: Argument passed to random_image() is not an array.',E_USER_WARNING);
}
function notfound($file) {
$n = "\n";
header('HTTP/1.1 404 File Not Found');
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">'.$n.'<html><head><title>404 File Not Found</title></head>'.$n.
'<body><h1>404 File Not Found</h1>'.$n.
"The requested file at {$file} was not found on this server.</body></html>";
trigger_error('WARNING: Could not find file at '.$file,E_USER_WARNING);
ob_end_flush();
return FALSE;
} |
_________________
Cogito ergo sum. | Writers' Guild |
|
| Back to top |
|
 |
Flamfas

Joined: 15 Aug 2007 Posts: 10383 Location: slaying the backlog
|
Posted: Thu Jul 17, 2008 2:37 pm Post subject: |
|
|
| Laogeodritt wrote: | | I'd need a URL to it (I have to be able to hotlink, too) or the banner itself to re-host. |
A URL to what? The banner? Someone could easily save it and upload it to tinypic. _________________

Gaming in 2013:
20 Games Beaten | 10 Games Added to Library | Target: 70 Unbeaten Games
Last Update: [beat] Kid Icarus |
|
| Back to top |
|
 |
Laogeodritt

Joined: 13 Aug 2004 Posts: 15102 Location: Let me play not Man's music, but the music of Nature herself!
|
Posted: Thu Jul 17, 2008 3:54 pm Post subject: |
|
|
| Flaming Tonfas wrote: | | A URL to what? The banner? Someone could easily save it and upload it to tinypic. | The old banners. I don't have copies handy.
Actually, if you could find them and send them over, I'll host them myself. That way, no risk of it disappearing off the host it's on. _________________
Cogito ergo sum. | Writers' Guild |
|
| Back to top |
|
 |
ladynadiad

Joined: 29 Dec 2006 Posts: 16559 Location: Trying to get certain characters to cooperate for more than a few seconds.
|
Posted: Thu Jul 17, 2008 10:27 pm Post subject: |
|
|
Wow, some of these sure are getting close. Mana's is edging closer to Puddle's and mine seems to be edging closer to Haru's.
Dang, this is going to get interesting indeed since this is pretty much the last day now.
Though I have to admit, I hope to see Mana's catch up, I think it looked nicer on the forum personally than any others in this bracket.
Edit: scratch that, Mana just took second place, way to go! _________________
ToA Fanfics
|Asch FC|Jade/Tear FC|Writer's Guild |
|
| Back to top |
|
 |
Mana Phoenix

Joined: 11 Apr 2005 Posts: 4430 Location: walking with Yuna into Zanarkand...
|
Posted: Sat Jul 19, 2008 4:00 am Post subject: |
|
|
wow, I won by one vote.
Are we really going to lump the final 6 in one last round? That's lame, we should narrow it down to 2, so votes don't get so scattered. 2 rounds of 3 each + 1 final round >>; _________________

gifts | Avatar OST Petition
Last edited by Mana Phoenix on Sat Jul 19, 2008 4:03 am; edited 2 times in total |
|
| Back to top |
|
 |
Blue

Joined: 04 May 2005 Posts: 13801 Location: Feel my Kappa
|
Posted: Sat Jul 19, 2008 4:02 am Post subject: |
|
|
Poor Puddles XD _________________ [My youtube videos] |
|
| Back to top |
|
 |
Shuya

Joined: 20 Feb 2006 Posts: 8608 Location: ENGLAND, with the sexy accents, or so you THINK until you go to any city.
|
Posted: Sat Jul 19, 2008 11:29 am Post subject: |
|
|
pffft
Mana's is nice though =] _________________
 |
|
| Back to top |
|
 |
Dub C

Joined: 25 Jul 2004 Posts: 641 Location: Getting hyped for Blazblue
|
Posted: Sat Jul 19, 2008 3:28 pm Post subject: |
|
|
This round is over now right? _________________
 |
|
| Back to top |
|
 |
Lunar Eclipse Administrator

Joined: 21 May 2004 Posts: 21449 Location: U.S.A.
|
Posted: Sat Jul 19, 2008 4:43 pm Post subject: |
|
|
| Mana Phoenix wrote: | wow, I won by one vote.
Are we really going to lump the final 6 in one last round? That's lame, we should narrow it down to 2, so votes don't get so scattered. 2 rounds of 3 each + 1 final round >>; |
I don't see much point in it. We've already seen how most of the banners in the same bracket play out against one another. We need to combine the brackets to see how they'll do against other brackets. _________________
 |
|
| Back to top |
|
 |
Mana Phoenix

Joined: 11 Apr 2005 Posts: 4430 Location: walking with Yuna into Zanarkand...
|
Posted: Sat Jul 19, 2008 5:33 pm Post subject: |
|
|
| Lunar Eclipse wrote: | | Mana Phoenix wrote: | wow, I won by one vote.
Are we really going to lump the final 6 in one last round? That's lame, we should narrow it down to 2, so votes don't get so scattered. 2 rounds of 3 each + 1 final round >>; |
I don't see much point in it. We've already seen how most of the banners in the same bracket play out against one another. We need to combine the brackets to see how they'll do against other brackets. |
So pit one banner from each bracket into a round and make two rounds of 3. I'm just saying, if we have one final round of 6, votes will get really spread out. If it's down to the top 2, people have to pick the best one of the most popular 2, they either vote for one or the other, which saves it from being a "won by one vote" type of thing. Like here, the votes are so spread it's hard to tell which people really liked best. It just feels right to have a true final round in a contest doesn't it? Last time we had like, 6 rounds of voting...
Just sayin' _________________

gifts | Avatar OST Petition |
|
| Back to top |
|
 |
Lunar Eclipse Administrator

Joined: 21 May 2004 Posts: 21449 Location: U.S.A.
|
Posted: Sat Jul 19, 2008 5:46 pm Post subject: |
|
|
I think it'll be fine this way. I don't want to make everyone wait forever. I know they're already tired from three phases. XD That one had 32, which is quite a bit different from six. I think six is perfectly manageable. _________________
 |
|
| Back to top |
|
 |
Mana Phoenix

Joined: 11 Apr 2005 Posts: 4430 Location: walking with Yuna into Zanarkand...
|
Posted: Sat Jul 19, 2008 5:48 pm Post subject: |
|
|
| Lunar Eclipse wrote: | | I think it'll be fine this way. I don't want to make everyone wait forever. I know they're already tired from three phases. XD |
It's gonna take Namco forever to put the banner up there anyway like always. I don't think one more week would be a big deal. We only have 2 official voting rounds right now. Just feels too short tbh. _________________

gifts | Avatar OST Petition |
|
| Back to top |
|
 |
Lunar Eclipse Administrator

Joined: 21 May 2004 Posts: 21449 Location: U.S.A.
|
Posted: Sat Jul 19, 2008 5:49 pm Post subject: |
|
|
I'll do it, then. But I'm shortening the voting phase to five days. _________________
 |
|
| Back to top |
|
 |
|