lol, no problem
6,551 2005-10-19 17:21
Re: Weird problem with index.php! (4 replies, posted in PunBB 1.2 troubleshooting)
6,552 2005-10-19 15:59
Re: Weird problem with index.php! (4 replies, posted in PunBB 1.2 troubleshooting)
Looks fine to me...
6,553 2005-10-19 01:37
Re: PunBB 1.2.9 (45 replies, posted in News)
Ulph: Except then you need to update ALL files to reflect the new version (unless you're going to have one file store the current version data)
6,554 2005-10-18 15:45
Re: 'Delete button' moves post, rather than deletes it (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Raybo: I think I built a plugin for that a while back because someone asked for it
I'll see if I can dig it up
Edit:
http://punbb.org/forums/viewtopic.php?id=8330
It seems it was made for you
If you don't have mine and ultime's link doesn't work, I'll go poking again
6,555 2005-10-18 15:43
Re: WBB Lite (1.0.2) to PunBB?? (1 replies, posted in PunBB 1.2 discussion)
Email Chacmool with a dump of the database
He might be able to add it to the convertor tool
6,556 2005-10-18 10:24
Re: Sub-domains and logins (13 replies, posted in PunBB 1.2 troubleshooting)
Actually, try this
$cookie_domain = '.celestialknights.org.uk';
6,557 2005-10-17 16:04
Re: Is exists MOD for TOPIC MERGING... (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you want to merge topics, just merge all the posts in one topic into another
6,558 2005-10-17 16:02
Re: PHP environment doesn't have Improved MySQL (mysqli) support built in (1 replies, posted in PunBB 1.2 troubleshooting)
Stick with your original topic
6,559 2005-10-17 16:01
Re: Error: Unable to connect to MySQL server. (11 replies, posted in PunBB 1.2 troubleshooting)
You have to do what I said for B: talk to your host about setting up your MySQL user's password to use OLD_PASSWORD (or, alternately, getting them to use PHP5 and install the MySQLi extension)
6,560 2005-10-17 10:20
Re: Error: Unable to connect to MySQL server. (11 replies, posted in PunBB 1.2 troubleshooting)
Yus: That's not right
It simply means he needs to
A. try mysqli
B. If that doesn't work, talk to his host about using OLD_PASSWORD for his MySQL user's password
6,561 2005-10-15 11:23
Re: Some mod help (i think) (3 replies, posted in PunBB 1.2 troubleshooting)
Banner is simply adding a banner to main.tpl instead of name/description
News would be the News Generator plugin or maybe an SQL query directly from the database
The section is probably just a section manually added into a new index page, like the news.
And the forum:
rename index.php to forum.php
Find all references to index.php and change them to forum.php
6,562 2005-10-15 11:20
Re: Plz help w/ version update (9 replies, posted in PunBB 1.2 troubleshooting)
Use ./ instead of /
6,563 2005-10-14 10:44
Re: Make non-readable forums visible in the index (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes
6,564 2005-10-14 10:42
Re: PunDownload 1.0 (Download And Links Modification) (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes, * is a wildcard meaning anything in the 1.2 series
6,565 2005-10-14 10:37
Re: Need Help ! SOS ! (from china) (2 replies, posted in PunBB 1.2 bug reports)
You are using a MyPunBB forum.
That means you must direct your questions to Connorhd on the MyPunBB support forums.
The PunBB 1.2.8 is if you plan to host the forum yourself.
6,566 2005-10-13 01:43
Re: Someone sent spam to all my 13000 users! (11 replies, posted in PunBB 1.2 troubleshooting)
Don't we already have a posting throttle?
6,567 2005-10-12 20:39
Re: Someone sent spam to all my 13000 users! (11 replies, posted in PunBB 1.2 troubleshooting)
Except that referrer is easily faked
One way to do it is to remove the possibility of emailing like that: implement PMs instead or something (which are easier to take care of)
6,568 2005-10-12 10:39
Re: successful login redirects to "not logged in" page (17 replies, posted in PunBB 1.2 troubleshooting)
Well, you can try setting cookie_domain in config.php
6,569 2005-10-12 02:00
Re: successful login redirects to "not logged in" page (17 replies, posted in PunBB 1.2 troubleshooting)
Well, what's the URL?
This is a little about the IE issue
6,570 2005-10-11 23:36
Re: Fixing member id's in Pun Database [paid gig] (6 replies, posted in General discussion)
Is poster_id set to 1 for each related post when (before?) a user is deleted?
Assuming the box to delete posts/threads isn't checked
What about an "unmanaged" delete, i.e. if I delete a user through (for example) phpmyadmin? In that case I guess the "left join ... is null" query above will be useful?
In an "unmanaged" delete, the poster_id would stay as it was. So yeah, your query might be useful there. However, you can also just tie that into an update statement (assuming that you want all guest posts to be on one account)
6,571 2005-10-11 22:52
Re: Fixing member id's in Pun Database [paid gig] (6 replies, posted in General discussion)
Well, the simplicity depends on two things
1. Do you have any other Guest posts?
2. Do you want these all on one account, or one for each member?
If the answer to 1 is No, and the answer to 2 is one account, then you've made it very simple. Just create a new user, get the user id, and update poster_id to the new user where it's currently 1.
If the answer to 1 is yes and the answer to 2 is one account, then you do something similar, but use the poster column in the posts table instead
If the answer to 1 is no, and the answer to 2 is multiple accounts, then you do just like you would above, except you only assign one poster to one account.
If the answer to 1 is yes, and the answer to 2 is multiple accounts, then it's the same as the two above (not the first one) pretty much.
Just tell me what your situation is and I'll write out a query
6,572 2005-10-11 21:24
Re: Firefox register.php with CAPTCHA issue (14 replies, posted in PunBB 1.2 troubleshooting)
"(could be the image/png thing.. but like I say, that's gone now so that bit is out of my hands)"
No it isn't
I still see it there, your server is still sending the header, whatever is sending the header is causing the issue: it's as simple as that
6,573 2005-10-11 10:43
Re: Firefox register.php with CAPTCHA issue (14 replies, posted in PunBB 1.2 troubleshooting)
Content-Type: image/png
Still there
If you paste the register.php code in here I'm sure we could find the issue
6,574 2005-10-11 01:53
Re: Firefox register.php with CAPTCHA issue (14 replies, posted in PunBB 1.2 troubleshooting)
I don't think he does, since the other pages work fine
6,575 2005-10-11 01:21
Re: dlngle.com/Arcade/bi'o'everythin (18 replies, posted in PunBB 1.2 show off)
Works for me again
And PunBB isn't spelled right