config.php

1,577

(114 replies, posted in Programming)

Well, I just tried UltraEdit, and, well, I don't like it tongue
*wanders off to Dreamweaver*

1,578

(16 replies, posted in PunBB 1.2 troubleshooting)

Well, %text% is a wildcard match. It matches everything with 'text' in it wink

rofl, indeed, this has no use...

I hope those outputted characters are actually HTML-encoded ASCII characters (like @ for, erm a I think)... else a bot can be easily adjusted wink

No need to change the database, as long one of the forums has a prefix wink

1,582

(16 replies, posted in PunBB 1.2 troubleshooting)

Nevethir wrote:

Powered by eNepal media
© Copyright 2005?2006 Parikrama WWW team

Yeah, that's an evil thing to do >=/

Well, first of all, install the two forums. Assign each of them a prefix, like inst1_ and inst2_. Then you decide which installation to use as the main one. After that you just edit the other installation to have the chosen prefix for the users table instead of ".$db->prefix.". So you'd edit your second installation to work with the first like this:

Replace

".$db->prefix."users

with

inst1_users

I know Dreamweaver can replace in all the files of the local site etc.

You're correct about the field wink
What you see there is called a Unix timestamp. It counts the elapsed seconds since January 1 1970.
You can decently display things of this with PHP's date() function.

The best thing would be to use a program that goes replacing in all the files =P Just change

".$db->prefix."users

to

"whateveryourprefixmaybe_users

And it'll be solved.

1,586

(11 replies, posted in PunBB 1.2 show off)

Looking nice smile

Dr.Jeckyl wrote:

use html.
example:

0 = <font style="background-color: #0000ff"><a href="URL">LINK</a></font>

Eww.

0 = <a href="link" style="color: #FF0000">Linkeh</a>

1,588

(21 replies, posted in General discussion)

Smartys wrote:

I'd say have it reset every hour and leave it at that. Because otherwise some mods (ones that need delete access) won't work.

Yeah, that's the best option.


I wonder how you're going to have it all fit in tho, as many mods modify the same query etc.

1,589

(21 replies, posted in General discussion)

Myeah, well, I'm not going to try removing all deletes now tongue
Have fun with it ^^

1,590

(21 replies, posted in General discussion)

DELETE is needed. First error popped up here:

An error was encountered
Error: Unable to delete from online list.

1,591

(21 replies, posted in General discussion)

StevenBullen wrote:

then going on to my other subject. Would this mean admin could not delete anything. smile

Yes, including users and search indexes =P I'm not sure if PunBB works on a MySQL account without delete. It might.

1,592

(6 replies, posted in PunBB 1.2 discussion)

Unless the DB management and/or the file editing plugin is installed, no.

1,593

(21 replies, posted in General discussion)

Sure, make a user account that doesn't have INSERT, UPDATE or DELETE privileges.

1,594

(6 replies, posted in PunBB 1.2 discussion)

Delete everything in the forum, delete all users, ...

Pretty much everything but clear the DB and delete the files =/

Chepra wrote:

Is this Modification still up to date?

I doubt it =/

It doesz no harm, it just forces a recreation of your cache files, which would've solved your problem wink

1,597

(5 replies, posted in PunBB 1.2 discussion)

wikipedia wrote:

* New markup and CSS.
    * Search engine optimized "Fancy URLs" via mod rewrite.
    * Proper extension support - Extend the functionality without touching a line of PHP code.
    * New topic read marking system.
    * Improved syndication - Feeds extended to include individual topics. Also feeds in the form of Atom and XML format.
    * Post moderation queue.
    * Multiple moderator groups.
    * Per-style templates - It will be possible to have one set of templates per style.

I bet that's not all tho wink
And for the max login attempts... no idea.

1,598

(5 replies, posted in PunBB 1.2 discussion)

Admins and mods normally.

1,599

(5 replies, posted in PunBB 1.2 discussion)

The option is at the bottom of the page wink

Erm, in your stylesheet somewhere. If it isn't already in it, put it in.
Something like this:

.pun div.postright img { vertical-align: middle; }