3,926

(4 replies, posted in PunBB 1.2 troubleshooting)

When it's done smile

3,927

(32 replies, posted in PunBB 1.2 troubleshooting)

So do you have a table mw58_config in mw_forum?

3,928

(4 replies, posted in PunBB 1.2 troubleshooting)

In 1.2 (the current version), you only have 1 moderator group
In 1.3 (the version currently under development), you will be able to have multiple groups with the ability to moderate

Venter wrote:

So WHY does it work here but it won't on my forum???

BBCode can be disabled in your forum, so can automatically making links clickable. Check out your admin options/permissions

http://www.24fans.com/forums/config.php
Looks like something is wrong in your config.php wink

That's not necessary. Simply download a fresh copy of PunBB, upload all the files, look in the extras folder for example_config.php, edit the file so that it has the proper information, and upload it as config.php

Also, do you know how you were hacked?

3,932

(30 replies, posted in PunBB 1.2 discussion)

You can't by default: as I said, you need to modify at least one file first

3,933

(32 replies, posted in PunBB 1.2 troubleshooting)

ChuckR wrote:

I'm not sure what that process involves.....  Was your questions directed to my post, or to one of the others?

Cheers

ChuckR

I believe his post was directed at you smile
Here are instructions for enabling debug mode:
http://punbb.org/forums/viewtopic.php?id=2658

3,934

(6 replies, posted in General discussion)

MadHatter: MySQL has MD5 and SHA1 functions built in

3,935

(13 replies, posted in Programming)

MadHatter wrote:

imagine you're the author of an operating system.  you give an sdk for others to develop on.  lets say you hold your file allocation table in a globally accessible variable named foo.  now I, an idiot programmer, create a hello world application, and declare the value of some variable named foo, to a null pointer.  oops...  yes, I'd have to argue that being able to enforce that no one will ever assign

$pun_config = null;

somewhere after its loaded from the cache and before anyone needs to use it, is a more reliable method. 

anytime you can guarantee that some core level code of an application cannot be modified outside of the means you prescribe, is (at least to me) a better, more reliable means.

Foobar foo = new Foobar();
foo = null;

You can screw things up with or without OOP, you just screw them up in slightly different ways wink

3,936

(13 replies, posted in Programming)

All of which are positive aspects of OOP, but none of which make it inherently more "accurate" or "reliable": it's up to the programmer to take advantage of what OOP has to offer when it's needed, using OOP isn't a panacea

3,937

(13 replies, posted in Programming)

thechamp54 wrote:

OOP adds reliability to a program and it's more accurate

I don't think I've ever heard that argument before: how is OOP inherently more reliable and accurate?

3,938

(8 replies, posted in PunBB 1.2 discussion)

Moved to PunBB Discussion
Not a bug, the moderators can see IPs as well: it's to help their moderation.

3,939

(11 replies, posted in PunBB 1.2 troubleshooting)

axa: Make sure your braces are matching up: you most likely have too few ending braces.
And the line numbers being wrong are usually due to a change in version number between when the mod was created and when you use it. They can also be wrong if you already applied a mod. They're meant to be a guide, not to be exact.

3,940

(5 replies, posted in Programming)

ericsagirl wrote:

hmmm.....i got the client now too...and i cant get it to connect.  yeah, windows, but the thing is, when i look at some of my work, certain parts dont show (which are the same parts that dont show with out chmoding) im not sure whats up.

You can't use the client without a server to connect to

3,941

(5 replies, posted in Programming)

You downloaded the FTP server, not the FTP client
And I assume you're running this on Windows: there's no chmodding necessary there (chmod is a Linux thing)

Moved to Modifications

I found this comment directed at someone who was missing thumbnails:

Try accessing <uri of your forum>/include/phpThumb/demo/phpThumb.demo.demo.php
At the top of the page there will be a note that will tell you if GD lib installed on your server and what version it is. Ideally, you want to see something like this: "Note: this server is working on GD 'bundled (2.0.28 compatible)', so images should be of optimal quality." If you get a different message, you may need to contact your web host and see if they can help you there.

3,943

(22 replies, posted in PunBB 1.2 troubleshooting)

liquidat0r wrote:

What? You mean register.php works fine for you?

Indeed
I just had another thought though: could you send me a dump of the config table for your forum (or, if you want, I just want a dump of the data stored for the forum rules)

3,944

(22 replies, posted in PunBB 1.2 troubleshooting)

I have no issues when running it

3,945

(22 replies, posted in PunBB 1.2 troubleshooting)

If you sent me a copy of all your forum's files via email I could try to debug the issue. My email address is smartys at this domain.

3,946

(23 replies, posted in PunBB 1.2 discussion)

So, if <script> is NOT allowed, then, there should be no security issue ? Is that all I should not allow ?

No, any HTML tag can be manipulated to have javascript in it as an attribute.

3,947

(23 replies, posted in PunBB 1.2 discussion)

Plus, arbitrary Flash applets can redirect people as well. HTML can be dangerous wink

3,948

(16 replies, posted in Programming)

It works fine in Firefox, just not in IE (and in Firefox, rolling over the home image makes it freak out tongue)

3,949

(6 replies, posted in PunBB 1.2 discussion)

I don't think the spam bots really care about using BBCode or not smile
But you could accomplish #1 by editing parser.php

abish wrote:

sir, and how do i change
"Bad request. The link you followed is incorrect or outdated."
to
" You arent able to see this because you arent a registered user. Please register" ?

in those forums where guests arent allowed to see anything.

Bad request isn't what's shown when people are guests and can't see anything