[2.0.18] Cash Mod

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
1036
66%
Very Good
239
15%
Good
121
8%
Fair
36
2%
Poor
126
8%
 
Total votes: 1558

Q-Zar
Registered User
Posts: 779
Joined: Sun Nov 17, 2002 8:30 pm
Location: Brussels
Contact:

Post by Q-Zar »

Xore wrote: When you first edited functions_post.php, did it give you a parse error? about a bracket on some line x... and then you deleted that bracket?

: P


Uhmmm don't know what you're talking about ^^;
I tried to find the one I deleted but I couldn't remember :oops:
Damn, if you're this good at figuring out other people's mistakes I'd better watch my back :P
Traductions : Cash Mod v2.2.2 (Getting Started) / Dice Mod v1.2.3 / Activity Mod Plus 1.0.8
Remember this. Please read the F.A.Q/Troubleshooting of a mod before asking questions.
Image
Xore
Former Team Member
Posts: 2594
Joined: Wed Apr 16, 2003 7:42 pm
Location: the wastelands between insomnia and clairvoyance
Contact:

Post by Xore »

Edit: the one that you were *supposed* to delete, was one of the two i mentioned. you need to delete one of those

the one you *did* delete, was after the return false;... you need to put that one back in
Camels in the Mist
<noise type="random" source="camel" />
Cash Mod
User avatar
hshah
Registered User
Posts: 357
Joined: Sun May 25, 2003 7:23 am
Location: Utopia

Post by hshah »

I am getting the following error on the left hand side panel of the Admin Panel:

Code: Select all

Error retrieving cash data

DEBUG MODE

SQL Error : 1146 Table 'studentf_studentforums.cash' doesn't exist

SELECT * FROM cash ORDER BY cash_order ASC

Line : 657
File : /home/studentf/public_html/includes/functions_cash.php
I read the FAQ and it said to make sure that the tables were present - which they were. But to make sure, I removed them and installed them again, but this did not help.

The part that looked odd to me was this:

Table 'studentf_studentforums.cash'

This seemed odd as where is the prefix phpbb_cash?

Any help appreciated!

Also, is there a working shop and bank mod for this mod?
Join the OcUK Cyber Nations Alliance
http://hirenshah.co.uk/ocuk
User avatar
hshah
Registered User
Posts: 357
Joined: Sun May 25, 2003 7:23 am
Location: Utopia

Post by hshah »

thanks to xore for helping me with the above problem.

now i have seen a shop mod on the vb forums where the user gets points using the cash mod and then he can use those to buy stuff like avatars and glowing names etc?

where is that?
Join the OcUK Cyber Nations Alliance
http://hirenshah.co.uk/ocuk
Xore
Former Team Member
Posts: 2594
Joined: Wed Apr 16, 2003 7:42 pm
Location: the wastelands between insomnia and clairvoyance
Contact:

Post by Xore »

stduentforums wrote: thanks to xore for helping me with the above problem.

now i have seen a shop mod on the vb forums where the user gets points using the cash mod and then he can use those to buy stuff like avatars and glowing names etc?

where is that?


someone ported Cash Mod to vB O_O you sure it wasn't some other mod?
Shop Mod can be found through the Add-ons section of cash mod support
Camels in the Mist
<noise type="random" source="camel" />
Cash Mod
kwiateek
Registered User
Posts: 18
Joined: Tue Feb 04, 2003 7:18 pm
Location: 3rd ball of mud behind a big ball of burning gas
Contact:

Post by kwiateek »

Why when I am using moderator panel (modcp.php) to delete topics the account of the topic owner stay at the same state (points don't decrease).
Probebly this is a BUG, isn't it?

Cheers.
Q-Zar
Registered User
Posts: 779
Joined: Sun Nov 17, 2002 8:30 pm
Location: Brussels
Contact:

Post by Q-Zar »

Xore : I understood what you meant (can't do it now, I'm at work), I meant to say I tried to fix the bug I created myself, but I forgot the one I deleted. But you found it :P
Traductions : Cash Mod v2.2.2 (Getting Started) / Dice Mod v1.2.3 / Activity Mod Plus 1.0.8
Remember this. Please read the F.A.Q/Troubleshooting of a mod before asking questions.
Image
Q-Zar
Registered User
Posts: 779
Joined: Sun Nov 17, 2002 8:30 pm
Location: Brussels
Contact:

Post by Q-Zar »

Xore : thanks, it was the one before

Code: Select all

 $cash_message .= "<br /> " . $levelupmessage; 
Everything is ok now :)
Traductions : Cash Mod v2.2.2 (Getting Started) / Dice Mod v1.2.3 / Activity Mod Plus 1.0.8
Remember this. Please read the F.A.Q/Troubleshooting of a mod before asking questions.
Image
ric700
Registered User
Posts: 9
Joined: Wed Oct 22, 2003 4:09 am

Professional Installation?

Post by ric700 »

Looks like a great mod and I would like to use it, but one problem: installation of this mod (operating the mysql installer, editing files, etc.) is a little above my current level of computer literacy...

Question:

Would you consider professionally installing this mod for me for a fee?

Thanks,

Ric
Last edited by ric700 on Wed Nov 26, 2003 7:19 am, edited 1 time in total.
Xore
Former Team Member
Posts: 2594
Joined: Wed Apr 16, 2003 7:42 pm
Location: the wastelands between insomnia and clairvoyance
Contact:

Post by Xore »

kwiateek wrote: Why when I am using moderator panel (modcp.php) to delete topics the account of the topic owner stay at the same state (points don't decrease).
Probebly this is a BUG, isn't it?

Cheers.


no, this is not a bug. Cash Amounts are only deducted when posts are removed individually. When removed by topic, cash amounts remain the same. I have found this to be a good way to allow people to snipe spammers / forum abusers, while at the same time allowing users to keep their cash when they need to prune their topics due to database size restrictions, or for whatever other reasons.
Camels in the Mist
<noise type="random" source="camel" />
Cash Mod
Xore
Former Team Member
Posts: 2594
Joined: Wed Apr 16, 2003 7:42 pm
Location: the wastelands between insomnia and clairvoyance
Contact:

Re: Professional Installation?

Post by Xore »

ric700 wrote: Looks like a great mod and I would like to use it, but one problem: installation of this mod (operating the mysql installer, editing files, etc.) is a little above my current level of computer literacy...

Question:

Would you consider professionally installing this mod for me for a fee?

Thanks,

Ric


Yes. Feel free to PM me the details.
Camels in the Mist
<noise type="random" source="camel" />
Cash Mod
andyshen
Registered User
Posts: 98
Joined: Tue Nov 11, 2003 9:07 pm

Cash mod Events

Post by andyshen »

What does Cash Mod Events do?

I still dont understand
Xore
Former Team Member
Posts: 2594
Joined: Wed Apr 16, 2003 7:42 pm
Location: the wastelands between insomnia and clairvoyance
Contact:

Re: Cash mod Events

Post by Xore »

andyshen wrote: What does Cash Mod Events do?

I still dont understand


currently nothing.

It's kind of like a plug-in slot.

It doesn't do anything by itself, but other mods will be able to use it.

For instance, if the referral system mod, or the attachment mod, had a small bit of code in the right place, you could specifiy a cash event for referrals or for uploads, such that a user gets cash for uploading, or for referrals.

This is pretty much open to any mod, or regular board function, that you want users to be rewarded for doing, in excess of regular posting actions.
Camels in the Mist
<noise type="random" source="camel" />
Cash Mod
Psi-factor
Registered User
Posts: 6
Joined: Sat Nov 22, 2003 2:51 pm

Post by Psi-factor »

Where i can download CashMod 2.2.0??? I realy need it for Moogie Mod.
wGEric
Former Team Member
Posts: 8805
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday
Name: Eric Faerber
Contact:

Post by wGEric »

The first post in this thread . . .
Eric
Post Reply

Return to “[2.0.x] MOD Database Releases”