You sure you've copied it across correctly? That last script I linked works spot bollock. I double checked that one before copying it across. What are your logs saying?
1,426 2007-10-18 19:51
Re: Opinions: Download modification (25 replies, posted in General discussion)
1,427 2007-10-18 19:42
Re: Character encoding problems (8 replies, posted in PunBB 1.2 troubleshooting)
Convert the database information to UTF8. I included the needed info in that thread to convert both pgsql and mysql db's to UTF8.
1,428 2007-10-18 19:39
Re: Opinions: Download modification (25 replies, posted in General discussion)
1,429 2007-10-18 17:12
Re: Opinions: Download modification (25 replies, posted in General discussion)
My cockup. Redownload that file. Should be working fine now. Have made the captcha on/off configurable too. The two options are near the top of the file. Set to '1' to enable the rbl check and captcha respectively.
$checkrbl = '0';
$usecaptcha = '0';
1,430 2007-10-18 16:24
Re: Opinions: Download modification (25 replies, posted in General discussion)
did u look at the spamhaus mod trying to integrate it with the contact.php?
I posted that rbl updated version several days ago for you to try out. That's the one I was asking about.
1,431 2007-10-18 15:31
Re: Opinions: Download modification (25 replies, posted in General discussion)
It probably wouldn't be much use for a standard'ish PunBB install. It's tied in to a highly adapted setup. Plus, the uploads are through an addition to the admin section, not user accessible. Also, the installer is only written for PostgreSQL. I may post the code later on, when it's finished, if someone else wants to do all the standardising and adaptation for a standard PunBB. I personally wouldn't have the time to backport it though.
Btw, how's that new contact form? Have you tested it yet?
1,432 2007-10-18 15:24
Re: My color usergroups .... (2 replies, posted in PunBB 1.2 troubleshooting)
First thing I'd suggest, (not knowing that mod offhand), is to regenerate/delete your cache files.
1,433 2007-10-18 11:13
Re: Character encoding problems (8 replies, posted in PunBB 1.2 troubleshooting)
1,434 2007-10-18 11:12
Re: Character encoding problems (8 replies, posted in PunBB 1.2 troubleshooting)
If you do a search of the forum, I put some info up awhile ago regarding UTF8 requirements. There may be something of use in that post.
1,435 2007-10-18 10:52
Re: Opinions: Download modification (25 replies, posted in General discussion)
Okey dokey. Attempt two. One of the mods had taken quite a liking to the layout of the existing php-fusion site, so have re-modelled it somewhat, to try and get a nice inbetween between php-fusion type layout whilst retaining the forum look. (It wasn't easy). Opinions greatly appreciated once more.
Original version: http://forums.bauchan.org/testforum/downloads.php
Latest incarnation: http://forums.bauchan.org/testforum1/downloads.php
Matt
1,436 2007-10-17 16:29
Re: An update (124 replies, posted in News)
Can't see any cause for concern now, myself. The original author himself has said he will fork the code if that scenario ever arose. Even if he didn't, someone else could and probably would. No reason for concern.
1,437 2007-10-16 22:51
Re: Viewtopic problem (9 replies, posted in PunBB 1.2 troubleshooting)
That black text against that background is damned awkward to see.
1,438 2007-10-16 22:45
Re: @ Quaker: Contact form with captcha (19 replies, posted in General discussion)
u get my email? about lancer site?
Sent you a reply.
Here you go:
http://outgoing.bauchan.org/unix/contactcr.txt
Rename it to contact.php, drop it in the root forum dir, and set this var near the top of the file to one to enable the rbl check: $checkrbl = '0';
This script is totally untested, but should work. You do know that if someone can't register due to a rbl check in register.php, they'll have no means of contacting you now?
1,439 2007-10-16 19:04
Re: @ Quaker: Contact form with captcha (19 replies, posted in General discussion)
No probs. Leave it with me and I'll get that added when I've chance.
1,440 2007-10-16 17:50
Re: @ Quaker: Contact form with captcha (19 replies, posted in General discussion)
right be fore the </form> there is a </div> take that out..
Cheers for mentioning it. I'd forgotten to update the file on that link. Have updated it now.
1,441 2007-10-16 04:44
Re: PunBB 1.2.15 (98 replies, posted in News)
Run the db update script included in the 1.2.15 download package.
1,442 2007-10-15 19:47
Re: PHP Warning: Missing argument 1 for pun_htmlspecialchars (7 replies, posted in PunBB 1.2 troubleshooting)
It's still a bloody silly way to do it.
1,443 2007-10-15 19:01
Re: Basic Mysql update script? (9 replies, posted in Programming)
You're welcome.
Might I also suggest you stop using short tags and use the full <?php tag? That shorthand may bite you in the backside one day.
1,444 2007-10-15 18:58
Re: PHP Warning: Missing argument 1 for pun_htmlspecialchars (7 replies, posted in PunBB 1.2 troubleshooting)
Just out of curiosity, why don't you either just comment that line out or hide the board title with CSS? The way you have done it is silly.
1,445 2007-10-15 16:12
Re: Opinions: Download modification (25 replies, posted in General discussion)
looks good.
Cheers.
1,446 2007-10-15 16:09
Re: Opinions: Download modification (25 replies, posted in General discussion)
Yup. That installer is written for MySQL only, and I couldn't be arsed converting it and then having to check all the mods queries for pgsql compatibility. Plus, it wasn't quite what/how I wanted, from what I could gather.
Wanted something pretty much like the php-fusion download setup, but integrated into and looking like the forum. Hence, it was easier to create/mod my own than have to get used to the coding style of someone else before modding their mod. The actual PunBB coding style I know quite well by now, so used that as the base. Modified the category/forum admin scripts for the categories/downloads creation, and the index.php and viewforums.php scripts for the categories/downloads viewing scripts.
1,447 2007-10-15 15:15
Re: Opinions: Download modification (25 replies, posted in General discussion)
Nice error.
Sods law that someone would try it at the moment I made a cockup of one of the files. I was copying a paginating category index across, (which is now fixed, btw).
1,448 2007-10-15 11:29
Re: Spam and dangerous spam (9 replies, posted in PunBB 1.2 troubleshooting)
Are you using any registration mods?
1,449 2007-10-15 11:26
Re: Basic Mysql update script? (9 replies, posted in Programming)
Also, are you setting the vars correctly? i.e:
$txtfirstname = '\''.$db->escape($_POST['txtfirstname']).'\'';
$txtsurname = '\''.$db->escape($_POST['txtsurname']).'\'';
(I believe that's the correct syntax).
1,450 2007-10-15 10:53
Re: Basic Mysql update script? (9 replies, posted in Programming)
Just use profile.php.
Try altering that $sql line to:
$sql = 'UPDATE members SET firstname='.$txtfirstname.', surname='.$txtsurname.' WHERE id = '.$pun_user['id'];