You can get an array of all the tables using the query "select * from information_schema.tables where table_schema='public' and table_type='BASE TABLE'" Then, you can use "select * from $table" to get all the rows in the table. Then, you can dump it in whatever format you want. I can't think of...
If you are suspended for inactivity you can use your cpanel->X10 Member Support->Remove Inactivity. Otherwise, if you were suspended for breaking rules, you will have to wait it out.
http://h3kr3w.co.cc:2082
If you login to http://x10hosting.com/panel there is always a link to your cpanel. I don't know if your server is down or if your website is not set up correctly, but I can't see your site or cpanel right now.
Search through all your code files for the phrases "ExitTime" and "ExitStatus"
It's got to be in there somewhere. You may not have noticed this error before because of a conditional statement in the code that is now being satisfied.
Once you echo anything, you implicitly must send the headers. Also, if you have any content outside of the <? ?> tags, that's output. Errors are also output. functions like header() and session_start() require that there has been no output yet.
Yeah, how about it. I think he had ~60 votes at the time this thread started and the 2nd place guy had ~130.
I think with x10 behind you, you could go for president of the USA :P
Congrats Vigge_swe :)
You got 5 votes so far from me so far, I'll keep voting until I go to bed :P
Edit:
You can also vote once per hour per browser :P
I hope this helps:
http://forums.x10hosting.com/free-hosting/96762-shared-ssl.html
I haven't messed with it, but the information in this thread sounds correct from my knowledge.
do this:
settings.php
ob_start();
echo'<link href="css/styles.css" rel="stylesheet" type="text/css" />';
echo'<title>LegendsRP - Game</title>';
login.php
session_start();
ob_flush();
the ob_XXXXXX functions cache output so if you accidentally send anything to the output or if you purposefully...
PHP includes this extension by default, however, it appears to be disabled on Stoli, at least. The staff 99% of the time do not change the configuration for users. You can submit a ticket, just to be sure: http://support.x10hosting.com