Re: PunBB 1.4.4
Glad to see PunBB still going. Great work!
You are not logged in. Please login or register.
PunBB Forums → News → PunBB 1.4.4
Glad to see PunBB still going. Great work!
Just updated. Thanks for mobile version.
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... [url=https://[punbb.info]/t-1040.html]PanBB_1.4.5_Download[/url]
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?
PanBB it is PunBB, but with support php 7.2 and more.
After upload files, go to /admin/db_update.php for update DataBase
Huh
wow thank
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?
officially 1.4.4, [url=https://[punbb.info]/t-1040.html]unofficially 1.4.5[/url]
In order to avoid vulnerabilities, use special extensions from spam.
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!
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
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/)
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
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 ![]()
Hi.
How can I upgrade from 1.4.4 to 1.4.5?
Regards.
27. Fix for PHP 8 RC2
https://github.com/MioVisman/punbb/comm … 212c48614e
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/
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
sorry, I'm just testing [ h ] hash tag
H do not work with Visman parser((
Which parser does this bb code not work with?

work with https://github.com/MioVisman/punbb
and
28. Fix DB for PHP 8
https://github.com/MioVisman/punbb/comm … e74f866ab3
@updated right now all files, shows $matches[2]
you can see it here
php = 7.4
DB Type = MySQLi
log is clear
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
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
)
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 … f11550a9efUP 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)
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 ![]()
PunBB Forums → News → PunBB 1.4.4
Powered by PunBB, supported by Informer Technologies, Inc.