that was loing so i didnt read it all.... but if u have the shinra points hack.,. on my forum u get a certain amount of posts for posting new threads in certain forums... if u want it too cost them points just put a "-" infront of it
too do that... find this code in ur newthread.php
PHP Code:
// ############################### start new thread ###############################
Above it place this code:
PHP Code:
// ############################## start add DAP #################################
if ($HTTP_POST_VARS['action']!='newthread' and $HTTP_POST_VARS['action']!='postthread') {
// start dap
$dapfield = 'field9';
switch ($forumid) {
case 51:
$dapadd = 0.5;
break;
case 46:
$dapadd = -0.1;
break;
case 50:
$dapadd = -1;
break;
case 19:
case 21:
$dapadd = 4;
break;
case 2:
case 16:
case 13:
case 18:
case 30:
case 14:
case 40:
case 41:
case 49:
$dapadd = 2;
break;
case 8:
case 20:
$dapadd = 1;
break;
case 48:
case 36:
case 33:
case 34:
case 43:
case 42:
case 5:
case 6:
case 44:
case 39:
case 17:
case 31:
case 53:
case 57:
case 58:
case 64:
case 54:
case 55:
case 65:
$dapadd = 0;
break;
}
$DB_site->query("UPDATE userfield SET $dapfield=$dapfield+$dapadd WHERE userid=$bbuserinfo[userid]");
}
Change wateva u like,.. very customizable... altho note one thing.. all of ur forums must be listed there,,,,, well u can list just a forum category,,,, well peace