PDA

View Full Version : Please..



chrisgocrazyH
20-01-2008, 09:58 AM
Hello, Has anyone seen http://www.habboremix.net/

You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code


<?
$usersql = mysql_query("select * from usr_users where username = '$user'");
$usr2 = mysql_fetch_array($usersql);
$getfurni = mysql_query("select * from usr_furni where userid = '$usr2[id]'");
$check = mysql_num_rows($getfurni);
if($check==0)
echo("This user does not have any furni..");
else
{
while($furni = mysql_fetch_array($getfurni))
{
$geturl = mysql_query("select * from usr_furnidb where id = '$furni[id]'");
while($url = mysql_fetch_array($geturl))
{
echo('<img src="'.$url[url].'" />');
}
}
}
?>

Could someone just save it as Room.php PLEASE :) I will +rep for 1 Hole Month

Mentor
20-01-2008, 10:46 AM
Urmm, Wha? i have no idea what your asking? you just want it saved as php? Open notepad, type that in then save as "filename.php" with the quotes, that'll make it php o.o
Not somthing that really requres any specal skills, nore any specal software o.0

Forge
20-01-2008, 10:47 AM
Hes asking for a drag and drop room maker to be made though i doubt very much that anybody will for abit of pointless rep...

Blob
20-01-2008, 11:18 AM
Hello, Has anyone seen http://www.habboremix.net/

You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code


<?
$usersql = mysql_query("select * from usr_users where username = '$user'");
$usr2 = mysql_fetch_array($usersql);
$getfurni = mysql_query("select * from usr_furni where userid = '$usr2[id]'");
$check = mysql_num_rows($getfurni);
if($check==0)
echo("This user does not have any furni..");
else
{
while($furni = mysql_fetch_array($getfurni))
{
$geturl = mysql_query("select * from usr_furnidb where id = '$furni[id]'");
while($url = mysql_fetch_array($geturl))
{
echo('<img src="'.$url[url].'" />');
}
}
}
?>

Could someone just save it as Room.php PLEASE :) I will +rep for 1 Hole Month

You can't rep for one month as you have to spread.

RedCrisps
20-01-2008, 03:02 PM
and i bet you ripped the file of habboremix

Edited by Aflux (Forum Moderator) - Please do not accuse anyone of stealing.

MrCraig
20-01-2008, 03:13 PM
Nope, the file is from UserSystem v1.

Awfy
20-01-2008, 03:46 PM
Hello, Has anyone seen http://www.habboremix.net/

You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code


<?
$usersql = mysql_query("select * from usr_users where username = '$user'");
$usr2 = mysql_fetch_array($usersql);
$getfurni = mysql_query("select * from usr_furni where userid = '$usr2[id]'");
$check = mysql_num_rows($getfurni);
if($check==0)
echo("This user does not have any furni..");
else
{
while($furni = mysql_fetch_array($getfurni))
{
$geturl = mysql_query("select * from usr_furnidb where id = '$furni[id]'");
while($url = mysql_fetch_array($geturl))
{
echo('<img src="'.$url[url].'" />');
}
}
}
?>Could someone just save it as Room.php PLEASE :) I will +rep for 1 Hole Month
There are no months with holes in them...

Also, pretty sure it will cost more than rep to get this made.

chrisgocrazyH
20-01-2008, 11:46 PM
Craig dose your usersystem V2 come with it?

MrCraig
21-01-2008, 04:24 PM
It doesnt atm.

Want to hide these adverts? Register an account for free!