Likes Received By HackTactics

  1. sarahk liked HackTactics's post in the thread Is it virus or just a simple php function?.

    Which translates to: <?php if(!defined("determinator")){ function determinator_feof($Q0QO0Q, &$QOOOOO = NULL){ $QOOOOO =...

    Apr 21, 2014
  2. Vooler liked HackTactics's post in the thread Is it virus or just a simple php function?.

    Very Interesting find, I'm this far into decoding it: <?php if(!defined("determinator")){ function determinator_feof($Q0QO0Q,...

    Apr 18, 2014
  3. ThePHPMaster liked HackTactics's post in the thread trouble w/update.

    Try: $sql = "UPDATE `oocust` SET `amtdue` = '" . mysql_real_escape_string($_POST['amtdue']) . "', `datepaid` = '" ....

    Apr 9, 2014
  4. ApocalypseXL liked HackTactics's post in the thread Measuring latency.

    That, btw, is an ICMP method

    Mar 24, 2014
  5. ApocalypseXL liked HackTactics's post in the thread Measuring latency.

    I found it on some website, then modified it slightly, nonetheless I know how it works If this were to implemented there should be code...

    Mar 24, 2014
  6. ApocalypseXL liked HackTactics's post in the thread Measuring latency.

    Try this: <?php function icmpChecksum($data){ if (strlen($data)%2){ $data .= "\x00"; } $bit = unpack('n*', $data); $sum =...

    Mar 24, 2014
  7. bartolay13 liked HackTactics's post in the thread Best way to optimize MySQL database.

    It's really limited by the hardware that the database runs on and whether the machine is dedicated to hosting databases or is a general...

    Nov 3, 2013