Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - N

Pages: [1]
1
General Chat / A HUGE Thank you
« on: August 22, 2007, 06:30:37 pm »
I am amazed.

Stunned, grateful, appreciative, overwhelmed.

You coders and admins/mods/helpers simply ROCK. I never knew there was so much available through SMF, nor did I realize all the power of the options/scripts/customization you all offer.

Little by little, I've finally modified our board to exactly as it needs to be to best serve our members and to deal with certain needs we had/have -- when I started looking for help, I was truly amazed at all the support forums offer.

I have no words with which to thank you enough. It's obvious that you all go well "above and beyond the call of duty" and have for years. Please accept this as our heartfelt gratitude.

Many Thanks N

2
SMF For Free Codes and Support / [Code] YourShop V1
« on: August 16, 2007, 11:01:50 pm »
Hello,

Here you are.

<script type="text/javascript">
<!--
/*
YourShop
Version 0.3

Copyright 2005-2007
All Rights Reserved

This Header must remain intact at all times.
Do not re-post without permission.
*/

// staff that can mange shop settings
var shopAdmin = [
     "admin"
];

// staff that can edit money
// Note: Users in shopAdmin DO NOT need to be listed here too
var shopStaff = [
     "ccworld"
];

var moneyName = "Dollars";
var moneySym = "$";
var moneyPP = 5;
var shopOn = 1;
var shopSig = 1;
var shopAvatar = 1;
var allowDonations = 1;
var useButton = 0;
var maxItems = 5;
// can leave blank ""
var buttonUrl = "http://proboards.the-ccw.net/pb/shop/menu/card_shop.gif";

/*ITMLSTSTRHRE*/
var addOnItems = [
     [0,"Basic Axe","http://proboards.the-ccw.net/pb/shop/items/axe.gif",500,"A basic battle axe.",0,1],
     [1,"Bunch of Balloons #1","http://proboards.the-ccw.net/pb/shop/items/balloonbunch.gif",250,"The first bunch of brightly colored balloons.",0,3],
     [2,"Blob","http://proboards.the-ccw.net/pb/shop/items/blob.gif",800,"Buy your very own pet blob!",0,4],
     [3,"Bunny","http://proboards.the-ccw.net/pb/shop/items/bunny.gif",900,"Buy your own pet bunny! Nice and fluffy...",0,4],
     [4,"Chain Mace","http://proboards.the-ccw.net/pb/shop/items/chainmace.gif",750,"High quality iron chain mace.",0,1],
     [5,"Cross","http://proboards.the-ccw.net/pb/shop/items/cross.gif",650,"A solid stone cross.",0,2],
     [6,"Cutlass","http://proboards.the-ccw.net/pb/shop/items/cutlass.gif",800,"A well constructed cutlass.",0,1],
     [7,"Dagger","http://proboards.the-ccw.net/pb/shop/items/dagger.gif",300,"A short, easily concealible dagger.",0,1],
     [8,"Dark Blue Balloon","http://proboards.the-ccw.net/pb/shop/items/dbballoon.gif",75,"A dark blue balloon.",0,3],
     [9,"Double Axe","http://proboards.the-ccw.net/pb/shop/items/doubleaxe.gif",950,"A double sided battle axe.",0,1],
     [10,"Fire Axe","http://proboards.the-ccw.net/pb/shop/items/fireaxe.gif",850,"An axe enchanted with fire.",0,1],
     [11,"Fire Sword","http://proboards.the-ccw.net/pb/shop/items/firesword.gif",800,"A sword enchated with fire.",0,1],
     [12,"Green Balloon","http://proboards.the-ccw.net/pb/shop/items/gballoon.gif",75,"A green balloon.",0,3],
     [13,"Hammer","http://proboards.the-ccw.net/pb/shop/items/hammer.gif",300,"A strudy metal hammer.",0,2],
     [14,"Hand Axe","http://proboards.the-ccw.net/pb/shop/items/handaxe.gif",400,"A small, but nice hand axe.",0,1],
     [15,"Harp","http://proboards.the-ccw.net/pb/shop/items/harp.gif",650,"Make music (or at least noises) with this nice golden harp.",0,2],
     [16,"Light Blue Balloon","http://proboards.the-ccw.net/pb/shop/items/lbballoon.gif",75,"A light blue balloon.",0,3],
     [17,"Bow","http://proboards.the-ccw.net/pb/shop/items/makebow.gif",550,"A low quality make-shift bow.",0,1],
     [18,"Mallet","http://proboards.the-ccw.net/pb/shop/items/mallet.gif",150,"A cheap, wooden mallet.",0,2],
     [19,"Minning Equipment","http://proboards.the-ccw.net/pb/shop/items/mineeqp.gif",450,"A collection of minning equipment.",0,2],
     [20,"Purple Balloon","http://proboards.the-ccw.net/pb/shop/items/pballoon.gif",75,"A purple balloon.",0,3],
     [21,"Penguin","http://proboards.the-ccw.net/pb/shop/items/penguin.gif",1000,"Your very own pet penguin! Straight from the south pole.",0,4],
     [22,"Red Balloon","http://proboards.the-ccw.net/pb/shop/items/rballoon.gif",75,"A red balloon.",0,3],
     [23,"Royal Bow","http://proboards.the-ccw.net/pb/shop/items/royalbow.gif",1200,"A very high quality bow with all the accessories you could want.",0,1],
     [24,"Shovel","http://proboards.the-ccw.net/pb/shop/items/shovel.gif",150,"A simple shovel.",0,2],
     [25,"Spiked Club","http://proboards.the-ccw.net/pb/shop/items/spikedclub.gif",400,"A basic club covered in spikes.",0,1],
     [26,"Sword","http://proboards.the-ccw.net/pb/shop/items/sword.gif",650,"The basic sword.",0,1],
     [27,"Water Sword","http://proboards.the-ccw.net/pb/shop/items/watersword.gif",800,"A sword enchanted with water.",0,1],
     [28,"Wooden Club","http://proboards.the-ccw.net/pb/shop/items/woodenclub.gif",150,"A thick club of wood.",0,1],
];
var cMaxItems = 57;
/*ITMLSTENDHRE*/
/*SHPITMSTRHRE*/
var shopItems = {
     title: {
          available: 1,
          amount: 250
     },
     sig: {
          available: 1,
          amount: 100
     },
     avatar: {
          available: 1,
          amount: 100
     },
     usernameBold: {
          available: 1,
          amount: 100
     },
     usernameItalic: {
          available: 1,
          amount: 100
     },
     usernameColor: {
          available: 1,
          amount: 100
     },
     usernameUline: {
          available: 1,
          amount: 100
     },
     rank: {
          available: 1,
          amount: 500,
          max: 5
     }
};
/*SHPITMENDHRE*/
/*SHPRNKSRTHRE*/
var shopRanks = [
     [0, "Blue", "http://proboards.the-ccw.net/pb/shop/stars/starblue.gif"],
     [1, "Red", "http://proboards.the-ccw.net/pb/shop/stars/starred.gif"],
     [2, "Green", "http://proboards.the-ccw.net/pb/shop/stars/stargreen.gif"],
     [3, "Small Yellow", "http://proboards.the-ccw.net/pb/shop/stars/star.gif"],
     [4, "Large Yellow", "http://proboards.the-ccw.net/pb/shop/stars/staryellow.gif"],
     [5, "Pink", "http://proboards.the-ccw.net/pb/shop/stars/starpink.gif"],
     [6, "Purple", "http://proboards.the-ccw.net/pb/shop/stars/starpurple.gif"],
     [7, "Black", "http://proboards.the-ccw.net/pb/shop/stars/starblack.gif"],
     [8, "Grey", "http://proboards.the-ccw.net/pb/shop/stars/stargrey.gif"],
     [9, "White", "http://proboards.the-ccw.net/pb/shop/stars/starwhite.gif"]
];
var cMaxRanks = 9;
/*SHPRNKENDHRE*/
/*SHPCATSRTHRE*/
var shopCats = [
     [1, "Weapons"],
     [2, "Tools/Other"],
     [3, "Balloons"],
     [4, "Animals/Pets"],
     [5, "Clothing"],
     [6, "Medical"],
     [7, "Jewels"]
];
var cMaxCats = 7;
/*SHPCATENDHRE*/
//-->
</script>
<script type="text/javascript" src="http://proboards.the-ccw.net/pb/shop/0.3/main.js"></script><script type="text/javascript">

Pages: [1]