1.3 will use fulltext searching, that will gravely optimise the search
677 2007-05-31 21:25
Re: Language files (4 replies, posted in PunBB 1.2 discussion)
Unlikely, unless you're using up tons of memory.
678 2007-05-29 18:38
Re: Error: Unable to insert search index words. (7 replies, posted in PunBB 1.2 troubleshooting)
What PHP version are you running?
679 2007-05-29 14:39
Re: What editor do you use for php? (114 replies, posted in Programming)
elbekko wrote:That is... bad. Very bad.
What is bad??
My site or the fact that I used frontpage 2003????
Primarily Frontpage. But the fact that your site is a bunch of copied scripts and Frontpage-generated code doesn't make that very good either.
680 2007-05-29 14:37
Re: Error: Unable to insert search index words. (7 replies, posted in PunBB 1.2 troubleshooting)
Seems to me like MySQL isn't too good with UTF-8 characters and unique keys. Maybe something to investigate?
681 2007-05-28 20:39
Re: What editor do you use for php? (114 replies, posted in Programming)
That is... bad. Very bad.
682 2007-05-28 20:38
Re: Error: Unable to insert search index words. (7 replies, posted in PunBB 1.2 troubleshooting)
683 2007-05-26 18:43
Re: You're a genious if you figure this out (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Then replace intval with $db->escape for those two.
684 2007-05-26 11:37
Re: You're a genious if you figure this out (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Erm, do you get any errors? Have you tried my code?
685 2007-05-25 14:45
Re: You're a genious if you figure this out (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
redirect($_SERVER['HTTP_REFERER'], 'Form processed');
686 2007-05-25 06:28
Re: For All Those Using Dreamhost (11 replies, posted in PunBB 1.2 troubleshooting)
Well yes, but it's still possible
687 2007-05-24 14:52
Re: user form input: mysql_real_escape_string (2 replies, posted in Programming)
Well, the DB uses it to escape. It finds a \, removes it and handles whatever comes next as part of that string. They shouldn't be seen in phpMyAdmin.
688 2007-05-24 14:49
Re: For All Those Using Dreamhost (11 replies, posted in PunBB 1.2 troubleshooting)
$_GET values aren't read-only. You can just assign to $_GET and have extern.php use it later when included, no?
689 2007-05-23 21:39
Re: Mod User Stats (11 replies, posted in PunBB 1.2 troubleshooting)
Hrmm, so it is. Sorry, misread.
Could you post the structure of the table? (columns, types)
690 2007-05-23 21:06
Re: Mod User Stats (11 replies, posted in PunBB 1.2 troubleshooting)
Yes, the IP is a string. Not a numeric value. So it should be in quotes.
691 2007-05-23 19:31
Re: query help (13 replies, posted in Programming)
I like my current avatar better, but thank you
Odd enough, your message was marked as spam.
694 2007-05-23 16:56
Re: Will not work unless I turn off my Zone Alarm Security (21 replies, posted in PunBB 1.2 troubleshooting)
NAT does everything a regular firewall does, just less annoying and better.
ZoneAlarm is an annoying piece of junk. I do remember the time when ZoneAlarm Pro could be activated with a key consisting purely out of 0's tho
695 2007-05-23 13:25
Re: [1.3] I can't change cache directory for cache_ranks.php file (4 replies, posted in PunBB 1.2 troubleshooting)
That's a way too, but not the way it should be done.
696 2007-05-23 12:31
Re: [1.3] I can't change cache directory for cache_ranks.php file (4 replies, posted in PunBB 1.2 troubleshooting)
Well, 1.3 is still in development, so stuff like this is to be expected.
It looks to me like the PUN_CACHE_DIR constant isn't being used in functions.php yet (which is where the error is most likely to be occuring).
You could probably do a search/replace like so:
PUN_ROOT.'cache/
with
PUN_CACHE_DIR.'
697 2007-05-23 10:53
Re: User Rating (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try the reputation mod.
698 2007-05-21 19:57
Re: functions.php - really annoying (1 replies, posted in PunBB 1.2 troubleshooting)
for ($i = 0; $i < $num_args; ++$i)
That should be more correct.
699 2007-05-21 14:35
Re: Need an Ace php/mysql Developer (3 replies, posted in Programming)
You're asking for quite alot there, so I doubt it.
Go look at rent a coder or so.
700 2007-05-19 21:14
Re: changing base url ? (7 replies, posted in PunBB 1.2 troubleshooting)
Setting it in the admin panel should automatically update the cache