Mon 15 May, 2006 10:08 am - I was just about to fire off a response along the lines of "that is an awful lot of code for what you can do with three lines of PHP" - then I read your final line.
Still, with just a... (view)
Sat 21 May, 2005 07:57 am - [quote="EdwardNZ"]Hi. I've just installed this on my forum, and for guests it works perfectly, however when users log in it reverts to .php[/quote]
That's the whole point of... (view)
Mon 14 Feb, 2005 03:11 pm - [quote="Joe Belmaati"]Craven,
you may want to have a look at phpbbhacks.com/download/4596 (I removed the leading h-tee-tee-pee - hope that complies with your no-outbound-links forum... (view)
Sun 13 Feb, 2005 08:14 pm - Craven,
you may want to have a look at phpbbhacks.com/download/4596 (I removed the leading h-tee-tee-pee - hope that complies with your no-outbound-links forum rules). Anyhow, I had a quick look... (view)
Tue 7 Dec, 2004 05:14 pm - Craven,
if I create a template switch that takes a look at HTTP_USER_AGENT and then serves a "plain-text" like tpl-file (with no images, out-going links etc) to - say - Google and Slurp,... (view)
Wed 10 Nov, 2004 01:24 am - Craven,
quick q. Would google or any other SE frown upon pages with links to all topics on other servers than the actual site? (I.e. domain.com/forum/ = actual site - shadowdomain.com/index.html =... (view)
Tue 5 Oct, 2004 07:48 am - Put this in a file named phpinfo.php
[code]<?php
phpinfo();
?>[/code]
upload it to your root folder and browse to it. You'll get a ton of info. Do a search on the... (view)