Server Down - May 20, 2009
Our HDD has been corrupted. We have our data saved on an external HDD, and we will have it restored in the new HDD as soon as possible.
Our HDD has been corrupted. We have our data saved on an external HDD, and we will have it restored in the new HDD as soon as possible.
I would like you all to review this.
8 Hour Uptime Report for France Server (server1.meekhost.com)

1. The Bandwidth Hogs existed. I was unaware that it only lasted less than 18 minutes. The server went back up as soon as it could automatically. I tested things, all was well after the bandwidth hog problem.
2. An hour after, this is were all the downtime came. I kept on messaging our providers, they have replied on in conclusion the following:
On Wed, Apr 22, 2009 at 4:25 PM,ovh.net wrote:
> Dear Justin,
>
> There is a hack of the server you will need to reinstall the the os to regain full use of it.
>
> Regards, Folarin.
We are still doing everything we can to have all those files, if possible, and the server to be recovered with no loss.
Below is a detailed explanation of the rules to make it easy for you people to understand:
You can access cpanel by going to these links:
http://yourdomain.com/cpanel
http://yourdomain.com:2082
http://server1.meekhost.com/cpanel
Here is cPanel:
All you to do is post after signing up and most of you people result in getting a warning clearly saying “Spamming”. Here are some tips you can follow to avoid spamming:
Below i will put some spam posts:
All the above posts are completely SPAM those people dont know what they are typing.
The Basics.
When any code in php is started it must begin with a “<?php” and end with “?>”. Here is a example script.
<?php
echo “Hello People!”;
?>
What the above script does is not really important at this stage but if you wish to try it then go ahead.
All php files must have the extention “.php” useally, im some cases you will come across “.php5″ and “.php4″. All this means is that the server should use php 4 or 5 to execute the script. As a beginner it doesnt really matter what version you use but as you get more advanced, it will matter.
Now you may be wondering why you need to have a undestanding at html. All php files should have html in them. The php is just kindof nested in. Here is a example taken from w3schools.
<html> <body>
<?php echo "Hello World"; ?>
</body> </html>
Now i dont know if you have noticed yet but the php will NEVER show up when a person clicks “View Source”. This is one of the small benifits of php. No one can “nick” your code.
“Each code line in PHP must end with a semicolon. The semicolon is a separator and is used to distinguish one set of instructions from another.
There are two basic statements to output text with PHP: echo and print. In the example above we have used the echo statement to output the text ‘Hello World’.
Note: The file must have the .php extension. If the file has a .html extension, the PHP code will not be executed.”
In PHP, we use // to make a single-line comment or /* and */ to make a large comment block.
<html> <body>
<?php
//This is a comment
/* This is a comment block */
?>
</body> </html>
(taken from w3schools)
Before you start learning PHP its best if you know the following:
Introduction:
PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft’s ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.
The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft’s IIS on Windows.
(taken from http://www.w3schools.com/PHP/DEfaULT.asP)
(taken from http://www.w3schools.com/php/php_intro.asp)
PHP is a very powerful scripting language and is very hard to code. If you miss the slight “;” the whole script becomes obsolete.
HTML is a language in which all web pages are outputted as.
Watching the video is pretty self explainatory but here goes (explain under video).
Step 1: Browse to this URL: https://billing.meekhost.com/
Step 2: Enter your login details and click “Manage Packages” on the left hand side.
Step 3: Click the little green icon for the package you wish to check (Manage Package). (image:
)
Step 4: Look and see if you have made enough posts.
Go to the following link to get the installation guide with step by step pictures.
http://somik.org/phpMotion/index.html
This was made by Somik Khan.