Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php function clearRoomdedar($id) { global $mysqli, $data, $lang; $clearmessage = str_i..

Decoded Output download

<?php 
 function clearRoomdedar($id) { global $mysqli, $data, $lang; $clearmessage = str_ireplace("%user%", systemNameFilter($data), $lang["room_clear"]); $mysqli->query("DELETE FROM `boom_chat` WHERE `post_roomid` = '{$id}'"); systemPostChat($data["user_roomid"], $clearmessage, array("type" => "system__clear")); chatAction($id); $mysqli->query("DELETE FROM boom_report WHERE report_room = '{$id}'"); if ($mysqli->affected_rows > 0) { updateStaffNotify(); } boomConsole("clear_logs"); return true; } ?>

Did this file decode correctly?

Original Code

<?php
 function clearRoomdedar($id) { global $mysqli, $data, $lang; $clearmessage = str_ireplace("\x25\165\163\x65\162\x25", systemNameFilter($data), $lang["\162\x6f\x6f\x6d\137\143\x6c\x65\x61\x72"]); $mysqli->query("\x44\x45\114\x45\124\x45\40\x46\122\x4f\115\40\x60\142\157\x6f\x6d\137\143\150\x61\164\140\40\127\x48\x45\x52\105\40\x60\x70\157\163\164\x5f\162\x6f\x6f\155\x69\x64\140\x20\x3d\40\x27{$id}\x27"); systemPostChat($data["\x75\x73\145\x72\x5f\x72\157\x6f\x6d\151\x64"], $clearmessage, array("\x74\x79\160\x65" => "\x73\171\163\x74\x65\155\137\x5f\143\154\145\x61\162")); chatAction($id); $mysqli->query("\x44\105\x4c\x45\124\105\x20\x46\122\x4f\115\x20\142\157\157\155\x5f\162\x65\160\x6f\162\x74\x20\x57\110\105\x52\105\40\162\x65\x70\157\162\164\137\x72\157\157\155\40\x3d\x20\47{$id}\x27"); if ($mysqli->affected_rows > 0) { updateStaffNotify(); } boomConsole("\x63\154\145\141\x72\x5f\x6c\x6f\x67\163"); return true; } ?>

Function Calls

None

Variables

None

Stats

MD5 6f3fc5440855b2279324f473cd783902
Eval Count 0
Decode Time 52 ms