51 (edited by dillybob92 2018-02-17 11:38)

Re: PunBB 1.4.4

Glad to see PunBB still going. Great work!

52

Re: PunBB 1.4.4

Just updated. Thanks for mobile version.

http://replace.org.ua/ - Ukrainian Programming Forum.

53 (edited by PanBB.Ru 2018-03-19 06:04)

Re: PunBB 1.4.4

Try install this version 1.4.4 on server working on php 7 and more...

Use 1.4.5 version for php 7 and more... PanBB_1.4.5_Download

54 (edited by zetrader 2018-03-23 19:30)

Re: PunBB 1.4.4

PanBB is a new fork of PunBB?
Edit : i have downloaded PanBB 1.4.5 and tried to install in a fresh new directory, but didn't find the install.php file. How to install? When i go in the directory, i have an "error 403 Forbidden".
Do i have to install PunBB 1.4.4 in that directory and then upload PanBB 1.4.5 and overwrite files? How do i do?

55 (edited by PanBB.Ru 2018-03-28 15:43)

Re: PunBB 1.4.4

PanBB it is PunBB, but with support php 7.2 and more.

After upload files, go to /admin/db_update.php for update DataBase

56

Re: PunBB 1.4.4

Huh

Re: PunBB 1.4.4

wow thank

58

Re: PunBB 1.4.4

Guys I have a question cause I have to start a new forum.
Since punbb has no updates for years, how last version is about vulnerabilities?

59 (edited by PanBB.Ru 2018-08-27 15:12)

Re: PunBB 1.4.4

officially 1.4.4, unofficially 1.4.5

In order to avoid vulnerabilities, use special extensions from spam.

60 (edited by blinks 2018-10-13 17:33)

Re: PunBB 1.4.4

I'm trying to update from pun 1.4.4 to pan 1.4.5. When I try to run admin/db_update.php, I get an error

Forbidden
You don't have permission to access /forum/admin/db_update.php on this server.
Server unable to read htaccess file, denying access to be safe

I just made an update run from v1.3.2 through every version to v1.4.4 without any problems. But running db_update.php for v1.4.5 occures this error.

Any hints?

Edit: Founbd a solution!

First, I copied only admin/db_update.php from pan v1.4.5, executed it and then I copied all other files from pan v.1.4.5 - et voila!

61 (edited by Visman 2021-05-05 07:12)

Re: PunBB 1.4.4

PunBB 1.4.4 with support PHP 5.3-8.0+ and additional fixes

Repository https://github.com/MioVisman/punbb
For issues https://github.com/MioVisman/punbb/issues

Nota Bene
New bb codes in the parser are added in two ways
1. simple code

$pattern[] = '#\[sup\](.*?)\[/sup\]#ms';
$replace[] = '<sup id="one">$1</sup>';

2. code with calculations (for example, the same one is taken)

$pattern_callback[] = '#\[sup\](.*?)\[/sup\]#ms';
$replace_callback[] = function ($matches) { return '<sup id="one">' . $matches[1] . '</sup>'; }; 

P.S.
To turn off notifications about the availability of a new version, you need to go to
Administration -> Settings -> Features -> Automatically check for updates:
Check for updates = OFF
Check for new versions = OFF

ForkBB
I speak only Russian  :P

62

Re: PunBB 1.4.4

1. Fix warning for continue in PHP 7.3
https://github.com/MioVisman/punbb/comm … 581558d457

2. Fix for PHP 7.4
https://github.com/MioVisman/punbb/comm … cf3787e550
https://github.com/MioVisman/punbb/comm … eef9c82738
https://github.com/MioVisman/punbb/comm … 7a565a2caa
https://github.com/MioVisman/punbb/comm … e43f6b5f03

3. Variable name - typo fix
https://github.com/MioVisman/punbb/comm … 3fd2744622

4. Delete create_function() for PHP 7.2
https://github.com/MioVisman/punbb/comm … 3d45e17483
https://github.com/MioVisman/punbb/comm … 6f88725093
https://github.com/MioVisman/punbb/comm … 1831e82112 (fix)

5. Fix blocking 5 or more character TLDs in domain
https://github.com/MioVisman/punbb/comm … cf3af30ffb

6. Prevent redeclaring of $ban_list when empty
https://github.com/MioVisman/punbb/comm … 303c3fa690

7. Add 2 new constants to control SQLite3
https://github.com/MioVisman/punbb/comm … 81116cabb8

8. The constructor returns a void (for db drivers)
https://github.com/MioVisman/punbb/comm … f8c99691c3

9. fix for Oxygen
https://github.com/MioVisman/punbb/comm … fedfbb57d2

10. Fix use $_SERVER[ 'HTTPS']
https://github.com/MioVisman/punbb/comm … f26e7ee596

11. Banned title takes precedence
https://github.com/MioVisman/punbb/comm … db9c8693cb

12. Change check InnoDB support in DB
https://github.com/MioVisman/punbb/comm … 9c7f2dbae7

13. Fix "Notice: Undefined index..." in admin/groups.php
https://github.com/MioVisman/punbb/comm … f4094eeea2

14. Fix Warning for Page Not found (Error 404)
https://github.com/MioVisman/punbb/comm … d4696907d5

15. Fix start time
https://github.com/MioVisman/punbb/comm … 89cf201cc1

16. microtime(true) works since PHP 5.0
https://github.com/MioVisman/punbb/comm … bb0312cb22

17. Hide the full path to the file with the error
https://github.com/MioVisman/punbb/comm … a2a6245452

18. Fix notices for 'Forum subscriptions' in search
https://github.com/MioVisman/punbb/comm … 127e46dfe0

19. Fix argument for EHLO/HELO command
https://github.com/MioVisman/punbb/comm … 66c146c81d

20. Change field_exists() method for SQLite3
https://github.com/MioVisman/punbb/comm … b8ba4e3a9b (fix for http://punbb.informer.com/forums/topic/ … trations/)

ForkBB
I speak only Russian  :P

63

Re: PunBB 1.4.4

Recovered post (someone deleted it earlier)

21. Fixes for SQLite(3)
https://github.com/MioVisman/punbb/comm … fafb816a8c
https://github.com/MioVisman/punbb/comm … 8a344cb80e
https://github.com/MioVisman/punbb/comm … 3097618a2b
https://github.com/MioVisman/punbb/comm … c30abb582b

22. Change set_names() for mysqli
https://github.com/MioVisman/punbb/comm … 3e18819be6

23. Fix URL schemes for get host + ipv6
https://github.com/MioVisman/punbb/comm … a671dbcc2c

24. Fix decreasing transaction counter
https://github.com/MioVisman/punbb/comm … 7f5b0bfd09

25. Fix error() in mysqli_innodb
https://github.com/MioVisman/punbb/comm … 5b85067fdd

26. Fixes for MySQL 8
https://github.com/MioVisman/punbb/comm … cbaf30dc54
https://github.com/MioVisman/punbb/comm … 8eb789b47b

ForkBB
I speak only Russian  :P

64 (edited by PanBB.Ru 2020-08-17 06:38)

Re: PunBB 1.4.4

Download PunBB

If you see notification about update to 1.4.5 just open file /admin/db_update.php end replace:

define('UPDATE_TO', '1.4.4');

to

define('UPDATE_TO', '1.4.5');

save file and go to ...your_site/admin/db_update.php

then click Start button. Enjoy!))

...and thx Visman wink

65

Re: PunBB 1.4.4

Hi.

How can I upgrade from 1.4.4 to 1.4.5?

Regards.

66

Re: PunBB 1.4.4

27. Fix for PHP 8 RC2
https://github.com/MioVisman/punbb/comm … 212c48614e

ForkBB
I speak only Russian  :P

Re: PunBB 1.4.4

Tato wrote:

Hi.

How can I upgrade from 1.4.4 to 1.4.5?

Regards.

The Visman version of Punbb is more updated than "Punbb 1.4.5", so, if i were you, i'll use punbb visman instead :
https://punbb.informer.com/forums/topic … 72-and-74/

68

Re: PunBB 1.4.4

To turn off notifications about the availability of a new version, you need to go to
Administration -> Settings -> Features -> Automatically check for updates:
Check for updates = OFF
Check for new versions = OFF

ForkBB
I speak only Russian  :P

69 (edited by PanBB.Ru 2020-11-26 05:52)

Re: PunBB 1.4.4

To turn off notifications about the availability of a new version, you need to go to

sorry, I'm just testing [ h ] hash tag
H do not work with Visman parser((

70

Re: PunBB 1.4.4

Which parser does this bb code not work with?

https://jpegshare.net/images/0a/da/0ada20f211fc0222085aba5994d78616.png
work with https://github.com/MioVisman/punbb

ForkBB
I speak only Russian  :P

71

Re: PunBB 1.4.4

and
28. Fix DB for PHP 8
https://github.com/MioVisman/punbb/comm … e74f866ab3

ForkBB
I speak only Russian  :P

72 (edited by PanBB.Ru 2020-11-27 23:04)

Re: PunBB 1.4.4

@updated right now all files, shows $matches[2]
you can see it here

php = 7.4
DB Type = MySQLi
log is clear

73

Re: PunBB 1.4.4

I see

<p><span style=\"background-color: $matches[1]\">$matches[2]</span></p>

But there is no such code in the parser.

The code for the bb-code H in the parser is as follows:

</p><h5>$1</h5><p>

Read this post for more bb codes: https://punbb.informer.com/forums/post/158390/#p158390

ForkBB
I speak only Russian  :P

74 (edited by Visman 2021-03-17 08:12)

Re: PunBB 1.4.4

27. Update .htaccess for apache 2.4
https://github.com/MioVisman/punbb/comm … f0f2261528

28. Fix get_table_info() method in SQLite3 driver
https://github.com/MioVisman/punbb/comm … c30abb582b

29. Fix for PHP 8
https://github.com/MioVisman/punbb/comm … 212c48614e
https://github.com/MioVisman/punbb/comm … e74f866ab3

30. Change get_tracked_topics() function
https://github.com/MioVisman/punbb/comm … 98a7c356c0

31. Add SameSite for setcookie()
https://github.com/MioVisman/punbb/comm … d143a67747

32. Change the color of the button for the report to the cautious
https://github.com/MioVisman/punbb/comm … fb2e0f58d0

33. Fix pattern for ip
https://github.com/MioVisman/punbb/comm … b8169a08db

34. Update .htaccess.dist (Add security headers)
https://github.com/MioVisman/punbb/comm … 2c29f5c5ca

35. Security: Update random_key() function for PHP7+
https://github.com/MioVisman/punbb/comm … 6aead51b4e

36. Add canonical link for topic pages (To remove duplicate pages, if any.)
https://github.com/MioVisman/punbb/comm … 1b22f76809

37. There is a need to censor navigation links
https://github.com/MioVisman/punbb/comm … 3ab7684e69

UP 2021-03-13

38. Fix search (Uncaught Error: mysqli_result object is already closed in ...) for PHP 8
https://github.com/MioVisman/punbb/comm … f11550a9ef

UP 2021-03-17

39. Change email bbcode
https://github.com/MioVisman/punbb/comm … 547f79e3d1

    (P.S. Change the handler so that the html validator doesn't swear at bad emails addresses.)
    (P.P.S. I doubt that XSS can exist where all the text characters ', ", < and > are replaced with html entities.)
    (P.P.P.S. In PunBB 1.4.6, everything is done wrong tongue)

ForkBB
I speak only Russian  :P

Re: PunBB 1.4.4

Visman wrote:

UP 2021-03-13

38. Fix search (Uncaught Error: mysqli_result object is already closed in ...) for PHP 8
https://github.com/MioVisman/punbb/comm … f11550a9ef

UP 2021-03-17

39. Change email bbcode
https://github.com/MioVisman/punbb/comm … 547f79e3d1

    (P.S. Change the handler so that the html validator doesn't swear at bad emails addresses.)
    (P.P.S. I doubt that XSS can exist where all the text characters ', ", < and > are replaced with html entities.)
    (P.P.P.S. In PunBB 1.4.6, everything is done wrong tongue)

With the last sentence saying everything is done wrong in PunBB 1.4.6, you've answered my question :
https://punbb.informer.com/forums/topic … by-visman/

It seems that your version is still the better one and more updated wink