Pdrive
Jun 17 2005, 11:55 AM
| | Hi guys, a little help is needed here.
Ive just got hosted (like, yesterday) ive loaded up one html file and I get a warning email saying my disk usage is at 80%.
Whats up with this?! The html file I uploaded is tiddly squat (less than 1 Mb) - I installed the phpBB forum - but so what?
Where did the 80% warning come from - I check the disk usage function in the Cpanel and there is nothing to suggest that I have used 80% of my 20mb.
Can someone help me out here please? I dont wanna get banned for blowing the diskspace cap - before ive even started.
Cheers,
Pdrive |
Reply
brandice
Jun 17 2005, 12:12 PM
I'm guessing that since you are new, you've got package 1 (that gives you 20mb), right? phpbb (which takes up about 16mb) plus 1 mb worth of files would take out about 80% of that. Don't sweat it, just keep posting and upgrade to the next package. It really shouldn't take very long.
Reply
aajvs99
Jun 17 2005, 02:25 PM
well i just got hosted yesterday to i unlike him have installed NOTHING!!! and now have only 6.12mb left. this is how it was when i first got it to with nothing but the basic stuff on the site can somebody help me!
Reply
shigajet
Jun 17 2005, 02:35 PM
Don't worry...just keeping posting until you have more than enough credits for an upgraded hosting account. phpbb takes up quite a lot of space - that's 80% of your quota already. I had to do the same thing myself. I started with just the 20 MB package because I thought "start small and get more space as the site grows". After I installed a few add-ons for my site, I found out I should've gone for the 150 MB package at the start....better to have more than enough space than not enough at all.
Reply
aajvs99
Jun 17 2005, 02:39 PM
except that i got my site with only 6.12mb to use for my stuff.....
Reply
Florisjuh
Jun 17 2005, 07:23 PM
Aajvs that shouldnt be right, consider mailing / pm' ing the admins, they can probably help you out. And dont worry, they wont bite. (At least Not that I know of)
Reply
Pdrive
Jun 17 2005, 11:54 PM
I uninstalled the forum, but it stills says (in the side menu on Cpanel) that Ive used 17mb. Why doesnt this correlate with the disk usage page on Cpanel - I click there and it shows (in the parent directory) that Ive used about 2mb
Reply
wariorpk
Jun 19 2005, 09:12 PM
The admins will fix everything just give one of them a PM. They are the protectors of the forums and Trap17 hosting.
Reply
hype
Jun 20 2005, 10:01 AM
I hope it's fixed now, cause my disk storage now has back the correct amount of space, which has been vroken for many days..
Reply
Pdrive
Jun 22 2005, 04:23 AM
Yes yes! thanks eveyone, my disk space is back to normal! Thanks for all the advice etc etc.. It just fixed itself automatically.... Pdrive
Reply
Similar Topics
Keywords : disk, usage, mus, mistake
- Will Muslims Have 72 Virgins In Heaven? Probably Not...
According to the varying translations, this could be a mistake (10)
Get Back Lots Of Disk Space
Windows XP/Vista MCE (Media Centre Edition) (7) So, some of you might know about this already but, anyways... The other day I was trying to install
a game but did not have the necessary disk space, so I deleted files that I will not use, and other
files that I do not need... I compressed some files that I might use later in the future... And just
doing that got me back around two to three gigabytes of free hard disk space... But that's not
enough, the game needed 6 gigabytes of free disk space! So what did I do next? I ran CCleaner...
It took a while yes, but soon it free'd another 2 gigabytes... ARRGH&....
Osx Hard Disk Drive Recovery
(5) Anybody know of any software that will allow me to mount an OS X 10.4 disk under Windows so I can
recover some or all of his data?....
Usb Disk Ejector
The Quick Way to Safely Remove USB Drives (16) looking for a way to safely remove usb drives... QUICKLY? /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> here's the USB DISK
EJECTOR for you! it's a small utility that does the same thing as the Windows "Safely
Remove Device" applet, except that it does it quicker and better. there is no installation required,
it's flexible (can run BOTH via command line, and GUI), it's portable, and most importantly,
it's a freeware! /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" /....
Minidv, Dvd Or Hard Disk
What to buy ... (3) Here is my opinion what is the best to buy: So, my opinion is that is best to use camera with hard
disk because you don't need to waste your time on backup like in mini dv cameras. picture
quality is best on dvd cameras but after recording is very hard to edit that video because it is in
dvd video format. I like to edit my videos after recording (with windows movie maker) so I preffer
cameras on hard disk. My suggestion is that you should try dvd camera only if you don't want to
edit your videos. I would like to hear your opinions ... Regards.....
Firefox 3 - Lowest Memory Usage
(11) Mozilla Firefox development team is curently working on the third reincarnation of its browser,
which already gor to the fourth beta version. Authors say that apart from gaining quite some speed,
they also managed to lower the usage of RAM. ArsTechnica decided to test what they say and so
they tested Firefox 3 beta 4, Firefox 2.0.0.12, Opero 9.5 beta, Internet Explorer 7, Internet
Explorer 8 ter Safari 3.0.4 beta in the Talos framework on Windows Vista. Talos framework emulates
normal usage of a browser with opening and closing of sites. IE8 and Safari both crashed d....
Looking For Os X Program To View Hard Drive Usage
(4) Does anyone know of a program to give you a visual view of your hard disk? I know there is one on
windows but I dont remember the name here sorry. I've got only 80GB of space and only 10GB is
free. I am not sure what is taking up all that space could it be the OS?. A program to give me a
visual view of how much space is taken up by what would help a lot in tracking used up space. If
there is any other method for hunting down used space and clearing it on OS X would be greatly
appreciated thanks.....
Newjoke.php [resolved]
Mistake? (15) Hi, do you know what is the mistake in the following PHP code: It does give me the following
message: QUOTE Parse error: syntax error, unexpected $end in
/home/alex1985/public_html/mulhim/library_project/test_dir/newjoke.php on line 68 CODE
<?php $dbcnx = @mysql_connect('localhost', 'root',
'mypasswd'); if (!$dbcnx) { exit('<p>Unable to connect
to the ' . 'database server at this time.</p>'); } if
(!@mysql_select_db('ijdb')) { e....
Where Am I Making Mistake
(9) hello i have just started to learn java by myself and i am stuck here with this example i want to
show a file in console please tell me where am i making mistake. i am getting erroe variable fin
maight not be initialised here is the code CODE /** Display a text file To use this
program,specify the name of file that you want to see */ import java.io.*; class showfile {
public static void main(String args[])throws IOException { int i;
FileInputStream fin; try { BufferedReader br=new....
Sql Query
Mistake? (19) Hi, everyone! What is the mistake over here? CREATE TABLE '1_users' ( 'id'
INT(11) NOT NULL AUTO_INCREMENT, 'username' VARCHAR(255) NOT NULL, 'password'
VARCHAR(255) NOT NULL, PRIMARY KEY ('id') ) TYPE MYISAM; The PHPMyAdmin states: QUOTE
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near ''1_users' ( 'id' INT(11) NOT NULL
AUTO_INCREMENT, 'username' VARCHAR(255) NOT ' at line 1 Please, let me k....
Weird Disk Quota Thing
(1) My site won't let me upload anything new. I was trying to upload a new flash thing I made, and
it kept saying that my disk quota was exceeded, so I deleted some files, to see if that would help.
That didn't work, so I deleted some more, and it still didn't work. Then, I was looking
around, and I found the /etc file, and it had three files, passwd, quota, and shadow, and they were
all 0kb. Then I decided to use the cpanel, instead of fireFTP, and I tried emptying the trash to
see if that would work, and I got this: CODE Unable to create trash folder. ....
Problem With My External Hard Disk
(7) I have a Sony VAIO 100GB External Hard drive that has recently been acting up. I got it from eBay
about 8 months ago. Yesterday I accidentally pulled the plug on it and I accidentally used windows
vista (which currently has no anti-virus program). Today when I turned on the computer it said
'Unable to write to disk, please make sure that the device is plugged in' I did the
'safely remove hardware' thing, but then the computer became really slow... So I waited and
waited... for 6 minutes, then I waited long enough and pulled the plug. I tried to restar....
Question About The Upgrade And The Mysql Usage ?
question about the upgrade and the mysql usage? (3) thanks for the upgrade but i do have question about it QUOTE Domain name zam.trap17.com
Hosting package Beta Subdomains 3 / 99 Parked Domains 0 / 9 Addon Domains 3 / 9 Mysql databases
1 / 99 PostgreSQL Databases 0 / 99 Disk usage 14.25 / 500.00 MB MySQL Disk usage 0.82 MB
Disk space available 485.75 MB Bandwidth (this month) 6.59 / 10240 MB Email accounts: 1 / 99
Email forwarders: 1 / unlimited Autoresponders: 0 / unlimited Email filters 0 / unlimited
Mailing lists: 0 / 99 FTP accounts 3 / 99 1-Bandwidth (this month) 6.59 / 10240 MB ....
Trap17 Home Page Banner Mistake
(3) I just now noticed that the flash banner at the top of trap17's home page has an error. It says
"THE BEST YOU CAN FIND ON WEB". Obviously it should read "on THE web" since "the web" is the phrase
always used to refer to the internet, and not just web. This is about as major and noticeable a
mistake as the site could make, so I think this especially needs to get fixed.....
Conserving Battery Power
Efficient usage of your laptop battery (3) I know this is very much known to many people. I recently stumbled upon this on Vista documentation
and thought it will be of some use to others... QUOTE Get the most from a single charge If you
have time to do only one thing... Use the Power saver power plan to minimize power consumption.
You can always return to this article later to try more power-saving tips. To choose the Power saver
plan, open Power Options in Control Panel. Ever run out of battery power in the middle of a
meeting? Has the urgent beep of your mobile PC's battery alarm made you th....
Browser Wars Episode 2007: Break Down Of Broswer Usage
(0) Now that 2007 is almost over with news of Netscape's demise in just two months, and the major
players in the browser wars are set in stong; Microsoft's Internet Explorer 6 & 7, Firefox 1.x.x
& 2.x.x and Beta 2 version of Firefox 3, Opera 9.x, and Safari 3.x. Lets just see where the % point
are for the major players. Growth Chart So as you can tell both browsers IE7 and FF2 started
roughly the same, 24% for IE7 and 25% for Firefox 2, but interestingly enough they ended the year
roughly the same but with firefox winning by 1% at 37% while IE takes a nice 36....
Memory Usage
Memory Usage (3) Do anyone know how to make your Video Card use less memory? My current Video Card is ATI Radeon 200
Xpress(256 MB). It use to use only 64 Ram but now it's using 128 of my Ram. When I go to my
computer, properties. It shows I only have 384 Ram. But really I have 512. Also each day my
computer's performance is getting higher each day and it uses a huge lot of memory. I tried a
disc defragment and it still used the same. Except my computer got faster. Anyone know what problem
I am having? I been trying to figure out this problem since my computer got slower when I ....
Disk Herniation
Spinal column problems (3) I recently had a MRI (magnetic resonance imaging) done on my cervical spine because I have a
nagging pain radiating from my neck down my arm to my thumb. The day after, my doctor called me to
inform me that I have a herniated disk in my neck that is pressing against my spinal cord. This is
probably the source of the aggravation. He wants me to see a surgeon. I conceded a visit with his
referal, but will not entertain the idea of surgery on my neck. Especially since I know the surgeon
would be going through from the front to tackle the disk. I would hope there i....
Has There Been A Mistake?
I do not seem to have the default package. (8) Hi, I was wondering if there has been a mistake when my webspace was set up. I read that Trap 17
offers 150 Mb webspace and 5Gb bandwidth per month. Yet, when I go to my control panel I seem to
have only 20 Mb and 512 Mb bandwidth. That is why I temporarily had to move my site away from
Trap17 as I ran out of webspace (I have filled 52.2 Mb of webspace so far). Could someone clarify
this, please? Thanks. ....
Virus On Your Flash Disk? (usb Devices)
Here's a Tip (9) Here's a Tip on USB Devices on protecting them.. /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" /> Hope you want this... Enjoy /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> 1. Check first the Auto
Insert Notification setttings. Set it to "prompt user...". 2. Insert your USB device 3. Open "My
Computer" after the USB loads 4. DON'T left-click, but right-click on the USB drive 5. Check:
(very important) if it displays: QUOTE Open Explore Search Autoplay then it's safe.
if it....
World’s First 300 Gb 2.5″ Sata Hard Disk Drive
(5) did you know that Fujitsu has made and 300gb sata hard drive here's and quote of the article on
WindowsX's shine QUOTE Fujitsu Introduces World’s First 300 GB 2.5″ SATA Hard Disk
Drive Fujitsu Officially Introduces World’s First
300 GB 2.5″ SATA Hard Disk Drive With solid state disks shipping with up to 128 GB and
perhaps even 256 GB capacity later this year, hard drive makers are under pressure to increase the
storage space for the common hard drive: Fujitsu will begin selling a 300 GB 2.5....
Audio Box
Post your questions about Audio here. compression, recording, usage o (0) Hi, A lot of folks would like to add audio to their pages these days. there are many issues for some
of us, from the technical aspect to the legal aspect. bigtunes is a small independent label. so we
kinda have an idea about this stuff. Post any audio related questions here and we'll try to
point you in the right direction. /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:"
border="0" alt="rolleyes.gif" /> We can help with. Compression: Questions about streaming
mp3's etc. debugging flash audio players for your pages, stuff like that. Copyright ....
Can A Hard Disk Be Write Protected?
(3) You know,like a floppy drive,can a harf disk be write protected?Coz I need to use my hard disk at a
friend's place who's PC ios severely infected,I hope to use my antivirus to c;eanse his
system as no AV installs onthat system.....
How To Wipe Your Hard Disk Completely?
(19) I need to comepletely erase the whole of my hard disk.It should be in such manner that I get the
same options i got when i first plugged in my hard disc.Ive heard about a few softwares that can do
the job but i dont know their names properly !!!!!!iS there any means to do
that without softwares??What softwares are the best for such a job?....
How To Make Your Hard Disk Drive Go Faster
Tutorial on how to increase the speed of your hard disk drive (39) If you are running on windows,first quit all applications. Deactivate antivirus utilities, screen
savers and other programs running in the background. To ensure you've quit all programs in
Windows ,Ctrl+Alt+Delete once not twice or you will shut your computer down. You will be shown
list of applications running. Highlight each application one by one and click on End Task to close
them one at a time. You should than click twice on My Computer to open the My Computer window. You
should than choose the hard disk that you want to defragment,go to Properties in the....
Installing A New Disk Drive
on a Toshiba Satellite Laptop (7) Hi, I am tring to install a 100GB External Hard Disk Drive onto my laptop. I plug the drive in
through USB and it makes the hardware connect noise then about 5 seconds later it makes the hardware
discconect noise. I dont know what to do the software it came with was ment for internal
installation. But, i used an External Conversion kit and made it an external drive. I have already
tried going into the bios and it listed nothing about the drive. My computer dosent even know that
it is there. I need some help on this because if this dosent work then i payed $160....
Have You Ever Break Up With Someone
and realise it was a mistake? (15) I have a burning question, Has anyone dumped someone only to realize that it was a mistake. I ended
a relationship about six months ago, and after three months, I started to miss my ex-girlfriend. At
first i felt like she was the one who wanted to break up, so trying to protect myself, i did the
dumping. It wasn't so hard, cause i felt I came out unscathed...but after a few months, I
realized that i was wrong. I was not going through that guilt period that many went through in a
break up, I really I did some bad stuff pushing my ex-girlfriend away. We haven't tal....
How To Detect And Remove Mp3 Duplicates
Software for search mp3 duplicates on hard disk (13) Plagiarized post. Quotes added. Link below. ? great software for detecting mp3 duplicated is here
http://abeetech.com/mp3-duplicates-finder/ Description: QUOTE The purpose of this program is
to find all mp3 duplicates on your computer and remove useless files from your hard drive. As this
program performs just this single task it copes with it much better than other more universal
programs. Unlike the other programs for duplicate files search, our program works only with mp3
files. This allows using specific methods for duplicates detection. While most of dupl....
Net Send
Usage (11) This tutorial applies to: •Microsoft Windows 2000 Server •Microsoft Windows 2000 Advanced Server
•Microsoft Windows 2000 Professional Edition •Microsoft Windows 2000 Datacenter Server •Microsoft
Windows NT Workstation 3.5 •Microsoft Windows NT Workstation 3.51 •Microsoft Windows NT Workstation
4.0 Developer Edition •Microsoft Windows NT Server 3.5 •Microsoft Windows NT Server 3.51 •Microsoft
Windows NT Server 4.0 Standard Edition Today I'm going to tell how to use the ms-dos/command
prompt command net send. Net send is a command used to message between computers on....
How To Format Your Flash Disk/ Diskettes
Formatting your flash or diskette (6) Now sometime your flash disk or diskette might have corrupt data, don't worrry just format it.
follow these simple steps: 1. Double click "My Computer" on your desktop. It opens a window with
all the available disks. 2. Right-click, your "Removable Disk" or "3 1/2 Floppy" 3. Then click
"Format" it would bring out a window 4. you can either choose "Quick Format" option to make the
formatting faster. 5. then click the format buttooon. it formats the drive. When it finishes it
show you the "format complete" dialog, click "ok" and it is done. you have a formatted d....
Looking for disk, usage, mus, mistake
|
|
Searching Video's for disk, usage, mus, mistake
|
advertisement
|
|