Quote:
01-25-03 at 11:56 AM BfB said this in Post #171
I just opened a fresh "unaltered" showthread.php from v2.2.9 and found what you're looking for on Line 440.
Are you sure you're searching for:
$postbits .= getpostbit($post);
(it's normally best to copy/paste to minimize typing error on your part)
If you just do a search on just $postbits you'll fine it in 3 places. Look for which one has the "." in it, which will be the 3rd $postbits from the top of the .php file.
Use the text file I put together to help you do this hack with ease, found within this post (just several up):
https://vborg.vbsupport.ru/showthrea...883#post338883
I hope this helps!
Sincerely,
James
|
thx for your help, but in my Showthread i have a lot of Hacks :dead:
in moment i find this
PHP Code:
$countposts = $countposts+1;
$postbits = getpostbit($post,$vpa_champs_a);
thxx subu1