Re: Pan Uploader - загрузчик файлов и изображений на форум PunBB
Хм, вроде парсер для загрузки файлов и картинок не используется.... с чего бы это?
You are not logged in. Please login or register.
PunBB Forum → Extensions 1.4 → Pan Uploader - загрузчик файлов и изображений на форум PunBB
Хм, вроде парсер для загрузки файлов и картинок не используется.... с чего бы это?
PunBB,
парсер для загрузки файлов и картинок не используется
Вероятно конфликт 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 на уплоад папке конечно круто, вероятней всего настройки моего хостера просто не позволят этого сделать....
Сейчас нет вообще никаких ошибок, но и картинки не грузит... ни ошибок ни чего... просто кнопка, всплывающее окно, выбор файла и закрывание окна.
kirpich, можно гадать по звездам и луне, а можно кинуть сылку на свой форум и дать другим посмотреть на наличие ошибок.
Для ссылки на форум есть специально отведенное место в своем профиле.
kirpich, а хуки зачем закоментировали? Или это так надо?
sempai, пока на локальном уровне тестирую, нет извне доступа...
PunBB, понятия не имею, не я же движок писал.
Не подскажете, при загрузке ведь папка под юзера создается, в каком скрипте назначаются права этой папке?
По структуре сильно похож на когда-то тестируемый загрузчик hcs там походу такая же фигня была, права на папку автоматом 354 назначались...
kirpich, смотрите файл functions.php (в папке расширения).
Примерный код показан в этом сообщении.
Примерный код показан в этом сообщении.
Честно говоря, фокусы с 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);
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.
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.
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.
write better on the items your wishes, we will try to do something for you.
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.
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.
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.
MaraKat, Это регресс
PunBB, помнишь, мы говорили о закачке картинок на сторонний сервер?
kisa, есть примеры? я что то ни где не встречал. Еще не каждый сможет разобраться в установке и настройке, подозреваю, что просто так в один клик собрать это не получиться.
My translation to French and modification of English lang files for Pan_uploader 0.4.9.This content is available only to registered users.
PunBB, Нет примеров
Имеется ввиду вот что: беру безлимитный хостинг, скажем, failopomojka.com.ua, исключительно под хранение картинок. Именно свой платный, а не сторонний.
Когда возникает необходимсть загрузить картинку, она грузится туда, и показывается через [ img ] оттуда.
С failopomojka.com.ua\files\Year\Month а не с myforum\upload\Year\Month
Например, я использовал уже треть дискового пространства. Хостер мне нравится, но брать более толстый пакет не хочется, и это всё равно тупик. А так, с какого-то момента протсо следующие картинки оказываются на другом сервере, безлимитном. В то время, как БД и картинки начального периода лежат на солидном хостинге.
kisa, ну это не проблема если есть возможность перенести картинки с такой же структурой директорий как и на форуме, как выше ты написал. Тогда нужно будет всего лишь поменять бэйс урл на домен хостинга где лежат картинки, а это сделать не сложно, тем более, что в базе данных хранятся только пути, а не целиковая ссылка.
Вариантов несколько. Можно либо проверять, где лежит картинка или же в таблицу добавить опцию и из нее вытаскивать бэйсурл имэйдж хостинга. Второй вариант менее ресурсозатратный.
То есть я привел пример, если их периодически переносить, когда набралось довольно много. Но можно и перенаправлять загрузку, но на том сервере нужно написать скрипт принимающий картинки и распределяющий их по заданной структуре. Единственное, нужно учесть безопасную загрузку, чтобы без дыр.
Почему на моем сервере не загружаются картинки большого размера, хотя в настройках установлен максимальный размер файла?
Данный файл .htaccess нужно добавить в корень расширения Pan Uploader
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.
Oo Very good! It is wonderful!
Probably, this is what kisa was looking for.
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');" />
Спасибо, вникну.
друзья, поставил расширение, но кнопка так и не появилась...
версия движка 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 может из-за этого глюк?
В Админке в настройках также дополнительно ничего не появилось. Пробовал переустанавливать ничего не меняется
может проблема в правах доступа? ошибок вроде нигде никаких нет.
помогите идентифицировать проблему
bumctik, скиньте ссылку на ваш форум.
bumctik, https://punbb.softplaza.net/post5112.html#p5112 - не в этом ли собака порылась?
bumctik, файл .htaccess в корне самого расширения можно попробовать удалить или отредактировать.
Hi.
I attached Spanish language.
This content is available only to registered users.
Tato,
Your files have been verified and added to the extension.
Thank you very much for your contribution to the development of PunBB.
Не появилась кнопочка в панели после установки. Что смотреть?
f12 в браузере, смотрите какие ошибки в консоли.
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
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.
MaraKat,
dolotov44, а ещё как раз пару дней у меня были дикие боли и страдания из-за jquery. Возможно только у меня, но тем не менее, планирую ближе к вечеру описать для всех. Бегали непобедимые тараканы по многим расширениям, и кнопка эта пропадала тоже, и форум тормозил. Коротко: помогло переключение Метод подключения jQuery > Google Ajax API CDN вместо jQuery CDN.
(Администрирование-Настройки-Свойства-самый низ)
Для очистки совести С библиотекой на гугле сейчас точно проблем нет. Ну или всегда можно подключить локальную.
Ну вот, не зря я понадабавлял туда различных методов подключения (сам себя похвалил)
sempai, А я как тебя похвалил, когда понял, в чём дело, и как его легко разрулить
Где скачать "Pan Uploader Updater"?
Арутр, он уже не актуален. Вы используете Uploader на форуме с БД SQLite3?
PunBB, да, БД SQLite3.
Не могу установить на форум версии 1.4.4 поверх расширения версии 0.3.8.
Не могу установить на форум версии 1.4.4
Арутр, по ходу у вас старые драйвера SQLite3. Написал в личку.
I have an issue with Pan Uploader extensions if someone cloud please provide me with help!
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
!
You try delete file .htaccess in directory of extension Pan Uploader
You try delete file .htaccess in directory of extension Pan Uploader
Thank you solved
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?
does version 0.4.9 not support filenames?
Строчки 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;
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 Forum → Extensions 1.4 → Pan Uploader - загрузчик файлов и изображений на форум PunBB
Generated in 0.098 seconds (72% PHP - 28% DB) with 25 queries