New Notification sound. 0:03 minutes (68.29 KB) |
|||
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) { |
|||
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! :) |
|||
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.
|
|||
A remix of a track from Super Hang-on. 2:20 minutes (3.3 MB) |
|||
|
|||
|
|||
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. |
|||
<?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.'.'); ?> |
|||
A quick function to help send urls to the url shortening service Bit.ly |
|||

