Indeed, it seems the default stylesheet on that page (Zoey_B&W) was deleted

6,702

(4 replies, posted in PunBB 1.2 discussion)

Fair enough smile

6,703

(4 replies, posted in PunBB 1.2 discussion)

Except it kind of looks funny to have words kind of cut off in the middle (ie: http://punbb.org/forums/search.php?search_id=140319493)

PunRes.org has been having them

Well, lets say you have 6500 or so topics, similar to PunBB. Now, is it in your best interest to have the forum software keep a list of every thread read by every user (PunBB has 4800 or so)?
If you have a problem with it on your forum, turn up the visit timeout and use the mark as read mod. But I know phpBB does the exact same thing tongue

6,706

(5 replies, posted in Programming)

Well, are picurl, charname, and type numbers or words?

Mmm, I see: I really shouldn't be checking this kind of thing when I'm running for a class tongue
However, here's a fun little easter egg: set online timout to -1 big_smile

And then there's this

$result = $db->query('SELECT * FROM '.$db->prefix.'online WHERE logged<'.($now-$pun_config['o_timeout_online'])) or error('Unable to delete from online list', __FILE__, __LINE__, $db->error());

Check out the error text tongue

I just had the double online issue with PunBB. I checked out the update_users_online function and noticed this

    // Fetch all online list entries that are older than "o_timeout_online"
    $result = $db->query('SELECT * FROM '.$db->prefix.'online WHERE logged<'.($now-$pun_config['o_timeout_online'])) or error('Unable to delete from online list', __FILE__, __LINE__, $db->error());

and then there was this:

if ($cur_user['logged'] < ($now-$pun_config['o_timeout_visit']))

Isn't that true for everything that grabs?

Neither did I, I just found it when I looked up the mail function tongue
Check out php.ini about it?

Wow, that's odd tongue

Requirements
For the Mail functions to be available, PHP must have access to the sendmail binary on your system during compile time. If you use another mail program, such as qmail or postfix, be sure to use the appropriate sendmail wrappers that come with them. PHP will first look for sendmail in your PATH, and then in the following: /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib. It's highly recommended to have sendmail available from your PATH. Also, the user that compiled PHP must have permission to access the sendmail binary.

You'll have to insert that value into the DB

6,712

(28 replies, posted in Programming)

You mean something like this?

6,713

(28 replies, posted in Programming)

Well, there are going to be issues if you change password on one forum tongue
IMO you would have been better off with different categories for each subject, and used something like this.

6,714

(28 replies, posted in Programming)

Nope, sounds good smile
Just make sure the cookie name in config.php is all the same smile

6,715

(28 replies, posted in Programming)

Is it on the same site, but differnet subdomains?

6,716

(2 replies, posted in General discussion)

Mmm, that IP reminds me of somebody
IPs are from the same ISP as well

Silly backup prefixes smile
No problem

Check your email smile

OK, then, email me the info: smartys@gmail.com

Mmm, I'll let Rickard take care of it then (unless you want me to, in which case I could check with phpMyAdmin)

6,721

(5 replies, posted in PunBB 1.2 troubleshooting)

Well, you could just use completely fresh files tongue

Just download a fresh copy of the full 1.2.7 and upload the files?

And all of your files are clean 1.2.7 files?

That's odd, it seems perfect :-/
Can you try clearing your cache (on your browser) or Ctrl-F5?

yeah, what values do they have in the cat_id column?