Spirit Hopes
« Skins for this site »

Welcome Guest. Please Login or Register.
Dec 25, 2009, 1:15pm




Spirit Hopes :: Enter the Clans :: Questions|Suggestions :: Skins for this site
   [Search This Thread][Reply] [Send Topic To Friend] [Print]
 AuthorTopic: Skins for this site (Read 142 times)
+Javu+
Leader
****
member is offline





Joined: Jan 2008
Posts: 9
Karma: 0
 Skins for this site
« Thread Started on Jan 6, 2008, 6:36pm »
[Quote]

xx Coming upon this site, I realized that it could draw a lot more members in if it had a great skin. People like to have friendly colors and nice features while they post. Here are just a couple suggestions that I'd do for a good skin;

--------------------------------
Preview: Click

Global Header
Code:
<script type="text/javascript">
<!--
/* transparent welcome table */

var td = document.getElementsByTagName("td");
var tt = document.getElementsByTagName("table")[0];
tt.style.backgroundColor = "transparent";
tt.cellSpacing = "0";
for(i=0; i<td.length; i++)
td[i].style.backgroundColor = "transparent";

// -->
</script>



<div id="welTablePos"></div>
<script type="text/javascript">
<!--
/* Banner Under Ads, Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

var newPos = document.getElementById("welTablePos");
newPos.parentNode.replaceChild(document.getElementsByTagName("table").item(0), newPos);
// -->
</script>



<style>
body
{
background-position: center;
}
</style>



<script language="javascript" type="text/javascript">
<!--
//Removes Menu Buttons
document.getElementsByTagName('TABLE')[2].style.display='none';
// -->
</script>



<center><map name="clogo">
    <area shape="rect" coords="58,218,145,257" href="http://help.proboards.com/" title="Help">
    <area shape="rect" coords="97,270,182,309" href="index.cgi?action=search" title="Search">
    <area shape="rect" coords="70,321,157,360" href="index.cgi?action=members" title="Members">
    <area shape="circle" coords="388,294,41" href="http://caribbeanskin.proboards89.com/index.cgi" title="Home">
    <area shape="rect" coords="333,225,438,251" href="index.cgi?action=admin" title="Admin">
    <area shape="rect" coords="645,219,731,255" href="index.cgi?action=calendar" title="Calendar">
    <area shape="rect" coords="603,271,688,308" href="index.cgi?action=viewprofile" title="Profile">
    <area shape="rect" coords="634,321,721,359" href="index.cgi?action=logout" title="Logout">
    <area shape="poly" coords="386,350,390,380,477,340,464,318" href="index.cgi?action=register" title="Register">
    <area shape="poly" coords="322,326,305,348,364,376,378,354" href="index.cgi?action=login" title="Login">
<area shape="rect" coords="344,140,444,158" href="index.cgi?action=pm" title="PMs">
</map>
<img src="URL TO LOGO.GIF" usemap="#clogo" border="0"></center>


<script type="text/Javascript">
<!--
// Resize Forum Width
var newWidth = 750; // New Width

var secondWidth = Math.floor((25/23)*newWidth);
document.write("<div align='center'><div style='width: "+secondWidth+"px; margin-left: auto; margin-right: auto;' align='center'>");
document.body.getElementsByTagName("table")[0].width = newWidth;
// -->
</script>



<script type="text/javascript">
//Removes border from welcome table
<!--
document.getElementsByTagName('table')[0].cellSpacing="0";
//-->
</script>



<script type="text/javascript">
//Removes hey x you have x messages
<!--
document.getElementsByTagName('td')[2].style.display="none";
//-->
</script>



<script type="text/javascript">
//removes home etc designation
<!--
document.getElementsByTagName('font')[1].style.display="none";
//-->
</script>


Global Footer
Code:
<script>
<!--
//Forum Resize Code
document.write("</div></div>");
//-->
</script>



<script type="text/javascript">
<!--
var td=document.getElementsByTagName("td");
for(e=0;e<td.length;e++){
if(td[e].innerHTML.match(/Forum Jump/) && td[e].align=="right"){
td[e].style.display="none";
}}
//-->
</script>



<script type="text/javascript">
<!--
/*
Head/Base Image on Sub-Boards
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net[/url]
This header must stay intact.
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

var sHeadImg = "URL TO HEADER2.GIF"; // Head Image
var sBaseImg = "URL TO BASE.GIF"; // Base Image

var table = document.getElementsByTagName("table");
if (location.href.match(/\?board=\w+&?((mod\w+|page)=\d+)?$/)) {
for (i=0; i<table.length; i++) {
if (table.item(i).width == "100%" && table.item(i).cellPadding == "0" && table.item(i).innerHTML.match(/<b>Sub-Boards<\/b>/i)) {
var headDiv = document.createElement('div');
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headDiv.appendChild(headImg);
var baseDiv = headDiv.cloneNode(true);
headDiv.firstChild.setAttribute("src", sHeadImg);
baseDiv.firstChild.setAttribute("src", sBaseImg);
table.item(i).parentNode.insertBefore(headDiv, table.item(i));
table.item(i).parentNode.insertBefore(baseDiv, table.item(i).nextSibling);
break;
}
}
}
//-->
</script>



<script type="text/javascript">
<!--
/* Thread List Head/Base Images
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net/[/url]
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

var headSRC = "URL TO HEADER1.GIF"; // Head Image
var baseSRC = "URL TO BASE.GIF"; // Base Image

var table = document.getElementsByTagName("table");
if (location.href.match(/\?board=\w+&?((mod\w+|page)=\d+)?$/)) {
for (i=table.length-1; i>0; i--) {
if (table.item(i).width == "100%" && table.item(i).className == "bordercolor" && table.item(i).innerHTML.match(/\[Search\sThis\sBoard\]/i)) {
var headDiv = document.createElement("div");
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headDiv.appendChild(headImg);
var baseDiv = headDiv.cloneNode(true);
headDiv.firstChild.setAttribute("src", headSRC);
baseDiv.firstChild.setAttribute("src", baseSRC);
table.item(i).parentNode.insertBefore(headDiv, table.item(i));
table.item(i).parentNode.insertBefore(baseDiv, table.item(i).nextSibling);
break;
}
}
}
// -->
</script>



<script type="text/javascript">
<!--
/*
Split Posts With Head / Base Images

Created By Peter
Copyright © 2005 - [url]http://expertsonline.pixeldepth.net[/url]
All Rights Reserved

This code may not be redistributed without express permission from the creator.
This header must stay intact at all times.
*/

// Set gap size here
var iGapSize = 35;

// Head image url
var iHeadImg = "URL TO HEADER2.GIF";

// Base image url
var iBaseImg = "URL TO BASE.GIF";

function bTable(tbobj, att){
var nTable = document.createElement("table");

for(a = 0; a < att.length; a ++){
nTable.setAttribute(att[a][0], att[a][1]);
}
nTable.appendChild(tbobj);
return nTable;
}

function splitPosts(){
var obj = new Object();
var gPoll = false;
var iInc = 0, cInc = 0, oInc = 0;
var attArray = [["width", "100%"], ["cellSpacing", 1], ["cellPadding", 4]];
var docFragment = document.createDocumentFragment();
var iTable = document.getElementsByTagName("table");

for(t = 0; t < iTable.length; t ++){
if(iTable.item(t).cellPadding == "4" && iTable.item(t).cellSpacing == "1"){
var iRows = iTable.item(t).rows;
for(r = 0; r < iRows.length; r ++){
r = (r < 0)? 0 : r;
var nTb = document.createElement("tbody");
var rNode = iRows.item(r);
if(rNode && rNode.firstChild.colSpan == "2" && rNode.firstChild.className == "titlebg" && r == 0){
nTb.appendChild(rNode);
obj[(iInc ++)] = {
tobj: bTable(nTb, attArray)
};
r --;
}
if(rNode && rNode.firstChild.width == "20%" && rNode.innerHTML.match(/>Poll Question: /)){
gPoll = true;
nTb.appendChild(rNode);
obj[(iInc ++)] = {
tobj: bTable(nTb, attArray)
};
r --;
oInc ++;
}
if(rNode && rNode.firstChild.colSpan == "2" && rNode.firstChild.className == "windowbg2"){
// lets nest that form correctly so people can vote
if(rNode.firstChild.getElementsByTagName("form").item(0) && !document.all){
var pForm = rNode.firstChild.getElementsByTagName("form").item(0);
var fNode = pForm.cloneNode(false);
pForm.parentNode.removeChild(pForm);
while(rNode.firstChild.hasChildNodes()){
pForm.appendChild(rNode.firstChild.childNodes.item(0));
}
rNode.firstChild.appendChild(pForm);
}
obj[(iInc - 1)].tobj.firstChild.appendChild(rNode);
r --;
oInc ++;
}
if(rNode && rNode.firstChild.className == "catbg" && rNode.firstChild.innerHTML.match(/Author/)){
nTb.appendChild(rNode);
obj[(iInc ++)] = {
tobj: bTable(nTb, attArray)
};
r --;
}
if(rNode && rNode.firstChild.width == "20%" && rNode.firstChild.className.match(/^windowbg/i) && rNode.firstChild.innerHTML.match(/member is|guest/i)){
if(cInc == 0){
obj[(iInc - 1)].tobj.firstChild.appendChild(rNode);
r --;
} else {
nTb.appendChild(rNode);
obj[(iInc ++)] = {
tobj: bTable(nTb, attArray)
};
}
cInc ++;
r --;
oInc ++;
}
}
iTable.item(t).parentNode.parentNode.parentNode.id = "marker";
}
}

function createImg(url){
var iImg = document.createElement("img");

iImg.src = url;
return iImg;
}

var iCount = 0;
for(var o in obj){
var hDiv = document.createElement("div");
var nDiv = document.createElement("div");

hDiv.style.height = iGapSize;
nDiv.className = "bordercolor";
nDiv.style.width = "100%";

oInc -= (gPoll)? 1 : 0;
gPoll = false;
if(o > 0 && o <= oInc){
nDiv.appendChild(createImg(iHeadImg));
}

nDiv.appendChild(obj[o].tobj);

if(o > 0 && o <= oInc){
nDiv.appendChild(createImg(iBaseImg));
}

if(iCount > 0){
docFragment.appendChild(hDiv);
}
docFragment.appendChild(nDiv);
iCount ++;
}
if(document.getElementById("marker")){
var iMarker = document.getElementById("marker");
iMarker.parentNode.parentNode.insertBefore(docFragment, iMarker.parentNode);
}
}

if(location.href.match(/action=display/i)){
splitPosts();
}

//-->
</script>


Main Header
Code:
<style>
.catbg {text-align: center;}
</style>


Main Footer
Code:
<script type="text/javascript">
<!--
/* Categories Splitters w/ Head and Base Images
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net[/url]
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url]
This Header Stays Intact */

var catHead = "URL TO HEADER1.GIF"; // Head Image
var catBase = "URL TO BASE.GIF"; // Base Image
var separation = "35"; // Size Of Category Seperation

function setMainHBTable(cTable) {
var headDiv = document.createElement("div");
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headDiv.appendChild(headImg);
var baseDiv = headDiv.cloneNode(true);
headDiv.firstChild.setAttribute("src", catHead);
baseDiv.firstChild.setAttribute("src", catBase);
cTable.parentNode.insertBefore(headDiv, cTable);
cTable.parentNode.insertBefore(baseDiv, cTable.nextSibling);
}

var table = document.getElementsByTagName("table");

if (location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) {
var mainTab = document.createDocumentFragment();

for (i=0; i<table.length; i++) {
if (table.item(i).width == "100%" && table.item(i).cellPadding == "4" && table.item(i).rows.item(0).cells.item(0).innerHTML.match(/Forum\sName/i)) {
for (j=1; j<table.item(i).rows.length; j++) {
var tCell = table.item(i).rows.item(j).cells.item(0);
if (j == table.item(i).rows.length - 1 || tCell.className == "catbg" && tCell.colSpan == "5" && tCell.align != "right") {
if (j != 1) {
mainTab.appendChild(outerTab);
var tDiv = document.createElement("div");
tDiv.style.height = separation + "px";
mainTab.insertBefore(tDiv, outerTab);
setMainHBTable(outerTab);
if (j == table.item(i).rows.length - 1) {
innerTab.firstChild.appendChild(table.item(i).rows.item(j).cloneNode(true));
break;
}
}

var outerTab = document.createElement("table");
with (outerTab) {
border = "0";
width = "100%";
cellSpacing = "0";
cellPadding = "0";
className = "bordercolor";
}
var fCell = outerTab.insertRow(0).insertCell(0);
var innerTab = document.createElement("table");
innerTab.appendChild(document.createElement("tbody"));
with (innerTab) {
border = "0";
width = "100%";
cellSpacing = "1";
cellPadding = "4";
}
innerTab.firstChild.appendChild(table.item(i).rows.item(j).cloneNode(true));
innerTab.firstChild.appendChild(table.item(i).rows.item(0).cloneNode(true));
fCell.appendChild(innerTab);
}
else {
innerTab.firstChild.appendChild(table.item(i).rows.item(j).cloneNode(true));
}
}

var rTarget = table.item(i).parentNode.parentNode.parentNode.parentNode;
rTarget.parentNode.replaceChild(mainTab, rTarget);
break;
}
}
}
// -->
</script>



<script type="text/javascript">
<!--
/* remove Forum Name | Topics | Posts...
and add thread & post info by california */
var td=document.getElementsByTagName("td");
if(location.href.match(/com\/?((index\.cgi)?\??(action=(ma.+ad|logout|home))?(#.+)?)?$/)){
for(i=0;i<td.length;i++){
if(td[i].width=="1%" && td[i].innerHTML.match(/\d/)){
if(td[i+1].width.match(/^(1|7)%$/)){
td[i].innerHTML+="<br />threads";
td[i].width="8%";
}else{
td[i].innerHTML+="<br />posts";
td[i].width="7%";
}
}
if(td[i].width=="8%" && !td[i].innerHTML.match(/thread/)){
td[i].width="4%";
}
if(td[i].className=="titlebg" && td[i].innerHTML.match(/Forum Name/i)){
td[i].parentNode.style.display="none";
}
}
}
//-->
</script>



<script type="text/javascript">
<!--
/* Seperate News Fader From Categories w/ Head and Base Images
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net[/url]
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

var nSeperation = "35"; // Edit height of seperation
var newsHead = "URL TO HEADER2.GIF"; // News Head Image
var newsBase = "URL TO BASE.GIF"; // News Base Image

if (location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) {
var fs = document.getElementById("fscroller");
var tTarget = fs.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode;

var nDiv = document.createElement("div");
nDiv.style.height = nSeperation + "px";

var headDiv = document.createElement("div");
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headDiv.appendChild(headImg);
var baseDiv = headDiv.cloneNode(true);
headDiv.firstChild.setAttribute("src", newsHead);
baseDiv.firstChild.setAttribute("src", newsBase);

tTarget.parentNode.insertBefore(nDiv, tTarget.nextSibling);
tTarget.parentNode.insertBefore(headDiv, tTarget);
tTarget.parentNode.insertBefore(baseDiv, tTarget.nextSibling);
}
// -->
</script>



<script type="text/javascript">
<!--
/* Info Center Head/Base Image
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net/[/url]
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

// Edit Below accordingly
var headSRC = "URL TO HEADER2.GIF"; // Head Image
var baseSRC = "URL TO BASE.GIF"; // Base Image

var table = document.getElementsByTagName("table");
if (location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) {
for (i=0; i<table.length; i++) {
if (table.item(i).width == "100%" && table.item(i).className == "bordercolor" && table.item(i).innerHTML.match(/Info\sCenter/i)) {
var headDiv = document.createElement("div");
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headImg.setAttribute("src", headSRC);
headDiv.appendChild(headImg);

var baseDiv = document.createElement("div");
baseDiv.setAttribute("align", "center");
var baseImg = document.createElement("img");
baseImg.setAttribute("src", baseSRC);
baseDiv.appendChild(baseImg);

table.item(i).parentNode.insertBefore(headDiv , table.item(i));
table.item(i).parentNode.insertBefore(baseDiv , table.item(i).nextSibling);
break;
}
}
}
//-->
</script>



<script type="text/javascript">
<!--
/* Login Table Head/Base Image
By {XF}Äs$@§sîñ™, [url]http://www.xf-clan.net/[/url]
Code from [url]http://www.utopiangfx.proboards56.com/index.cgi[/url] */

// Edit Below accordingly
var headSRC = "URL TO HEADER2.GIF"; // Head Image
var baseSRC = "URL TO BASE.GIF"; // Base Image

var table = document.getElementsByTagName("table");
if (location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) {
for (i=0; i<table.length; i++) {
if (table.item(i).width == "100%" && table.item(i).className == "bordercolor" && table.item(i).innerHTML.match(/Stay\slogged\sin\sfor:/i)) {
var headDiv = document.createElement("div");
headDiv.setAttribute("align", "center");
var headImg = document.createElement("img");
headImg.setAttribute("src", headSRC);
headDiv.appendChild(headImg);

var baseDiv = document.createElement("div");
baseDiv.setAttribute("align", "center");
var baseImg = document.createElement("img");
baseImg.setAttribute("src", baseSRC);
baseDiv.appendChild(baseImg);

table.item(i).parentNode.insertBefore(headDiv , table.item(i));
table.item(i).parentNode.insertBefore(baseDiv , table.item(i).nextSibling);
break;
}
}
}
//-->
</script>

----------------------------------------------------------------
Colors

Background Color: 070E1D

Text Color: 65A5AB
Link Color: 2A525E
Active Link Color: 2A525E
Visited Link Color: A7E4E9
Title Background Color: 070E1D
Title Text Color: C9DAD5
Category Background Color: 070E1D
Category Text Color: C9DAD5
News Title Background Color: 070E1D
News Title Text Color: C9DAD5
News Background Color: 070E1D
News Text Color: 65A5AB
Window Background 1: 070E1D
Window Background 2: 070E1D
Board Highlight Color: 0A142A
Thread Highlight Color: 0A142A
Table Border Color: 345555



Background Color: 070E1D
Text Color: 65A5AB
Title Background Color: 070E1D
Title Text Color: C9DAD5
--------------------------------------------------------------
Other

Backround
http://i74.photobucket.com/albums/i257/foamymouthguy/foamymouthguy/NewImage.gif

Logo
http://i74.photobucket.com/albums/i257/foamymouthguy/foamymouthguy/aNewImage.gif

Link to Post - Back to Top  IP: Logged

www.edoauv.proboards92.com
Redpaw~PondClan Tom
Sageheart~WishClan Tom
+Javu+
Leader
****
member is offline





Joined: Jan 2008
Posts: 9
Karma: 0
 Re: Skins for this site
« Reply #1 on Jan 6, 2008, 6:38pm »
[Quote]

Preview: Click

And you can find all the codes and stuff at this link:

http://smangiitest.proboards105.com/inde....read=1145139514



Link to Post - Back to Top  IP: Logged

www.edoauv.proboards92.com
Redpaw~PondClan Tom
Sageheart~WishClan Tom
+Javu+
Leader
****
member is offline





Joined: Jan 2008
Posts: 9
Karma: 0
 Re: Skins for this site
« Reply #2 on Jan 6, 2008, 6:42pm »
[Quote]


Preview: Click

Everything is at this link:
http://smangiitest.proboards105.com/inde....read=1147294682

Tis my fav.

Link to Post - Back to Top  IP: Logged

www.edoauv.proboards92.com
Redpaw~PondClan Tom
Sageheart~WishClan Tom
Dawn
Administrator
*****
member is offline





Joined: Aug 2007
Gender: Female
Posts: 26
Karma: 0
 Re: Skins for this site
« Reply #3 on Jan 7, 2008, 10:29am »
[Quote]

Thank you. :D I don't have any time to put any up right now, I'll do it later today.

The way you said it, it sounded like you think my current skin is bad. :P I worked hard on it.

Thanks again.
Link to Post - Back to Top  IP: Logged
+Javu+
Leader
****
member is offline





Joined: Jan 2008
Posts: 9
Karma: 0
 Re: Skins for this site
« Reply #4 on Jan 7, 2008, 4:17pm »
[Quote]

[I merely wanted to offer you something you can't have with just the Skins program that is side along with Proboards. I apologize if it came off a different way.]
Link to Post - Back to Top  IP: Logged

www.edoauv.proboards92.com
Redpaw~PondClan Tom
Sageheart~WishClan Tom
Dawn
Administrator
*****
member is offline





Joined: Aug 2007
Gender: Female
Posts: 26
Karma: 0
 Re: Skins for this site
« Reply #5 on Jan 7, 2008, 6:45pm »
[Quote]

I know you probably didn't mean it. I was just in a grumpy mood when I first read it, first day in getting up for school after break.
Link to Post - Back to Top  IP: Logged
+Javu+
Leader
****
member is offline





Joined: Jan 2008
Posts: 9
Karma: 0
 Re: Skins for this site
« Reply #6 on Jan 7, 2008, 8:00pm »
[Quote]

[Understood]
Link to Post - Back to Top  IP: Logged

www.edoauv.proboards92.com
Redpaw~PondClan Tom
Sageheart~WishClan Tom
aijiaen
Guest
 wow gold
« Reply #7 on Sept 2, 2008, 2:28am »
[Quote]

The four-times ffxi gil Olympic champion, now deputy wow gold director of the Village, said organisers aoc gold hoped to give the 16,000 athletes and officials a feel of China's "long history wow gold and rich culture", without disrupting maple story mesos their preparations.The Athletes Village maplestory mesos at the Beijing Olympics will be maple story meso as good as any at previous Games and wow gold give guests a real taste of China, table tennis great aoc gold Deng Yaping said on Tuesday."We want all the athletes wow gold and officials to know they are living in the Beijing Olympic Village and not anywhere else," said Deng, who won two gold medals at both the Barcelona wow gold and Atlanta Games."We wow gold hope they will be impressed by the Chinese characteristics wow gold of the Village."It is a bit difficult wow gold because the Village is a place for the athletes to rest. We will wow gold try our best to provide cultural activities wow gold but to retain a balance between the activities wow gold and the athletes' needs."With wow gold such a long history, officials are having some difficulty in deciding wow gold what to include in the cultural programme, but exposing their wow gold guests to genuine Chinese cuisine would definitely be part of the plan, Deng said.

Link to Post - Back to Top  IP: Logged
aijiaen
Guest
 wow gold
« Reply #8 on Sept 2, 2008, 2:30am »
[Quote]

dofus kamas
kamas dofus
dofus kamas
kamas dofus
dofus kamas
kamas dofus
dofus kamas
kamas dofus
dofus kamas
kamas dofus
wow leveling
Runescape Money
Runescape Gold
Runescape Money
Runescape Gold
Runescape Power leveling
Runescape Money
Runescape Gold
Runescape gold
runescape money
Runescape Money
Runescape gold
Runescape Money
Runescape gold
Runescape Power leveling
Runescape Items
runescape money
runescape gold
money runescape
Runescape Money
Runescape gold
Runescape Gold
runescape money
age of conan gold
aoc power leveling
age of conan power leveling
aoc leveling
age conan gold
archlord gold
buy archlord gold
anarchy online credits
anarchy online credit
city of heroes influence
coh influence
city of villains infamy
cov infamy
dofus kamas
kamas dofus
eve isk
eve online isk
everquest 2 gold
eq2 plat
ffxi gil
final fantasy xi gil
buy ffxi gil
gaia online gold
gaia gold
guild wars gold
gw gold
hellgate london palladium
cabal alz
daoc gold
daoc plat
world of warcraft gold
wow po
wow or
buy wow gold
cheap wow gold
wow power leveling
wow powerleveling


world of warcraft gold
wow po
wow or
cheap wow gold
wow power leveling
wow powerleveling
buy wow gold
dofus kamas
kamas dofus
Lord of the Rings Online Gold
LOTRO Gold
LOTR Gold
age of conan gold
age conan gold
age of conan power leveling
aoc gold
aoc power leveling
aoc leveling
Maple Story meso
Maple Story Mesos
maplestory Mesos
fly for fun penya
flyff penya
buy flyff gold
flyff money
Final Fantasy XI gil
ffxi gil
buy ffxi gil
buy Warhammer gold
Warhammer gold
silkroad online gold
SRO gold
Silkroad gold
buy silkroad gold


world of warcraft gold
wow gold kaufen
buy wow gold
wow geld
cheap wow gold
wow power leveling
wow powerleveling
dofus kamas
kamas dofus
Lord of the Rings Online gold
LOTR gold
LOTRO gold
age of conan gold
age conan gold
age of conan power leveling
aoc gold
aoc power leveling
aoc leveling
Maple Story meso
Maple Story Mesos
maplestory Mesos
fly for fun penya
flyff penya
buy flyff gold
flyff money
Final Fantasy XI gil
ffxi gil
buy ffxi gil
buy Warhammer gold
Warhammer gold
silkroad online gold
SRO gold
Silkroad gold
buy silkroad gold


world of warcraft gold
wow po
wow or
buy wow gold
cheap wow gold
wow power leveling
wow powerleveling
dofus kamas
kamas dofus
Lord of the Rings Online Gold
LOTRO Gold
LOTR Gold
age of conan gold
age conan gold
age of conan power leveling
aoc gold
aoc power leveling
aoc leveling
Maple Story meso
Maple Story Mesos
maplestory Mesos
fly for fun penya
flyff penya
buy flyff gold
flyff money
ffxi gil
Final Fantasy XI gil
buy ffxi gil
silkroad online gold
SRO gold
Silkroad gold
buy silkroad gold
buy Warhammer gold
Warhammer gold


world of warcraft gold
wow po
wow or
buy wow gold
cheap wow gold
wow power leveling
wow powerleveling
dofus kamas
kamas dofus
Lord of the Rings Online Gold
LOTRO Gold
LOTR Gold
age of conan gold
age of conan power leveling
age conan gold
aoc gold
aoc power leveling
aoc leveling
Maple Story meso
Maple Story Mesos
maplestory Mesos
fly for fun penya
flyff penya
buy flyff gold
flyff money
ffxi gil
buy ffxi gil
Final Fantasy XI gil
buy cheap ffxi gil
buy Warhammer gold
Warhammer gold
silkroad online gold
SRO gold
Silkroad gold
buy silkroad gold




world of warcraft gold
wow po
wow or
buy wow gold
cheap wow gold
wow power leveling
wow powerleveling
dofus kamas
kamas dofus
Lord of the Rings Online Gold
LOTRO Gold
LOTR Gold
age of conan gold
age conan gold
age of conan power leveling
aoc gold
aoc power leveling
aoc leveling
Maple Story meso
Maple Story Mesos
maplestory Mesos
fly for fun penya
flyff penya
buy flyff gold
flyff money
ffxi gil
buy ffxi gil
Final Fantasy XI gil
buy cheap ffxi gil
buy Warhammer gold
Warhammer gold
silkroad online gold
SRO gold
Silkroad gold
buy Silkroad gold




Link to Post - Back to Top  IP: Logged
   [Search This Thread][Reply] [Send Topic To Friend] [Print]

C-Box
-No advertising in the C-box, you may have a link in your name but that's it.
-Be respectful to everyone in the C-box.





-No foul language
-No Spamming!
Google
Webcatxclans.proboards.com
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!