| Author |
Message |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Jan 27, 2003 4:47 pm |
  |
Well, I'm not a great graphics artist, but this site needs image updating.
First the news topics consist of only the phpnuke gif. More options would be nice, perhaps to adequately reflect something that a support/development nuke site should have.
Also, a modified nuke cops logo. We should lost the "busted" and "giving credit where credit is due" I think. So we'd need a better more appropriate slogan for this site. I do like the button and the font used for the current logo though.
Also, a little button like on the front page for partners. This way other sites can use it to link back here.
Any artists out there? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Mon Jan 27, 2003 5:04 pm |
  |
I suck at graphics but i feel i can help with topic images. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
jimmyjimjim
Lieutenant


Joined: Jan 23, 2003
Posts: 258
Location: USA
|
Posted:
Mon Jan 27, 2003 5:41 pm |
  |
Take the three images in the sunset theme for the blocks and make them all totally transparent.
Name them:
box_bottom.gif
box_right.gif
box_left.gif
Replace RANDOMCOLOR with the colors you want to in your boxes... Tweak and serve.
It'll make the theme a little boxy, but it'll also give you a little more to work with while developing theme images...
| Code: |
function themesidebox($title, $content) {
global $bgcolor1;
mt_srand((double)microtime()*1000000);
$rcolor = mt_rand(1, 5);
if ($rcolor == 1) {
$tcolor = "#RANDOMCOLOR";
} elseif ($rcolor == 2) {
$tcolor = "#RANDOMCOLOR";
} elseif ($rcolor == 3) {
$tcolor = "#RANDOMCOLOR";
} elseif ($rcolor == 4) {
$tcolor = "#RANDOMCOLOR";
} elseif ($rcolor == 5) {
$tcolor = "#RANDOMCOLOR";
}
echo "<table width=\"165\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=$tcolor><tr><td>\n";
echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
echo "<img src=\"themes/$thename/images/box_left.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td>\n";
echo "<td width=\"100%\"><font class=\"block-title\">$title</font></td>\n";
echo "<td align=\"right\"><img src=\"themes/$thename/images/box_right.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td></tr></table>\n";
echo "</td></tr><tr><td align=\"center\" valign=\"top\">\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td width=100%>\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" bgcolor=$bgcolor1><tr><td width=\"100%\" valign=\"top\">\n";
echo "$content\n";
echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
echo "<img src=\"pixel.gif\" width=\"1\" height=\"4\" alt=\"\" border=\"0\"></td></tr></table>\n";
echo "</td></tr></table>\n";
echo "</td></tr></table>\n";
echo "</td></tr><tr>\n";
echo "<td align=\"center\" valign=\"bottom\">\n";
echo "<img width=\"100%\" height=\"5\" src=\"themes/$thename/images/box_bottom.gif\" vspace=\"0\" border=\"0\"></td></tr></table>\n";
echo "<br>\n\n\n";
} |
This way, you could also change the background color from the default nuke theme packaged color.  |
|
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Mon Jan 27, 2003 6:54 pm |
  |
|
   |
 |
jimmyjimjim
Lieutenant


Joined: Jan 23, 2003
Posts: 258
Location: USA
|
Posted:
Mon Jan 27, 2003 6:56 pm |
  |
A little on the nose don't you think? |
|
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Mon Jan 27, 2003 7:00 pm |
  |
|
   |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Jan 28, 2003 8:40 am |
  |
 |
Last edited by mikem on Thu Jan 30, 2003 12:03 pm; edited 1 time in total |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Jan 28, 2003 9:36 am |
  |
You are a dream! I'm going to put that up in a moment... can you also create a button that can be used at other sites to link back here? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Jan 28, 2003 9:37 am |
  |
the standard 88x31 link button? |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Tue Jan 28, 2003 9:44 am |
  |
A 88x31 banner is a must have as many sites add these to blocks, anything bigger would fail to get nuke cops on said sites but hey a full fledged banner would be nice for those sites that use the banners option, thanks for the help guys, you all exemplify what the true Nuke community spirit is all about. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Jan 28, 2003 10:18 am |
  |
I suck at making these little link buttons..man...bah
 |
Last edited by mikem on Thu Jan 30, 2003 12:03 pm; edited 1 time in total |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Jan 28, 2003 10:38 am |
  |
No you don't not at all. That's great! I'll put that up today. Thanks! |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Tue Jan 28, 2003 10:47 am |
  |
| Zhen-Xjell wrote: |
| No you don't not at all. That's great! I'll put that up today. Thanks! |
Thanks ZX, I guess when you're making it, it tends to lose it's luster a little...
mikem |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Tue Jan 28, 2003 3:24 pm |
  |
Damn !! great piece of work, i want one for my site !!
btw banner already placed on my affiliates block. looks so great the rest now look dull. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Jan 28, 2003 3:28 pm |
  |
It is a great banner. Can you also do up some for the topics? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
|
|