aire32 / fbpwn

Automatically exported from code.google.com/p/fbpwn
0 stars 0 forks source link

Whey building clean from source only two modules available #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When building a clean dist from source only to modules are available in the 
program. DictionaryBuilderTask and CloseCircleFriendsTask. The other modules 
are missing.

Original issue reported on code.google.com by felixekman on 6 Mar 2012 at 1:29

GoogleCodeExporter commented 8 years ago
All the modules are available but they were commented out for testing purposes.

Uncomment lines 275-284 in FacebookManager.java and FBPwn should load all the 
modules at startup
https://code.google.com/p/fbpwn/source/browse/src/fbpwn/core/FacebookManager.jav
a#275

Original comment by HusseinElMotayam@gmail.com on 6 Mar 2012 at 1:36

GoogleCodeExporter commented 8 years ago
My bad, see it now thanks!

Original comment by felixekman on 6 Mar 2012 at 1:43

GoogleCodeExporter commented 8 years ago
You also have to remember to import the files.

import fbpwn.plugins.core.AddVictimsFriends;
import fbpwn.plugins.core.CheckFriendRequestTask;
import fbpwn.plugins.core.DumpFriendsTask;
import fbpwn.plugins.core.DumpImagesTask;
import fbpwn.plugins.core.DumpInfoTask;
import fbpwn.plugins.core.DumpThumbnailImagesTask;
import fbpwn.plugins.core.DumpWallTask;
import fbpwn.plugins.core.ProfileClonerTask;

Original comment by felixekman on 6 Mar 2012 at 2:12