The main shop, Buy General stuff.
| Chaos |
|
Administrator

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.
|
|
|
| Koncho |
|
Chao

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

|
How did yo set up money?
|
|
|
| Chaos |
|
Administrator

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

|
A code I found. Do you want it?
|
|
|
| lite |
|
Jewel chao

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

|
I dont understand
|
|
|
| Inferno |
|
Master of Phantasms

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.
|
|
|
| Koncho |
|
Chao

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?
|
|
|
| Chaos |
|
Administrator

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+=" <a href='javascript:adjust(false)'><img src='http://209.85.62.23/style_images/<#IMG_DIR#>/warn_minus.gif'alt=Minus></a> <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+=" <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> <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.
|
|
|
| Koncho |
|
Chao

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

|
there's no code. it's posting.
|
|
|
| lite |
|
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
|
|
|
| Koncho |
|
Chao

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

|
uh... no?
how do you edit ppl's money?
|
|
|
| Chaos |
|
Administrator

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

|
by using the + and - but its not working right now.
|
|
|
| shadowlurker508 |
|
Chao

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

|
i think im starting 2 get it now
|
|
|
| Inferno |
|
Master of Phantasms

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.
|
|
|
| lite |
|
Jewel chao

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

|
cooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo ol
|
|
|
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
|