Welcome Guest [Log In] [Register]
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
Help!
Topic Started: Sep 5 2008, 11:10 PM (215 Views)
~May~
Member
 *   *  
My arcade does not show up need help!!thundeearcade

http://z14.invisionfree.com/Deadly_Byte/index.php?

Can anybody help see what i did or put it in for me!!
Edited by ~May~, Sep 5 2008, 11:27 PM.
Offline Profile Quote Post Goto Top
 
Silver Surfer
Member
 *  
Step 1:
Go to the following URL:
http://xgbarcade.com/Arcade/proxgb/Registration.php

Fill out all the details. Make sure you remember everything, because it is very important.

Step 2
Return to your Board
Enter the Admin CP
Select on the list on the left "Board Wrappers"
Paste the following in the Javascript Box:

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;
}
</script>


Paste the Following in the Header & Body Box, ABOVE <% BOARD %>:


Code:
 
<script>
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>



Finally, paste the following BELOW <% BOARD %>


Code:
 
<script>
var atitle = "Account Name";
var arcadeurl = "http://sSERVER #.invisionfree.com/FORUM NAME/index.php?act=Arcade";
</script>c/code]
<script src="http://www.xgbarcade.com/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".
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards Support & Galleries · Next Topic »
Add Reply