View Full Version : feedback needed
meanbikes
20-02-06, 07:21 PM
hi all,
for those of you that start ranting and raving this is not spam!!
all im asking is for you to visit my site and email a bit of feedback to me feedback@meanbikes.com as this would help me to fix any bugs or problems you may find.
thanks
___________________________
James
Http://www.meanbikes.com :lol:
Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl
Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files. It will also GZIP the CSS file to the client which makes it way smaller.
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
What version of PHP & MySQL do you run the forums on?
If you have control over the php.ini files it may be an idea to install eAccelerator (http://eaccelerator.net/) as it caches the php code and makes it much much faster. Also look at eXtreme Styles mod (http://phpbbstyles.com/viewtopic.php?t=356) as it caches all the phpBB templates and makes it faster still.
seems ok but voted could do better simply cos the colours dont do my eyes any favours, like traffic lights.
TSM wrote:-
Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl
Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files.
Code:
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
Pah - beat me to it - I was going to say that :wink:
meanbikes
20-02-06, 07:34 PM
thanks matt + tsm
22 have a couple of other themes on the site but they are only selectable once you register
TSM wrote:-
Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl
Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files.
Code:
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
Pah - beat me to it - I was going to say that :wink: :winner:
Well, as you appear to have a '98 FireBlade taking centre stage - I personally think it's awsome! :roll: :twisted:
meanbikes
21-02-06, 01:08 PM
lol cheers k :lol:
...for those of you that start ranting and raving this is not spam!!
Well it kind of is really, and you were asked to seek Moderator approval before posting anything like this again. It's just a question of politeness I suggest.
.
This thread made me laugh
http://www.meanbikes.com/forum/viewtopic.php?t=77
:lol:
sharriso74
21-02-06, 01:29 PM
Found this link on that site anyone remember Segas Road Rash?
http://www.everyvideogame.com/play-sms-Road_Rash_%28UE%29_%5B%21%5D.htm
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.