Best Blackhat Forum

Full Version: {get} Facebook Business Scraper and Page Analytics v.2.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: idsx1_R7.png]

Quote:
A powerful facebook scraper to get facebook data such as page data by keyword, page data by location, group data, event data and user data. You will get major data including email (you will only get email in page search by keyword and group search).

Quote:
[url=https://Blocked by TECH N9NE as "spam site"/bB]DEMO AND MORE INFO[/url]
Quote:
[url=https://Blocked by TECH N9NE as "spam site"/l0]DOWNLOAD[/url]

________________________________________________________________________________​_______________________

[Image: 1.gif]
thanks a lot for share reps added
thanks a lot for share reps added
Need to add license key or something like that. Anyone can help out?

Thank you.
(01-22-2018 10:41 PM)G0nzalez Wrote: [ -> ]Need to add license key or something like that. Anyone can help out?

Thank you.


Same here, solved with this:
Open application/controllers/home.php and find this:

PHP Code:
public function important_feature(){

         if(
file_exists(APPPATH.'config/licence.txt') and& file_exists(APPPATH.'core/licence.txt')){
            
$config_existing_content file_get_contents(APPPATH.'config/licence.txt');
            
$config_decoded_content json_decode($config_existing_contenttrue);

            
$core_existing_content file_get_contents(APPPATH.'core/licence.txt');
            
$core_decoded_content json_decode($core_existing_contenttrue);

            if(
$config_decoded_content['is_active'] != md5($config_decoded_content['purchase_code']) || $core_decoded_content['is_active'] != md5(md5($core_decoded_content['purchase_code']))){
              
redirect("home/credential_check"'Location');
            }
            
        } else {
            
redirect("home/credential_check"'Location');
        }

    } 

and replace it with:

PHP Code:
public function important_feature(){
        return 
true;
    } 

Now, it would not redirect you to /home/credential_check page.
Is this allowed by Facebook or will get banned due to massive scaraping?
Reference URL's