PDA

View Full Version : Webspace usage


davidw123
4-8-03, 07:17 PM
Hi,

I'm sure its right under my nose (so to speak) but I cant find whereabouts in member ops it tells you how much webspace you have used.

Can someone enlighten me please.

Cheers,

David.

Cooldude
4-8-03, 07:24 PM
Log in then click Packages then click FTP then it should say something like this Status active
Quota 500 MB
Used N/A MB
Server Hostname something.powweb.com
Package Service ID xxxxxx

HalfaBee
4-8-03, 07:25 PM
Click on the FTP tab and it might show you how much space you have used.
Mine says N/A MB :)

If you want your bandwidth click on the Http tab.

HalfaBee

(jj)
4-8-03, 09:28 PM
I'd say there is a hiccup in the reporting system on some servers.

Both sites that I have on Orion, which normally show the number of files and space used, are only showing N/A. But the site which is on IO seems to be showing the used disk space just fine.

Starr
4-9-03, 03:29 PM
This was resolved. :)

Combat Ace
6-22-03, 07:54 PM
What do I need to do to get my "OPS" FTP section to show how much space I've used. It just says "N/A" right now.

I'm a novice at this and so I don't know what info you need? The server hostname is "ftp01.powweb.com".

Thanks,
Roy

(jj)
6-22-03, 08:11 PM
It's not just you :) I have 2 sites on the new NetApp system and they are both showin N/A also. The 1 site that I have on the old system is showing correctly, so it seems to be only the new system that is acting up.

Combat Ace
6-22-03, 08:21 PM
JJ,

Thanks for the reply.

Do you know if someone is addressing this?

In the mean time is there any other way to get the answer on how much disk space I've used?

Thanks,
Roy

(jj)
6-22-03, 08:50 PM
It has been reported :) and I'm sure they will have it resolved soon.

There is no other way to view the amount of space on the servers, other than to make sure you have a copy of it on your hard drive. You would also need to have your webstats folder (if turned on) and any cgi files as well.

I'm sure they will have things back in order before long, then you will be able to use Ops to see your total space used.

Combat Ace
6-22-03, 09:13 PM
JJ

Thanks

HalfaBee
6-22-03, 09:20 PM
If your desperate to see your file usage try this php script
This works assuming its in htdocs.

<?
echo '<pre>';
system( 'cd ..;du -h' );
?>

HalfaBee