If you don't have a login system already, then just use PunBB's as outlined in the integration instructions in PunBB's documentation.

252

(3 replies, posted in PunBB 1.2 troubleshooting)

You're producing the cookie incorrectly. From checkcookie():

if (!isset($pun_user['id']) || md5($cookie_seed.$pun_user['password']) !== $cookie['password_hash'])

Just add a proper entry to the users table, using pun_hash() to hash the password.

254

(3 replies, posted in PunBB 1.2 troubleshooting)

if($pun_user['g_id'] != 2)
    message($lang_common['No permission']);
SuperMAG wrote:

ok i will ask them but where they save that backups

If they have them, then they'll be able to tell you where to get them.

The issue with using a META tag to redirect is that the main targets of anti-spam tools are bots, and bots don't have to -- and probably won't -- obey the META tag.

Requiring Javascript for registration is an accessibility issue anyway, so the best solution is simply to restrict yourself to anti-spam tools that don't use it.

liquidat0r wrote:
pogenwurst wrote:

This might work, I just found it in a search: http://www.serverspy.net/site/monitor/ventrilo.html

"Only Exclusive Subscribers are able to include the Ventrilo Monitor on their site.
So click here to upgrade!"

Ah, in my cursory look in the site I missed that. Oh well

258

(4 replies, posted in PunBB 1.2 troubleshooting)

By the looks of it you're on shared hosting, so another user of your host may have somehow broken past some security. You should probably ask your host about it, and see if you can get your hands on server logs for your account to get a better idea of what happened.

This might work, I just found it in a search: http://www.serverspy.net/site/monitor/ventrilo.html

260

(7 replies, posted in PunBB 1.2 discussion)

Can you post the contents of your config.php (with sensitive information taken out)?

261

(4 replies, posted in PunBB 1.2 troubleshooting)

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

262

(39 replies, posted in PunBB 1.2 troubleshooting)

Well, to help you we'll need either your index.php, a list of the queries that are run (display of queries is toggled in common.php - be careful not to leave it set on a live site once you get the list, however), or both.

263

(4 replies, posted in PunBB 1.2 troubleshooting)

That's how the post counter is intended to work. It counts how many posts a user has made, not how many post of his or hers are currently on the forum.

If you want to sync post counts with posts currently in the forum, however, you can use Connorhd's forum cleanup plugin periodically.

That's... odd.

Can you paste the relevant lines from you parser.php here?

The cookie seed is in config.php.

266

(9 replies, posted in Test forum)

CReatiVe4w3 wrote:

I'm surprised no body has made a shot at a spam extension yet... guess it's a complex thing to do.

There's already an Akismet mod as well as several other anti-spam mods.

chopiesel wrote:

i installed the youtube one first and it works fine, but google is right under it on the next line and does not work?

I'll need more information about your problem and how it occurred if you need me to help you.

Mediator has already done all the work for you: http://www.punres.org/desc.php?pid=57 wink

Well, almost all of the work. If you don't want the regular announcement box to be shown to guests, you'll have to edit header.php to check if a user is logged in or not (try using $pun_user['is_guest']).

Smartys wrote:

I think the current converter works fine with VB 3.6

Oh yeah, you're right:

iatbm wrote:

Just converted 2 days ago from vb3.6 to punbb on http://www.istoritve.com without any problems at all with converter. I had subforums and lots of mods on vb but default converter was just fine !

You may be able to find a converter to other forum software (such as phpBB) that you may use and then convert the result to PunBB.

271

(3 replies, posted in PunBB 1.2 troubleshooting)

I think you can stand to wait an hour and a half before you bump...

Anyway, I'm unsure of the source of your problem but the following CSS ought to patch it up:

#punforum TD.tcr SPAN.byuser {DISPLAY: block}

272

(2 replies, posted in PunBB 1.2 troubleshooting)

You need to change the permission of the cache folder to 777. Your FTP program probably has some way to do this (I know Filezilla does - right click and choose "File Attributes").

There ought to be a $page_title variable in there that you can change.

274

(9 replies, posted in Programming)

I don't know what's wrong with Jansson's query, if anything, but you might try Rickard's query for the same purpose.

275

(20 replies, posted in PunBB 1.2 troubleshooting)

Fine Smartys, "there are some possible advantages to it". big_smile