Screwed mod_sec rule.
576 2008-04-15 22:33
Re: Getting 500 Internal Server Error error when attempting login (7 replies, posted in PunBB 1.2 troubleshooting)
577 2008-04-15 21:30
Re: Google Indexing (20 replies, posted in PunBB 1.3 troubleshooting)
Cheers. I was just curious. I setup a meta description tag to mirror the topic/category/section subject/description a couple of months ago, but never got round to testing whether it made a jot of difference. I know the answer to that one now.
578 2008-04-15 21:25
Re: Google Indexing (20 replies, posted in PunBB 1.3 troubleshooting)
So is it the meta description tag that alters how it's listed/indexed?
579 2008-04-15 19:16
Re: How many Percent is it to have all bugs done? (14 replies, posted in PunBB 1.3 troubleshooting)
but if u still look closely and test every feature of the beta fourm ... and i mean every single one of them ... i think all the bugs will be fixed ...
Nice of you to offer to do so. We'll await your reports in anticipation.
580 2008-04-15 19:14
Re: is it only me or some thing is wrong with punres.org ... its blank pag (5 replies, posted in General discussion)
Getting the exact same thing here.
581 2008-04-15 18:36
Re: Wanting opinions, (again). :D (13 replies, posted in General discussion)
I hate producing small pictures.... They never come out like you want them too.
Too true. It is awfully limiting on ones artistic prowess at that size ain't it.
582 2008-04-15 18:17
Re: How many Percent is it to have all bugs done? (14 replies, posted in PunBB 1.3 troubleshooting)
no i dont have any experience in that ... if thats what you meant :d
That was obvious from your post. It was sarcasm.
583 2008-04-15 18:15
Re: Wanting opinions, (again). :D (13 replies, posted in General discussion)
Do they have a small version of that, or just the 32x32 that's in the download? Tried scaling that one down, but you can hardly tell what it is once it gets down to 12x12.
584 2008-04-15 17:24
Re: Wanting opinions, (again). :D (13 replies, posted in General discussion)
Incorporated it into the articles section too now. Does this 12x12 icon look okay, btw?
Or is this one better?
585 2008-04-15 17:13
Re: How many Percent is it to have all bugs done? (14 replies, posted in PunBB 1.3 troubleshooting)
looking at the every code line and testing it in the demo place will make you found almost all the bugs
Speaking from experience are you?
586 2008-04-15 13:00
Re: How many Percent is it to have all bugs done? (14 replies, posted in PunBB 1.3 troubleshooting)
How long is a piece of string?
587 2008-04-15 11:20
Re: *SOLVED* Image resize - Problem with small *.gif and *.png in IE 6and7 (11 replies, posted in PunBB 1.2 troubleshooting)
Wasn't what I'm was looking for. I don't want to get a country flag per user I want to be able do describe a person, team or whatever by using a country flag/country image before the name. Let's say I want to describe a match between two teams. I will use:
[snipped...]
Would it be possible to edit parser.php or any other file and add a new TAG called [flag] were you could add px limitation to 12px X 12px?
Ah, apologies. I misinterpreted your requirements. Just copy all the img entries in the parser, rename the new entries to flag, (except for the output which obviously needs to be <img), and add the height/width parameters to its output tag.
588 2008-04-15 11:16
Re: Registration emails not being sent/received (20 replies, posted in PunBB 1.2 troubleshooting)
MattF wrote:I wouldn't spend too much time trying to make them filter friendly. You'll find the likes of Yahoo/Gmail/AOL/Hotmail are a law unto themselves regarding what they term as spam. You will most likely fail to get most of them through.
So what's the solution? I have too many 3200's in my database. I don't get it...
There aren't any solutions, to be truthful. You'll give yourself grey hairs and nowt else trying to get through their filters. Check any of the MTA lists, (Postfix, Exim, Sendmail), and you'll find the same answers. The deliveries will get binned for no discernible reason.
589 2008-04-15 11:10
Re: 1.2 vs 1.3 (18 replies, posted in PunBB 1.2 discussion)
That prediction is pretty damned accurate smartys. There is also an indirect fourth category too, (closely linked to category three). Mods/extensions. Unless the coding and security levels improve big style on some of the mods, there are people who will be loathe to have to recode half of the, (what will now be), extensions, to work securely and as expected. I definitely fall in categories three and four.
Plus, to be honest, there's nowt in 1.3 that I really find a necessity, personally. UTF8 I already have. Search function isn't an issue. Extensions, they are fairly moot. Anything else that may rock my boat, I can easily add to 1.2* if required, which would involve less work than adapting 1.3 to takeover from the current setup. And those fancy uri's are definitely not on my list of top requirements.
590 2008-04-14 18:13
Re: *SOLVED* Image resize - Problem with small *.gif and *.png in IE 6and7 (11 replies, posted in PunBB 1.2 troubleshooting)
If you look over on Punres, I believe someone released a mod for the country flags. (I seem to remember it had flaws, though. I could be mistaken upon that, however).
591 2008-04-14 18:10
Re: Revisit-After META Tag (3 replies, posted in Programming)
Never noticed that one, but I'd personally think, why not. Can't hurt anything?
592 2008-04-14 18:09
Re: *SOLVED* Image resize - Problem with small *.gif and *.png in IE 6and7 (11 replies, posted in PunBB 1.2 troubleshooting)
Why are you using country flags within posts? Surely the user details segment would be a better place.
593 2008-04-14 18:06
Re: 1.2 vs 1.3 (18 replies, posted in PunBB 1.2 discussion)
Yup. I've absolutely no intention of migrating to 1.3 anytime soon. (Or possibly even later, for that matter). .
594 2008-04-14 10:59
Re: border-top in IE (5 replies, posted in Programming)
Post the CSS you're using for: <tr class="linetop">?
595 2008-04-13 20:06
Re: What am I missing in this code? (6 replies, posted in Programming)
Guess who could kick himself now? Yup. I'd moved the header.php further down, (as it seemed pointless calling the header further up just incase it was going to exit with the message function), and I had done a grep of header.php to check that $result wasn't used in there, but had never twigged to check the one file that was included via header.php. That's another one to go on my list of self inflicted injuries.
Thanks Smartys.
596 2008-04-13 17:54
Re: What am I missing in this code? (6 replies, posted in Programming)
This is how the code was before I just changed it: http://outgoing.bauchan.org/unix/viewdownloads.orig.txt
That one displayed nothing from the while loop. The table was completely empty.
597 2008-04-13 17:50
Re: What am I missing in this code? (6 replies, posted in Programming)
Exactly. I can't figure that out. The code in that link is now working fine. However, the db queries were just using $result for all of the db query results before, (and had been doing so for several months without trouble). I changed them to $result, $catresult and $dldresult respectively a short while ago to isolate them completely. Until I did that, however, the while loop was outputting zilch. I can't honestly see why that last query would have had it's $results, (now renamed to $dldresults), vars content overwritten though.
598 2008-04-13 17:38
Topic: What am I missing in this code? (6 replies, posted in Programming)
Can someone possibly point out what I'm missing here. This code:
http://outgoing.bauchan.org/unix/viewdownloads.txt
is now working fine, and had been doing so until some code tidying I must have made over the last several days sometime, but when I tried to view the categories a short while ago, nothing was displaying within the table. I had to change $result to $dldresult to get things working again. I honestly cannot spot for the life of me why $result would have been reset. Plus, this part:
// If there are no downloads in this category
if (!$db->num_rows($dldresult))
{
message($lang['download']['Empty category']);
}
was obviously noting the result correctly, as the empty category message was not being displayed, and it displayed the empty category message fine when the ! was removed to toggle the test. So...., if someone could berate me for the obvious muppet moment I'm having, I'd highly appreciate it.
Cheers,
Matt
599 2008-04-13 13:33
Re: Wanting opinions, (again). :D (13 replies, posted in General discussion)
Looks okay to me.
Cheers. It's been an absolute bugger to get working nicely though.
It's based on this: http://tufat.com/s_html2ps_html2pdf.htm
Not exactly what one might call the lightest of software, but requires far less intensive scripting than the alternatives I've found so far.
600 2008-04-13 13:30
Re: Wanting opinions, (again). :D (13 replies, posted in General discussion)
Sorted. How's the setup now? It still only does topics, but it has a graceful exit now.