[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

Petey B
Registered User
Posts: 28
Joined: Mon Feb 27, 2006 10:57 pm

Post by Petey B »

FOR ANY ONE WHO NEEDS HELP WITH EASY MOD AND THIS GO TO PAGE 499!!!!

succesfully installed :D
Petey B
Registered User
Posts: 28
Joined: Mon Feb 27, 2006 10:57 pm

Post by Petey B »

Is there a way to make it so if a user double posts (like me :P ) or something like that, he will lose money?
Icthius
Registered User
Posts: 1
Joined: Tue Feb 28, 2006 2:34 am

Post by Icthius »

So do I need to read the whole 500+ page thread, or is the newest version in the first post?
Shanana
Registered User
Posts: 368
Joined: Sat Aug 28, 2004 4:03 am
Location: USA [from London, England]

Post by Shanana »

Does this work with 2.0.19?
groundfighter
Registered User
Posts: 1909
Joined: Sat Nov 08, 2003 2:15 am
Location: Las Vegas, NV
Contact:

Post by groundfighter »

Shanana wrote: Does this work with 2.0.19?


Yes very nicely indeed. :wink:
thepizzapocket
Registered User
Posts: 7
Joined: Sun Mar 05, 2006 6:59 pm
Location: University of Rhode Island
Contact:

Post by thepizzapocket »

Critical Error

FIND FAILED: In file [posting.php] could not find:

$sql = "SELECT f.*, t.topic_status, t.topic_title, t.topic_type

MOD script line #242 :: FAQ :: Report
groundfighter
Registered User
Posts: 1909
Joined: Sat Nov 08, 2003 2:15 am
Location: Las Vegas, NV
Contact:

Post by groundfighter »

You will have to find the closest match manually.
thepizzapocket
Registered User
Posts: 7
Joined: Sun Mar 05, 2006 6:59 pm
Location: University of Rhode Island
Contact:

Post by thepizzapocket »

groundfighter wrote: You will have to find the closest match manually.


Sorry this is still not working for me this is what i have.

posting.php

$sql = "SELECT f.*, t.topic_status, t.topic_title
FROM " . FORUMS_TABLE . " f, " . TOPICS_TABLE . " t
WHERE t.topic_id = $topic_id
AND f.forum_id = t.forum_id";
break;

directions

#
#-----[ IN-LINE FIND ]------------------------------------------
#
t.topic_type

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
, t.topic_poster

#


could you tell me what im supposed to do next?
groundfighter
Registered User
Posts: 1909
Joined: Sat Nov 08, 2003 2:15 am
Location: Las Vegas, NV
Contact:

Post by groundfighter »

Post the file you are having trouble with here.
thepizzapocket
Registered User
Posts: 7
Joined: Sun Mar 05, 2006 6:59 pm
Location: University of Rhode Island
Contact:

Post by thepizzapocket »

groundfighter wrote: Post the file you are having trouble with here.


Thanks
groundfighter
Registered User
Posts: 1909
Joined: Sat Nov 08, 2003 2:15 am
Location: Las Vegas, NV
Contact:

Post by groundfighter »

Code: Select all

sql = "SELECT f.*, t.topic_status, t.topic_title , t.topic_type, t.topic_poster
                        FROM " . FORUMS_TABLE . " f, " . TOPICS_TABLE . " t
                        WHERE t.topic_id = $topic_id
                                AND f.forum_id = t.forum_id";
                break;
Find the above and then modify the code.
Smeep
Registered User
Posts: 86
Joined: Fri Aug 27, 2004 2:47 pm

Post by Smeep »

After moving my forum, then reinstalling my style (PaintZone which needs a lot of work :S) then reinstalling the Cash Mod, I now have 3 readings for cash on the users details. Check out the image to see what I mean

http://img.photobucket.com/albums/v463/Smeep/cash.gif


Can someone tell me where to edit to get rid of all but one of these? And anywhere else it might pop up that i need to get rid of things too?
Last edited by Smeep on Sun Mar 05, 2006 8:10 pm, edited 1 time in total.
http://www.paint-zone.co.uk/ball

Paintballing webcomic ^^
thepizzapocket
Registered User
Posts: 7
Joined: Sun Mar 05, 2006 6:59 pm
Location: University of Rhode Island
Contact:

Post by thepizzapocket »

sorry to be a retard but what do i modify it too?

#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT f.*, t.topic_status, t.topic_title, t.topic_type

#
#-----[ IN-LINE FIND ]------------------------------------------
#
t.topic_type

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
, t.topic_poster
groundfighter
Registered User
Posts: 1909
Joined: Sat Nov 08, 2003 2:15 am
Location: Las Vegas, NV
Contact:

Post by groundfighter »

once you found that part of the code in the snippet I pulled for you, you then do this inside that snippet of code

Code: Select all


#-----[ IN-LINE FIND ]------------------------------------------
#
t.topic_type 


Code: Select all

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
, t.topic_poster
thepizzapocket
Registered User
Posts: 7
Joined: Sun Mar 05, 2006 6:59 pm
Location: University of Rhode Island
Contact:

Post by thepizzapocket »

I see what it says but to me it seems like it has already been done know?

sql = "SELECT f.*, t.topic_status, t.topic_title , t.topic_type, t.topic_poster
**** , t.topic_poste **** <<<<-------Is this what i add?
FROM " . FORUMS_TABLE . " f, " . TOPICS_TABLE . " t
WHERE t.topic_id = $topic_id
AND f.forum_id = t.forum_id";
break;
Post Reply

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