Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. neisye

    find user location based on IP address or host address

    hi, How do you find user location based on IP address or host address. in php. thanks, arden
  2. neisye

    server side convert videos

    hey, the same code was running perfectly on a dedicated server same hosting any more ideas??? is it because of security reasons the .exe files dont have Read&Execute permissions for the IUSR_servername anonymous account ??? arden
  3. neisye

    server side convert videos

    hi guys, been working on a dedicated server and i've just moved to a shared server. ive got ffmpeg installed but i keep getting this errors Warning: exec() [function.exec]: Unable to fork [ffmpeg -y -i /kiq_video/18.mov -vframes 1 -ss 00:00:03 -an -vcodec png -f rawvideo -s 400x220...
  4. neisye

    upload large files

    solved!!! changed the temp folder to upload_tmp_dir ---- /tmp/up ---and its working thanks anyway
  5. neisye

    upload large files

    don't know if its about timing out. it works ok with smaller files less than 2m but sends warnings with large files that wont be moved from the /temp folder.
  6. neisye

    upload large files

    yes am able to move the files from the archif_video using exe()
  7. neisye

    upload large files

    i have simplified the code with no log in management session.gc.maxlifetime = 10800 ---form---- <form action="upload_w_u.php" method="post" enctype="multipart/form-data"> <table style="width: 90%;" align="center" border="0" width="90%"> <tbody>...
  8. neisye

    upload large files

    done that here is the result Array ( [x_URL] => Array ( [name] => 18.mov [type] => video/quicktime [tmp_name] => /tmp/phpI61l1f [error] => 0 [size] => 2053514 ) ) Client Filename: 18.mov File Type...
  9. neisye

    upload large files

    yes am sure. whats happening is that this code works when it wants to with files less than 2m after about 10 tries and the file is actually moved to the archif_video/ subdirectory form the temp file. files less than 100m are uploaded in the temp file but just wont be moved. i have changed...
  10. neisye

    upload large files

    hey that was actually an 8000kb file i was uploading so i had the whole file uploaded. heres the code <?php //require_once("unameProtection.php");//check log in status // Include the database details, and make a connection require_once("checklogin_code.php");//check log in status include...
  11. neisye

    upload large files

    am trying to upload movie files of about 50m to my website this is my php ini file settings --- http://www.archiform3d.com/php_info.php upload_max_filesize 100M 100M max_execution_time 200 200 max_input_time 200 200 memory_limit 256M 256M...

Part and Inventory Search

Back
Top