• [PLUGIN] Batch Import From ZIP Files 5 0 5 1
Currently:  

Author Topic: [PLUGIN] Batch Import From ZIP Files  (Read 249990 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #15 on: March 20, 2003, 06:35:08 AM »
oh I see.

well, ok, two questions:
1. did u try use FULL path to /admin/plugins/batch_zip_import/zip ?
2. is /zip/ folder set CHMOD 777 ?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

neothealien

  • Guest
[PLUGIN] Batch Import From ZIP Files
« Reply #16 on: March 20, 2003, 06:38:12 AM »
yes its CHMOD ...

by using this path i copied and pasted from the ftp
/var/www/html/gallery/admin/plugins/batch_zip_import/zip

i get this error:

Error : PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file '/var/www/html/gallery/admin/plugins/batch_zip_import/zip/masala.zip'

even though that file is located there

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #17 on: March 20, 2003, 06:47:20 AM »
Quote from: neothealien
yes its CHMOD ...

by using this path i copied and pasted from the ftp
/var/www/html/gallery/admin/plugins/batch_zip_import/zip

i get this error:

Error : PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file '/var/www/html/gallery/admin/plugins/batch_zip_import/zip/masala.zip'

even though that file is located there

FTP path not alway the actual path.
ok, create phpinfo.php file in /admin/plugins/batch_zip_import/zip/ dir, with this code:
Code: [Select]
<?php
phpinfo
&#40;&#41;;
?>

look for:
Quote
SCRIPT_FILENAME
or something simular.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

neothealien

  • Guest
[PLUGIN] Batch Import From ZIP Files
« Reply #18 on: March 20, 2003, 06:53:09 AM »
OH MAN ... :( :( :(

same old error...


thats the actual path:
/home/virtual/site385/fst/var/www/html/gallery/admin/plugins/batch_zip_import/zip

Info:
http://66.36.167.14/info.php

any other suggestions?

neothealien

  • Guest
[PLUGIN] Batch Import From ZIP Files
« Reply #19 on: March 20, 2003, 07:09:59 AM »
also one this is there any way i can add like 9 more fields to the form.. members.php and upload multiple pics? i mean like make the fields an array and loop it in the upload.php code.. to post multiple pics .. info can be duplicated for all.. just like ur zip.. is it possible? u know of such mod?

neothealien

  • Guest
[PLUGIN] Batch Import From ZIP Files
« Reply #20 on: March 20, 2003, 07:37:34 AM »
u seem to be enjoying my gallery? so can i some how have multiple image uploads? as u can c urself its a hassel uploading one by one.. i got 3000 images to uplaod :(

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #21 on: March 20, 2003, 07:59:40 AM »
Quote from: neothealien
u seem to be enjoying my gallery?

yes :lol:
Quote from: neothealien
so can i some how have multiple image uploads? as u can c urself its a hassel uploading one by one.. i got 3000 images to uplaod :(

there is no such a mod ( yet ). and I was gonna try make "upload .zip file" based on this mod, but gotta postpone untill we figure out what is wrong with your site.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

neothealien

  • Guest
[PLUGIN] Batch Import From ZIP Files
« Reply #22 on: March 20, 2003, 08:01:55 AM »
yeah true so what could be wrong? OMG 2 am gtg to skool .. gotto wake up at 6:00 am .. ill be off for now but please do look into it.. me gonna try to play around aswell .. and oh .. keep visitin ma site.. u got some nice pics  :lol:

Offline bosco

  • Pre-Newbie
  • Posts: 5
    • View Profile
[PLUGIN] Batch Import From ZIP Files
« Reply #23 on: April 03, 2003, 05:27:20 AM »
hi all
Can someone help me please....i get a error ----Abort pclzip.lib.php : Missing zlib extensions


thank you


bosco

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #24 on: April 03, 2003, 05:41:34 AM »
Quote from: bosco
hi all
Can someone help me please....i get a error ----Abort pclzip.lib.php : Missing zlib extensions


thank you


bosco

I guess your host doesnt support zlib?
try to run this script:
Code: [Select]
<?php
phpinfo
&#40;&#41;;
?>

look for zlib extension.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline bosco

  • Pre-Newbie
  • Posts: 5
    • View Profile
[PLUGIN] Batch Import From ZIP Files
« Reply #25 on: April 03, 2003, 06:03:42 AM »
thank v@no
i have useing (The AppServ Open Project - 1.8.0 for Windows )
what can i do.....
i am a new user in php
thank you


bosco
(you are so fast)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #26 on: April 03, 2003, 06:11:43 AM »
well, I dont know what to suggest then...maybe u should ask for support at The AppServ site?
ah...wait..if u are running webserver with PHP on your comp or atleast have shell access to the server, try to see if zlib.output_compression is set to on, or/and extension=php_zlib.dll is uncomented (extension=php_zip.dll on PHP v4.3) in php.ini file (on windows in: c:\windows or c:\winnt )
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline bosco

  • Pre-Newbie
  • Posts: 5
    • View Profile
[PLUGIN] Batch Import From ZIP Files
« Reply #27 on: April 03, 2003, 06:28:36 AM »
O.......
i have save the setting and restart the PHP server
than is told me that (warning unable to load dynamic library'./php_zlib.dll'
thank you


(what is your local time is that in night ....i am in HONG KONG now is 12:30 pm)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[PLUGIN] Batch Import From ZIP Files
« Reply #28 on: April 03, 2003, 06:46:55 AM »
Quote from: bosco
warning unable to load dynamic library'./php_zlib.dll'

in same php.ini file, find: extension_dir and set correct part to your php extensions. (i.e. c:\php\extensions\)

also, what PHP version do u have?
if u downloaded and install version with "installer" then, u might missing lots of extra features. Try to find .zip version with all the "stuff" ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline bosco

  • Pre-Newbie
  • Posts: 5
    • View Profile
[PLUGIN] Batch Import From ZIP Files
« Reply #29 on: April 03, 2003, 07:14:51 AM »
thank you very much
i thank i have fix it(i find the php_zlib.all in my php dir amd copy to c:\winnt,then restart the php server it haven't error)
...but my 4images is down i will install again
thank you again
^.^