• warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/garyc/twitter.rss" in /var/zpanel/hostdata/zadmin/public_html/garycrowhurst_net/includes/common.inc(1743) : eval()'d code on line 8.
  • warning: Invalid argument supplied for foreach() in /var/zpanel/hostdata/zadmin/public_html/garycrowhurst_net/includes/common.inc(1743) : eval()'d code on line 10.

WB title by Warner

New Notification sound.


0:03 minutes (68.29 KB)

Serial Number Generator

class serialNumber
{
  public $seed = 1234;
  public $userName;
 
  function genSerial()
  {
    if($this->userName =='')
    {
      echo "Must provide a username to generate a keycode";
    }ELSE{
      $a = $this->seed * count($this->userName) + ord($this->userName[1]) * 666;
      $a1 = $this->seed * ord($this->userName[1]) * 123;
      $a2 = $this->seed + (count($this->userName) * ord($this->userName[1])) * 6613;
      $complete = $a.'-'.$a1.'-'.$a2;
      return $complete;
    }
  }
 
  function CheckSerial($Serial,$UserName,$Seed = 1234)
  {

Tyrian Asteriod Dance 2 - Loops

I have decided to release all the loops that went into making my remix. Hope you like them and have fun trying to make a remix! :)

New Scam Email!

Wow been a long time since i received any new scam emails. This one is reporting to be from Coca-Cola claiming i won £500,000! I love Coke but never enter any of their competitions.

Coca cola GB ® /International® Award Promotion
Southwark London Centre Branch,
Central London, SE1 0BL England
COCA COLA OFFICE, UNITED KINGDOM
CUSTOMER SERVICE

Attn:Winner
Winning No:Cola*454*344*2012
Email Ref No:Cola*322*752*2012
Notification Date:2012
AMOUNT WON: 500,000.00 (Five Hundred Thousand Great Britain Pounds).

Super Hang-On - Hard Road Mix 2 by Gary Crowhurst

A remix of a track from Super Hang-on.


2:20 minutes (3.3 MB)

Pinky And The Brain

Pinky And The Brain

How to Schedule Steam Downloads

  • Step 1
    Set your steam client to login automatically (Remember Password)
  • Step 2
    Open Task Scheduler and create a new task. Call it "Start Steam". click on the Triggers tab and create a new trigger set it for 3AM and set it to run daily. Now click on the "Actions" tab and create a new action set to launch application then browse to your Steam directory and select "Steam.exe". now save this task.
  • Step 3

Terraria

Here is a small template world for Terraria. A house + bed has been built nothing has been mined from the world. their is a huge cave near the house that has an awful lot of iron, coper, gold & lots of chests. None of the world bosses have been defeated. This world is great for starting a new character.

Uptime

<?php
	$data = shell_exec('uptime');
	$uptime = explode(' up ', $data);
	$uptime = explode(' days,', $uptime[1]);
	//$uptime = explode(',', $uptime[1]);
	$uptime = "<b>". $uptime[0]."</b> days";
	echo ('Server uptime: '.$uptime.'.');
?>

Sending links to Bit.ly

A quick function to help send urls to the url shortening service Bit.ly
To use this you must sign up for a free account and get your API code.

Syndicate content