config.php:
$db_type = 'mysql';
-->
$db_type = 'mysqli';
Changelog for mysql: http://php.net/manual/en/changelog.mysql.php
You are not logged in. Please login or register.
PunBB Forums → Posts by Visman
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.
Examples:
ban = exemple.com -> stop: user.name@exemple.com, user.name@www.exemple.com;
ban = .org -> stop: all .org domains;
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.
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
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.
Update to v 0.2.
http://punbb.informer.com/forums/post/155989/#p155989
and all ok (v 1.4.4)
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!
@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))
What is written in the error.log file?
see _http://boroughvent.com/?reqp=1&reqr=L2uuo28hqzSmLzI6pzHhpTW6
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
For MySQL open phpMyAdmin, select your database forum, check table 'forum.online', in the drop-down list select 'Restore table'.
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
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.
PunBB supports characters of UTF-8 maximum 3 bytes are long.
Probably сharacters of android emoji have more than 3 bytes per symbol.
Administration → Users → Groups → For each of the necessary groups → Disable "Allow users to view the user list and user profiles." and "Update group".
Dangerous target="_blank"
RUS: https://habrahabr.ru/post/282880/
ENG: https://medium.com/@jitbit/target-blank … e328301f4c
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
"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.
PunBB Forums → Posts by Visman
Powered by PunBB, supported by Informer Technologies, Inc.