Jump to content

Something wrong with RAR compresssion


Rost

Recommended Posts

Hi there.

I try to describe the problem as better as I can.

 

I'm developping some mini-apps that can be viewed by many (most of them) mobile devices. Since I uploaded the first proyect this week I begun writing a RAR Online-Uncompressor, as a friend's request. I guess this mini-app will be useful for many people. I done it, and tested within my localhost. But when I tryed it once in my host, something gone wrong, and now it throws an http 500 error. It uploads the *.rar file, but not uncompress it.

 

At the other hand, could I get access to some statistics? Only for getting information about what kind of devices access to my apps.

 

Thanks.

 

Edit:

I fixed that, but now I have another question. Do I have permission to execute commands? Like

echo `rar e ...`;

Link to comment
Share on other sites

I fixed that, but now I have another question. Do I have permission to execute commands? Like

 

It depends on what scripting language you are using. It's been disabled for PHP for security reasons due to how PHP scripts run, but if you're using a CGI script, then you should have no problems.

Link to comment
Share on other sites

Thanks to both.

 

I fixed that, but now I have another question. Do I have permission to execute commands? Like

 

It depends on what scripting language you are using. It's been disabled for PHP for security reasons due to how PHP scripts run, but if you're using a CGI script, then you should have no problems.

 

Could you give me an example please?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...