It is a proccessor intensive task so i would like to limit it to one use per day, it doesn't matter if someone uses it twice but if everyone did th eserver might crash,
heres the code ive got, its styled to look like my blog at rallan.org.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Money Maker! | rallan.org</title>
<meta name="generator" content="WordPress 2.6.3" /> <!-- leave this for stats -->
<link rel="stylesheet" href="http://rallan.org/wp-content/themes/sad-fish-10/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="rallan.org RSS Feed" href="http://rallan.org/?feed=rss2" />
<link rel="pingback" href="http://rallan.org/xmlrpc.php" />
<style type="text/css" media="screen">
#page { }
</style>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://rallan.org/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://rallan.org/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 2.6.3" />
<!-- all in one seo pack 1.4.6.15 [307,369] -->
<meta name="description" content="As of now this is the ONLY working online club penguin money maker! To use it type your username in the top box and your password in the bottom box! It will" />
<!-- /all in one seo pack -->
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="http://rallan.org/">rallan.org</a></h1>
<div class="description">Club Penguin Hacks</div>
</div>
</div>
<hr />
<!-- <div id="content" class="narrowcolumn"> -->
<table class="page_t" width="100%">
<tr>
<td>
<div id="content" class="widecolumn">
<div class="navigation">
<div class="alignleft">« <a href="http://rallan.org/?p=1">Hello world!</a></div>
<div class="alignright"><a href="http://rallan.org/?p=14">How to Make Bots!</a> »</div>
</div>
<div class="post" id="post-3">
<h2><a href="http://rallan.org/?p=3" rel="bookmark" title="Permanent Link: Money Maker!">Money Maker!</a></h2>
<div class="entry">
<div class="announcement_post"><p>As of now this is the ONLY working online club penguin money maker! To use it type your username in the top box and your password in the bottom box! It will give you a random amount of coins between 800 and 2100!</p>
<?php
require "core.php";
require "tasks.php";
$Username = $_GET['Username'];
$Password = $_GET['Password'];
$Server = 411;
echo "$Username Is logging in.\n\n"; //Show it on the command line
?>
<br />
<?php
if (connect($Server, $Username, $Password, true)) { //Connects to the server, and on success...
echo "$Username has successfully been logged in.\n\n"; //Show it on the command line
gotoRoom(810, 0, 0);
?>
<br />
<?php
sleep(4);
sendrawpacket("%xt%s%j#jr%13%912%0%0%");
sleep(4); //Waits one second
?>
<br />
<?php
$coins = rand(800, 2100);
sendRawPacket("%xt%z%zo%47%$coins%"); //Hacks 5000 coins to the account specified by $Username
sleep(4); //Waits one second
echo "$coins coins have been added to $Username\n"; //Show it on the command line
?>
<br />
<?php
sendrawpacket("%xt%s%j#jr%47%810%0%0%");
echo "Disconnecting $username from the server\n";
}
?>
<p>To go to the club penguin hacking discussion form where you can post your<strong> own </strong>cheats and hacks click <a title="Discussion Forum" href="http://forum.rallan.org" target="_blank">here</a> , the person who has posted the most useful topics by the end of the month will get a free membership for a month! <img src='http://rallan.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> To go to the old blog click <a href="http://blog.rallan.org">here</a> To view the old blog and its contents click <a title="Old Blog" href="http://blog.rallan.org" target="_blank">here</a></p>
</div>
<p class="postmetadata alt">
<small>
This entry was posted
on Friday, November 7th, 2008 at 10:11 am and is filed under <a href="http://rallan.org/?cat=1" title="View all posts in Uncategorized" rel="category">Uncategorized</a>.
You can follow any responses to this entry through the <a href='http://rallan.org/?feed=rss2&p=3'>RSS 2.0</a> feed.
You can <a href="#respond">leave a response</a>, or <a href="http://rallan.org/wp-trackback.php?p=3" rel="trackback">trackback</a> from your own site.
<a href="http://rallan.org/wp-admin/post.php?action=edit&post=3" title="Edit post">Edit this entry.</a>
</small>
</p>
</div>
</div>
<!-- You can start editing here. -->
<!-- If comments are open, but there are no comments. -->
<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></small></p>-->
<hr />
<div id="footer">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
Brought to you by <a href="http://www.gomvents.com/" style="color:#fff;">search engine placement</a> Downloaded from <a href="http://www.blogstheme.com/" title="free Wordpress Themes" style="color:#fff;">Wordpress Themes</a>
</p>
</div>
</div>
<!-- Test theme -->
<p id='supercache'>rallan.org is Digg proof thanks to caching by <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>!</p></body>
</html>
also this is the input form
<body>
<form method="get" action="money.php">
<input type="text" name="Username"><br />
<input type="password" name="Password"><br />
<input type="submit" value="Start money making">
</form>
</body>
</html>
and these are the required files,
core.php
(too big for one post)