![]() | |||||||||
|
|
|
|
|
|
|
|
|
|
|
|
Plug Board
This tutorial is based off of the plug board by Starlet. First, download this zipped file. Inside the zipped file are the following files: plug.php, plug.db.php, and readme.txt. Open plug.php and edit the variables at the top.
Upload the two .php files to your website. Just remember that both files have to be in the same directory as the .php page they are located on. So if you want to put the plugboard on your index.php page for example in your root directory, both plug.php and plug.db.php must be uploaded in that same root directory. CHMOD the plug.db.php file to 666. Put this following code where you want the plugboard to show up. For example, it can be on your index.php page.
One important point you will need to remember. If you do not put your plug board include on an index.php page, you will need to change one line in the plug board coding past the variables.
You will have to replace the 'index.php' part with the actual file where the plug include is located. If you put it on a plugboard.php page, you will change this line in the code to 'plugboard.php' for example.
| |||||||||