PDA

View Full Version : Gold Hack (currency hack)


g-force2k2
08-25-2002, 10:00 PM
well it was requested (asked) whatever you may call it... to create a currency hack that is more optimizeable... well here's my version of a currency hack (i just use gold because that's what i call my currency)

What is more optimizeable? You can configure which forums that you want gold(currency) to be gained in... and you can also configure different amounts... so for instance if you're a gaming forum place less emphasis on general forums by giving less gold and on gaming forums give more emphasis by giving more gold(currency)

hope that just about explains it all :) Enjoy...

g-force2k2

NTLDR
08-26-2002, 12:45 AM
Looks good g-force2k2, I may install this when I re-do my forums ;)

Goldknight
08-26-2002, 01:02 AM
=D I install it right away :P

IllNation
08-26-2002, 01:23 AM
what exactly is this for?...something for store hack?...

g-force2k2
08-26-2002, 01:27 AM
Originally posted by IllNation
what exactly is this for?...something for store hack?...

no its just a currency hack... the possibilies of configuring it else wise are very easy... to make it work with the store hack is also extremely easy :) regards...

g-force2k2

ULTIMATESSJ
08-26-2002, 01:28 AM
great, it will be a good step beyond the points hack for some ppl, great work

/me clicks install

[D]Vincent
08-26-2002, 01:32 AM
Great hack, I wanted to have a spam forum but I didn't want the people to gain money for it.
/me also clicks install

Riddel
08-26-2002, 05:00 AM
ohh excellent hack! great work!

[D]Vincent
08-26-2002, 07:00 AM
Just wondering does this work with Quick Reply and can SMs/Admins have a link from postbit to give a member gold? This made it easier to reward my members.

[D]Vincent
08-26-2002, 07:17 AM
It works with quick reply but doesn't have the link =\

And since I'm in this thread I might as well make a request instead of post it over at the requests forum.
g-force do you think you could make an add-on for it to where there is a link in postbit(like the points hack) for Sms/Admins but I was wondering if you could make it to where for the SM/Admin link that it displays their current ammount of gold so that the SM/Admin can also take away gold aor give them gold.

[D]Vincent
08-26-2002, 07:53 AM
Right well I made an easy add-on for this. Okay what this add-on does is makes it to where you can set a different ammount for new threads than the ammount for replys, because we me I like to give the members more for threads. Anyways do the following:
First run this query:

ALTER TABLE forum ADD goldppt int(5) NOT NULL

Next open admin/forum.php and find:

makeinputcode("Gold recieved for posting? (forum gold must be enabled)","goldpp",0);

Replace that with:

makeinputcode("Gold recieved for posting a reply? (forum gold must be enabled)","goldpp",0);
makeinputcode("Gold recieved for posting a thread? (forum gold must be enabled)","goldppt",0);

Next find:

$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayo rder,parentid,
parentlist,allowposting,cancontainthreads,daysprun e,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allo wsmilies,allowicons,
styleoverride,allowratings,countposts,moderateatta ch,countgold,goldpp)
VALUES
(NULL,'$styleset','".addslashes($title)."','".addslashes($description)."','$isac tive','$displayorder','$parentid',
'','$allowposting','$cancontainthreads','$daysprun e','".addslashes($newpostemail )."','".addslashes($newthreademail)."',
'$moderatenew','$aallowhtmlcode','$aallowbbcode',' $aallowimgcode','$aallowsmilie s','$aallowicons',
'$styleoverride','$allowratings','$countposts','$m oderateattach','$countgold','$ goldpp')");

Replace that with:

$DB_site->query("INSERT INTO forum
(forumid,styleid,title,description,active,displayo rder,parentid,
parentlist,allowposting,cancontainthreads,daysprun e,newpostemail,newthreademail,
moderatenew,allowhtml,allowbbcode,allowimages,allo wsmilies,allowicons,
styleoverride,allowratings,countposts,moderateatta ch,countgold,goldpp,goldppt)
VALUES
(NULL,'$styleset','".addslashes($title)."','".addslashes($description)."','$isac tive','$displayorder','$parentid',
'','$allowposting','$cancontainthreads','$daysprun e','".addslashes($newpostemail )."','".addslashes($newthreademail)."',
'$moderatenew','$aallowhtmlcode','$aallowbbcode',' $aallowimgcode','$aallowsmilie s','$aallowicons',
'$styleoverride','$allowratings','$countposts','$m oderateattach','$countgold','$ goldpp','$goldppt')");

Next find:

makeinputcode("Gold recieved for posting? (forum gold must be enabled)","goldpp",$forum[goldpp]);

Replace that with:

makeinputcode("Gold recieved for posting a reply? (forum gold must be enabled)","goldpp",$forum[goldpp]);
makeinputcode("Gold recieved for posting a thread? (forum gold must be enabled)","goldppt",$forum[goldppt]);

Next find:

styleoverride='$styleoverride', allowratings='$allowratings', countposts='$countposts',
moderateattach='$moderateattach', countgold='$countgold', goldpp='$goldpp'
WHERE forumid='$forumid'");

Replace that with:

styleoverride='$styleoverride', allowratings='$allowratings', countposts='$countposts',
moderateattach='$moderateattach', countgold='$countgold', goldpp='$goldpp', goldppt='$goldppt'
WHERE forumid='$forumid'");

open newthread.php and find:

// +++++++ Gold Hack g-force2k2 +++++++
$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."' ".iif($foruminfo[countgold],",gold=gold+$foruminfo[goldpp]","")." WHERE userid='$bbuserinfo[userid]'");
}
// +++++++ Gold Hack g-force2k2 +++++++

Replace that with:

// +++++++ Gold Hack g-force2k2 +++++++
$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."' ".iif($foruminfo[countgold],",gold=gold+$foruminfo[goldppt]","")." WHERE userid='$bbuserinfo[userid]'");
}
// +++++++ Gold Hack g-force2k2 +++++++

And you're done I believe. Haven't tested it out yet though =\ I'm not actually installing this hack until tomorrow because I'm letting my memebrs write down how much gold they have(lol I use gold on FFL also).

BTW if you want to set a defualt one run this query:

UPDATE forum SET goldppt='[ Default Value Here ]' WHERE forumid != 0

and replace [ Default Value Here ] with the number.

FFMania
08-26-2002, 08:55 AM
Can I replace the current Lesane Store hack money system with this? And am I able to keep the current gil counts too? ;)

[D]Vincent
08-26-2002, 10:19 AM
I think to replace the Store one would take more coding and If you write them down you can.

[D]Vincent
08-26-2002, 11:01 AM
Vincent]* [D]Vincent cough

Okay well I went ahead and made two of the features for the points hack for this and I DO NOT TAKE CREDIT FOR ANYTHING IN THIS FOLLOWING ZIP, I repeat, I DO NOT TAKE CREDIT FOR ANYTHING IN THIS FOLLOWING ZIP.

Anyways what I did was made the donation hack and made the thing with admins/mods can give them gold from postbit work with this hack. All instructions are included in the zip, everything is tested and works. For a demo go to: http://www.fflounge.com not that it will really show out any. Anyways enjoy these add-ons. If you find any errors then just report them too many.


And once again, I DO NOT TAKE CREDIT FOR ANYTHING IN THE FOLLOWING ZIP!!!!!!
ALL CREDIT FOR THE DONATE ADD-ON GOES TO GameZilla!!!!
ALL CREDIT FOR THE ADMINS/SMS CAN GIVE MEMBERS POINTS FROM POSTBIT GOES TO Palmer of the Turks!!!!
ALL CREDIT FOR THE DIFFERENT AMOUNT RECIEVED FOR POSTING A NEW THREAD GOES TO g-force2k2!!!!

Ninth Dimension
08-26-2002, 12:15 PM
I like the idea of this hack, I've just removed the itemshop from my forum because of the extra queries it was generating.

Now i'm looking for a points system for my forum, I was going to go for the Karma hack, but I think I prefer this one because I can provide more points for my games based forums.

The only problem I've got is, what will the users we working towards? I can understand that gaining more points that other forum members in itself is an achievement, but I'd still prefer to be able to offer a reward for it.

Can anyone offer any suggestions? (PS, i'm not interested in installing the store hack, I don't feel that it would really fit in with my site)

g-force2k2
08-26-2002, 12:43 PM
Ninth Dimension just use the store hack... [D]Vincent its is very compatible with the store hack... just where it says in the changes for newreply and newthread... just change:

gold=gold+

to:

storep=storep+

in both the newreply.php and newthread.php... its that configurable ;) easy enough :)

g-force2k2

[D]Vincent
08-26-2002, 03:05 PM
Vincent]lol sorry I haven't used the store hack so I didn't know how easy it would be lol anyways do you think you can make it to where admins can edit the ammount of gold they have in admin cp? If I don't figure it out myself before you post that is since I've done that with the past things lmao.

-Edit-
I got figured it out myself lmao.


Anyways I have another request, do you think you could make it to where admins can subtract gold from a user like it has the add gold? Like instead of having the link of gold take you to giving them gold it could take you too a selection between giving them gold or removing gold from them. That would make things much easier ^^
-edit 2-
I'm on a roll I figured that last one out myself also :D very simple though lmao.

N9ne
08-26-2002, 03:24 PM
I really like this hack because it's so simple! I'm going to install it on my test board once I request these things:

Right now there's a feature where you need a certain amount of posts for getting a Custom Avatar and/or Custom Title.

Can this be integrated with that so you need a certain amount of gold AND/OR posts are required for either/both?

Also, can there be a system not unlike Lesane's Lottery Hack just for this? So users can buy a lottery ticket from somewhere, preferably on forumhome, where you could have:

[b]Lottery: Buy your ticket now by clicking here!<br>
Current Jackpot: 3000 Points [or whatever you set as your currency]

Hope i'm not asking too much :(

g-force2k2
08-26-2002, 03:31 PM
Tha Rock the store hack is compatible with this hack if you search the thread you will see the simple mod edit to this...

btw [D]Vincent can't you just use the store donation on the admincp? (that is if you're using the store hack) if not i can code something fast for you if you like?

regards...

g-force2k2

N9ne
08-26-2002, 03:35 PM
Originally posted by g-force2k2
Tha Rock the store hack is compatible with this hack if you search the thread you will see the simple mod edit to this...

btw [D]Vincent can't you just use the store donation on the admincp? (that is if you're using the store hack) if not i can code something fast for you if you like?

regards...

g-force2k2

Well I dont want to use the store hack but would I be able to make the lottery hack work with this?

[D]Vincent
08-26-2002, 04:02 PM
I figured it out g-force, thanks anyway ^^

ExAvIoUr
08-26-2002, 04:13 PM
would this hack replace the money in the store hack.

[D]Vincent
08-26-2002, 04:33 PM
I believe he gave instructions for that in a previous post.

g-force2k2
08-26-2002, 04:35 PM
no Exaviour the Store points would replace the gold points... just don't run the query ::

ALTER TABLE user ADD gold int(10) NOT NULL DEFAULT '0'

instead just make the changes in POST #16... regards...

g-force2k2

Lovaboye
08-26-2002, 07:16 PM
hey bro, you know how their is a hack called top5 posts? what would i need to do to see "top5 gold"?

michealo
08-26-2002, 07:29 PM
great hack

is it possible to reset someone's gold amounts back to 0?

ExAvIoUr
08-26-2002, 08:32 PM
ok cool. i am gonna install this.

Lovaboye
08-26-2002, 08:54 PM
sup an addition to my question above, how can i edit the amount of gold a person has in my admin options

g-force2k2
08-26-2002, 09:00 PM
Originally posted by michealo
great hack

is it possible to reset someone's gold amounts back to 0?

just run this query ::

UPDATE user SET gold='0' WHERE userid='[userid here]'

replace the [userid here] with the userid...

but if ppl want an admin file to edit users gold i can do that ;)

btw about getting the top five richest members i believe the coding is something like this::

$richest = $DB_site->query("
SELECT userid, username, gold
FROM user
ORDER BY gold DESC LIMIT 5");
while($rich = $DB_site->fetch_array($richest)) {
[ data here template etc whatever you may ]
}

thats the php code and you just customize it how you want it to be :) regards...

g-force2k2

Lovaboye
08-26-2002, 09:15 PM
Sorry but were should i put this at?

$richest = $DB_site->query("
SELECT userid, username, gold
FROM user
ORDER BY gold DESC LIMIT 5");
while($rich = $DB_site->fetch_array($richest)) {
[ data here template etc whatever you may ]
}


Can u post instructions on how to get this working?

g-force2k2
08-26-2002, 09:48 PM
well Lovaboye you have to make your own template with the included data... and then put this coding in the index.php... it runs more queries on the forumhome if you don't mind ;)

g-force2k2

ExAvIoUr
08-26-2002, 10:18 PM
i got a problem. everytime i run instal_goldhack.php in admin directory just see bunch of letters. then i opened it in notepad. and i saw the instruction. i installed it but nothing happened. evey1 got zero money and i don't see ne changed in the admin cp about gold.

am i missing somehting????

i have thr store hack installed

g-force2k2
08-26-2002, 10:22 PM
did you change the edit on post # 16 Exaviour?

in both newthread.php and newreply.php?

regards...

g-force2k2

ExAvIoUr
08-26-2002, 10:32 PM
of course. i tried it nothing. ne other ideas?

Lovaboye
08-26-2002, 10:49 PM
Originally posted by g-force2k2
well Lovaboye you have to make your own template with the included data... and then put this coding in the index.php... it runs more queries on the forumhome if you don't mind ;)

g-force2k2 ill give you something if you make it 4 me

g-force2k2
08-26-2002, 11:19 PM
Originally posted by ExAvIoUr
of course. i tried it nothing. ne other ideas?

can you show me the coding that you use? thanks in advance...

Lovaboye i will do it later...

g-force2k2

Ninth Dimension
08-26-2002, 11:27 PM
Originally posted by g-force2k2
Ninth Dimension just use the store hack... [D]Vincent its is very compatible with the store hack... just where it says in the changes for newreply and newthread... just change:well, it's more a case of not wanting to use the storehack. most of the rewards offered in the store hack I give away anyway, and the others I don't really want or need.

I guess i'm going to wait for a battle hack (god i'm such a lemming) if one ever gets released.

ExAvIoUr
08-26-2002, 11:36 PM
what code do u want. new reply and new thread?

g-force2k2
08-27-2002, 12:30 AM
Exavoiur both...

ND i will try to do one in the future :)

regards...

g-force2k2

ExAvIoUr
08-27-2002, 12:41 AM
here it is. i zipped them up.

g-force2k2
08-27-2002, 12:47 AM
you can't attached files Exaviour i just mean the part of the line of coding i asked you to change :p its only one line in each file :p just telling you to remove the files before someone else does ;) regards...

g-force2k2

g-force2k2
08-27-2002, 12:53 AM
okay try this fix ;)

in both newreply.php and newthread.php

find:

$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."',".iif($foruminfo[countgold],",storep=storep+$foruminfo[goldpp]","")." WHERE userid='$bbuserinfo[userid]'");

and replace with:

$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."' ".iif($foruminfo[countgold],",storep=storep+$foruminfo[goldpp]","")." WHERE userid='$bbuserinfo[userid]'");

see if that works now ;) im surprised that you didn't get an error :p

g-force2k2

[D]Vincent
08-27-2002, 01:19 AM
Vincent]Originally posted by Lovaboye
sup an addition to my question above, how can i edit the amount of gold a person has in my admin options

Hey, I figured this out but I'm on my brother's labtop so I don't have my files to see what I did completely, as soon as I get on my computer I'll post the instructions.

[D]Vincent
08-27-2002, 04:31 AM
Okay I got the instructions for admins to change their gold in admin CP. Okay after you install the hack do the following:
Open admin/user.php and find:

makeinputcode("Number of Posts","posts",$user[posts]);

Underneath that add:

makeinputcode("User Gold","gold",$user[gold],0);

Next find:

if ($posts=="") {
$posts=0;
}

Underneath that add:

if ($gold=="") {
$gold=0;
}

Next find:

$DB_site->query("UPDATE user SET birthday='$birthday',options='$options',usergroupi d='$usergroupid',username='".a ddslashes(htmlspecialchars($ausername))."'$pwdinclude,email='".addslashes(htmlsp ecialchars($email))."',styleid='$userstyleid',parentemail='".addslashes(htmlspec ialchars($parentemail))."',coppauser=$coppauser,homepage='".addslashes(htmlspeci alchars($homepage))."',icq='".addslashes(htmlspecialchars($icq))."',aim='".addsl ashes(htmlspecialchars($aim))."',yahoo='".addslashes(htmlspecialchars($yahoo))." ',signature='".addslashes($signature)."',adminemail=$adminemail,showemail=$showe mail,invisible=$invisible,usertitle='".addslashes($usertitle)."',customtitle=$cu stomtitle,joindate=$joindate,cookieuser=$cookieuse r,nosessionhash=$nosessionhash ,daysprune='$daysprune',lastvisit=$lastvisit,lasta ctivity=$lastactivity,lastpost =$lastpost,posts='$posts',timezoneoffset='$timezon eoffset',emailnotification=$em ailnotification,receivepm='$receivepm',emailonpm=' $emailonpm',ipaddress='".addsl ashes($aipaddress)."',pmpopup=IF(pmpopup=2 AND $pmpopup=1,pmpopup,'$pmpopup') WHERE userid=$userid");

Replace that with:

$DB_site->query("UPDATE user SET gold='$gold',birthday='$birthday',options='$option s',usergroupid='$usergroupid', username='".addslashes(htmlspecialchars($ausername))."'$pwdinclude,email='".adds lashes(htmlspecialchars($email))."',styleid='$userstyleid',parentemail='".addsla shes(htmlspecialchars($parentemail))."',coppauser=$coppauser,homepage='".addslas hes(htmlspecialchars($homepage))."',icq='".addslashes(htmlspecialchars($icq))."' ,aim='".addslashes(htmlspecialchars($aim))."',yahoo='".addslashes(htmlspecialcha rs($yahoo))."',signature='".addslashes($signature)."',adminemail=$adminemail,sho wemail=$showemail,invisible=$invisible,usertitle='".addslashes($usertitle)."',cu stomtitle=$customtitle,joindate=$joindate,cookieus er=$cookieuser,nosessionhash=$ nosessionhash,daysprune='$daysprune',lastvisit=$la stvisit,lastactivity=$lastacti vity,lastpost=$lastpost,posts='$posts',timezoneoff set='$timezoneoffset',emailnot ification=$emailnotification,receivepm='$receivepm ',emailonpm='$emailonpm',ipadd ress='".addslashes($aipaddress)."',pmpopup=IF(pmpopup=2 AND $pmpopup=1,pmpopup,'$pmpopup') WHERE userid=$userid");

Save and upload and now you can change their gold from Admin CP. If you want the one for taking off gold the same way as giving them gold from postbit then just ask me to post that and I will.

ExAvIoUr
08-27-2002, 02:05 PM
well it didn't work. i can post and everything with no problems. but not gold.

well he is oringal part of the code b4 i modified it


$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."',storep=storep+'$fool' WHERE userid='$bbuserinfo[userid]'");

g-force2k2
08-27-2002, 02:27 PM
im not really sure why it didn't work... did you configure the values and run queries to create the default values for each forum? regards...

g-force2k2

ExAvIoUr
08-27-2002, 02:51 PM
i might of ran a query to create the default values for each forum.

not sure though.

g-force2k2
08-27-2002, 02:52 PM
UPDATE forum SET goldpp='{put value here}' WHERE forumid != 0

run that query but remember to place the {put value here} with the number you want to set for the default... regards...

g-force2k2

ExAvIoUr
08-27-2002, 03:01 PM
nothing happened. i just un-install it. i might of done something wrong.

ExAvIoUr
08-28-2002, 12:07 AM
how do i take out the added stuff to the table that i did when i ran the queries????

g-force2k2
08-28-2002, 02:30 AM
ALTER TABLE forum DROP countgold
ALTER TABLE forum DROP goldpp

regards...

g-force2k2

ExAvIoUr
08-28-2002, 02:21 PM
thanx.

kmfdm_kid2000
08-29-2002, 11:18 AM
When trying to set Amounts where users earn gold from different forums in the Admin CP, I get the following Database Error:

Database error in vBulletin Control Panel 2.2.6:

Invalid SQL: UPDATE forum
SET
styleid='1', title='The Senate', description='All Staff voting issues to be held here, and displayed publically. High Staff may make threads, to bring up issues demanded by the public. Mods may reply, and the public may view.',
active='1', displayorder='1', parentid='41', parentlist='42,41,-1',
allowposting='1', cancontainthreads='1', daysprune='1000',
newpostemail='', newthreademail='',
moderatenew='0', allowhtml='1', allowbbcode='1',
allowimages='1', allowsmilies='1', allowicons='1',
styleoverride='0', allowratings='1', countposts='1',
moderateattach='0', collapsed='1' countgold='1', goldpp='20'
WHERE forumid='42'
mysql error: You have an error in your SQL syntax near 'countgold='1', goldpp='20'
WHERE forumid='42'' at line 10

mysql error number: 1064

How can I correct this??

EDIT: Never Mind, found it, a Missing Comma Character in the PHP between Collapsed and Yadda Yadda, fixed it...

* kmfdm_kid2000 installs, and names it "Quality Points" instead...

Areku
09-20-2002, 11:23 AM
Can any1 enlight me with the usage of this hack?

Once people earn gold, what do they do with it?

Towards what does it count?

Tu!

jitzs
10-03-2002, 11:59 PM
g-force - I read through this post twice, so I'm sorry if you already answered this, but did you ever put together instructions on how to make a top 10 richest members list?

g-force2k2
10-04-2002, 01:38 AM
jitzs... add this coding to the php file that you want to have the top ten list shown in:

$richest = $DB_site->query("
SELECT username, userid, posts, joindate, gold
FROM user
WHERE userid != 0
ORDER BY gold DESC LIMIT 10");
while($rich = $DB_site->fetch_array($richest)) {
$member = "<a href='member.php?s=$session[sessionhash]&action=getinfo&userid=$rich[userid]'>$rich[username]</a>";
$joindate = vbdate($dateformat,$rich[joindate]);
$richtop10.="<tr><td width='40%'><smallfont>$member</smallfont></td><td width='20%'><smallfont>$joindate</smallfont></td><td width='20%'><smallfont>$rich[gold]</smallfont></td><td width='20%'><smallfont>$rich[posts]</smallfont></td></tr>";
}
eval("\$top10rich = \"".gettemplate('richest_members')."\";");


Create a new template called:

richest_members

and in the template place:

<table cellpadding='4' cellspacing='1' border=0>
$richtop10
</table>

And from there you can customize how ever you want... regards...

g-force2k2

PsyBlast
12-17-2002, 10:53 PM
When I try to install this (either with vbhacker, or running the install_goldhack.php file) it doesnt work, when I try to install it with vbhacker it has (attachment), and I have the newest version of vbhacker installed, also when I select the (By ) option it gives this error

Warning: Variable passed to reset() is not an array or object in /home/psyblast/public_html/forums/admin/vbhacker.php on line 291
Warning: The vBulletin version you are currently using (2.2.9) does not match the vBulletin version required by this hack ().

and when I try to run install_goldhack.php in the browser I just get the whole file in text format. .. . . . .

PsyBlast
12-18-2002, 11:15 AM
bump

PsyBlast
12-19-2002, 07:53 PM
will somebody please help me out?

Silenced Soul
12-20-2002, 09:05 PM
uh, psy, you have to do it through text editing. Take your files, and edit them by hand. That seems like your only problem, if you ask me.

PsyBlast
12-21-2002, 02:23 AM
what exactly do i have to edit? it would of been nice if this came in zip, with INSTRUCTIONS ON WHAT TO DO

PsyBlast
12-21-2002, 02:38 AM
OMG DONT MIND MY STUPIDITY!!!!!!!!!!!!!!!

Silenced Soul
12-24-2002, 03:39 AM
Ive got a question... has anyone written a bank hack for this thing? It'd be really helpful for me... heh.

PsyBlast
12-26-2002, 10:09 AM
ok, another question how do i get the itemshop to use the gold as the money form?

PsyBlast
12-27-2002, 10:07 PM
BUMPAGE

TraceyPRO
02-17-2003, 12:20 AM
I have made a new Add-On for g-force2k2's Gold Hack. This add-on was originally created by Eander for Lasane's Store hack. What it does is it gives you the option in the AdminCP to 'pay' all moderators, supermoderators, and admins gold for a job well done.

All credit is given to Eander as I only converted his code to work with g-force2k2's Gold Hack. The original Add-On for Lasane's store hack can be found at https://vborg.vbsupport.ru/showthread.php?s=&threadid=44597.

Tested on:
vBulletin 2.2.9

Installation:
Simply download the attached zip file and follow the directions in the ReadMe text file.

hashesh
06-10-2003, 04:47 AM
This is a great hack!

One note however, if you delete a thread or post. It does not remove the gold.

Thanks!!

nghiasi
07-14-2003, 05:36 PM
anyone got the idea for the same as add-on on the vBProArcade...
The

#vBProArcade and Store hack addon Beta 2 #
#Made by Dark Jim (darkjim@thegaminguniverse.net)#

can anyone addon with this gold currency?