Digg Bribe Machine Installation

 

Step One: Configuration

Using your favourite text editor (eg notepad), open up the config.php file included in this zip.

First you must change the first URL to the page that you want to send users who pass take the bribe and digg your sites. This URL should be complete and include "http://" and "www." etc.

The digg bribe machine script allows you to set up to 10 digg URLs that users must digg before they can receive their reward. To configure these URLs, simply add them into the spaces between the commas like in the example. Remember, these MUST be digg urls (not the url of your site) and must NOT contain "www". You do not need to use all 10 spaces, simply leave the commas blank for spaces you do not wish to use.

Once you have finished, save your changes and exit.

 

Step Two: Upload

Using your favourite FTP program, upload the entire diggcheck folder to your website. If you prefer, you can upload the two included php files to your root folder, but the two php files must be located in the same folder for the script to run correctly.

 

Step Three: Add site code

Finally, following the example provided in sample.html, we must add the form code into your page so that users have somewhere to submit their Digg username for checking.

Copy the html below into your website, make sure you edit the "action" part of the form (in bold) to ensure that the form is pointing to the diggcheck.php file where it is located on your site.

<title>Digg Check</title><form name="login" id="login" action="diggcheck/diggcheck.php" method="post">
Enter your Digg username:<br />
<input type="text" name="username" id="username" class="input" size="20" tabindex="2" />
<input type="submit" name="submit" id="submit" value="Submit &raquo;" tabindex="3" />