Author |
Message |
Faite Mega user Joined: 2007-02-23 Posts: 126 Location: N.S.
|
2007-06-22 10:26 |
[Quote] |
not trying to be a jerk... but i don't like the look of the Arigatou banner up top, it's way to large (height) and is very obtrusive.
I made a few if others think there should be a diff. one
Revy & Re-El
Mion (or Shion?) & Ichigo
 |
|
Back to top
|
|
Doppelganger Guest
|
|
Back to top
|
|
Kaugustino Site Admin Joined: 2006-12-17 Posts: 1455
|
|
Back to top
|
|
Kagurazaka Guest
|
2007-06-24 16:24 |
[Quote] |
People say I'm sort of good at computer graphics and stuff, so I made a banner for you guys. I hope you like it!
I tried using characters from series that you have encoded. Again, I hope you like, and sorry for imposing like this. ^^;

|
|
Back to top
|
|
Kaugustino Site Admin Joined: 2006-12-17 Posts: 1455
|
2007-06-24 20:36 |
[Quote] |
good job on it, perhaps we will use it. for now we have enough banners. no more are needed right now till we figure out how were going to set it up.
|
|
Back to top
|
|
adzman Mega user Joined: 2007-04-30 Posts: 160
|
2007-06-24 20:44 |
[Quote] |
The text is too clear. It doesn't match the rest of the picture, which is blurred slightly. Other wise I agree with Kaug.
|
|
Back to top
|
|
Kagurazaka Guest
|
|
Back to top
|
|
Faite Mega user Joined: 2007-02-23 Posts: 126 Location: N.S.
|
2007-06-26 10:03 |
[Quote] |
image rotating script, if its still needed
Code: |
The Code
Place or include the following script segment somewhere early in your document:
<?php
$path_to_images = "images/"; // path to your images
$default_img = "turtle.gif"; // image to display if directory listing fails
function getRandomImage($path, $img) {
if ( $list = getImagesList($path) ) {
mt_srand( (double)microtime() * 1000000 );
$num = array_rand($list);
$img = $list[$num];
}
return $path . $img;
}
function getImagesList($path) {
$ctr = 0;
if ( $img_dir = @opendir($path) ) {
while ( false !== ($img_file = readdir($img_dir)) ) {
// can add checks for other image file types here
if ( preg_match("/(\.gif|\.jpg|\.png)$/", $img_file) ) {
$images[$ctr] = $img_file;
$ctr++;
}
}
closedir($img_dir);
return $images;
}
return false;
}
?>
Add this where you wish the random image to appear in your document:
<!-- Random image code from dyn-web.com -->
<img src="<?php echo getRandomImage($path_to_images, $default_img) ?>" alt="">
|
|
|
Back to top
|
|
Zeelot User Joined: 2006-12-20 Posts: 18 Location: Cow Land
|
2007-06-27 19:51 |
[Quote] |
Stealing is bad xP
Don't listen to Kaugustino...he's mad,
make as many banners as you like >_> any good ones will be used...promise!
....where are the damn smileys on this thing...
....hold up....
:!: ....hey who knows how to make us some cool smileys? >_<
|
|
Back to top
|
|
Kagurazaka Guest
|
|
Back to top
|
|
Kaugustino Site Admin Joined: 2006-12-17 Posts: 1455
|
2007-07-04 17:29 |
[Quote] |
Agreed about the focus, though "#Arigatou @ Irc.Rizon.net" is plenty of info you dont need to have the second "Arigatou" name there. Very nice work
|
|
Back to top
|
|
Zeelot User Joined: 2006-12-20 Posts: 18 Location: Cow Land
|
|
Back to top
|
|
Kagurazaka Guest
|
|
Back to top
|
|
Kaugustino Site Admin Joined: 2006-12-17 Posts: 1455
|
|
Back to top
|
|
ah.ni.may Guest
|
2007-08-22 17:23 |
[Quote] |
Wow Kagurazaka ... you really have talent ... these are all nice banners ... if I were to choose for Arigatou, I would choose the one with Shakugan no SHANA, it has good blending of colors and goes well with the color theme of arigatou's website ... great job and keep posting your art stuff ... maybe can put up your own thread ... *thumbs up*
|
|
Back to top
|
|
|
|
|