fantasma wrote:

it's hard work

Steps:

  1. Go to http://punbb.informer.com/demo/punbb13rc2/index.php

  2. Click the 'Login' link.

  3. Check the page source and search for "redirect_url". You'll see that the "redirect_url" is actually the feed's URL.

  4. Login with admin/admin.

  5. You'll get redirected to the RSS feed.

This only happens when you go from 'index.php' to 'login.php'.

My Browser: Firefox 3.0.3

728

(14 replies, posted in PunBB 1.3 extensions)

Oh, I get it now smile Thanks!

729

(14 replies, posted in PunBB 1.3 extensions)

Yes, please smile

730

(14 replies, posted in PunBB 1.3 extensions)

What the title says smile

731

(8 replies, posted in PunBB 1.3 troubleshooting)

chali wrote:

My hosting provider just suspended my account. I'm moving the site to another server.

Woah, you got suspended because of PunBB?

732

(8 replies, posted in PunBB 1.3 troubleshooting)

Your server's on safe mode?

733

(12 replies, posted in PunBB 1.3 extensions)

Also, the extension list looks plain.

734

(1 replies, posted in General discussion)

Soldat is an awesome 2D multiplayer Third-person shooter.

Please, give it a try and post what you think about it in this topic.

- Link
-- Download

Also, if you're interested in editing the game's weapons to make it a lot more fun, you can use the Weapon Editor that I made.

When I go from 'index.php' to 'login.php', '$_SERVER['HTTP_REFERER']' is:

http://localhost/tests/punbb_dev/index.php

, but '$forum_user['prev_url']' is:

http://localhost/tests/punbb_dev/extern.php?action=feed&type=rss

Since, the login form redirects you to '$forum_user['prev_url']', I think that's why I keep getting redirected to the RSS feed on both test forums (PunBB's and mine).

736

(12 replies, posted in PunBB 1.3 extensions)

Yeah, open up 'extensions/pun_repository/pun_repository.php' and replace line 26 with:

define('PUN_REPOSITORY_URL', 'http://punbb.informer.com/extensions/');

We're all glad we could help smile Have fun with PunBB!

Visit http://punbb.informer.com/trac/browser/ … bb-1.3-dev and click "Zip Archive" at the bottom of the page.

739

(1 replies, posted in PunBB 1.2 discussion)

Where/when are functions from 'common.js' used? (Besides Quick Jump, which is not included in 1.3)

740

(3 replies, posted in PunBB 1.3 troubleshooting)

Yes, every time. Just log in with any account. Firefox 3.0.3.

highs wrote:

This is caused by Mod_Security. You can disable Mod_Security by creating a .htaccess file with the following content.

SecFilterEngine Off
SecFilterScanPOST Off

This topic is 1 year old.

742

(6 replies, posted in PunBB 1.3 troubleshooting)

fantasma wrote:

As Admnistrator click on user and delete it by profile.

No errors for me. Try using latest revision.

Really nice mod. Good work smile

File: 'admin/users.php'

[Line 468]

        <div class="cbox info-box">

Replace:

        <div class="ct-box warn-box">

[Line 486]

                <span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete'] ?>" /></span>

Replace:

                <span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete users'] ?>" /></span>

745

(6 replies, posted in PunBB 1.3 troubleshooting)

More info on how to reproduce the error?

I like your dog smile

747

(3 replies, posted in General discussion)

I get this error when viewing a profile:

PHP wrote:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/darband1/public_html/meko/profile.php on line 820

You should fix that.

This was posted on February. So, probably 1.2.x.

Maybe you're trying to install Vista on an Ext3 filesystem.
You could:

  • Format your HDD

  • Make two partitions (both without any filesystem [a.k.a. no format])

  • Install Vista on one partition

  • Install this "gOS" you talk about on another partition

Now, since gOS is based on Ubuntu, it should have GRUB (bootloader), so the next time you restart it should let you choose between gOS and Vista.

What version of PunBB are you using?