I get the following error:

K:\wamp\www\include\parser.php(801) : eval()'d code on line 34

2

(27 replies, posted in PunBB 1.3 extensions)

This extension does not work when you're using Fancy URL's. Can this be fixed?

Page Not found (Error 404): The requested page post/3/extensions/postimage/addform.html could not be found.

Cheers!
Shedrock

3

(13 replies, posted in PunBB 1.3 extensions)

Hi Daris,

I've tried every one of your new extensions and everyone of theme has issues. There were too many to list but I figured I would tell you. I will try and reinstall them and get back to you on all of them.

Cheers!
Shedrock

4

(16 replies, posted in PunBB 1.3 extensions)

Below is the code I was trying to use:

if (isset($_GET['get_host']))
{
    if (!$forum_user['is_admmod'])
        message($lang_common['No permission']);

    ($hook = get_hook('mr_view_ip_selected')) ? eval($hook) : null;

    // Is get_host an IP address or a post ID?
    if (preg_match('/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/', $_GET['get_host']) || preg_match('/^((([0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))$/', $_GET['get_host']))
        $ip = $_GET['get_host'];
    else
    {
        $get_host = intval($_GET['get_host']);
        if ($get_host < 1)
            message($lang_common['Bad request']);

        $query = array(
            'SELECT'    => 'p.poster_ip',
            'FROM'        => 'posts AS p',
            'WHERE'        => 'p.id='.$get_host
        );

5

(16 replies, posted in PunBB 1.3 extensions)

I get this error with your latest version. The error below is repeated thousands of times.

Notice: Uninitialized string offset: 1 in c:\punbb\extensions\geshi_highlight\geshi.php on line 1838

6

(16 replies, posted in PunBB 1.3 extensions)

I get the following error when I try this ext.

Fatal error: Call to undefined function: htmlspecialchars_decode() in c:\punbb\include\parser.php(19) : eval()'d code on line 17

Ok, I read this thread posted here:

http://punbb.informer.com/forums/topic/ … 2-upgrade/

I disabled the hotfix and it solved the issue. Any idea what I should do next?

Thanks
Bingiman

I am receiving the following error when I click on the userlist:

Notice: Undefined index: nav in c:\punbb\userlist.php(107) : eval()'d code on line 22

What would cause this?

Thanks
Bingiman

This extension does not work for me. All it does is produce a blank page after I go to the Settings > Smilies.

10

(3 replies, posted in Feature requests)

Where would add this?

Cool, but you would still need to change this:

    echo '<a href="javascript:insert_text(\''.$smile_text.'\', \'\');" tabindex="'.($tabindex++).'"><img src="'.$base_url.'/img/smilies/'.$smile_file.'" width="15" height="15" alt="'.$smile_text.'" /></a>'."\n";

to:

        echo '<a onclick="insert_text(\''.$smile_text.'\', \'\');" tabindex="'.($tabindex++).'"><img src="'.$base_url.'/img/smilies/'.$smile_file.'" title="'.$smile_text.'" alt="'.$smile_text.'" /></a>'."\n";

To be validated.
Bingiman

I removed those lines (tabindexes) and it passes the w3c validation.

Sweet! great addition. smile

14

(5 replies, posted in PunBB 1.3 discussion)

No problem, I just figured it out.

15

(17 replies, posted in PunBB 1.3 discussion)

At this point I will take any one of them. I am just desperate here. All I really am looking for is a gallery that allows members to submit their pics (approved option for admins - optional, or not) and categories. It should also be accessible in the forums as well, and by that I mean a member can submit a pic in a post and they could have the option via a dropdown menu as to which category it should be submitted in. Once posted, then a thumbnail is displayed and you can click for the full size image.

Bingiman a.k.a Shedrock

16

(37 replies, posted in PunBB 1.3 extensions)

ok, thanks

17

(5 replies, posted in PunBB 1.3 discussion)

Do you know how I can add a break or padding in the "Topics" column. You know where it says: Topics - Posts - Last Post?

Thanks

18

(17 replies, posted in PunBB 1.3 discussion)

That would be so awesome. It is the only thing keeping me from launching my site. I didn't want to use an external gallery script, so this is why I was looking for one with PunBB. Anyway, I look forward to seeing it if you do decide to make one.

Thanks
Bingiman

19

(17 replies, posted in PunBB 1.3 discussion)

Is there going to be a Gallery Extension for PunBB or is there one that exists that works with version 1.3.2?

Thanks
Bingiman

20

(37 replies, posted in PunBB 1.3 extensions)

Does this work for PunBB 1.3.2?

21

(5 replies, posted in PunBB 1.3 discussion)

Thank you very much for that.

Bingiman

22

(5 replies, posted in PunBB 1.3 discussion)

I am trying to figure out how to add a break in viewforum after the topic link so that the users name can be below instead of being on the right of it. Can someone tell me where in viewforum I can do this?

Thanks
Bingiman

23

(13 replies, posted in PunBB 1.3 additions)

KeyDog wrote:

Just trying to collect Styles.

If you can give me link to your release DL location, your site and any other info you think people need - please post. Also a full screen gif screenshot would be nice.

THE STYLES DIRECTORY

Thx for any feedback.

You need to change a line in your css file for the mkpro style. The below is what is should be else you get a double image over the text when you have a Sticky/Closed topic.

.brd .main-content .sticky .closed.icon {
        background-image:url(imgs/stickyclosed.png);
        background-position: left center;
        background-repeat: no-repeat;        
    }

Bingiman

Why doesn't thin work for me with the latest version of punBB? - I get the following error:

Fatal error: Call to a member function on a non-object in c:\punbb\admin\extensions.php(176) : eval()'d code on line 2

Thanks

It looks even worse in IE6. As for the logo, you may need to set a fixed width. This should resolve your issue with wide screen monitors.

You are missing curly (closing) brackets in your 3rxnet_cs.css file. This is the reason your site looks like that.

Hope this helps.
Shedrock