Welcome Guest [Log In] [Register]
Welcome to Thunder Services. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Thunder Arcade - ZetaBoards; Upgrade Instructions
Topic Started: May 7, 2009, 11:25 pm (1,949 Views)
Eric
Member Avatar
Administrator

Thunder Arcade

This topic will cover upgrading your original version 1.0 arcade account to version 2.0 under Zetaboards.
All data is transferred in the upgrade, so no info such as highscores are lost.
Please be aware that you can not go back to version 1 after you upgrade.

The Arcade CP is located here: http://thunderservices.net/Arcade/proxgb/arcadecp.php

Instructions

Step 1:
Go to the following URL and fill all the details.
http://thunderservices.net/Arcade/proxgb/Upgrade.php

It is vital that you select Zetaboards for your message board system.

Step 2
Open your forum Admin CP and locate: Themes->Board Template

In the Javascripts section, put the following code at the top.
Quote:
 
<script>
atitle="ACCOUNT NAME";
turl = location.href;
function get(name) {
var q = unescape(location.search.substring(1)).split(/[=&]/);
for (var j=0; j<q.length; j+=2) {
if (q[j] == name) {
return q[j+1];
}
}
return null;
}
if (turl.match("pages/arcade") != null) {
document.write('<base href="http://thunderservices.net/Arcade/proxgb/" />');
}
</script>

Replace Account Name with the Account Name you entered in Step 1.

Then paste the following in the Above the Copyright section:
Quote:
 
<script>
var onlinestatus = "http://thunderservices.net/Arcade/proxgb/zetaonline.php?b=" + atitle;
if (turl.match("online") != null) {
document.write('<script src="' + onlinestatus + '" type="text/JavaScript"><\/script>');
}
</script>


Next locate: Board Customization->Website Maker

Select: Create New Webpage

Enter the following information:
Page ID: Arcade
Page Title: Arcade
Link to this page in the board menu?: Yes
Page Content:

Quote:
 
<script src="http://thunderservices.net/Arcade/proxgb/zetaarcade.js" type="text/javascript"></script>


Now hit Edit Webpage.

Step 3
Finally you must login to the new arcadecp. Use the details you entered from the first step, ignoring the "username" field.
http://thunderservices.net/Arcade/proxgb/arcadecp.php

Select Arcade Settings on the left hand side of the page.

Find: Board URL and once again use this format:

Quote:
 
http://sSERVER #.zetaboards.com/FORUM NAME/pages/arcade/


I can not stress this enough: You must use this format, the arcade will not work otherwise
If you have a domain, use this format:
Quote:
 
http://www.DOMAIN NAME.com/pages/arcade/


Now hit Update Settings

Congratulations, you are finished! :)
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Information Booth · Next Topic »
Add Reply