Activity Stream
48,167 MEMBERS
6977 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default unrar php recursive function

    Hello.

    Anyone have a php function to unrar recursive files on a dir.

    It?s to extract scene releases.


    Thanks in advance.
    indahouse Reviewed by indahouse on . unrar php recursive function Hello. Anyone have a php function to unrar recursive files on a dir. It?s to extract scene releases. Thanks in advance. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    PHP Code: 
    exec"unrar e -y $filetounrar $extractto); 
    Unrar need to be installed on the server

  4.     
    #3
    Member
    Thanks but with this only extract one time. I don?t explain it very well.

    I have a big rar, when I extract the rar, inside have a lot of rars.

    So I need a function which I call it with directory and recursively extrar all rars files inside the directory.

    Thanks

    pd : Sorry for my poor english.

  5.     
    #4
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by indahouse View Post
    Thanks but with this only extract one time. I don?t explain it very well.

    I have a big rar, when I extract the rar, inside have a lot of rars.

    So I need a function which I call it with directory and recursively extrar all rars files inside the directory.

    Thanks

    pd : Sorry for my poor english.
    Use opendir to get list of all the files and see if they ends with .rar extension! If they then unrar it using command above

  6.     
    #5
    Member
    Thanks a lot.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. function backlink help
    By Chris2k in forum Web Development Area
    Replies: 13
    Last Post: 26th Apr 2012, 09:43 PM
  2. time ago function
    By Chris2k in forum Web Development Area
    Replies: 2
    Last Post: 21st Jan 2012, 05:58 AM
  3. [PHP] }else{ Function 3 parts
    By viruz99 in forum Web Application/Script Support
    Replies: 4
    Last Post: 17th Jan 2012, 01:33 AM
  4. [Help] Fix PHP function
    By m1rr0z in forum Web Development Area
    Replies: 0
    Last Post: 15th Apr 2011, 09:40 AM
  5. PHP Function (Link_Maker)
    By litewarez in forum Webmaster Resources
    Replies: 0
    Last Post: 2nd Dec 2008, 01:28 AM

Tags for this Thread

BE SOCIAL