|
Reid
|
Jan 23 2010, 01:01 AM
Post #1
|
È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
This topic has been moved from our official support board.
Originally posted by: GrandTheftGamer - [CX
-
Entertainment X v2.1] Entertainment X v2.1What It Is & Features: Entertainment X v2.1 is a code that will allow you to easily add new features to your forum with just a click of the mouse! No more worrying if you put the code in the right box or the right place, you just have to tell Entertainment X that you want a new feature and it will do the rest for you! Preview: http://s11.invisionfree.com/EXV2/index.php Username: test Password: testInstallation Instructions:
- Go to this page and follow the directions on that page: http://entertainmentx.commx.info/2/register/
- Go to your ACP for your forum.
- Click on "Board Wrappers" in the left side menu towards the bottom.
- In the box that is labeled "Meta Tags", copy & paste this, and replace whats in blue with the account name from step 1.
- Quote:
-
<script type="text/javascript"> var board = "Account Name" var urlM = "http://entertainmentx.commx.info/2/if/meta.php?b=" + board; document.write('<script src="' + urlM + '" type="text/javascript"><\/script>'); </script>
- In the box that is labeled "Javascript", copy & paste this:
- Quote:
-
<script type="text/javascript"> var urlJS = "http://entertainmentx.commx.info/2/if/js.php?b=" + board; document.write('<script src="' + urlJS + '" type="text/javascript"><\/script>'); </script>
- In the box that is labeled "Header & Body", copy & paste the following directly above <% BOARD %>:
- Quote:
-
<script type="text/javascript"> var urlBH = "http://entertainmentx.commx.info/2/if/bh.php?b=" + board; document.write('<script src="' + urlBH + '" type="text/javascript"><\/script>'); </script>
- In the box that is labeled "Header & Body", copy & paste the following directly below <% BOARD %>:
- Quote:
-
<script type="text/javascript"> var urlAH = "http://entertainmentx.commx.info/2/if/ah.php?b=" + board; document.write('<script src="' + urlAH + '" type="text/javascript"><\/script>'); document.write('<script src="http://entertainmentx.commx.info/2/if/other/exacp.js" type="text/javascript"><\/script>'); </script>
- In the box that is labeled "Footer", copy & paste this:
- Quote:
-
<script type="text/javascript"> var urlF = "http://entertainmentx.commx.info/2/if/f.php?b=" + board; document.write('<script src="' + urlF + '" type="text/javascript"><\/script>'); </script>
- Click "Edit Wrapper" and you are all done!
|