1 Attachment(s)
Anti mutant/naked habbo - HoloCMS
Warning: im not a retard that puts virruses in this kinda shit, ill let that do the retarted fellows in the forum
Credits to me for finding all the colours and figures (damm, really much work)
Works up to V33
Put mutant.php in your main holocms directory
account.php:
find:
PHP Code:
if(isset($_POST['figureData'])){
$refer = $_SERVER['HTTP_REFERER']; $pos = strrpos($refer, "account.php"); if ($pos === false) { echo "<h1>Security check failure.</h1>"; exit; }
$new_figure = FilterText($_POST['figureData']);
$new_gender = FilterText($_POST['newGender']);
if($new_gender !== "M" && $new_gender !== "F"){
$result = "An error occured. Please try again.";
$error = "1";
} else {
if(empty($new_figure)){
$result = "An error occured trying to process your request.";
$error = "1";
} else {
header('location: ./account.php?tab=1');
mysql_query("UPDATE users SET figure = '".$new_figure."', sex = '".$new_gender."' WHERE name = '".$rawname."' LIMIT 1") or die(mysql_error());
$result = "Account settings updated successfully.";
$mylook1 = FilterText($_POST['figureData']);
$mysex1 = FilterText($_POST['newGender']);
@SendMUSData('UPRA' . $my_id);
}
}
} else {
$mylook1 = $myrow['figure'];
$mysex1 = $myrow['sex'];
}
replace with:
PHP Code:
if(isset($_POST['figureData'])){
$refer = $_SERVER['HTTP_REFERER']; $pos = strrpos($refer, "account.php"); if ($pos === false) { echo "<h1>Security check failure.</h1>"; exit; }
$new_figure = FilterText($_POST['figureData']);
$new_gender = FilterText($_POST['newGender']);
if($new_gender !== "M" && $new_gender !== "F"){
$result = "An error occured. Please try again.";
$error = "1";
} else {
include('mutant.php');
if(empty($new_figure)){
$result = "An error occured trying to process your request.";
$error = "1";
}elseif(!checkmutant($new_figure, $new_gender)){
$result = "An error occured trying to process your request."; //**** you, you damm mutant/naked habbo wannabe
$error = "1";
} else {
header('location: ./account.php?tab=1');
mysql_query("UPDATE users SET figure = '".$new_figure."', sex = '".$new_gender."' WHERE name = '".$rawname."' LIMIT 1") or die(mysql_error());
$result = "Account settings updated successfully.";
$mylook1 = FilterText($_POST['figureData']);
$mysex1 = FilterText($_POST['newGender']);
@SendMUSData('UPRA' . $my_id);
}
}
} else {
$mylook1 = $myrow['figure'];
$mysex1 = $myrow['sex'];
}
Re: Anti mutant/naked habbo - HoloCMS
I clicked this expecting pictures of naked habbo's ;[ FALSE ADVERTISEMENT! I WANTID HABBO PR0N lol only kidding, nice job m8 :3
Re: Anti mutant/naked habbo - HoloCMS
Nice, hope it works then all my exploits are patched xD
EDIT: Yes it maybe patch the Naked Habbo's but if they set like "what ever" as the figure data they are invisible and if someone click on them they get D\c'd.
Re: Anti mutant/naked habbo - HoloCMS
Quote:
Originally Posted by
Superszz
Nice, hope it works then all my exploits are patched xD
EDIT: Yes it maybe patch the Naked Habbo's but if they set like "what ever" as the figure data they are invisible and if someone click on them they get D\c'd.
thats falls under mutant, and if you read the thread title....
Re: Anti mutant/naked habbo - HoloCMS
Re: Anti mutant/naked habbo - HoloCMS
Thank you, mutants are a pain :P They are really annoying..
Re: Anti mutant/naked habbo - HoloCMS
I've had this patched for Months.
Re: Anti mutant/naked habbo - HoloCMS
It's really nice, you can make your own Habbo Imaging script with this. Though, you should keep in mind that all these colours are changable in the gamedata and if someone changes it the whole script fails.
Id't be better if you get all the (right) colours by the gamedata.
Re: Anti mutant/naked habbo - HoloCMS
Quote:
Originally Posted by
sisija
It's really nice, you can make your own Habbo Imaging script with this. Though, you should keep in mind that all these colours are changable in the gamedata and if someone changes it the whole script fails.
Id't be better if you get all the (right) colours by the gamedata.
ill look for it, i can do the habbo imaging but it requires just too many images which im lazy to put in a download manager
(besides, idk GD much)
Re: Anti mutant/naked habbo - HoloCMS
Good Work! It is good Work for some Hotel Promos!
Thanks ALot!
Re: Anti mutant/naked habbo - HoloCMS
thanks i'll try it i needed it cus people script
Re: Anti mutant/naked habbo - HoloCMS
Great job! Like sisija said, you can create your own habbo-imaging system, if you can get the images, of course.
Mind if I include it with Phpretro?
Re: Anti mutant/naked habbo - HoloCMS
of course may you use it
ill look tomorrow if im in the mood to rip images for h-imaging
Re: Anti mutant/naked habbo - HoloCMS
Re: Anti mutant/naked habbo - HoloCMS
Doesnt need images sean,
LoL
Hes super mod for christ sikes i doubt he will post a virus
( Never know though )
Nice release,
10/10