[BETA] Tarb Abuse Tool

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
karlg
Registered User
Posts: 10
Joined: Tue Oct 29, 2002 3:02 pm

development update

Post by karlg »

also just an update, i've almost got post/topic tarb toggling working... (i've got my images created now, so i'm all good on that) After i verify it works, i'll write the patch file changes and post it. I think i'm going to add (configurable) moderator tarb access to the tarb feature at the same time. Most of the work is completed in the toggling, so i might as well complete it.
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

I have a report_post hack installed, that goes in between the two pieces of code.

Could that prevent it from working quite right?
karlg
Registered User
Posts: 10
Joined: Tue Oct 29, 2002 3:02 pm

Post by karlg »

Antony wrote: I have a report_post hack installed, that goes in between the two pieces of code.

Could that prevent it from working quite right?


It's very possible it maybe be conflicting with another hack. I'm not familiar with the report_post hack... could you direct me to the mod announcement post/mod db url? i can take a quick look to see if there may be conflicting code.
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

http://phpbbhacks.com/viewhack.php?id=568

Sure there you go.

If you want I can email any files that you need to check like my posting.php
karlg
Registered User
Posts: 10
Joined: Tue Oct 29, 2002 3:02 pm

Post by karlg »

Antony wrote: http://phpbbhacks.com/viewhack.php?id=568

Sure there you go.

If you want I can email any files that you need to check like my posting.php


Took a glance... I don't see anything directly conflicting..... I would suggest going thru each section of the Tarb patch and make sure you have all the changes in the right places... I know i had a similar issue on my testing board when i miss placed an edit.
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

http://rapiddr3am.slackslash.net/posting.php.txt

This is my posting file.

Can you please look?
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

*bump*
DuffBeer
Registered User
Posts: 117
Joined: Sat Jan 04, 2003 1:06 am
Location: Fridge located in the UK
Contact:

Post by DuffBeer »

you appear to have:

Code: Select all

	}

	if ( $error_msg == '' && $userdata['user_tarb'] != "1"  )
	{
... should'nt there be a space so its like this?

Code: Select all

	}

	if ( $error_msg == '' && $userdata['user_tarb'] != "1"  )

	{
_jiji_
Registered User
Posts: 38
Joined: Sat Mar 22, 2003 4:31 am
Location: Earth...its where I keep all my stuff!!
Contact:

Post by _jiji_ »

this is going to be an awesome mod!!!!
go karl!!!
*drools over the idea of spammers talking to themselves*
:lol: 8)
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

Any ideas?
bnbn
Registered User
Posts: 2
Joined: Tue Nov 19, 2002 7:53 pm

Post by bnbn »

waiting the mod out...


Thanks!
_jiji_
Registered User
Posts: 38
Joined: Sat Mar 22, 2003 4:31 am
Location: Earth...its where I keep all my stuff!!
Contact:

Post by _jiji_ »

is this still being worked on?
I see that the author hasnt replied in a while...and I was wonderng if there is going to be more of this mod?
this would be so perfect in dealing with annoying spammers who refuse to go away...by letting them talk to themselves...lol
please???
with a plate of choclate waffles??
:D
DuffBeer
Registered User
Posts: 117
Joined: Sat Jan 04, 2003 1:06 am
Location: Fridge located in the UK
Contact:

Post by DuffBeer »

perhaps a cookie? :)
Godlike242
Registered User
Posts: 279
Joined: Mon Dec 16, 2002 9:29 pm
Contact:

Post by Godlike242 »

*bump* to keep this one in mind..
Antony
Registered User
Posts: 529
Joined: Wed Feb 12, 2003 9:06 am

Post by Antony »

Any news on my problem?
I've Been Banned!
Post Reply

Return to “[2.0.x] MODs in Development”