e-Tracker /_\ Burster
# VB System local
# Decode urlencode
# Reader config file for inclusion
# Stress users and posts FSB
# Send DATA by method POST
# Generator of PHP errors
# Mass request GET
<?php error_reporting(E_ALL); trigger_error("WTF!", E_USER_NOTICE); trigger_error("OMG!", E_USER_WARNING); trigger_error("STFU!", E_USER_ERROR); ?>