Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Page with Tradable Pets? (http://www.mysidiaadoptables.com/forum/showthread.php?t=2402)

AlexC 09-17-2011 09:03 PM

I had a look, that's nicely done - I'm not sure if it's exactly what I'm looking for, but if nobody can figure it out, I guess I'll probably just settle for the search feature. Out of courosity, you aren't willing to show me or share with me how you did that clicking page wold you?

SilverDragonTears 09-17-2011 09:08 PM

Clicking Page?

AlexC 09-17-2011 09:10 PM

The nursery page?

SilverDragonTears 09-17-2011 09:15 PM

Code:

<center><table>
<th>Nursery<br>

<?php

mysql_connect("localhost", "YOUR-DATABASE-USERNAME", "YOUR-DATABASE-PASSWORD");
mysql_select_db("YOUR-DATABASE") or die(mysql_error());
?>
      <tr>
        <td VALIGN="top" >

<?

// Retrieve all the adopts from the table
$result = mysql_query("SELECT * FROM adopts_owned_adoptables WHERE isfrozen = 'no' LIMIT $start, 50")
or die(mysql_error()); 

while($row = mysql_fetch_array( $result )) {
// Print out the contents of the entry
echo "<a href=\"http://YOUR-SITE-URL/levelup.php?id=" .$row['aid'] . "\" target=\"view\"><img src=\"http://YOUR-SITE-URL/get/".$row['aid'].".gif\" title=\"" .$row['owner'] . "\"></a> ";

}
?>
</td>
        </tr>
        <tr>
                <td>
<?php
for($i=1; $i<=$pages; $i++) {
        echo '<a href="?p=' . $i . '">[' . $i . ']</a> ';
}
?>
                </td>
        </tr>
    </table>

<iframe name="view" id="view" scrolling="no"  width="100%" height="600px" frameborder="0">


AlexC 09-17-2011 09:17 PM

Can I add a variation of that to my site? I wouldn't mind somewhere that the members could view some random rats and help them grow. ^.^

SilverDragonTears 09-17-2011 09:19 PM

Of course =) If you would make me a sprite for my site in return?

AlexC 09-17-2011 09:21 PM

sure! How many/what type. I do pixeling with shading, most animals are fine. I would be willing to do a few if you could do a market page for me as well.

All stages, eggs as well I'm assuming? How many stages are there?

SilverDragonTears 09-17-2011 09:24 PM

There are 4 egg stages, 1 baby stage, and an adult. Male/Female of baby & adult is fine if you'd like. Something that would go well with our "Misty Woods" theme? Ideas?

Yes, I'll help you with that =)

AlexC 09-17-2011 09:25 PM

I'll message you some ideas.

kitty08 10-17-2011 02:44 AM

You can also use the search page and get them ;)


All times are GMT -5. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.