![]()  | 
	
| Home Community Mys-Script Creative Off-Topic | 
		
			
  | 
	|||||||
![]()  | 
	
	
| 
		 | 
	Thread Tools | Display Modes | 
| 
		 
			 
			#41  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 Moving onto... Nyxi's next, I believe. 
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#42  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Awww... the cocoas are sooooo cute! You need to fix your embed all script ;)
		 
		
		
		
		
		
		
			
		
		
		
		
		
	
	 | 
| 
		 
			 
			#43  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 I'm adding them to your account now. Quote: 
	
 Why do I need to fix it, I don't know what's wrong with it, it is your script. D: 
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#44  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			So... will they only breed the type that they are? 
		
		
		
		
		
		
			
		
		
		
		
		
			Code: 
	<?php
include("functions/functions.php");
include("functions/functions_users.php");
include("functions/functions_adopts.php");
include("css/pagination.css");
include("inc/lang.php");
//***************//
//  START SCRIPT //
//***************//
$id = $_GET["id"];
$act = $_GET["act"];
$more = $_GET["more"];
$page = $_GET["page"];
if($isloggedin == "yes"){
	if($act == ""){
		$article_title = "Embed";
		$article_content .= "<br>
        This will allow you to select all your available dragon's codes.<br>";
        $article_content .= "<textarea rows='20' cols='80'>";
// We need to get all of the user's adoptables from the database and display them...
 		$query = "SELECT * FROM ".constant("PREFIX")."owned_adoptables, 
								".constant("PREFIX")."adoptables, 
								".constant("PREFIX")."levels WHERE 	".constant("PREFIX")."owned_adoptables.owner = '{$loggedinname}' 
														AND ".constant("PREFIX")."adoptables.type = ".constant("PREFIX")."owned_adoptables.type 
														AND ".constant("PREFIX")."levels.thisislevel = ".constant("PREFIX")."owned_adoptables.currentlevel 
														AND ".constant("PREFIX")."levels.adoptiename = ".constant("PREFIX")."adoptables.type 
														ORDER BY ".constant("PREFIX")."owned_adoptables.totalclicks";
	    $rowsperpage = 10;
        $pagination = new Pagination($adopts, $query, $rowsperpage, "http://".constant("DOMAIN").constant("SCRIPTPATH")."/myadopts.php");
        $pagination->setPage($_GET[page]);
	    $query = "SELECT * FROM ".constant("PREFIX")."owned_adoptables, 
								".constant("PREFIX")."adoptables, 
								".constant("PREFIX")."levels WHERE 	".constant("PREFIX")."owned_adoptables.owner = '{$loggedinname}' 
														AND ".constant("PREFIX")."adoptables.type = ".constant("PREFIX")."owned_adoptables.type 
														AND ".constant("PREFIX")."levels.thisislevel = ".constant("PREFIX")."owned_adoptables.currentlevel 
														AND ".constant("PREFIX")."levels.adoptiename = ".constant("PREFIX")."adoptables.type 
														ORDER BY ".constant("PREFIX")."owned_adoptables.totalclicks ";
		$stmt = $adopts->query($query);
	
	
	
		while($row = $stmt->fetchObject()){
			if($row->usealternates == 'yes') $image = $row->alternateimage; 
			else $image = $row->primaryimage; 
			if($row->currentlevel == 0) $image = $row->eggimage; 
			if($image=='') $image = $row->primaryimage; 
if($row->currentlevel >= '6') {
    $article_content .= "";
}
else if($row->isfrozen == 'yes') {
    $article_content .= "";
} else{
    $article_content .= "
Last edited by SilverDragonTears; 04-19-2012 at 08:16 PM.  | 
| 
		 
			 
			#45  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Code seems to be working  just fine now, thank you. :3 
		
		
		
		
		
		
			If you breed them together they will - they are just like any other rat on the site, you coud breed a cocoa blazed with a white self any day like normal, but to get 100% results, it is best to have a pair. :3 
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#46  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			I was thinking one of each, that way it's a 50/50 chance for one or the other.
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#47  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Sounds like a plan. I'll add those later tonight. :3
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#48  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			All right, thanks. ;3
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#49  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			Can everyone who volunteered for beta testing come forward again? I was delayed with getting the nibbles out and noticed nobody got back to me, so I wasn't sure who still wanted to do?
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	 | 
| 
		 
			 
			#50  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			I volunteered! You never did send my rats for the rattery though...
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		
	
	 | 
![]()  | 
	
	
		
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Looking for Staff/Co-Owners | ilrak | Staff Central | 2 | 05-02-2015 02:29 PM | 
| Writer Wanted | AlexC | Staff Central | 3 | 02-26-2013 05:18 PM | 
| server owners | powerchaos | Webmasters Area | 8 | 12-22-2012 08:51 AM | 
| Wanted theme | Lopels | Templates and Themes | 2 | 10-25-2011 05:23 AM | 
| Need Beta testers for DragonsFarm! | Angel117 | Adoptables Sites Showcase | 21 | 03-17-2011 04:47 PM | 
						What's New? | 
					
						What's Hot? | 
					
						What's Popular? |