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
  • Pages:
  • 1
  • 7
Thunder Arcade - Invisionfree; Upgrade Instructions
Topic Started: December 28, 2007, 3:19 am (8,424 Views)
Eric
Member Avatar
Administrator

Thunder Arcade

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

The Arcade CP is Located Here:
http://thunderservices.net/Arcade/proxgb/arcadecp.php

The Steps

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

Fill out all the details and hit submit.



Step 2
Return to your Board
Enter the Admin CP
Select on the list on the left "Board Wrappers"

Paste the following in Document Type Box:
Quote:
 
<script>
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 (location.href.indexOf("act=Arcade") != -1) {
document.write('<base href="http://thunderservices.net/Arcade/proxgb/" />');
}
</script>


Find in the Header & Body box:
Quote:
 
<script>
function getu()
{
if(document.getElementById('userlinks').innerHTML.match('Logged in as:'))
{
get=document.getElementById('userlinks').rows[0].cells[0]
user=get.getElementsByTagName('a')[0].innerHTML
return user
}
else
{
user="Guest"
return user
}
}
if (location.href.indexOf("act=Arcade") != -1) {
document.write('<div style="display:none">')
}
</script>


Replace with:
Quote:
 

<script type='text/javascript'>
function getu() {
   var user = "Guest";
   var valiusr = document.getElementById('userlinks').getElementsByTagName('TD')[0];

   if(valiusr.innerHTML.match(/logged in as/i) != null){
       if(valiusr.childNodes[0].getElementsByTagName('A').length > 0){
           user = valiusr.childNodes[0].getElementsByTagName('A')[0].innerHTML;
       } else {
           user = valiusr.childNodes[0].innerHTML.split(/: /)[1];
       }
   }

return user;
}

if (location.href.indexOf("act=Arcade") != -1) {
   document.write('<div style="display:none">')
}
</script>


Find in the Header & Body box:
Code:
 
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://img.photobucket.com/albums/v671/xarcade10/atb_arcade.gif" border="0" alt="" /> <a href="http://sSERVER.invisionfree.com/Forum Name/index.php?act=Arcade">Arcade</a>'

var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell[i].align=="right" && uCell[i].innerHTML.match("act=calendar") && uCell[i].innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+"   "
}

uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>
<script>
username=getu()
if (location.href.indexOf("act=Arcade") != -1)
{
if(username != "Guest")
{
navstrip.innerHTML+="-> <b><a href='http://sSERVER.invisionfree.com/Forum Name/index.php?act=Arcade'>Arcade</a></b>"
document.write('</div>');
document.write('<center><iframe frameborder=0 src="http://thunderservices.net/Arcade/index.php?b=ACCOUNT TITLE&u=');
document.write(username);
document.write('" scrolling="no" height=1850 width=100%></iframe></center>');
}
if(username=="Guest")
{
document.write('</div>');
document.write('<div class="tableborder"><div class="maintitle">Not Allowed</div><div class="tablepad">Sorry, Guests are not allowed to use the Arcade.</div></div>');
document.write('<br>');
}
}
</script>


Replace with:
Quote:
 

<script>
var atitle = "Account Name";
var arcadeurl = "http://sSERVER.invisionfree.com/FORUM NAME/index.php?act=Arcade";
</script>
<script src="http://thunderservices.net/Arcade/proxgb/arcade.js"></script>


Replace "Account Name" with the name you entered in step 1.
Replace "SERVER" with the server of your invisionfree board. The server number is the number right after the "s" or "z" in your URL.
For example:
s12.invisionfree.com/ThunderArcade/
The server from the above board would be 12.
Or:
z6.invisionfree.com/ThunderArcade/
The server above would be 6.

Replace "FORUM NAME" with the name of your board. In the above examples, the FORUM NAME would be "ThunderArcade".

Now hit "Edit Wrapper".

Congrats, you are finished. :)
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Offline Profile Quote Post Goto Top
 
vix
Member Avatar
Katamari Kid

very nice job! just upgraded and had no problems. thanks so much gf! nice work all around.
http://s9.zetaboards.com/Katamari_Damacy/
Posted Image
Offline Profile Quote Post Goto Top
 
Eric
Member Avatar
Administrator

Whew..that's good.
But I went to your board and you spelled your forum name wrong.

Katamary_Damacy
:P
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Offline Profile Quote Post Goto Top
 
vix
Member Avatar
Katamari Kid

hahah, i know. I just realized it. *twit*

works now! :D
http://s9.zetaboards.com/Katamari_Damacy/
Posted Image
Offline Profile Quote Post Goto Top
 
viperion


Hello, i just upgraded the arcade, lookin' awsome so far, works and all, but when i click on the links inside the arcade like 'arcade home', 'tournaments',' challenges', 'leader board', ETC, it says: 404 - Page Not Found
The requested URL /Arcade/proxgb/z13.invisionfree.com/InfestationForums/index.php?act=Arcade&module=[page name] was not found on this server.404 - Page Not Found

edit: this applies to ALL my links, games, pages, etc.
Offline Profile Quote Post Goto Top
 
kenshiro


nice job, gamefreak.

how can we adjust the link above a little to the left side?
Offline Profile Quote Post Goto Top
 
viperion


Sweet, i fixed it, had a bad link, awesome arcade!
Offline Profile Quote Post Goto Top
 
mom of 2


Very Easy Upgrade. Thank you for your hard work.
Offline Profile Quote Post Goto Top
 
Mike


Yea Very Simple And Easy.. And Again I Thank You For All The Great Hard Work You Put In To This..
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar


Hehe that was very easy!

WOOT for GF! :D

I already have a shortened code, I must admit :P
I'll release it soon.
Posted Image
Offline Profile Quote Post Goto Top
 
Mike


yes chris i love your codes, but how can you get shorter than the one GF gave use lol?
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar


Use shorter code and externally host everything :P
Posted Image
Offline Profile Quote Post Goto Top
 
mariomaster11


viperion
Dec 28 2007, 05:01 PM
Hello, i just upgraded the arcade, lookin' awsome so far, works and all, but when i click on the links inside the arcade like 'arcade home', 'tournaments',' challenges', 'leader board', ETC, it says: 404 - Page Not Found
The requested URL /Arcade/proxgb/z13.invisionfree.com/InfestationForums/index.php?act=Arcade&module=[page name] was not found on this server.404 - Page Not Found

edit: this applies to ALL my links, games, pages, etc.

im having that problem too
Offline Profile Quote Post Goto Top
 
mariomaster11


FIXED IT! you have to go to the arcade cp and in "Arcade Settings" click it and you will see at the bottom "Board URL:" well mine said s9... and mine is z9 so i changed it, and i put the http stuff too so yea that was the problem
Offline Profile Quote Post Goto Top
 
masteryoda


Can you limit access to certain groups??
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Information Booth · Next Topic »
Add Reply
  • Pages:
  • 1
  • 7