accually that is in newreply.php not member.php
newthread.php is about the same thing
PHP Code:
// Store hack by Lesane
$storeadmin = $DB_site->query_first("SELECT * FROM storeadmin");
$fool=$storeadmin[newreply];
$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."',away=0,awaydate='',awayreason='',returndate='',storep=storep+'$fool' WHERE userid='$bbuserinfo[userid]'");
}
new thread.php-
PHP Code:
// Store hack by Lesane
$storeadmin = $DB_site->query_first("SELECT * FROM storeadmin");
$fool=$storeadmin[newthread];
$DB_site->query("UPDATE user SET
".iif ($foruminfo[countposts],"posts=posts+1,","")."
$dotitle"."lastpost='".time()."',away=0,awaydate='',awayreason='',returndate='',storep=storep+'$fool' WHERE userid='$bbuserinfo[userid]'");
}
once you get yours working take a look at my litle problem and see if you got any idea of how to fix it
thans
https://vborg.vbsupport.ru/showthrea...425#post257425