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
  • 3
Thunder Arcade - Invisionfree; Installation Instructions
Topic Started: December 28, 2007, 3:02 am (9,352 Views)
Eric
Member Avatar
Administrator

Thunder Arcade [ Preview · Control Panel ]

The long awaited Thunder Arcade 2 has been released. Built from scratch, this arcade system is the more advanced than any other arcade modification before it.

Registration
http://thunderservices.net/Arcade/proxgb/Registration.php

Installation
Open your forum's Admin CP and find its Board Wrappers. In the Document Type area, paste the following code at the top.

Code:
 
<script type="text/javascript">
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>

Next locate the Header & Body area and paste the following directly above <% BOARD %>

Code:
 
<script type="text/javascript">
function getu() {
user = "Guest";
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>

Then paste the following directly below <% BOARD %>

Quote:
 
<script type="text/javascript">
var atitle = "[Account Name]";
var arcadeurl = "http://z[Server Number].invisionfree.com/[Forum Name]/index.php?act=Arcade";
</script>

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


First replace [Account Name] with the Account Name you chose during Registration.
Second replace [Server Number] with the Server Number of your forum.
Finally replace [Forum Name] with the name of your board.

Take the following for example.

http://s11.invisionfree.com/Thunder_Arcade/index.php

The Server Number for that forum would be 11
The Forum Name would be Thunder_Arcade

Save changes to your forum wrappers, and congratulate yourself! You are finished! :)
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Offline Profile Quote Post Goto Top
 
iamadawg


great code
Offline Profile Quote Post Goto Top
 
Dan Mackay
Member Avatar
Thats what she said.

well worth the wait :D
Offline Profile Quote Post Goto Top
 
mario94


Amazing job.
Offline Profile Quote Post Goto Top
 
Mike


hey its out im sooo happy
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Trav


Congrats man, this rocks.
[P]Hey[/P][CODE]HEY[/CODE]
Quote:
 
HEY
Offline Profile Quote Post Goto Top
 
the_real_toad
Member Avatar


thx gamefreak this is awesome
Yo, check out my Nintendo board. iGames!
Link
Offline Profile Quote Post Goto Top
 
haze378


does this work for zetaboards?
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar


haze378
Jan 22 2008, 11:30 PM
does this work for zetaboards?

http://arcade.thundercodes.com/index.php?showtopic=2480

:D
Posted Image
Offline Profile Quote Post Goto Top
 
G4G Scotty
Member Avatar
Your friendly acarde player. :)

Yes! Great work on it GameFreak!!! All of your hard work is much appreciated!!! :D

2.0 is working great on my forum and so far everyone likes it!!

Thank you!! :D


And thanks to you too, Chris, for your codes. :) And another thanks shout out goes to JGuzman for all of this game conversions!

Your guys work is really appreciated and not forgotten! :D
Good luck Gamers!

Old School Games Rock!

And God Bless!
Offline Profile Quote Post Goto Top
 
haze378


thanks Chris. :)
Offline Profile Quote Post Goto Top
 
Mike


little help you see this doc type code right

Code:
 
<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;
}
document.write('<base href="http://xgbarcade.com/Arcade/proxgb/" />');
</script>


i have one section of board wrapers i mean like not doc type footers that stuff so inorder to make the doc type code work do i have to

add

Code:
 
<doc type!
<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;
}
document.write('<base href="http://xgbarcade.com/Arcade/proxgb/" />');
</script> !doctype>


or something like that
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Eric
Member Avatar
Administrator

Hmm? Please explain what you are talking about.
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image
Offline Profile Quote Post Goto Top
 
Mike


i mean like how do i make it a doc type code because in my wrappers i dont have a doc type section and the server i use is ipb v 1.3
Posted Image
It is back, and better than ever!
Offline Profile Quote Post Goto Top
 
Chris
Member Avatar


So you are using the IPB 1.3 (U) version?
Posted Image
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
  • 3