|
The Melancholy Of 110mb.com
|
 |
« Reply #40 on: September 25, 2008, 05:48:04 AM » |
|
depends on how easy it is to get hold of hd .......... box13 is america so not run by 110mb...... so its when the host gets chance to do it
Hmmm <?php include('USA.php'); include('DOPE.php');
$USA = "select GOD from POOP";
if ($USA == "DEPRESSION") { printf(" <table> <tr><th>Status:</th><td> <form style='margin: 0'> <p> The Current Status On This Order Is: <B><I><U>%s</B></I></U> <br /> </p> </form> </td></tr> <tr><th>Customer ID:</th><td>%s</td></tr> <tr><th>Name:</th><td>%s</td></tr> </table>"$row["STATS"], $row["ID"], $row["CLIENT"]);
} else {
printf(" <table> <tr><th>Status:</th><td> <form style='margin: 0'> <p> The Current Status On This Order Is: <B><I><U>%s</B></I></U> <br /> </p> </form> </td></tr> <tr><th>Customer ID:</th><td>%s</td></tr> <tr><th>Name:</th><td>%s</td></tr> </table>"$row["STATS"], $row["ID"], $row["CLIENT"]); }
?> What happens when it is true: The Current Status On This Order Is: ON HOLD ~~ FORGET IT BUDDY WE AINT GOT NO MONEY EVEN THOUGH YOU PAID US Customer ID: 12737837312352736276376472637623 Name: 110MB.com What happens when its false  The Current Status On This Order Is: DONE Customer ID: 12737837312352736276376472637623 Name: 110MB.com
|
|
|
|
|
Logged
|
|
|
|
elshizzo
Member
Offline
Posts: 27
|
 |
« Reply #41 on: September 25, 2008, 07:14:30 AM » |
|
its down again
|
|
|
|
|
Logged
|
|
|
|
|
Primefalcon
|
 |
« Reply #42 on: September 25, 2008, 07:53:55 AM » |
|
wonder what the hecks going on must be something critical or complicated to be taking this amount of time
|
|
|
|
|
Logged
|
|
|
|
|
absolutehid
|
 |
« Reply #43 on: September 25, 2008, 08:16:12 AM » |
|
its not only people who want to add to their site, people who paid for SQL access (like me) can't use it anymore.
This was fixed for a while, but now its down again. An ETA would be wonderful guys. And please let me know if when it is up, we can expect it to stay up. I'm wasting money on advertising when my site is down.
Thanks, Ivan
|
|
|
|
« Last Edit: September 25, 2008, 08:21:27 AM by absolutehid »
|
Logged
|
|
|
|
|
RBCFAQS
|
 |
« Reply #44 on: September 25, 2008, 08:35:35 AM » |
|
If someone is interested and have account on box13, then he can try to upload the following file on his account: <?php echo "disk_total_space() = ", number_format(disk_total_space("./")/1024/1024/1024), "GB\n<br />"; echo "disk_free_space() = ", number_format(disk_free_space("./")/1024/1024/1024), "GB\n"; ?> And call it in the browser. (Can be modified to be more precise by removing some "/1024") Added this to my B12 account... http://rbcfaqs.co.cc/diskspace.phpSeems it's only got a 458GB HDD in it... B12: disk_total_space() = 458GB disk_free_space() = 275GB
|
|
|
|
|
Logged
|
|
|
|
|
mghq
|
 |
« Reply #45 on: September 25, 2008, 08:41:13 AM » |
|
I have it on box 13 account. http://mghq.co.cc/diskspace.phphere is current detail: disk_total_space() = 458GB disk_free_space() = 247GB
|
|
|
|
|
Logged
|
|
|
|
|
RBCFAQS
|
 |
« Reply #46 on: September 25, 2008, 08:44:16 AM » |
|
Hey... we should get Dex in on this... if Piotr GRD doesn't mind if we borrow that code... add the .php to a single account on each box... then add it to the stats system.. >.> ~whistles innocently~
|
|
|
|
|
Logged
|
|
|
|
|
|
|
mghq
|
 |
« Reply #48 on: September 25, 2008, 08:50:49 AM » |
|
Hey... we should get Dex in on this... if Piotr GRD doesn't mind if we borrow that code... add the .php to a single account on each box... then add it to the stats system.. >.> ~whistles innocently~
That would be a good idea. i am pretty sure piotr GRD wouldnt care. It would help though. i claim box 13 with it
|
|
|
|
|
Logged
|
|
|
|
|
RBCFAQS
|
 |
« Reply #49 on: September 25, 2008, 08:59:56 AM » |
|
I'll handle boxes 12 and 14 then.
|
|
|
|
|
Logged
|
|
|
|
|
absolutehid
|
 |
« Reply #50 on: September 25, 2008, 09:21:41 AM » |
|
so what's the deal? if there's 250GB of space on 13, why does it not work.
|
|
|
|
|
Logged
|
|
|
|
|
mghq
|
 |
« Reply #51 on: September 25, 2008, 09:35:43 AM » |
|
It could be any number of reasons
|
|
|
|
|
Logged
|
|
|
|
|
absolutehid
|
 |
« Reply #52 on: September 25, 2008, 09:56:22 AM » |
|
bah, just my luck. the first week that i get the site up, there's problems. the three months before that when my website sat empty, everything ran fine.
|
|
|
|
|
Logged
|
|
|
|
DaMavster
Member
Offline
Posts: 14
|
 |
« Reply #53 on: September 25, 2008, 10:37:45 AM » |
|
Is it even possible for the hard drive to be so full that php session variables don't work? My site uses one session variable to store a number between 0-9 or the string "RANDOM". Is the hard drive situation so bad that such a small amount of data doesn't write to the hard drive?
|
|
|
|
|
Logged
|
|
|
|
|
Primefalcon
|
 |
« Reply #54 on: September 25, 2008, 11:54:25 AM » |
|
session data are just text files so it's got to be extremely limited to disallow them
|
|
|
|
|
Logged
|
|
|
|
|
absolutehid
|
 |
« Reply #55 on: September 25, 2008, 12:33:26 PM » |
|
is there any way a mod could activate sql for me if i made another account(on another box)? I really need to get my site back up:(
|
|
|
|
|
Logged
|
|
|
|
|
absolutehid
|
 |
« Reply #56 on: September 25, 2008, 01:34:04 PM » |
|
^^nevermind.
To anyone who needs their SQL databases working:
Download it as a .sql file from 110dbmanager.php
go to ..net
sign up
upload your .sql file, change links.
what i just did, now everything's back up!
|
|
|
|
|
Logged
|
|
|
|
|
Primefalcon
|
 |
« Reply #57 on: September 25, 2008, 01:51:22 PM » |
|
I'm going to switch over one of my own servers temporarily, we haven't had any word from admins yet, so this may take a week or more longer to fix
|
|
|
|
|
Logged
|
|
|
|
|
The Melancholy Of 110mb.com
|
 |
« Reply #58 on: September 25, 2008, 02:14:57 PM » |
|
I'll handle boxes 12 and 14 then.
well if you do 2/4 that i can (i think i know i have 12) i can do 11 and 5
|
|
|
|
|
Logged
|
|
|
|
|
islesv
|
 |
« Reply #59 on: September 25, 2008, 06:04:48 PM » |
|
I think this has something to do with change of some setting at the hard disk level. Possibly related to the time when box13 users couldn't write to the harddisk.
|
|
|
|
|
Logged
|
|
|
|
|