FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Apache Files (Not deleted even with that tutorial)

 


theem
I am Unable to delete my apache created files and directory's even with that tutorial !

i got this message !

Code:

Warning: system() has been disabled for security reasons in /home/xyz/public_html/fixmod.php on line 3
Complete!


what should i do to solve this problem ? Confused
Animal
Try using the alternative method that uses one php file instead of two:

Code:
<?php

system('find . -type d -exec chmod 777 {} \; 2>&1');
system('find . -type f -exec chmod 777 {} \; 2>&1');

print "\n\nComplete!";
?>


This worked for me, and it doesn't use the system() command.
fromegame
Animal wrote:
Try using the alternative method that uses one php file instead of two:

Code:
<?php

system('find . -type d -exec chmod 777 {} \; 2>&1');
system('find . -type f -exec chmod 777 {} \; 2>&1');

print "\n\nComplete!";
?>


This worked for me, and it doesn't use the system() command.


I can find 2 system commands in your code Shocked
Animal
fromegame wrote:
Code:
system('find . -type d -exec chmod 777 {} \; 2>&1');
system('find . -type f -exec chmod 777 {} \; 2>&1');
?>


I can find 2 system commands in your code Shocked

Umm.... yeah... you're right Embarassed

Try the above file anyway - most users have success with this version rather than the two-file one. Let us know if you're still receiving the same error and we'll look into it. I just assumes safe-mode must have blocked the system() command and didn't check the code I posted. Must be wrong though since the single file fixmod.php does work.
Related topics

TUTORIAL => Compress your BSP Files with BZIP2
Tutorial: Image Rollovers w/ Javascript
Recover Deleted Data With ‘Recuva’
Recover Deleted Data With ‘Recuva’
Help Needed Regarding CGI And Php

Permissions on my root html directory
Hostng off your computer.
Nothings Working ? Permissions -- Account Creator
Please help me recover from apparently being hacked.
Websites using java

How Spyware Works!!!
question about hard disk
Why Was My Account Suspended???
Problem :(
Legality and Banning,
Reply to topic    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.