151

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Хм, вроде парсер для загрузки файлов и картинок не используется.... с чего бы это?  PunBB_INFO_ICQ/pardon

152

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB,

PunBB wrote:

парсер для загрузки файлов и картинок не используется

Вероятно конфликт c BB панелькой

   // $return = ($hook = get_hook('ps_do_bbcode_start')) ? eval($hook) : null;
   if ($return != null)
      return $return;
//   $return = ($hook = get_hook('ps_do_bbcode_replace')) ? eval($hook) : null;
   if ($return != null)
      return $return;

$matches[1]

Короче, хз, но расширение поставлено по инструкции этого форума. У меня не работает.
Еще 777 на уплоад папке конечно круто, вероятней всего настройки моего хостера просто не позволят этого сделать....
Сейчас нет вообще никаких ошибок, но и картинки не грузит... ни ошибок ни чего... просто кнопка, всплывающее окно, выбор файла и закрывание окна.

153

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

kirpich, можно гадать по звездам и луне, а можно кинуть сылку на свой форум и дать другим посмотреть на наличие ошибок.

154

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Для ссылки на форум есть специально отведенное место в своем профиле.

kirpich, а хуки зачем закоментировали? Или это так надо?

1

155

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

sempai, пока на локальном уровне тестирую, нет извне доступа...
PunBB, понятия не имею, не я же движок писал.
Не подскажете, при загрузке ведь папка под юзера создается, в каком скрипте назначаются права этой папке?
По структуре сильно похож на когда-то тестируемый загрузчик hcs там походу такая же фигня была, права на папку автоматом 354 назначались...

156

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

kirpich, смотрите файл functions.php (в папке расширения).

Примерный код показан в этом сообщении.

1

157 (edited by kirpich 2017.08.27 09:18)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

sempai wrote:

Примерный код показан в этом сообщении.

Честно говоря, фокусы с 0777 выглядят очень сомнительно.
Ошибки нашел, сравнил с hcs и аутентичным вариантом, приложенным hcs в своем архиве.
Заработало... всех благодарю за помощь.
пс. от 777 срочно избавляйтесь, 0755 за глаза при правильной настройке сервера хостером иначе "поднимут" быстро.

Так вернее

if (!file_exists($dir_images) ) {
         @mkdir($dir_images);
         @chmod($dir_images, 0755);
      }
      
      if (!file_exists($dir_images.date('m', time()).'/') ) {
         @mkdir($dir_images.date('m', time()).'/');
         @chmod($dir_images.date('m', time()).'/', 0755);

158

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hello !
I do not like the new Pan_uploader.
Generally, it does not work, at least with my sqlite3 install.
The drag-and drop system is no more available, when I click on the icon, most of the time nothing happens. One time out of ten, the file explorer of my computer opens a window and I can choose a file. My new entry remains blank for a long time, then after 2 or 3 minutes, the code for the image may be displayed. But most of the time, not, and never more when using a smartphone.

Moreover, if I try to look  at my uploaded files and images via the administration of the extension, I find nothing, every folder seems to be empty.

Also, if by chance I manage to upload and display a picture, its name is completely modified. I am not happy with this, since I always take a long time giving significant names to my files.

Something has gone wrong with my site or the new release of the extension does not comply with ... me !!!

What can I do, please ? Should I go back to the first releases ?

Here is my new post : I spent 30 minutes to be able to display 2 pictures and the 3rd one never came.

http://revest.legtux.org/viewtopic.php?pid=648#p648

159

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

If the field for the hash of the file name was added from the very beginning, then there would be no problems.
The problem is that you can not delete fields in SQLite3.
I'll try to write a converter to save the data.
In addition, you will have to return a pop-up dialog box for uploading files.

160

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Thanks for your answer, but ... how can I say it without being unpolite, sorry if you feel angry with my words : what I understand is that Pan_Uploader is really dead for sqlite users.
I chose PunBB especially because of its sqlite option.

How is it possible to use one of the first versions of your extension ? It used to work quite correctly, on any browser, and also with smartphone : I was able to send photos on the forum from my smartphone when I was hicking.

The only option I have left is now with hosting my picture on my Piwigo album, as I explain here : http://revest.legtux.org/viewtopic.php?pid=647#p647

I am very sorry of the evolution.

161

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

write better on the items your wishes, we will try to do something for you.  PunBB_INFO_ICQ/ok

162

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hello !
I will try to write clearly. First 2 preliminary statements.

A - Sqlite is essential for me, I would never use PunBB without it. So, I am always thankful when extensions are developped for sqlite too... and angry if not !
B - Pan_uploader is a great extension, but it does not work with one of my hosting provider, 1&1 in Germany, because my hosting pack there is cheap and old and not performant : new folders and new files created by php command are fitted with very low rights (604) and cannot be used for lack of sufficient permissions. So, all my PunBB are hosted at my other hosting provider Legtux, who rents servers at OVH in France, because Pan-uploader is so important to me.

Then now about Pan_uploader

1 -When I began to use the extension in June 2016, I was able to use it either by drag-and-drop, or by clicking and opening a popup window to choose a file on my computer. When I browsed the forum from my smartphone, I was asked if I wanted to upload a photo from my stock or if I wanted to take a picture with my camera and upload it.
The drag-and-drop function and the camera option do not exist anymore in the new Pan_uploader and I lack them very much. These were really cute options.

2 - The new Pan_uploader generally does not work at all on my forums. It works sometime a little when I am not using Firefox or Cyberfox : Sea-Monkey or PaleMoon browsers do a better job, but it is not reliable. While an older version of the extension, such as 3.0.4 provides more success.

3 - The name of uploaded files changed. It is now a very long name with letters and numbers with no significance, while beforehand, the extension respected the significant name I had given. It is important for indexation, and also for blind people, since the alt tag will repeat the name of the file.

Look at the file I uploaded last year : http://revest.legtux.org/viewtopic.php?id=24
The name of the picture is the one I gave it before uploading it : http://revest.legtux.org/img/pourforum/ … illage.jpg
It as a meaning (at least for French people !!!!)

Look at the file I uploaded this week : http://revest.legtux.org/viewtopic.php?pid=648#p648
The name of the picture has no meaning at all : http://revest.legtux.org/uploads/images … bc50b2.jpg  and I assure you I uploaded a picture with a really meaningful name : saint-clement-vue-generale.jpg.
I would like my uploaded files to keep the cute name I gave them, the alt tag should bear the original name too and what would be more, I would like very much a Title tag to be added on the same model as the alt tag.

4 -  In the extension administration, files and images are not listed anymore, it says that the list is empty, while I can still see the pictures displayed in the forum.

What I want is : going back to last year release with the addition of the title tag. I am ready to help with English and French translations if needed.

Thanks for reading me.

163

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Ok. I understand you, and I will try to restore some functions.

In the next version, 0.5 it will be possible to restore all pictures and files. But you can not go to it simply by updating the extension. It will be necessary to dump the table using the Pan Extension Extensions.

The initial installation will proceed as usual.

164 (edited by MaraKat 2017.09.23 23:52)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hello ! Do not worry with the options. I went back to 0.3.9 and everything works to the perfection, everywhere and just as I want it.
I will keep to it. Probably this version complies better with sqlite3. Thanks all the same.

165 (edited by kisa 2017.09.24 00:49)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

MaraKat, Это регресс  PunBB_INFO_ICQ/bigsmile

PunBB, помнишь, мы говорили о закачке картинок на сторонний сервер?  PunBB_INFO_ICQ/wink

166

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

kisa, есть примеры? я что то ни где не встречал. Еще не каждый сможет разобраться в установке и настройке, подозреваю, что просто так в один клик собрать это не получиться.

167

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

My translation to French and modification of English lang files for Pan_uploader 0.4.9.This content is available only to registered users.

168 (edited by kisa 2017.09.30 02:11)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB, Нет примеров  PunBB_INFO_ICQ/bigsmile
Имеется ввиду вот что: беру безлимитный хостинг, скажем, failopomojka.com.ua, исключительно под хранение картинок. Именно свой платный, а не сторонний.
Когда возникает необходимсть загрузить картинку, она грузится туда, и показывается через [ img ] оттуда.
С failopomojka.com.ua\files\Year\Month а не с myforum\upload\Year\Month

Например, я использовал уже треть дискового пространства. Хостер мне нравится, но брать более толстый пакет не хочется, и это всё равно тупик. А так, с какого-то момента протсо следующие картинки оказываются на другом сервере, безлимитном. В то время, как БД и картинки начального периода лежат на солидном хостинге.

169 (edited by PunBB 2017.09.30 07:50)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

kisa, ну это не проблема если есть возможность перенести картинки с такой же структурой директорий как и на форуме, как выше ты написал. Тогда нужно будет всего лишь поменять бэйс урл на домен хостинга где лежат картинки, а это сделать не сложно, тем более, что в базе данных хранятся только пути, а не целиковая ссылка.

Вариантов несколько. Можно либо проверять, где лежит картинка или же в таблицу добавить опцию и из нее вытаскивать бэйсурл имэйдж хостинга. Второй вариант менее ресурсозатратный.

То есть я привел пример, если их периодически переносить, когда набралось довольно много. Но можно и перенаправлять загрузку, но на том сервере нужно написать скрипт принимающий картинки и распределяющий их по заданной структуре. Единственное, нужно учесть безопасную загрузку, чтобы без дыр.

170 (edited by PunBB 2017.09.30 12:54)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Почему на моем сервере не загружаются картинки большого размера, хотя в настройках установлен максимальный размер файла?

Ответ на вопрос

Для того, чтобы загружать файлы больших размеров в PHP, надо исправить настройки интерпритатора PHP. Существуют 4 настройки, влияющие на максимальный допустимый размер загружаемого файла:

max_execution_time - максимальное время, которое может выполняться скрипт. Как правило, стоит 30-60 секунд.
max_input_time - максимальное время, в течение которого могут приниматься данные на сервер. Здесь также стоит порядка 30-60 секунд.
upload_max_filesize - максимальный размер файла, который допускается для загрузки на сервер. Ключевая настройка, однако, вопреки общему заблуждению, далеко не единственная необходимая для загрузки больших файлов в РHP.
post_max_size - максимальный размер отправляемых данных.
Фактически, чтобы загружать большие файлы в PHP, нужно исправить все 4 настройки. Делается это с помощью файла .htaccess, в который нужно добавить следующие строки (безусловно, значения можно менять на свои):

php_value max_execution_time 500
php_value max_input_time 500
php_value upload_max_filesize 30M
php_value post_max_size 30M

Почему все 4 опции так важны:

max_execution_time - здесь нужно поставить время, за которое должен успеть загрузиться файл. Очевидно, что файл размеров 30 МБ вряд ли загрузится за 30-60 секунд, поэтому безусловно, это время надо увеличивать.
max_input_time - аналогично с max_execution_time. Ведь если первые 60 секунд будут приниматься данные, а потом перестанут, то вновь файл не успеет загрузиться.
upload_max_filesize - эту опцию меняют все и без проблем, однако, когда ничего не меняется - удивляются, а ведь она хоть и является ключевой, но, тем не менее, другие три так же очень важны.
post_max_size - максимальный размер отправляемых данных так же очевиден, ведь если файл большого размера, то он не сможет полностью отправиться из-за этого ограничения.
Однако, будьте внимательны! До бесконечности увеличивать эти параметры нельзя! Все эти настройки ограничены оперативной памятью, выделяемой Вам сервером. Запомните следующее неравенство, которое всегда должно соблюдаться: "upload_max_filesize < post_max_size < memory_limit". Вот поэтому нельзя поставить размер файла больше оперативной памяти. Возможно, Вы спросите почему? Здесь всё очень просто: прежде чем файл появится на сервере, он целиком помещается в оперативную память. И поэтому нельзя загрузить файл размера большего, чем оперативная память, выделяемая сервером. Надеюсь, понятно объяснил. А размер оперативной памяти составляет, в среднем, 64 - 128 МБ. И из этого размера Вы можете уже окончательно понять, насколько большие файлы Вы вправе загружать через PHP. Безусловно, если у Вас будет выделенный сервер, то Вы можете поставить хоть 16 ГБ оперативной памяти, если, конечно, на компьютере имеется столько памяти вообще. А на обычным хостинге, таких размеров не бывает, поэтому там всегда есть большие ограничения на размер загружаемых файлов через PHP. И всегда помните: предел на размер загружаемых файлов существует абсолютно всегда и на любом сервере!

Данный файл .htaccess нужно добавить в корень расширения Pan Uploader

171

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hello !
Look here : http://revest.legtux.org/viewtopic.php?pid=647#p647 It is what I did to insert external images.
I managed to add a link to the images of my Piwigo online album. And they can be inserted. These images are located on an other website, an other server.
Try it and tell me if it is easy. I had to deactivate Pan_preview and K_editor , otherwise it would not work.
It's a tool developped by a coder for Piwigo CMS. It produces a script that I included in a PunBB file.

172

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Oo  PunBB_INFO_ICQ/thumbsup Very good! It is wonderful!
Probably, this is what kisa was looking for.

173

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

The extension for Piwigo  is called : Piwigo2img. It can be found here : http://fr.piwigo.org/ext/extension_view.php?eid=835

Install instructions are given to enable images import from Piwigo CMS to PunBB. Below are the special instructions :

II(d) PUNBB http://punbb.informer.com/
HOW TO INSTALL:
-----------------------
STEP (1) --- Copy Piwigo2Img files and configure them

(1a) Copy file "piwigo2img.php" to your webserver into PUNBB root folder
(1b) Open in your web browser http://yoursite.com/path-to-your/piwigo2img.php to check if it's working as standalone
(1c) Open "piwigo2img.php" in an text editor (preferred code syntax editor like Notepad++)
(1d) Edit the parameters from the "Admin Config" section, setting your $sitename
-----------------------
STEP (2) --- Download and install bbcode toolbar extension
(2a) Download "pun_bbcode" extension from http://punbb.informer.com/extensions/
(2b) Unzip and copy directory "pun_bbcode" to webserver "/punbb/extensions/" directory
(2c) Go to Administration and activate the extension
-----------------------
STEP (3) --- Add custom [piwigo] button to PUNBB posting toolbar

(3a) Go to file: "punbb/extensions/pun_bbcode/bar.php"
(3b) Open the file in a text editor (preferred code syntax editor like Notepad++)
(3c) Find:

<div id="pun_bbcode_buttons">

(3d) Add before:

<input type="button" value="piwigo" onclick="window.open('piwigo2img.php', '_blank', 'toolbar=no,resizable=yes,scrollbars=yes,width=770,height=470,left=0,top=0');" />

174

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Спасибо, вникну.

175 (edited by bumctik 2017.12.21 02:59)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

друзья, поставил расширение, но кнопка так и не появилась...

версия движка 1.4.4

из допов
pun_jquery
pun_admin_manage_extensions_improved
pun_bbcode
strikethrough
pan_color_text
pan_highligh
fancy_video_tag
pan_framework

случайно после утсановки стирал pan_framework   может из-за этого глюк?
В Админке в настройках также дополнительно ничего не появилось. Пробовал переустанавливать ничего не меняется

176

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

может проблема в  правах доступа? ошибок вроде нигде никаких нет.
помогите идентифицировать проблему

177

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

bumctik, скиньте ссылку на ваш форум.

178 (edited by kisa 2018.01.13 11:01)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

bumctik, https://punbb.softplaza.net/post5112.html#p5112 - не в этом ли собака порылась?

179

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

bumctik, файл .htaccess в корне самого расширения можно попробовать удалить или отредактировать.

180

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hi.

I attached Spanish language.

This content is available only to registered users.

181

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

TatoPunBB_INFO_ICQ/thumbsup  PunBB_INFO_ICQ/thumbsup  PunBB_INFO_ICQ/thumbsup

Your files have been verified and added to the extension.

Thank you very much for your contribution to the development of PunBB.

182

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Не появилась кнопочка в панели после установки. Что смотреть?

183

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

f12 в браузере, смотрите какие ошибки в консоли.

184 (edited by dolotov44 2018.03.14 06:34)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Failed to load resource: the server responded with a status of 403 () --- это так ругается на файл со стилями и аналогично на Russian.js


а теперь такая

punbb.common.min.js:5 GET https://forum.mageialinux.ru/extensions … ploader.js net::ERR_ABORTED

185

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Hello ! I met an issue with one of my hosting providers : file was uploaded, but with a very low chmod. And so it could not be read. When I modified the chmod via FTP, the photo was displayed correctly.  If the ressource failed to load on your site, maybe it a problem of authorization. That is the reason why  my forum are hosted at Legtux and my other sites at 1&1, because 1&1 does not display my photos uploaded with panUploader.

186 (edited by kisa 2018.03.15 00:49)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

MaraKatPunBB_INFO_ICQ/yes
dolotov44, а ещё как раз пару дней у меня были дикие боли и страдания из-за jquery. Возможно только у меня, но тем не менее, планирую ближе к вечеру описать для всех.  Бегали непобедимые тараканы по многим расширениям, и кнопка эта пропадала тоже, и форум тормозил. Коротко: помогло переключение Метод подключения jQuery > Google Ajax API CDN вместо jQuery CDN.
(Администрирование-Настройки-Свойства-самый низ)

Для очистки совести  PunBB_INFO_ICQ/bigsmile С библиотекой на гугле сейчас точно проблем нет. Ну или всегда можно подключить локальную.

187

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Ну вот, не зря я понадабавлял туда различных методов подключения (сам себя похвалил)  PunBB_INFO_ICQ/rofl

188

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

sempaiPunBB_INFO_ICQ/bigsmile А я как тебя похвалил, когда понял, в чём дело, и как его легко разрулить  PunBB_INFO_ICQ/thumbsup  PunBB_INFO_ICQ/bigsmile

189

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB_INFO_ICQ/rofl

190

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Где скачать "Pan Uploader Updater"?

191

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Арутр, он уже не актуален. Вы используете Uploader на форуме с БД SQLite3?

192

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB, да, БД SQLite3.
Не могу установить на форум версии 1.4.4 поверх расширения версии 0.3.8.

193

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

Арутр wrote:

Не могу установить на форум версии 1.4.4

Арутр, по ходу у вас старые драйвера SQLite3. Написал в личку.

194

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

I have an issue with Pan Uploader extensions if someone cloud please provide me with help!

https://punbb.softplaza.net/uploads/images/2018/04/a17d7de8839ff60ddc57935bef1d73f2.png

And when I go to the link of Uploader settings doesn't open shows me an Error:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at my@email.you to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Apache Server at shqip.us Port 80

!

195

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

You try delete file .htaccess in directory of extension Pan Uploader

1

196

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB  wrote:

You try delete file .htaccess in directory of extension Pan Uploader

Thank you solved

197

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

MaraKat wrote:

Hello ! Do not worry with the options. I went back to 0.3.9 and everything works to the perfection, everywhere and just as I want it.
I will keep to it. Probably this version complies better with sqlite3. Thanks all the same.

Hello, where can i download 0.3.9 to choose the name of the image files?

Pierre Aribaut alias Zetrader

198 (edited by PunBB 2018.04.16 19:40)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

does version 0.4.9 not support filenames? PunBB_INFO_ICQ/scratch

199

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

PunBB_INFO_ICQ/bigsmile
Строчки 68-72 loader.php

      //USE ONLY ONE OPTION FROM THE BELOWS BELOW
//$base_name = md5(time()).$file_ext;
//$base_name = $base_filename.'_'.time().$file_ext;
//$base_name = $real_name;
        $base_name = date('dHi' , time()).'_'.$real_name;

200 (edited by PunBB 2018.04.17 06:01)

Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB

I've just installed 0.4.9, and tried to upload a file named to recognize easily by the name (name of the thing and date of the thing) and it changed the name of the file to "ba0ddf157a2921ba4ca26cf0ab19703d.jpg"once uploaded, which doesn't mean nothing. How can i keep the real name of the image file without going back to 0.3.9? I have to modify loader.php? Can i keep the real name of the file and add some random number to the name of the file? For example, something like : my-little-house-near-the-sea-ba0ddf157a2921.jpg

EDIT : ok, i have tried the 2 others options in loader.php
This one is the nearest option of what i want :

$base_name = $real_name; 

But it changes : "my-little-house-near-the-sea.jpg" to "mylittlehousenearthesea.jpg"

Can i change that and keep the separators of the file?

EDIT 2 :

$base_name = $base_filename.'_'.time().$file_ext;

This option, keeping the separators, would make my day PunBB_INFO_ICQ/smile

Pierre Aribaut alias Zetrader