Mr. ComputerForums

I'll challange you to that Sniper! My CPU was at 18 the other night (server CPU - I forgot to take a screenshot!). We've just had a new Central Heating system installed mind you... so I might struggle :\
 
TEMP.png


My Q66 G0 on air while it was sleeting.
 
i used to average 3C when i was at my dads house, but i cant really do it here since it dosnt get cold this time of year yet, and um in the 2nd floor... : /

should servers be allowed? i mean...
there not usually quad cores so...lol.
 
suppose so lol.

seams i'll have to go back to the drawing board and think up some new cooling ideas for next weekend.
 
<?php

while(1==1){
echo "j03 is php whore";
}

if(1==2){
echo "vampist is PHP whore";
}else{
echo "didnt think so!";
}
?>

Code:
<?php
$vampist_bday = mktime(0, 0, 0, 2, 22, 1990);
while(1==1){
   echo "Jo3 wishes he could be a whore \n";
}
for ($i = 1; $i < 100; $i++) {
   echo "No way..";
}
if($vampist_bday > time()){
   echo "Jo3 could be the php whore.";
}
elseif($vampist_bday <= time()){
   echo "Vampist is the php whore";
}
else{
   echo "Wtf? is this even possible?";
}
$mysql = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if($mysql) {
   echo "connected...";
}
else {
   die("connection error");
}
mysql_select_db("world_of");
$result = mysql_query('SELECT * FROM life WHERE username==vampist');
if (!$result) {
    die(mysql_error());
}
else {
   while($n = mysql_fetch_array($result)){
       $role = $n['user_role'];
   }
   if($role=="God") {
      echo "Vampist kicks arse";
   }
   else {
       echo "Not possible";
   }
}
?>
 
Code:
<?php
$vampist_bday = mktime(0, 0, 0, 2, 22, 1990);
while(1==1){
   echo "Jo3 wishes he could be a whore \n";
}
for ($i = 1; $i < 100; $i++) {
   echo "No way..";
}
if($vampist_bday > time()){
   echo "Jo3 could be the php whore.";
}
elseif($vampist_bday <= time()){
   echo "Vampist is the php whore";
}
else{
   echo "Wtf? is this even possible?";
}
$mysql = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if($mysql) {
   echo "connected...";
}
else {
   die("connection error");
}
mysql_select_db("world_of");
$result = mysql_query('SELECT * FROM life WHERE username==vampist');
if (!$result) {
    die(mysql_error());
}
else {
   while($n = mysql_fetch_array($result)){
       $role = $n['user_role'];
   }
   if($role=="God") {
      echo "Vampist kicks arse";
   }
   else {
       echo "Not possible";
   }
}
?>

pfft
 
Back
Top Bottom