FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » GOLBALS.php & Custom_avatars won't delete
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon8.gif  GOLBALS.php & Custom_avatars won't delete [message #205] Thu, 24 January 2002 11:09 Go to next message
iono14 is currently offline  iono14   United States
Messages: 3
Registered: January 2002
Karma: 0
Junior Member
Twisted Evil HElp I like this board but that won't delete off my server...! I wanna delete all the files on my server and start over.
Re: GOLBALS.php & Custom_avatars won't delete [message #208 is a reply to message #205] Thu, 24 January 2002 15:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
iono14 wrote on Thu, 24 January 2002 6:09 AM

Twisted Evil HElp I like this board but that won't delete off my server...! I wanna delete all the files on my server and start over.


If you want to re-install the forum, you can just run the install again, that will over write your old files as well as clear the MySQL from any old data.

If you want to remove the old install and make an install into a new directory, send me your GLOBALS.php and I'll tell you want to do.


FUDforum Core Developer
icon8.gif  Re: GOLBALS.php & Custom_avatars won't delete [message #216 is a reply to message #205] Fri, 25 January 2002 10:39 Go to previous messageGo to next message
iono14 is currently offline  iono14   United States
Messages: 3
Registered: January 2002
Karma: 0
Junior Member
I must have worded that wron I wanna completley delete all the files from this board software off of my server and it won't do that it says permission denied on my ftp. How can this be fixed?
Re: GOLBALS.php & Custom_avatars won't delete [message #218 is a reply to message #216] Fri, 25 January 2002 16:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
iono14 wrote on Fri, 25 January 2002 5:39 AM

I must have worded that wron I wanna completley delete all the files from this board software off of my server and it won't do that it says permission denied on my ftp. How can this be fixed?


Hmm... You'll need to remove 2 directories, the forum directory in your browseable dir, where all the viewable files are kept and then the directory where all the forum data is kept.


FUDforum Core Developer
Re: GOLBALS.php & Custom_avatars won't delete [message #221 is a reply to message #205] Fri, 25 January 2002 21:19 Go to previous messageGo to next message
iono14 is currently offline  iono14   United States
Messages: 3
Registered: January 2002
Karma: 0
Junior Member
I never even got the board installed i tryed to but the mysql stinks somthing awful on portland. and I deleted all the dirs but the ones i am complaining about they won't delete it says access denied when i click delete.
Re: GOLBALS.php & Custom_avatars won't delete [message #222 is a reply to message #221] Fri, 25 January 2002 22:12 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
iono14 wrote on Fri, 25 January 2002 4:19 PM

I never even got the board installed i tryed to but the mysql stinks somthing awful on portland. and I deleted all the dirs but the ones i am complaining about they won't delete it says access denied when i click delete.


Which folder are you trying to delete?


FUDforum Core Developer
Re: GOLBALS.php & Custom_avatars won't delete [message #299 is a reply to message #205] Thu, 31 January 2002 19:25 Go to previous messageGo to next message
Hydro is currently offline  Hydro   United States
Messages: 22
Registered: January 2002
Karma: 0
Junior Member
i also get no permission in the style dir.. cant upload.write.del
Re: GOLBALS.php & Custom_avatars won't delete [message #301 is a reply to message #299] Thu, 31 January 2002 20:33 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Hydro wrote on Thu, 31 January 2002 2:25 PM

i also get no permission in the style dir.. cant upload.write.del


The reason is because the webserver is the "owner" of the files.

However, since you are the owner of the directory structure, you can chmod things back so that you may edit the files.

For Example:
My forum data was installed into /home/forum/forum/, my styles in stored inside /home/forum/forum/styles/. The directory /home/forum/forum/ is owned by nobody:nobody (user:group), while I am user (myuser:mygroup). Here is what I do:

This makes me the owner of those directories
chown myuser:mygroup /home/forum/forum/ /home/forum/forum/styles/

Give 666 permissions to all files inside styles/ directory so webserver can edit them.
chmod 666 /home/forum/forum/styles/*

if you do not have a shell account, simply write a php script, and put 2nd command I've listed inside exec() or system() call.

To remove a file you can use php's unlink() command and to remove a directory you can use rmdir() command.


FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: 1.10 update problem
Next Topic: Query Failed
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jun 26 19:41:20 GMT 2024

Total time taken to generate the page: 0.02303 seconds