config.php:

$db_type = 'mysql';

-->

$db_type = 'mysqli';

Changelog for mysql: http://php.net/manual/en/changelog.mysql.php

Not loaded style.
Open the Developer Tools in the browser (F12 or Ctrl+Shift+I) - Network tab and reload the page.
You watch the status of files and check real existence of files on these ways.

http://jpegshare.net/images/8f/59/8f59d32a6363f342080d5b78270078e9.png

228

(47 replies, posted in PunBB 1.4 additions)

http://jpegshare.net/thumbs/5e/2e/5e2ef23498e257c1d78e5ed0ca6cd0f6.jpg
test

229

(3 replies, posted in Feature requests)

Examples:
ban = exemple.com -> stop: user.name@exemple.com, user.name@www.exemple.com;
ban = .org -> stop: all .org domains;

230

(3 replies, posted in Feature requests)

http://punbb.informer.com/forums/topic/ … nforemail/
please test

https://github.com/MioVisman/punbb_exte … _for_email

Extended ban for email.

Administration -> Settings -> Registration -> Allow registration with banned email addresses = OFF

Examples:
ban = exemple.com -> stop: user.name@exemple.com, user.name@www.exemple.com;
ban = .org -> stop: all .org domains;
ban - user.name@gmail.com -> stop: username@gmail.com, u.s.e.r.n.a.m.e+tag@gmail.com.

232

(1 replies, posted in PunBB 1.4 additions)

https://github.com/MioVisman/punbb_exte … va_awesome

Adds the Font Awesome to a forum.

v 0.0.2 Version 4.7 font + is a little more than jewelry

http://jpegshare.net/thumbs/04/99/049963b694696f6569a0a3a198d93661.jpg

P.S. The extensions/sva_awesome/style/default.css file for all styles if there is no file for concrete style.
For example: extensions/sva_awesome/style/Oxygen.css for Oxygen style.

233

(3 replies, posted in PunBB 1.4 additions)

Update to v 0.2.

234

(2 replies, posted in Feature requests)

http://punbb.informer.com/forums/post/155989/#p155989
and all ok (v 1.4.4)

235

(8 replies, posted in PunBB 1.4 troubleshooting)

As of PHP 5.5.0 E_DEPRECATED level error is emitted when passing in the "\e" modifier. As of PHP 7.0.0 E_WARNING is emited in this case and "\e" modifier has no effect.

http://php.net/manual/en/function.preg-replace.php

Reduce the PHP version or PunBB upgrade to version 1.4.4 (it is necessary to update expansions too).

Be sure to make a backup of the forum and database!

236

(8 replies, posted in PunBB 1.4 troubleshooting)

@pradtf, pgsql.php file:
1.

            $this->last_query_text[$this->query_result] = $sql;

-->

            $this->last_query_text[intval($this->query_result)] = $sql;

2.

        if ($query_id && $this->last_query_text[$query_id] != '')

-->

        if ($query_id && $this->last_query_text[intval($query_id)] != '')

3.

            if (preg_match('/^INSERT INTO ([a-z0-9\_\-]+)/is', $this->last_query_text[$query_id], $table_name))

-->

            if (preg_match('/^INSERT INTO ([a-z0-9\_\-]+)/is', $this->last_query_text[intval($query_id)], $table_name))

237

(8 replies, posted in PunBB 1.4 troubleshooting)

What is written in the error.log file?

238

(4 replies, posted in PunBB 1.4 troubleshooting)

see _http://boroughvent.com/?reqp=1&reqr=L2uuo28hqzSmLzI6pzHhpTW6

239

(49 replies, posted in Supported extensions)

FF 47 Win 7 32bit mp3 works
http://jpegshare.net/thumbs/22/29/2229c2c3e2808047e4f0bee70882c4f0.jpg

240

(49 replies, posted in Supported extensions)

dimoe wrote:

can create or expand your own uploaded files can also play a html5 audio (mp3) / video bbcode player?

in the way [audio] self url [/ audio] or [video] self url [/ video]

Please without flash if possible. vlt. with jplayer or browser plugins own if possible.

Thank you very much
sorry for the bad english google

use http://punbb.informer.com/forums/topic/ … vamediajs/

241

(2 replies, posted in PunBB 1.4 bug reports)

http://jpegshare.net/images/11/a3/11a312f87c16473f2e7ec76e5e64dc68.png
???

242

(1 replies, posted in PunBB 1.4 bug reports)

For MySQL open phpMyAdmin, select your database forum, check table 'forum.online', in the drop-down list select 'Restore table'.

243

(47 replies, posted in PunBB 1.4 additions)

v 1.2.0
Changes:
1. Yandex Video
    Support is removed, this service is closed.
2. Mail.ru
    Added support for links of this type my.mail.ru/*/*/video/*/*.html
3. OK.ru
    Added support service (video).
4. Rutube
    Iframe is not displayed if you do not have Flash Player.
5. Sibnet
    Iframe is not displayed if you do not have Flash Player.
6. Yandex Карты
    Added support service.
    Support for this type of reference only yandex.ru/maps/-/CVgQyK3F.
    Displays only the territory of the USSR smile
7. Google Maps
    Links from the code to insert fully supported.
    Links of the old format (maps.google.ru/?ll=55.019363,82.97905&s … 7&t=m&z=17) are fully supported.
    Links url of the page with the map (google.com/maps/place/%D0%95%D0%BD%D … 92.1867687) are partially supported.
    For the Chinese mirror with maps request goes to him as - http://maps.google.cn/...
    For all other mirrors a request is sent to https://maps.google.com/...
8. Incompatibility with a spoiler is corrected, the map/video in a spoiler was displayed the zero size.

244

(3 replies, posted in PunBB 1.4 bug reports)

PunBB supports characters of UTF-8 maximum 3 bytes are long.
Probably сharacters of android emoji have more than 3 bytes per symbol.

https://en.wikipedia.org/wiki/UTF-8

245

(4 replies, posted in PunBB 1.4 additions)

Administration → Users → Groups → For each of the necessary groups → Disable "Allow users to view the user list and user profiles." and "Update group".

246

(2 replies, posted in Feature requests)

Dangerous target="_blank"

RUS: https://habrahabr.ru/post/282880/
ENG: https://medium.com/@jitbit/target-blank … e328301f4c

247

(13 replies, posted in Development)

9badik99, in include/dblayer/mysqli.php (similarly in other files of the same folder) replace

    function DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $foo)

to

    function __construct($db_host, $db_username, $db_password, $db_name, $db_prefix, $foo)

Really, OR doesn't work smile

"all" in stopwords https://github.com/punbb/punbb/blob/mas … pwords.txt

Reduce the version of your Punbb to 1.4.2 or Switch off all extensions relating to bbcode.

P.S. Switch off them on one and check operation to find problem extension.