Jump to content

How to Piss Off an IT Person at your Webhost


mki

Recommended Posts

Or, how to dramatically increase the physical traffic to your dedicated webserver.

 

Put this in your Wordpress Constructor, or in your theme header, or somewhere where it will get executed relatively frequently.

    <?php
      $message=shell_exec("/home/user/test 2>&1");
      print_r($message);
    ?>  

This is the bash script.

    #!/bin/bash
    echo -ne '\a'

Note: many different things will cause this not to work. I heard about somebody doing this as a joke, I'm not 100% sure how they implemented this "functionality." The "victim" was not happy when they figured it out.

Link to comment
Share on other sites

Grow your online visibility

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.