Welcome back and "Change the Forum Style?"
Moderator: Moderators
-
EnterTheHatrix
- Portablizer
- Posts: 482
- Joined: Thu Jul 27, 2006 2:15 am
- Location: UK
- Contact:

I added a transparent N64 temporarily until I find some real wireframe consoles, since it looks a little wireframe anyway even though it's not.
I removed the white seperators from the natural theme and made the category text stand out a bit more with a highlight and a seperator.
Pros and cons please... And can anyone find any wireframe consoles? Any will do...
gamemasterAS wrote:Solder is also bad for you, says on the spindal that its known to cause cancer in the state of California.
vskid wrote:I'm safe, I live in Utah.
-
EnterTheHatrix
- Portablizer
- Posts: 482
- Joined: Thu Jul 27, 2006 2:15 am
- Location: UK
- Contact:
I want wireframe like it has been designed in CAD or something, not just an outline.. If you can do that, then solid back would be great, I can use that.
gamemasterAS wrote:Solder is also bad for you, says on the spindal that its known to cause cancer in the state of California.
vskid wrote:I'm safe, I live in Utah.
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
-
benheck
- Site Admin
- Posts: 1887
- Joined: Wed Dec 31, 1969 6:00 pm
- Location: Wisconsin - Land of Beer and Cheese and Beer
- Contact:
Ah, I like Iam7805's! It needs a bit of work, but looks almost exactly like the main site.
Does it actually work or is this just a mock-up?
Maybe we could use Hatrix's top logo (with the wireframe, although I think the N64 is fine, depsite how hard it is to hack) and the rest of it could be like 7805's.
If you guys want I can get you the original Photoshop files I made the site from so you can slice and dice to get graphics. Here it is:
www.benheck.com/Downloads/site_layout.psd
Have fun, and keep making the text smaller (use subSilver as a reference)
-Ben
Does it actually work or is this just a mock-up?
Maybe we could use Hatrix's top logo (with the wireframe, although I think the N64 is fine, depsite how hard it is to hack) and the rest of it could be like 7805's.
If you guys want I can get you the original Photoshop files I made the site from so you can slice and dice to get graphics. Here it is:
www.benheck.com/Downloads/site_layout.psd
Have fun, and keep making the text smaller (use subSilver as a reference)
-Ben

-
EnterTheHatrix
- Portablizer
- Posts: 482
- Joined: Thu Jul 27, 2006 2:15 am
- Location: UK
- Contact:
I purposely didn't go with the main site theme because I really don't like the main site theme. It's way too busy and flickers as you scroll because of the scan lines.
gamemasterAS wrote:Solder is also bad for you, says on the spindal that its known to cause cancer in the state of California.
vskid wrote:I'm safe, I live in Utah.
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
-
EnterTheHatrix
- Portablizer
- Posts: 482
- Joined: Thu Jul 27, 2006 2:15 am
- Location: UK
- Contact:
-
Super Cameraman
- Posts: 1123
- Joined: Mon Feb 27, 2006 6:25 pm
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Well, with some .htaccess tinkering and PHP code you can make a rolling image script.
Here's one I used to have in my sig:
http://bicostp.portablesofdoom.org/foru ... script.gif
^ Save the link as a .php document and open in Notepad to see the code. It still needs some .htaccess stuff to trick the client into treating it as an image.
<img src="http://bicostp.portablesofdoom.org/foru ... script.gif">
Every time you reload the page it spits out a different picture.
I doubt this will change the link, though.
I believe usbcd36 uses the same setup.
Here's one I used to have in my sig:
http://bicostp.portablesofdoom.org/foru ... script.gif
^ Save the link as a .php document and open in Notepad to see the code. It still needs some .htaccess stuff to trick the client into treating it as an image.
<img src="http://bicostp.portablesofdoom.org/foru ... script.gif">
Every time you reload the page it spits out a different picture.
I doubt this will change the link, though.
I believe usbcd36 uses the same setup.
Last edited by bicostp on Fri Feb 02, 2007 3:09 pm, edited 1 time in total.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
gannon
- Moderator
- Posts: 6974
- Joined: Sun Apr 04, 2004 4:48 pm
- Location: Near that one big lake
- Contact:
Ben: Another easy php job 
replace
with
replace
Code: Select all
<img border="0" src="../../images/rotate/snake.jpg" width="207" height="60">Code: Select all
<?php
function is_image($image) {
$t = preg_match('/\.png$|\.gif$|\.jpeg$|\.jpg$/i', $image);
if ($t == true) return true;
else return false;
}
$dir = 'images/rotate/';
$fp = opendir($dir);
while (($file = readdir($fp)) !== false) if (is_image($file)) $files[] = $file;
closedir($fp);
echo '<img border="0" src="'.$dir.$files[rand(0, count($files)-1)].'" width="207" height="60" />';
?>
-
EnterTheHatrix
- Portablizer
- Posts: 482
- Joined: Thu Jul 27, 2006 2:15 am
- Location: UK
- Contact:
I personally wouldn't recommend flash since it's high bandwidth, slow and isn't compatible with everyones computer..Super Cameraman wrote:If you need any Flash, please ask me. I'm very skilled in Flash.
(Not to brag or anything)
-Super
gamemasterAS wrote:Solder is also bad for you, says on the spindal that its known to cause cancer in the state of California.
vskid wrote:I'm safe, I live in Utah.
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Yeah I'm sure all 5 people who don't have Flash would be really upsat that they couldn't see an image in the corner of Ben's site. 
And with the mile-high bandwidth limit, there's nop problem loading a 150k file when the page loads.
And with the mile-high bandwidth limit, there's nop problem loading a 150k file when the page loads.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link

