You guys talk about America\Americans like that is a bad thing. Being an American does not mean having low standards.
-English ()
-French
-Other Computer Languages
well, I have reasons for renting a movie over buying it, plus there are ways to keep the movies you rent forever, so its like buying it at a lower price.
If you know what I mean.
To block everyone from having access to your website, goto www.ipchicken.com, then copy the numbers, and replace the 0 in the code below with the numbers.
<?php
$ip = "0.0.0.0";
if($ip != getenv("REMOTE_ADDR")){
echo "<h1>Go Away!</h1>";
exit;
}
?>
-Edit: I am sorry, I have a bad habit of interpenetrating the subject\title of the article\question, and assuming what it the problem is. Obviously that code won't help
Ok, so I am blocking everyone from my website, and I want to know if you guys get the message I put up, or if you get the website.
www.krazypicks.com
-Thanks for testing,
Lamez
<?php
include ("login.php");
$query = "select * from news";
$result = mysql_query($query);
if(!$result)
{
die("could not query the database: <br>" .mysql_error());
}
echo "<table><tr><td>Date</td><td>Description</td>";
while($rowsql=mysql_fetch_array($result))
{
echo $rowsql["dates"]."</td>";
echo $rowsql["news_desc"]."</td>";
echo $rowsql["news_details"]."</td></tr>";
}
mysql_close($connection);
?>
in your while loop you had one variable, and you called a completely different variable, kinda like you ripped off this code from a tutorial.
http://wubi-installer.org/index.php
If you are interested in Linux, and you are a fan of Ubuntu, but always been afraid of corrupting your partition tables, then you need to try Wubi.
I am installing it right now , well it is actually installing Ubuntu! I am excited
Did I mention :D
9/10 (<-- made up) on this thread are using windows, including me!
Linux, lets face it, is really only good for hacking, and hosting.
Apple's O\S is based on Unix.
Windows, is wildly know and has tons of software support.
They all have theirs ups and downs.
I have also seen a window's website run on a Linux server. I do not remember which one.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.