Post by kenton on Apr 3, 2006 7:04:02 GMT -5
gadgetsandthat.proboards67.com/index.cgi
The code is fine but the items for sale aint what i want to sell and was wondering if it was possible is somebody coukd make us some custom items like a PsP, laptop, Playstation, Ps2 Game, mobile phone, manga etc to fit in with my forum, thanks
This shop code:
P.s didnt know were to put this request. so sorry if in wrong place.
The code is fine but the items for sale aint what i want to sell and was wondering if it was possible is somebody coukd make us some custom items like a PsP, laptop, Playstation, Ps2 Game, mobile phone, manga etc to fit in with my forum, thanks
This shop code:
<script type="text/javascript">
<!--
/*
YourShop
Version 0.2
Copyright 2005-2006 Bradley Nelson a.k.a CCWorld
All Rights Reserved
For use on Proboards Boards only.
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 = 0;
var shopAvatar = 0;
var useButton = 1;
// 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."],
[1,"Bunch of Balloons","http://proboards.the-ccw.net/pb/shop/items/balloonbunch.gif",250,"A bunch of brightly colored balloons."],
[2,"Blob","http://proboards.the-ccw.net/pb/shop/items/blob.gif",800,"Buy your very own pet blob!"],
[3,"Bunny","http://proboards.the-ccw.net/pb/shop/items/bunny.gif",900,"Buy your own pet bunny! Nice and fluffy..."],
[4,"Chain Mace","http://proboards.the-ccw.net/pb/shop/items/chainmace.gif",750,"High quality iron chain mace."],
[5,"Cross","http://proboards.the-ccw.net/pb/shop/items/cross.gif",650,"A solid stone cross."],
[6,"Cutlass","http://proboards.the-ccw.net/pb/shop/items/cutlass.gif",800,"A well constructed cutlass."],
[7,"Dagger","http://proboards.the-ccw.net/pb/shop/items/dagger.gif",300,"A short, easily concealible dagger."],
[8,"Dark Blue Balloon","http://proboards.the-ccw.net/pb/shop/items/dbballoon.gif",75,"A dark blue balloon."],
[9,"Double Axe","http://proboards.the-ccw.net/pb/shop/items/doubleaxe.gif",950,"A double sided battle axe."],
[10,"Fire Axe","http://proboards.the-ccw.net/pb/shop/items/fireaxe.gif",850,"An axe enchanted with fire."],
[11,"Fire Sword","http://proboards.the-ccw.net/pb/shop/items/firesword.gif",800,"A sword enchated with fire."],
[12,"Green Balloon","http://proboards.the-ccw.net/pb/shop/items/gballoon.gif",75,"A green balloon."],
[13,"Hammer","http://proboards.the-ccw.net/pb/shop/items/hammer.gif",300,"A strudy metal hammer."],
[14,"Hand Axe","http://proboards.the-ccw.net/pb/shop/items/handaxe.gif",400,"A small, but nice hand axe."],
[15,"Harp","http://proboards.the-ccw.net/pb/shop/items/harp.gif",650,"Make music (or at least noises) with this nice golden harp."],
[16,"Light Blue Balloon","http://proboards.the-ccw.net/pb/shop/items/lbballoon.gif",75,"A light blue balloon."],
[17,"Bow","http://proboards.the-ccw.net/pb/shop/items/makebow.gif",550,"A low quality make-shift bow."],
[18,"Mallet","http://proboards.the-ccw.net/pb/shop/items/mallet.gif",150,"A cheap, wooden mallet."],
[19,"Minning Equipment","http://proboards.the-ccw.net/pb/shop/items/mineeqp.gif",450,"A collection of minning equipment."],
[20,"Purple Balloon","http://proboards.the-ccw.net/pb/shop/items/pballoon.gif",75,"A purple balloon."],
[21,"Penguin","http://proboards.the-ccw.net/pb/shop/items/penguin.gif",1000,"Your very own pet penguin! Straight from the south pole."],
[22,"Red Balloon","http://proboards.the-ccw.net/pb/shop/items/rballoon.gif",75,"A red balloon."],
[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."],
[24,"Shovel","http://proboards.the-ccw.net/pb/shop/items/shovel.gif",150,"A simple shovel."],
[25,"Spiked Club","http://proboards.the-ccw.net/pb/shop/items/spikedclub.gif",400,"A basic club covered in spikes."],
[26,"Sword","http://proboards.the-ccw.net/pb/shop/items/sword.gif",650,"The basic sword."],
[27,"Water Sword","http://proboards.the-ccw.net/pb/shop/items/watersword.gif",800,"A sword encahted with water."],
[28,"Wooden Club","http://proboards.the-ccw.net/pb/shop/items/woodenclub.gif",150,"A thick club of wood."],
[29,"Yellow Balloon","http://proboards.the-ccw.net/pb/shop/items/yballoon.gif",75,"A yellow balloon."]
];
var cMaxItems = 29;
/*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,
urls: [
["Blue Star", "http://www.proboards8.com/v4images/starblue.gif"],
["Red Star", "http://www.proboards8.com/v4images/starred.gif"],
["Green Star", "http://www.proboards8.com/v4images/stargreen.gif"],
["Yellow Star", "http://www.proboards8.com/v4images/star.gif"]
]
}
};
/*SHPITMENDHRE*/
//-->
</script>
<script type="text/javascript" src="http://proboards.the-ccw.net/pb/shop/0.2/main.js"></script>
P.s didnt know were to put this request. so sorry if in wrong place.