yellow card, and points mod

In fact this as a Image Image Image Image Red/yellow/Green and blue mod, also known as the ban user / repport post to moderator system

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Postby michaa113 on Sat 29. Nov, 2003 23:59

tanx, it works!
I have tried it by myself, but it didn't work.
Tnx for this!
michaa113
Poster
Poster
 
Posts: 11
Joined: Thu 08. May, 2003 18:50
Location: Holland!

Postby west on Wed 10. Dec, 2003 23:58

joncurtis199 wrote:does this work with the cash mod?


The cash mod can be configured to work with this you just have to make sure the script is modified to the name of the currency you are using. It will look something like user_currency, because there are an infinite number of currencies which you can use you will have to decide which currency you wish to dock people for. It will look something like this

Code: Select all
$sql = 'UPDATE ' . USERS_TABLE . ' SET user_warnings=user_warnings+1, user_currency=user_currency-10 WHERE user_id="'.$poster_id.'"';


The only drawback to this is if you were to change the name of your currency, it will be hardcoded into the system. you could also dock people multiple currencies like so:
Code: Select all
$sql = 'UPDATE ' . USERS_TABLE . ' SET user_warnings=user_warnings+1, user_currencyone=user_currencyone-10, user_currencytwo=user_currencytwo-10 WHERE user_id="'.$poster_id.'"';
I came, I Saw, I Conquered.

...And Theres <a href="http://www.nogoingbackmusic.com/">No Going Back</a>
west
Poster
Poster
 
Posts: 7
Joined: Mon 05. May, 2003 10:25
Location: California

Postby helluvaguy2003 on Thu 04. Mar, 2004 20:10

Could this method also be used to set a users points/cash back to 0 if he/she gets banned?
helluvaguy2003
Poster
Poster
 
Posts: 9
Joined: Mon 08. Dec, 2003 17:01

Postby nightange on Sat 20. Mar, 2004 02:50

great beautifull job
nightange
Poster
Poster
 
Posts: 1
Joined: Sat 20. Mar, 2004 02:39

Postby Markk on Thu 15. Jul, 2004 20:12

Very good mod ! great
Markk
Poster
Poster
 
Posts: 3
Joined: Mon 12. Jul, 2004 16:21

Postby Chat on Wed 21. Jul, 2004 16:49

If we used user_posts, then it would take away that amount of posts, right?
Chat
Poster
Poster
 
Posts: 5
Joined: Tue 20. Jul, 2004 19:39

Postby Einste1n on Mon 20. Sep, 2004 15:16

i have a idea
no points in cash mod for post an so on when a user have a yellow card :)
Einste1n
Poster
Poster
 
Posts: 2
Joined: Mon 20. Sep, 2004 15:12

Previous

Return to Yellow card [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron