php forum
php mysql forum
php mysql smarty
 
Topic Options
#58052 - 09/23/05 01:22 PM Currency
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
I run a Harry Potter RPG and for awhile I have been interested in trying to find a currency hack where players can trade money between themselves.

Money accumilated by post counts
A total of how much money they have in their profile
Cents, Dollars like 9 sickles, 1 knut, 1 galleon
and the ability to give their money to another player without reducing their post count, just the money account.
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#58053 - 09/23/05 02:22 PM Re: Currency
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
You ould add to the point system mod for this...
http://www.ubbdev.com/ubbcgi/ultimatebb.cgi/topic/33/154.html?#000000
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#58054 - 09/23/05 04:26 PM Re: Currency
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Don't do that until you've got the entire thing thought.

Ideally, it'd be a profile field (one of the customs to reduce code), and something like ubb_points.cgi

(Pseudocode)
Code:
my @user = &OpenProfile( $usernumber );
if( $user[index] >= $in{donation} ) {
    $user[index] -= $in{donation};
    my @rec = &OpenProfile( $in{rec} );
    @rec[index] += $in{donation};
}

&StandardHTML( "$in{donation} points donated to $rec[name]" );

I'm swamped with school work, Gizzy, could you work on that, ya know, while taking care of that ugly baby of yours wink

Top
#58055 - 09/23/05 04:37 PM Re: Currency
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I've been up for 4 days, i'll see if i can find brett...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#58056 - 09/23/05 08:10 PM Re: Currency
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
Haha, I'm not a coding kind of person, but I can follow instructions if given them.. add this.. change this.. put this.. cache that..

But writing code.. nada, confuses me

I used to be on a harry potter board that had a pull down menu.. transfere this amount to this person, then it would be added to that persons monetary count
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#58057 - 10/25/05 11:42 PM Re: Currency
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
Any progress on this? Idealy I wanted a point system like phpbb where every time you post in a forum you are awarded points according to how many characters are in your post. They even have a 'cash' magaer plugin for their control panel.
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top



Moderator:  Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks