nateforever96
Member
- Apr 11, 2021
- 59
- 21
You must be registered for see images attach
Post automatically merged:
using this script
<?php
mysql_connect("localhost","root","");
mysql_select_db("habbo");
$res=mysql_query("select * from camera_web");
echo "<table>";
while ($row=mysql_fetch_array($res))
{
echo "<td>";?><tr><a href="<?php echo $row["url"]; ?>" target="eac955c8dbc88172421193892a3e98fc7402021a" onclick="<?php echo $row["url"]; ?> return true;"><img src="<?php echo $row["url"]; ?>" height="228" width="228" ></a>.</tr><?php echo "</td>";
echo "<td>"; ; echo "</td>";
echo "</td>";
}
echo "</table>";
?>
EDIT: fixed code to fit the column and click to open photo.
Goin to code homepage for morningstar and try to get personal photos in homepage??
UPDATE!! Made code get profile users photos only if anyone needs pics included!
You must be registered for see images attach
You must be registered for see images attach
<center>
<?php
mysql_connect("localhost","root","");
mysql_select_db("habbo");
$res=mysql_query("select * from camera_web where user_id = ' " . $user['id'] . " '");
echo "<table>";
while ($row=mysql_fetch_array($res))
{
echo "<td>";?><tr><a href="<?php echo $row["url"]; ?>" target="eac955c8dbc88172421193892a3e98fc7402021a" onclick="<?php echo $row["url"]; ?> return true;"><img src="<?php echo $row["url"]; ?>" height="137" width="137" ></a></tr><?php echo "</td>";
echo "<td>"; ; echo "</td>";
echo "</td>";
}
echo "</table>";
?></center>
SHOUTOUT TO " VAULIET" for the HOMEPAGE edit i fixed it to my hotel and added the camera published photos and icons plus diamonds
You must be registered for see links
Last edited: