Recent content by decaPeter

  1. D

    upload big file with PHP

    i can't contact support team because i need a ******** serial number to contact support! the first support all over the world with a security code to block customers!!!
  2. D

    upload big file with PHP

    1 month and a half later.... nobody on this dead forum...
  3. D

    upload big file with PHP

    i've tried everything!!! impossible to upload file while upload is a bit long. (I can upload 80Mb file on localhost with virtual desktop in 3sec.) But impossible to upload a file if upload is longger than 2 or 3 minutes. (around 10Mb and 12Mb) So why i cant upload big files???????????
  4. D

    copy files from domain to file share folder

    it works in perl using cmd command line with .bat file. It doesnt work in php.
  5. D

    upload big file with PHP

    it doesn't work for this guy, he ask the same question as me! do you meen to look at http://stackoverflow.com/questions/11730198/php-post-max-size-local-value-overridden-by-master-value-on-plesk-iis ? there is no answer to this probleme on your link. another information: echo...
  6. D

    upload big file with PHP

    Hello, i'm trying to upload files bigger than 8Mb. This is my configuration: IIS 7.5 / Plesk 10 / PHP 5.2.13 php.ini: (in C:/....../Additional/PleskPHP5/) post_max_size = 81M memory_limit = 128M max_file_uploads = 20 max_execution_time = 1200 upload_max_filesize = 80M web.config: <security>...
  7. D

    PHP open_basedir problem

    i try to do the same... and i can't too...
  8. D

    copy files from domain to file share folder

    Hello, i would like to copy files from a domain to the file sharing folder using a perl or php script. At this time i can't copy files using PHP script... i have changed the write access for IIS plesk user in the "fs/shared/" folder but it doesn't work. Thank you for you help.
  9. D

    webdav or filesharing on windows

    Hello, i try to use webdav connexion but it dosn't work. I tried to use "file sharing" but it dosn't work too... I'm on Windows 2008 IIS7.5 Plesk 10 I tried this : - edit httpd.conf + create a conf/vhost.conf to activate webdav = not working - creat shared folder + create user on...
  10. D

    exec() with ffmpeg and convert

    solved : it was a security of IIS plesk user. I had to add rights for IIS Plesk user on folters of ffmpeg and convert. Now it works.
  11. D

    exec() with ffmpeg and convert

    Hello, i'm trying to execute commands with exec() on PHP 5.2 on windows server. I can run and echo exec('whoami') but i cant run exec() with ffmpeg and concert. With echo exec('convert.exe a.jpg output.png') return : "ParamŠtre non valide" i have tried everything : $input =...
  12. D

    upgrade php 5.2.13 to php 5.3 or later

    ok so... i have new information. I can now lunch and use phpmyadmin and all websites BUT with a mySQL user with no password. It seems to be a problem of mysql users passwords. So i can use phpmyadmin with the user without password but when i try to change the password of other users, it...
  13. D

    upgrade php 5.2.13 to php 5.3 or later

    now i can run php5.3.23 but the MySQL connection is down. i have a message "#2000 mysql connection forbidden" on phpmyadmin when i try to login. Maby that's why i have a 500 error on all websites???
Back
Top