teenagegluesniffer: http://punbb.org/forums/viewtopic.php?id=2295

You obviously have the wrong zip, because the readme is certainly there.

http://www.punres.org/download.php?id=461

Change the style in the display section of your profile. smile

Smartys: I believe 1 refers to the statisics at the bottom of the forum index and the topic / post counts for each individual forum.

jr78: place this in style/imports/base.css for #1 (assuming you want the numbers hidden in all styles):

#punindex .tc2, #punindex .tc3, DIV#brdstats {DISPLAY: none; VISIBILITY: hidden}

Haha, I just realized that "brd" stands for "board". God I'm slow. big_smile

755

(19 replies, posted in PunBB 1.2 show off)

Thanks.

Moved to integration.

There's no mod out there to do this that I know of, but this PHP class has a function to print out a date in that format. With a little modding, you might be able to get PunBB to use that.

758

(19 replies, posted in PunBB 1.2 show off)

What font is that in the banner? I like it.

PunBB's message() function?

Just put, for example:

if($pun_user['g_id'] > PUN_ADMIN)
     message($lang_common['No view']);

after you include the lang files, common.php, header.php, etc but before what you want to be displayed to certain people. Assuming "No view" is a valid lang entry, anyone but admins will receive an error message. No else {} is required.

Comment out or remove this code from register.php:

    // Check that someone from this IP didn't register a user within the last hour (DoS prevention)
    $result = $db->query('SELECT 1 FROM '.$db->prefix.'users WHERE registration_ip=\''.get_remote_address().'\' AND registered>'.(time() - 3600)) or error('Unable to fetch user info', __FILE__, __LINE__, $db->error());

    if ($db->num_rows($result))
        message('A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.');

761

(24 replies, posted in General discussion)

I know the project didn't get off the ground, I just thought some of the discussion in that thread might be helpful. Some good points were made in that thread.

762

(22 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure why the repeat is funky for the background (if I were you I'd do a little research on the repeat property), but I can tell you that it's not going behind the categories/header/footer because each has it's own background - the page's background does not apply to them. Getting rid of their backgrounds then using "BACKGROUND: inherit" might work, but I'm not quite sure.

763

(24 replies, posted in General discussion)

quaker wrote:

ops my bad... but still a fully cms dev off of punbb.. that not a bad idea.

This has been discussed quite heavily before: http://punbb.org/forums/viewtopic.php?id=4709

764

(4 replies, posted in PunBB 1.2 discussion)

Send the files to the user that created the chatbox mod, pokemon_jojo.

765

(22 replies, posted in PunBB 1.2 troubleshooting)

Can we have a link or a screenshot (preferrably a link)?

766

(4 replies, posted in PunBB 1.2 troubleshooting)

Yes. Just copy the folder named "Norwegian" into the folder named "lang" in your PunBB install, then select it as the default language in the admin options.

767

(4 replies, posted in PunBB 1.2 troubleshooting)

Go to the downloads page and download the Broadcast Email plugin.

768

(1 replies, posted in PunBB 1.2 troubleshooting)

Try this: http://punbb.org/forums/viewtopic.php?id=8628

##
##
##        Mod title:  Google Video BBCode
##
##      Mod version:  1.0
##   Works on PunBB:  1.2.12
##     Release date:  2006-08-07
##           Author:  Brian H. (pogenwurst [aT] gmail {D0t} com)
##
##      Description:  Adds [googlevid] BBCode to embed videos w/in posts
##
##   Affected files:  include/parser.php
##
##       Affects DB:  No
##
##            Notes:  By request! :)
##                    Syntax: [googlevid]URL[/googlevid]
##                    URLs MUST be in the format below:
##                    http://video.google.com/videoplay?docid=whatever_the_id_is
##               demo at http://forums.pogenwurst.com/viewtopic.php?id=285
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download here
Demo here

By request.

770

(9 replies, posted in PunBB 1.2 discussion)

The statistics software I use, BBClone, also has built-in links to lookup IPs on Arin.net.

771

(114 replies, posted in Programming)

I can't say I'm much of a PHP programmer (or programmer at all, for that matter), but I do my coding in SciTE. It's available for both Windows and Linux, and like Notepad++ it's based upon Scintilla.

772

(9 replies, posted in PunBB 1.2 discussion)

No match, but that doesn't really say a whole lot.

773

(9 replies, posted in PunBB 1.2 discussion)

Smartys wrote:

roflmao
tool25.png is a defacing tool tongue

It's someone trying to abuse a bug that was fixed in... 1.1.5 (pun_root was a variable back then, so it was a very serious vulnerability)

Hmm... someone found my forum today searching for "powered by punbb 1.1.3" (except without the quotes) (the 1.1.3 was from within a post). I wonder if it might be the same guy...

linkst

P.S. For little things like this, please at least take a quick look at the source (markup) before asking (assuming you didn't).

"P.postlink A" and "DIV.linkst LI A" should probably work.

P.S. If you only want it changed on the topic listing then put "#punviewforum " before each.

EDIT: Actually, "DIV.linkst A" might cover both links.
EDIT 2: FYI that would change the page number links as well.