I need a script that will unrar files on my server

Discussion in 'Scripts' started by Whitey, Dec 9, 2007.

  1. #1
    Hello all,

    Im looking for a free or cheap script that will allow me to unrar rar files on my webserver.

    I know cPanel has the ability to do it with .zip files but I need it done with .rar's.

    Thanks:)
     
    Whitey, Dec 9, 2007 IP
  2. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #2
    Nick_Mayhem, Dec 10, 2007 IP
  3. faraz_pcc

    faraz_pcc Well-Known Member

    Messages:
    330
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    hey can u advice some script i am willing to buy it. I am using Linux based server.Please advice
     
    faraz_pcc, Aug 10, 2008 IP
  4. 2bnmasr

    2bnmasr Guest

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I can pay $$ for this ?
     
    2bnmasr, Apr 22, 2009 IP
  5. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #5
    If you still need help, hit me up.
     
    DomainerHelper, Aug 13, 2012 IP
  6. InstaCoders

    InstaCoders Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Usually you need the exec permissions to unrar files but there are other ways around it if you are on a shared setup.

    I personally coded a setup where the script actually logged into cpanel using curl and then went to the file manager
    and then click (simulated click) the unpack function, thus making cpanel think the user did it :)

    Let me know if you need help still.
     
    InstaCoders, Aug 25, 2012 IP
  7. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #7
    Save yourself trouble and don't use .rar. Issue solved. lol
     
    DomainerHelper, Aug 25, 2012 IP
  8. shuman202

    shuman202 Well-Known Member

    Messages:
    638
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    1
    #8
    i'm using ssh rar line commands it's very fast and easy no need for any script just use the ssh clint
    to rar something type th following
    rar a fff.rar fff
    to unrar somethig type the following
    unrar x fff.rar
     
    shuman202, Aug 27, 2012 IP
  9. InstaCoders

    InstaCoders Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    @shuman202 - not everyone has ssh access unfortunately. They need some sort of advanced setup, vps, dedicated, privately owned server, etc.
    I am sure as you know - most hosting companies don't allow for ssh access on a shared setup. :(
     
    InstaCoders, Aug 27, 2012 IP
  10. shuman202

    shuman202 Well-Known Member

    Messages:
    638
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    1
    #10
    yes your right i just tried before to find a script that can do the job but i didn't find i hope if someone find one share it here
     
    shuman202, Aug 27, 2012 IP