Antite BBS created by Heretic of the IF Skin Zone.


Pages: (3) [1] 2 3  ( Go to first unread post )

 The main shop, Buy General stuff.
Chaos
Posted: Dec 27 2006, 05:24 PM


Administrator
Group Icon

Group: Admin
Posts: 417
Member No.: 1
Joined: 30-November 06



Here you can buy special stuff with your money.


Delete one of your posts: 10$


Delete one of your topics: 30$

Have a custom member title: 300$

Pin a topic for 5 days: 500$

Add 100 posts to your post count: 2500$

Change the color of y our name. EX my name color is red. 10,000$


If you want to buy these items post here and what item you want.

I will Add more Items later on.
Top
Koncho
Posted: Dec 27 2006, 06:08 PM


Chao
Group Icon

Group: Co Admin
Posts: 67
Member No.: 4
Joined: 1-December 06



How did yo set up money?
Top
Chaos
Posted: Dec 27 2006, 07:13 PM


Administrator
Group Icon

Group: Admin
Posts: 417
Member No.: 1
Joined: 30-November 06



A code I found. Do you want it?
Top
Inferno
Posted: Dec 28 2006, 04:27 AM


Master of Phantasms
Group Icon

Group: Super Mod
Posts: 387
Member No.: 12
Joined: 10-December 06



This sounds pretty cool. Though I think I'll wait for those items that will be added on. cool.gif
Top
lite
Posted: Dec 28 2006, 10:47 AM


Jewel chao
*

Group: Honered Members
Posts: 308
Member No.: 8
Joined: 2-December 06



I dont understand
Top
Inferno
Posted: Dec 28 2006, 04:09 PM


Master of Phantasms
Group Icon

Group: Super Mod
Posts: 387
Member No.: 12
Joined: 10-December 06



See that money thing in your box in your comments? You just come here and type what you want and I guess Superchao will subtract that much money from your money. So say I have $3000, and buy 100 posts. That is $2500 so I now have $500. I think thats how it works.
Top
Koncho
Posted: Dec 28 2006, 05:26 PM


Chao
Group Icon

Group: Co Admin
Posts: 67
Member No.: 4
Joined: 1-December 06



QUOTE (Superchao @ Dec 27 2006, 07:13 PM)
A code I found. Do you want it?

sure, this should help in my Chao RP I'm setting up. btw, where did you get the code?
Top
Chaos
Posted: Dec 28 2006, 06:10 PM


Administrator
Group Icon

Group: Admin
Posts: 417
Member No.: 1
Joined: 30-November 06



CODE
<script language="javascript" type="text/javascript">
<!--//Improved Money Hack - by Markup
moneyName="Simoeleons"
moneySign="S"
postMoney=2
document.write("<span id=login></span>")
if(document.getElementById("userlinks").innerHTML.match("admin.php")&&document.cookie.match("user="))
isAdmin=true
else isAdmin=false
home="http://"+location.hostname+location.pathname
c=0
form=document.forms
for(i=0;i<form.length;i++)
for(n=0;n<form[i].elements.length;n++)
if(form[i].elements[n].name=="UserName")
{
UserName=form[i].elements["UserName"]
PassWord=form[i].elements["PassWord"]
form[i].onsubmit=function(){document.cookie="user="+escape(UserName.value)+"; expires="+new Date("01/01/2010").toGMTString();document.cookie="pass="+escape(PassWord.value)+"; expires="+new Date("01/01/2010").toGMTString()}
break
break
}
if(location.href.match("showuser"))
{
memNo=location.href.match(/showuser=(\d+)/)[1]
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++)
if(td[i].className=="row3"&&td[i].innerHTML.match("Total Cumulative Posts"))
{
posts=parseInt(td[i+1].getElementsByTagName("B")[0].innerHTML.replace(/,/g,""))
nRow=td[i].parentNode.parentNode.parentNode.insertRow(td[i].parentNode.rowIndex+2)
nCell=nRow.insertCell(0)
nCell.className="row3"
nCell.align="left"
nCell.innerHTML="<b>"+moneyName+"</b>"
nCell=nRow.insertCell(1)
nCell.className="row1"
nCell.vAlign="top"
nCell.innerHTML="<b>"+moneySign+posts*postMoney+"</b>"
isAdmin?nCell.innerHTML+="&nbsp;<a href='javascript:adjust(false)'><img src='http://209.85.62.23/style_images/<#IMG_DIR#>/warn_minus.gif'alt=Minus></a>&nbsp;<a href='javascript:adjust(true)'><img src='http://209.85.62.23/style_images/<#IMG_DIR#>/warn_add.gif' border='0'  alt='+' /></a>":false
break
}
}
span=document.getElementsByTagName("SPAN")
for(i=0;i<span.length;i++)
if(span[i].className=="postdetails"&&span[i].innerHTML.match("Posts: "))
{
posts=parseInt(span[i].innerHTML.match(/Posts: (-*[\d,]+)/)[1].replace(/,/g,""))
nCont="<P>"+moneyName+": "+moneySign+posts*postMoney
if(isAdmin)
{
tr=span[i].parentNode.parentNode
memNo=tr.parentNode.parentNode.rows[tr.rowIndex-1].cells[0].innerHTML.match(/showuser=(\d+)/)[1]
nCont+="&nbsp;<a href='javascript:adjust(false,"+memNo+","+posts+")'><img src='http://209.85.62.23/style_images/<#IMG_DIR#>/warn_minus.gif' border='0'  alt='-' ></a>&nbsp;<a href='javascript:adjust(true,"+memNo+","+posts+")'><img src='http://209.85.62.23/style_images/<#IMG_DIR#>/warn_add.gif' border='0'  alt='+' /></a>"
}
span[i].innerHTML+=nCont
}
function adjust(mode,no,pMon)
{
if(no&&pMon)
{
memNo=no
posts=pMon
}
change=mode?prompt("Amount to add:",postMoney):prompt("Amount to remove:",postMoney)
if(!mode)
change="-"+change
change=parseInt(change)
change=posts+Math.ceil(change/postMoney)
if(!isNaN(change))
{
loading()
document.getElementById("login").innerHTML="<iframe name=adminCP src="+home+"?act=UserCP style=display:none></iframe>"
}
}
function loading()
{
message="Connecting to Admin CP...Please Wait..."
c++
status=message.substr(0,c)
if(c==message.length)
c=0
setTimeout("loading()",100)
}
if(self!=top&&location.href==home+"?act=UserCP")
{
document.write("<form action="+location.href.substr(0,location.href.lastIndexOf("/"))+"/admin.php method=post name=theAdminForm><input type=hidden name=adsess><input type=hidden name=login value=yes><input type=hidden name=username value="+unescape(document.cookie.match(/user=([^;]*)/)[1])+"><input type=hidden name=password value="+unescape(document.cookie.match(/pass=([^;]*)/)[1])+">")
parent.wait(1)
document.forms['theAdminForm'].submit()
}
function wait(rep)
{
ACP=document.frames['adminCP']
if(rep==1)
{
if(!ACP.location.href.match("admin.php"))
setTimeout("wait(1)",10)
else
{
ACP.location+="&act=mem&code=doform&MEMBER_ID="+memNo
wait(2)
}
}
if(rep==2)
{
if(!ACP.document.forms['theAdminForm'])
setTimeout("wait(2)",10)
else
{
ACP.document.forms['theAdminForm'].elements['posts'].value=change
ACP.document.forms['theAdminForm'].submit()
wait(3)
}
}
if(rep==3)
if(ACP.location.href.match("code=doform&MEMBER_ID="+memNo))
setTimeout("wait(3)",10)
else
location.reload()
}
//-->
</script>




theres the money code. I got it off Suppourt invisionfree forums. btw can I have the code for the chao rpg.
Top
Koncho
Posted: Dec 29 2006, 04:40 PM


Chao
Group Icon

Group: Co Admin
Posts: 67
Member No.: 4
Joined: 1-December 06



there's no code. it's posting.
Top
lite
Posted: Dec 29 2006, 04:59 PM


Jewel chao
*

Group: Honered Members
Posts: 308
Member No.: 8
Joined: 2-December 06



QUOTE (Inferno @ Dec 28 2006, 04:09 PM)
See that money thing in your box in your comments? You just come here and type what you want and I guess Superchao will subtract that much money from your money. So say I have $3000, and buy 100 posts. That is $2500 so I now have $500. I think thats how it works.

oh so you buy posts
Top
Koncho
Posted: Dec 29 2006, 06:04 PM


Chao
Group Icon

Group: Co Admin
Posts: 67
Member No.: 4
Joined: 1-December 06



uh... no?

how do you edit ppl's money?
Top
Chaos
Posted: Dec 29 2006, 06:31 PM


Administrator
Group Icon

Group: Admin
Posts: 417
Member No.: 1
Joined: 30-November 06



by using the + and - but its not working right now.
Top
shadowlurker508
Posted: Dec 30 2006, 02:22 AM


Chao
Group Icon

Group: Moderators
Posts: 168
Member No.: 9
Joined: 3-December 06



i think im starting 2 get it now
Top
Inferno
Posted: Dec 30 2006, 02:31 PM


Master of Phantasms
Group Icon

Group: Super Mod
Posts: 387
Member No.: 12
Joined: 10-December 06



QUOTE (lite @ Dec 29 2006, 04:59 PM)
oh so you buy posts

Not just posts. Look at the list up top.
Top
lite
Posted: Dec 30 2006, 02:58 PM


Jewel chao
*

Group: Honered Members
Posts: 308
Member No.: 8
Joined: 2-December 06



cooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
ol 24.gif
Top

Topic OptionsPages: (3) [1] 2 3 



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.1711 seconds | Archive