Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
I found a way to get it to load at the bottom but the web page has to fully loas for it to work. I added <meta http-equiv="refresh" content="0; url=#bottom"> at the top of the code and I added a anchor tag at the bottom of the code (<a name="bottom"></a>)
inclde_avatar.php
<meta http-equiv="refresh" content="0; url=#bottom">
<BODY STYLE="background-color:transparent" leftmargin="0" topmargin="0">
<?php
include('dbconn.php');
$result = mysql_query("SELECT smallavatar FROM ".$OekakiPoteto_MemberPrefix."oekaki WHERE usrname='$user'");
$row = mysql_fetch_array($result);
?>
<div align="center"><img src="<?=$row['smallavatar']?>" width="50" height="50" border="1" /></div>
<a name="bottom"></a>
I can host the avatar_include.php thing for you... and you could just link to mine instead of yours.... or try using this code in index.php (instead of the one Kameloh posted)
<?php $result = mysql_query("SELECT smallavatar FROM ".$OekakiPoteto_MemberPrefix."oekaki WHERE usrname='$user'"); $row = mysql_fetch_array($result); ?> <div align="left"><img src="<?=$row['smallavatar']?>" width="50" height="50" border="1" /></div>
I don't pretend to be an expert when it comes to mySQL, so it may not work. If it doesn't, perhaps just try this:
<div align="left"><img src="<?=$row['smallavatar']?>" width="50" height="50" border="1" /></div>
Again... I'm not sure this'll work, but to avoid the ads you have to ditch the Iframes for sure.
I did all the things it said and it works but because my oekaki host has ads it put a ad in the avatar include iframe but I can still see the avatar if I click and drag to the bottom. How do you get the avatar_include iframe to load at the bottom.
yea i'm, thanks for the help pinkie.
Hey, are you from my forum? PWF? If so... hi!
Take a look here: http://www.suteki.nu/community/viewthread.php?tid=1719
How do you add avatars to Wax Poteto?