Indeed, it seems the default stylesheet on that page (Zoey_B&W) was deleted
6,701 2005-09-17 18:56
Re: Integration dosnt work unless logged in. (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
6,703 2005-09-17 02:30
Re: Search as posts (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)
6,704 2005-09-16 20:19
Re: 6x strange registrations within a minute (2 replies, posted in PunBB 1.2 troubleshooting)
PunRes.org has been having them
6,705 2005-09-16 20:18
Re: A problem with the site... Mark All As Read (3 replies, posted in PunBB 1.2 bug reports)
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
6,706 2005-09-16 10:26
Re: MySql Help Please (5 replies, posted in Programming)
Well, are picurl, charname, and type numbers or words?
6,707 2005-09-16 00:08
Re: Redundant check in update_users_online (6 replies, posted in PunBB 1.2 bug reports)
Mmm, I see: I really shouldn't be checking this kind of thing when I'm running for a class
However, here's a fun little easter egg: set online timout to -1
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
6,708 2005-09-15 19:32
Topic: Redundant check in update_users_online (6 replies, posted in PunBB 1.2 bug reports)
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?
6,709 2005-09-15 16:34
Re: Fatal error: Call to undefined function mail() (7 replies, posted in PunBB 1.2 troubleshooting)
Neither did I, I just found it when I looked up the mail function
Check out php.ini about it?
6,710 2005-09-15 15:51
Re: Fatal error: Call to undefined function mail() (7 replies, posted in PunBB 1.2 troubleshooting)
Wow, that's odd
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.
6,711 2005-09-15 09:48
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
You'll have to insert that value into the DB
6,712 2005-09-15 01:55
Re: 4 forums in one database (28 replies, posted in Programming)
You mean something like this?
6,713 2005-09-15 01:33
Re: 4 forums in one database (28 replies, posted in Programming)
Well, there are going to be issues if you change password on one forum
IMO you would have been better off with different categories for each subject, and used something like this.
6,714 2005-09-15 01:11
Re: 4 forums in one database (28 replies, posted in Programming)
Nope, sounds good
Just make sure the cookie name in config.php is all the same
6,715 2005-09-15 00:55
Re: 4 forums in one database (28 replies, posted in Programming)
Is it on the same site, but differnet subdomains?
6,716 2005-09-15 00:14
Re: melokiy@hotmail.com (2 replies, posted in General discussion)
Mmm, that IP reminds me of somebody
IPs are from the same ISP as well
6,717 2005-09-14 23:45
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
Silly backup prefixes
No problem
6,718 2005-09-14 23:16
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
Check your email
6,719 2005-09-14 23:07
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
OK, then, email me the info: smartys@gmail.com
6,720 2005-09-14 22:44
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
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 2005-09-14 22:08
Re: Merging Question (5 replies, posted in PunBB 1.2 troubleshooting)
Well, you could just use completely fresh files
6,722 2005-09-14 20:39
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
Just download a fresh copy of the full 1.2.7 and upload the files?
6,723 2005-09-14 01:57
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
And all of your files are clean 1.2.7 files?
6,724 2005-09-14 01:42
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
That's odd, it seems perfect :-/
Can you try clearing your cache (on your browser) or Ctrl-F5?
6,725 2005-09-14 01:33
Re: Restoring the db after the Altan hack (39 replies, posted in PunBB 1.2 troubleshooting)
yeah, what values do they have in the cat_id column?