Monday, November 19, 2012

Selling Partially Completed Horse Sim [Equillusion] - Virtual Pet List


Preview:
http://eq.h-6.org/
Username: GUEST
Password: GUEST

Artwork:
http://eq.h-6.org/gameimgs/shops/items/brush.png
http://eq.h-6.org/gameimgs/shops/items/carrot.png
http://eq.h-6.org/gameimgs/shops/items/watermelon.png
http://eq.h-6.org/gameimgs/shops/items/hay.png
http://eq.h-6.org/gameimgs/shops/items/potion_m.PNG
...and plenty more. I can give the contact info I have for the main artist, but I have not checked if they will still work or not.

Programmed Features:
Account Email Activation
(Partially) Completed Admin CP [Partially due to the fact that not all planned features are in]
Bank (needs CRON to add interest still)
Alpha Code Purchases
USD Purchases
Chat Box
Bug Reporter
Competitions/Shows
Stables (Profiles)
Horse Market
Login/Register/Logout Pages
Inventory with Item Functions
Moderator CP
News
Users Online Page
Stalls (Horse Homes)
Shops
Train Horses
Vet
User CP (change display name, password, etc.)
Weather (not completely working)
Forums
Rock Paper Scissors
Private Messaging
Partially Finished Genetics (Probably will require a complete recode of this)

What's Included:
All current Programming
All current Art
Current Layout
Domain name Equillusion.com (registered with Name.com)
Google Document of the plans for the website
Offer to finish the website at an additional cost (discussed personally)

Code Sample (Login Page):

Code:

<?php  include('./inc/config.php'); $layout->head();  if($user->loggedin()) { 	echo '<span style="color: red;">You are already logged in!</span>'; } else { 	if(isset($_POST['form'])) 	{ 		$username = $security->check($_POST['username']); 		$password = $security->check($_POST['password']); 		$password = $security->pass($password); 		 		$query = $MySQLi->query("SELECT `password`,`id` FROM `users` WHERE `username`='" . $username . "'"); 		$num = $query->num_rows; 		if($num == 1) 		{ 			$row = $query->fetch_object(); 			if($row->password == $password) 			{ 				$code = $misc->keygen(15); 				$uid = $row->id; 				$time = time(); 				$MySQLi->query("INSERT INTO `sessions` (`uid`,`key`,`time`) VALUES ('$uid','$code','$time')") or die($MySQLi->error); 				setcookie('sessionkey', $code, time()+(3600*8)); 				echo '<span style="font-weight: bold;">Logged in.  Redirecting...</span>'; 				header('Location: news.php'); 			} 			else 			{ 				echo '<span style="color: red;">Password entered does not match the password for this account.</span>'; 			} 		} 		else 		{ 			echo '<span style="color: red;">Username does not exist in our database!</span>'; 		} 	} 	else 	{ 		echo '<span class="boxheader">Log In</span> 		<div class="box"> 		<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"> 		Username: <input type="text" class="textboxFancy" name="username" /><br /> 		Password: <input type="password" class="textboxFancy" name="password" /><br /> 		<input type="submit" value="Log In" class="submitFancy" name="form" /> 		</form> 		</div>';	 	} }  $layout->foot();  ?>
Pricing:
Starting Bid: $150
Minimum Increase: $10
Current Bid: $150 ~ Judda
Auto Win: --

ALSO FOR SALE ON PSU

Source: http://www.virtualpetlist.com/showthread.php/13900-Partially-Completed-Horse-Sim-Equillusion

santorum drops out bby zimmerman website miami marlins marlins marlins facebook buys instagram

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.