Jump to content

westman

Members
  • Posts

    600
  • Joined

  • Last visited

Everything posted by westman

  1. sorry for late response my pc broke, am back now i tried 23068672 bytes for 22 MB and i uploaded a file 18 MB with no problem thank you for them numbers last one, could i have the numbers that equal 100 MB so i can upload any file under 100 MB please
  2. my php.ini file now looks like this... register_globals = offallow_url_fopen = off expose_php = Offmax_input_time = 60variables_order = "EGPCS"extension_dir = ./upload_tmp_dir = /tmpprecision = 12SMTP = relay-hosting.secureserver.neturl_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" memory_limit = 50Mpost_max_size = 200Mfile_uploads = Onupload_max_filesize = 100M when i upload a file that is 10MB it uploads as normal and at 100% uploaded the page refresh's and nothing happens with no positive or negative errors.any help?
  3. i have always used... if($_FILES['video_upload']['size'] > $maxfilesize_vid ) {and it has worked fin and this problem i have, that i still have not fond do not give error messages
  4. hi there,i have made lots of working upload scripts and this if from 1 of them that i am having problems with... if ($_FILES['video_upload']['tmp_name'] != "") {$maxfilesize_vid = 203554432;if($_FILES['video_upload']['size'] > $maxfilesize_vid ) { $errorMsg_upload = "Your Video was too large. Must be 22MB or less, please try again."; unlink($_FILES['video_upload']['tmp_name']); here in $maxfilesize_vid i set it to 203554432 is that 22MB?plus i am aware that servers can have upload limits, so i spoke with my server admin and they told me to use... memory_limit = 50Mpost_max_size = 15Mfile_uploads = Onupload_max_filesize = 25M in file name php.ini to get the max file upload to 25MB i am still having problems when i try to upload a file that is 15MB but no problem from a file 3MB large.any help?
  5. westman

    sql

    this has not been tested due to been inside a cron job but will this work with RAND and DESC? $sql_call = mysql_query("SELECT * FROM table WHERE new_ref='1' ORDER BY ref_num DESC RAND() LIMIT 1");
  6. westman

    ffmpeg

    could i get an example of birbal's idea in code?
  7. westman

    ffmpeg

    come on ppl they must be a way.any help?
  8. westman

    ffmpeg

    anyone else with any info?
  9. westman

    ffmpeg

    ok so i spoke with godaddy and they had this to say... Thank you for contacting Online Support. I understand you have an issue with installing ffmpeg. This is not supported on shared hosting. If this is necessary for your site, you may want to consider a Virtual Dedicated or Dedicated Hosting account. For more information on these plans, please use the links below. so it looks like i can not use ffmpeg on my server.is there any more ways i can pull an image from a mp4 file and find out the duration of the mp4 file without using ffmpeg?ps. please do not use godaddy as your host, they cost too much.
  10. westman

    ffmpeg

    ok i will get more info from godaddy and get back to you
  11. westman

    ffmpeg

    i have access because i made mkdir ~/ffmpeg-source how do i install yum and git?
  12. westman

    ffmpeg

    i am using godady Linux and no i did not set it up everything was there when i bought it.
  13. westman

    ffmpeg

    lol i have to install yum and git to install ffmpeg.ok how do i install yum and git?
  14. westman

    ffmpeg

    and more... -bash-3.2$ cd ~/ffmpeg-source-bash-3.2$ git clone git://source.ffmpeg.org/ffmpeg-bash: git: command not found-bash-3.2$ cd ffmpeg-bash: cd: ffmpeg: No such file or directory-bash-3.2$ ./configure --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libx264-bash: ./configure: No such file or directory-bash-3.2$ make-bash: make: command not found-bash-3.2$ what am i doing wrong?
  15. westman

    ffmpeg

    i am getting more errors i am logged in as the main ftp user from when i bought my hosting -bash-3.2$ yum erase ffmpeg x264 x264-devel-bash: yum: command not found-bash-3.2$ yum install gcc git make nasm pkgconfig wget-bash: yum: command not found-bash-3.2$ mkdir ~/ffmpeg-sourcemkdir: cannot create directory `/var/chroot/home/content/31/9408631/ffmpeg-source': File exists-bash-3.2$
  16. westman

    ffmpeg

    ok i am now the host root user and have accessis there any over step by step instructions or can you help?
  17. westman

    ffmpeg

    did i do something wrong? i am getting errors -bash-3.2$ cd /usr/local/src/-bash-3.2$ wget http://www.mplayerhq.hu/MPlayer/rele...061022.tar.bz2--2012-11-01 06:28:17-- http://www.mplayerhq.hu/MPlayer/rele...061022.tar.bz2Resolving www.mplayerhq.hu... 143.248.234.110, 131.246.123.5, 192.190.173.45, ...Connecting to www.mplayerhq.hu|143.248.234.110|:80... connected.HTTP request sent, awaiting response... 404 Not Found2012-11-01 06:28:18 ERROR 404: Not Found. -bash-3.2$ wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz--2012-11-01 06:29:03-- http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgzResolving rubyforge.org... 50.56.192.79Connecting to rubyforge.org|50.56.192.79|:80... connected.HTTP request sent, awaiting response... 302 FoundLocation: http://files.rubyforge.vm.bytemark.co.uk/flvtool2/flvtool2_1.0.5_rc6.tgz [following]--2012-11-01 06:29:03-- http://files.rubyforge.vm.bytemark.co.uk/flvtool2/flvtool2_1.0.5_rc6.tgzResolving files.rubyforge.vm.bytemark.co.uk... 80.68.94.54Connecting to files.rubyforge.vm.bytemark.co.uk|80.68.94.54|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 24701 (24K) [application/x-gzip]flvtool2_1.0.5_rc6.tgz: Permission denied Cannot write to `flvtool2_1.0.5_rc6.tgz' (Permission denied).-bash-3.2$ wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz--2012-11-01 06:29:51-- http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gzResolving easynews.dl.sourceforge.net... failed: Name or service not known.wget: unable to resolve host address `easynews.dl.sourceforge.net'-bash-3.2$
  18. westman

    ffmpeg

    ok my step by step link is http://forums.eukhost.com/f15/how-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-4893/#.UJGceW_MiV9 do i upload my ffmpeg files to my server 1st? if so where?
  19. westman

    ffmpeg

    ok i got logged in to putty. What is the next step to install the ffmpeg library?
  20. westman

    ffmpeg

    ok am stuck... i open putty enter my site ip adders then click open, then it says... login as: so i enter my ftp username then... login as: usernameUsing keyboard-interactive authentication.Password: and it will not let my type anything what am i doing wrong?
  21. westman

    ffmpeg

    ok now how do i connect putty with my site?
  22. westman

    ffmpeg

    how do i connect to my server using SSH?
  23. westman

    ffmpeg

    so how do i get started to install the ffmpeg library?
  24. westman

    ffmpeg

    i looked at how to install ffmpeg...http://forums.eukhost.com/f15/how-install-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-4893/#.UI58Am_MiV8and i do not understand what file these codes are written in or where in my directory i put all the files i downloadedany help?
×
×
  • Create New...