Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Off Topic Discussions > Staff Central

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2012, 03:51 PM
Aasixx's Avatar
Aasixx Aasixx is offline
.. your friendly geek. c:
 
Join Date: Nov 2011
Location: somewhere ur not.
Posts: 191
Gender: Female
Credits: 38,656
Aasixx is on a distinguished road
Default

Quote:
Originally Posted by Gloometh View Post
My project is done so once my site is back up AGAIN, I will work on a guide to ratteries and creating your own rats. Also Aasixx, those are rats from the main site, you need to go to the forum and to the list of Created Rats (not current rats) and choose from there.
Oops. XD
My bad. I misread things a lot.
Reply With Quote
  #2  
Old 04-18-2012, 04:44 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 119,812
SilverDragonTears is on a distinguished road
Default

I miss my rats :(
__________________

Check out SilvaTales
Reply With Quote
  #3  
Old 04-18-2012, 05:32 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 97,572
AlexC is an unknown quantity at this point
Default

I'm really thinking of switching hosts... this has been glitching since this morning. Anyone have suggestions for free good hosts? I can't afford to go on paid hosting at the moment.
__________________
Reply With Quote
  #4  
Old 04-19-2012, 07:07 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 119,812
SilverDragonTears is on a distinguished road
Default

Awww... the cocoas are sooooo cute! You need to fix your embed all script ;)
__________________

Check out SilvaTales
Reply With Quote
  #5  
Old 04-19-2012, 07:10 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 119,812
SilverDragonTears is on a distinguished road
Default

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 .= "";
     }
}
    $article_content .= "</textarea>";
}
}
else{

$article_title = $accden;
$article_content = $reqlogin;

} // End is logged in check else



//***************//
//  OUTPUT PAGE  //
//***************//

echo showpage($article_title, $article_content, $date);

?>
Maybe you need the updated version for 1.3 Just change the level
__________________

Check out SilvaTales

Last edited by SilverDragonTears; 04-19-2012 at 07:16 PM.
Reply With Quote
  #6  
Old 04-20-2012, 05:45 AM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 97,572
AlexC is an unknown quantity at this point
Default

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
__________________
Reply With Quote
  #7  
Old 04-20-2012, 03:38 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 97,572
AlexC is an unknown quantity at this point
Default

Sounds like a plan. I'll add those later tonight. :3
__________________
Reply With Quote
  #8  
Old 04-20-2012, 08:42 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 132,965
Tequila is on a distinguished road
Default

All right, thanks. ;3
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
  #9  
Old 04-23-2012, 09:06 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 97,572
AlexC is an unknown quantity at this point
Default

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?
__________________
Reply With Quote
  #10  
Old 04-23-2012, 09:12 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 132,965
Tequila is on a distinguished road
Default

I volunteered! You never did send my rats for the rattery though...
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for Staff/Co-Owners ilrak Staff Central 2 05-02-2015 01:29 PM
Writer Wanted AlexC Staff Central 3 02-26-2013 04:18 PM
server owners powerchaos Webmasters Area 8 12-22-2012 07:51 AM
Wanted theme Lopels Templates and Themes 2 10-25-2011 04:23 AM
Need Beta testers for DragonsFarm! Angel117 Adoptables Sites Showcase 21 03-17-2011 03:47 PM


All times are GMT -5. The time now is 07:24 AM.

Currently Active Users: 3749 (0 members and 3749 guests)
Threads: 4,081, Posts: 32,043, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636