Any chance you can get it to force members to read the entire thread before posting the same comments?
1 2005-11-03 04:16
Re: What is planned for PunBB 1.3 then? (114 replies, posted in PunBB 1.2 discussion)
2 2005-09-21 10:19
Re: OPERA - Free Licences (18 replies, posted in General discussion)
hcgtv wrote:Opera is free now: http://www.opera.com/
so was that mad rush for everyone to get a reg key just a "marketing" ploy? it worked if it was.
If you took part in the mad rush, you got license keys for the mobile version too... which AFAIK is still a pay-for product.
3 2005-09-13 10:12
Re: Moving from 1.2.4 -> 1.2.7 (2 replies, posted in PunBB 1.2 discussion)
You may want to take a look at the patch directory. It describes the move from 1.2.4 to 1.2.7.
4 2005-09-08 12:34
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
So that means you can open and read the file but teh .htaccess functions do not work.
This sounds like some trouble with the web server configuration.
Since I can't know about that maybe you ask your host if there's anything he can do.
Sorry for not having better news....
Yeah... I figured as much. Thanks for the help.
5 2005-09-08 00:08
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
OK,
then just make an empty file in the pun installtion directory.Write there
<? $auth = file("./admin_pass.pwd"); list($user, $password) = split(":", trim($auth[0])); echo "User is $user and password is $password"; ?>
make sure the path to admin_pass.pwd is correct
and see if it displays anything.
Thanks for sticking with me on this. When I make the suggested test file, it loads fine and shows the contents of my admin_pass.pwd file just fine.
6 2005-09-07 23:26
Re: Moderate all post?! (3 replies, posted in Feature requests)
There isn't anything like that available now?
no
7 2005-09-06 10:25
Re: AppState Cycling team, simplified PunBB layout (1 replies, posted in PunBB 1.2 show off)
Very nice.
8 2005-09-05 01:38
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
someguy wrote:[:( When I do this, the page loads without even requesting a username/password.
Of course it does.
This is only meant to find out if the path is correct. The page should load and it should print somewhere the username and Password.
Perhaps I wasn't specific enough. When I make the suggested changes, it doesn't ask me for a username and password; it just loads the page and does not display any additional info. In fact, it doesn't even look like it is entering the "else" part of the if/else statement. If I place echo "JUNK"; before the "} else", I see JUNK displayed on the page. I assume this is a server setting issue.
9 2005-09-03 11:08
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
someguy wrote:Unfortunately it's still not working for me.
OK, to see if your path is correct you can just leave out the authentication part and only call the file:
...
This will show you if the file is found and parsed correctly.
If yes then it must have to do with your server settings.
When I do this, the page loads without even requesting a username/password. BTW, thanks for your help on this.
10 2005-09-02 18:15
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
Unfortunately it's still not working for me.
11 2005-09-02 17:48
Re: punLaTeX v1.0 (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Very nice mode. Great work jchristophm
12 2005-09-02 17:42
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
I have a copy of admin_pass.pwd in my forum root directory and in the include directory (where common_admin.php) is found. The file contains just this line:
Tester:0cbc6611f5540bd0809a388dc95a615b
Both copies of admin_pass.pwd are set to: -rw-r--r--, and I can view it fine if I type its URL into my browser.
I enter Tester for the user name and Test for the password and get the same behavior I described above. I know I should move the file to some other location, but I want to get it to work before I start messing with that.
13 2005-09-01 15:18
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
I found a very simple way to add Basic authentication to your admin scripts without moving anything.
This is a great solution, but I can't get it to work. After making the modifications, the browser keeps prompting me for username/passwd. Does anyone have ideas on what could be going wrong?
14 2005-08-31 01:54
Re: OPERA - Free Licences (18 replies, posted in General discussion)
If I ever get a Pocket PC, it will be nice to have a licensed version of Opera.
15 2005-08-28 11:46
Re: I REALLY want to change the new post indicator to something beyond CSS (29 replies, posted in PunBB 1.2 troubleshooting)
I'm not sure why you started a new thread for this, but did you try the suggestion I made in your previous thread about this?
I haven't tried it, but it looks like you should add something like:
background-image: url(name_of_icon.png);
to the .isticky .inew .iredirect .iclosed and .icon items as desired.
16 2005-08-26 14:35
Re: link exchange (2 replies, posted in General discussion)
This looks like spam to me. Do you even have a punBB forum installed?
17 2005-08-26 02:14
Re: Timezone (5 replies, posted in PunBB 1.2 troubleshooting)
Why not just set the default time for the board to GMT?
18 2005-08-25 13:06
Re: Apple Cinema Display on a regular "PC" (3 replies, posted in General discussion)
It shouldn't be a problem provided (s)he has the correct graphics card.
This DVI connection also removes all barriers to using an Apple display with a PC. If your graphics card supports DVI with DDC technology for widescreen viewing, you should be able to use these two displays with a PC.
I pulled this from the description on Amazon's listing for the 23 incher but it looks like the other Cinema displays use the same connection.
19 2005-08-24 01:46
Re: Password protecting admin pages (3 replies, posted in PunBB 1.2 troubleshooting)
Funny. I just requested that today over in the "Feature" forum. Tobi has described the necessary modifications for this in that thread.
20 2005-08-23 21:19
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
Paul wrote:Incidentally, a search for recent registrations here shows up the same pattern as described by CodeXP.
In these forums?
There are a lot of suspicious registrations here (punbb.org) on 11 August 2005. It looks like (s)he is/was trying something here too.
21 2005-08-23 16:06
Re: Admin stuff in separate directory (8 replies, posted in Feature requests)
Great. Thanks Tobi... but I still think it should be considered as part of the standard install for v1.3.
22 2005-08-23 11:45
Re: One tab to post/submit (5 replies, posted in Feature requests)
Ah... okay. That's good to know. It doesn't work with the AvantBrowser (it takes me to the search box).
23 2005-08-23 11:33
Re: One tab to post/submit (5 replies, posted in Feature requests)
Try Alt+S
I'm not sure what this means... search?
I never have a problem because I always use the quick reply box which is the realy lazy way to do it.
That doesn't work if you are creating a new thread or quoting someone (unless you manually quote them).
I agree that this is a nit-picky request, but IMO it would make PunBB even better (albeit marginally) than it already is.
24 2005-08-23 11:14
Re: Admin stuff in separate directory (8 replies, posted in Feature requests)
Try the search function.
Somebody has done and explained this somewhere here AFAIK
I saw this thread and posted a request for details three weeks ago, but AFAIK, the complete solution has not been posted.
I'd be grateful if someone could fill in the missing details or point me to another more complete discussion.
However, even if a mod exists, I would still think this request has merit. Here are a couple of reasons I think it should be in the base distribution:
1) Doesn't require moding so upgrades of PunBB are easier
2) Makes it easier to more PunBB installations to be more secure... which makes PunBB more appealing
BTW, this is all predicated on the assumption that .htaccess password protection would improve security. If someone knowledgable were to tell me that it doesn't help, I'll be happy to shut up.
25 2005-08-23 10:30
Topic: One tab to post/submit (5 replies, posted in Feature requests)
If I'm in the message composition box and I hit tab it takes me to the Option "Never show smilies as icons in the first post" check box. Hit tab again to get to the other option check box. Hit tab again and I get to the "Submit" button.
I would like to request that hitting tab the first time from the message composition box takes you directly to the "Submit" button. This would allow users to post with less effort... yes I'm lazy.
I.e., "type my message, hit tab, hit enter" instead of "type my message, hit tab three times, hit enter."
Thanks for considering it.