|
There are a few ways the hack could of been installed.
A) Plugin Hook location: member_complete
B) Direct edit of forums/member.php
1) require('/path/to/hack/file.php'); - This would point to a 3rd party php file.
or
2) the code could be in the member.php file. Search for:
adv_gallery_images change to
ppgal_images
|