Dont Suppose someone could create me a page like this showing user information like Habboons.
Habboons home page image.
Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting
any one can do this for me?
Dont Suppose someone could create me a page like this showing user information like Habboons.
Habboons home page image.
Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting
any one can do this for me?
Lol Basic PHP but it messes up mysql
Can you release me the SQL please?
---------- Post added at 02:09 PM ---------- Previous post was at 02:08 PM ----------
PHP for the pages please?
This is Not My Sql
PHP Code:<div class="UsersName"><?php echo $users->UserInfo($username, 'username'); ?></div>
<div class="UsersMotto"><strong><?php echo $lang['user_motto']; ?>:</strong> <?php echo $users->UserInfo($username, 'motto'); ?></div>
<div class="UsersLastLogin"><strong><?php echo $lang['last_login']; ?>:</strong> <?php echo @date("d-m-Y",$users->UserInfo($username, 'last_online')); ?></div>
<div class="UsersCreated"><strong><?php echo $lang['user_created_on']; ?>:</strong> <?php echo @date("d-m-Y",$users->UserInfo($username, 'account_created')); ?></div>
<div class="UsersCreated"><strong><?php echo $lang['rank']; ?>:</strong> <?php echo $users->RankName($users->UserInfo($username, 'rank')); ?></div>
<div class="UsersCreated"><strong><?php echo $lang['tags']; ?>:</strong>
<?php
$tags = mysql_query("SELECT * FROM user_tags WHERE user_id = '".$users->UserID($username)."'");
while($tag= mysql_fetch_array($tags))
echo $tag['tag'].'<a href="functions/removetag.php?id='.$tag['id'].'">(x)</a>,';
?></div>
<?php
if(strtolower($username) == strtolower($_SESSION['username']))
{
?>
<form name="Tag" action="functions/addtag.php" method="post">
<label for="tag"><?php echo $lang['add_tag']; ?></label>
<input type="text" name="tag" id="tag" />
<div class="Submitbtn right">
<button type="submit" class="positive" name="submitcomment"><?php echo $lang['submit']; ?></button>
</div>
</form>
<?php
}
?>
---------- Post added at 01:14 PM ---------- Previous post was at 01:10 PM ----------
Like if helped :) you at all even alittle........
He is Looking for the Stats Right like Time online, Pixels , ect... Right?? well if so i will try to code it as i did for the country Flags and Im also Trying to Very Best to Code Forgot Password System to
Oh Lol well, good Luck and u might should wait for next update you think?
Wrong section -./
Last edited by Law; 08-06-11 at 07:13 AM.
Can anyone code this for me or not?
Mr.request is now on Ragezone;D
no one can do this..
For PhoenixPHP?
You should probably check the Tutorials & Plugins Section for Phoenix Licence Holders, I know I released the one for PhoenixCF (which was added to Habboon, just edited more), but I'm sure somebody did one for PHP.
i dont suppose you could look for me could you as im so useless as finding stuff, thanks shorty<3