Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Morningstar Revcms Gallery Page!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="nateforever96" data-source="post: 469386" data-attributes="member: 100733"><p>[ATTACH=full]12389[/ATTACH]</p><p>[automerge]1621868750[/automerge]</p><p>using this script</p><p><?php</p><p>mysql_connect("localhost","root","");</p><p>mysql_select_db("habbo");</p><p>$res=mysql_query("select * from camera_web");</p><p>echo "<table>";</p><p>while ($row=mysql_fetch_array($res))</p><p>{</p><p></p><p>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>";</p><p>echo "<td>"; ; echo "</td>";</p><p></p><p>echo "</td>";</p><p></p><p></p><p>}</p><p>echo "</table>";</p><p>?></p><p></p><p>EDIT: fixed code to fit the column and click to open photo.</p><p>Goin to code homepage for morningstar and try to get personal photos in homepage??</p><p></p><p>UPDATE!! Made code get profile users photos only if anyone needs pics included!</p><p></p><p>[ATTACH=full]12397[/ATTACH][ATTACH=full]12398[/ATTACH]</p><p></p><p><center></p><p> <?php</p><p>mysql_connect("localhost","root","");</p><p>mysql_select_db("habbo");</p><p>$res=mysql_query("select * from camera_web where user_id = ' " . $user['id'] . " '");</p><p></p><p>echo "<table>";</p><p></p><p>while ($row=mysql_fetch_array($res))</p><p> </p><p>{</p><p> </p><p> </p><p></p><p>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>";</p><p>echo "<td>"; ; echo "</td>";</p><p></p><p>echo "</td>";</p><p></p><p></p><p>}</p><p>echo "</table>";</p><p>?></center></p><p></p><p></p><p></p><p></p><p>SHOUTOUT TO " VAULIET" for the HOMEPAGE edit i fixed it to my hotel and added the camera published photos and icons plus diamonds <a href="http://forum.*****.com/f353/revcms-habbo-skin-home-profile-1072424/" target="_blank">HOMEPAGE by Vauliet</a></p></blockquote><p></p>
[QUOTE="nateforever96, post: 469386, member: 100733"] [ATTACH type="full" alt="Capture.PNG"]12389[/ATTACH] [automerge]1621868750[/automerge] 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! [ATTACH type="full" alt="1622005178007.png"]12397[/ATTACH][ATTACH type="full" alt="profile1.PNG"]12398[/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 [URL='http://forum.*****.com/f353/revcms-habbo-skin-home-profile-1072424/']HOMEPAGE by Vauliet[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
Morningstar Revcms Gallery Page!
Top