Best Blackhat Forum

Full Version: [GET] Software Store Creator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hi BB[/quote][/code]HF buddy,

[UPDATE 5/5/2015] Please scroll down for latest update on Tutorial Videos + Bonuses

I can't find anyone post this yet, I just bought this software and would like to share here.... Please don't ripped and shared outside BBHF forum.

Software Store Creator
Quote:http://softwarestorecreator.com

- Complete Turnkey Business That YOU Own
- Ready in Minutes Then Set and Forget Easy
- Generates Sales AND Builds Your List
- Build an Army of Affiliates to Make Sales For You
- Professional Online Store Optimized for Max Sales
- Your Customers Get Awesome Software
- Your Store is 100% Customizable with Tons of Options
- Add Unlimited Software (or any type) Products

[Image: 5es6lk.png]

If there any PHP expert, can you please check whether this script has "call back" to developer site or not.

UPDATE : Please check POST 9 and 10 for null info. Thanks to both BBHF members, please rep them as well if useful.


Code:
https://mega.co.nz/#!w1QnlDBb!bn26Z0apGomyMe5F5wUYSEuSkPpIL6rYw3RcQu9sqWw

New UPDATE 5/5/2015
Tutorial Video (as requested), there are too many video, I will ripped the video and upload part-by-part.
Code:
https://mega.co.nz/#!EwBRRbqD!9d9A0ihc2Qvv8KKusBJTb2lzJjT8d_t-p7c57OsIFRU

Bonuses (UPDATE 5/5/2015)
Code:
Special Bonus - webinar :
http://100kebizformula.com/webinar/webinar-register.php?trackingID1=sscmembers&trackingID2=sidebar&landingpage=default&expiration=default
Code:
Local Business Whiteboard 500MB++ (sorry I not checked the contents yet, I just downloaded from member panel and share here)
https://s3.amazonaws.com/bizomart.com/Downloads/bonuses/Whiteboard+Video+Series.zip

Please rep if useful to encourage me to share more.

gbear
A huge Thx and max reps, not sure about callbacks etc but awesome share anyway...
nice thx 5rep+++++
Ok... I checked this out and installs ok.. but when you go into the admin it asks for a license key... so this needs to be nulled..
Enter Licence Key:

???
Nice share thanks but needs a key, repped you too
in file admin/home.php have

public function update_licence(){
//HTTP_CATALOG
$query = $this->db->query("UPDATE `licence` SET `licence` = '".$this->request->get['licence_key']."' WHERE `id` = '1'");
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));
}

public function check_licence(){
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));
(05-03-2015 11:52 PM)sallekiki Wrote: [ -> ]in file admin/home.php have

public function update_licence(){
//HTTP_CATALOG
$query = $this->db->query("UPDATE `licence` SET `licence` = '".$this->request->get['licence_key']."' WHERE `id` = '1'");
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));
}

public function check_licence(){
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));

Can you null it do you think dude ?
YES !!! if want give me REP :)


in this file /admin/controller/common/home.php

delete this :

public function update_licence(){
//HTTP_CATALOG
$query = $this->db->query("UPDATE `licence` SET `licence` = '".$this->request->get['licence_key']."' WHERE `id` = '1'");
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));
}

public function check_licence(){
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));


!!!!!AND PUT THIS !!!!!!

public function update_licence(){
//HTTP_CATALOG
$query = $this->db->query("UPDATE `licence` SET `licence` = '".$this->request->get['licence_key']."' WHERE `id` = '1'");
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce= $_SERVER['HTTP_HOST'];
$this->response->setOutput(file_get_contents($json_licnce));
}

public function check_licence(){
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce= $_SERVER['HTTP_HOST'];
$this->response->setOutput(file_get_contents($json_licnce));


NOW CAN CROSS TO ADMIN AREA SEE AND CHANGE ALL :) NOW HAVE TESTING THIS


HAVE A NICE DAY AND GIVE ME

+ REP
(05-03-2015 11:52 PM)sallekiki Wrote: [ -> ]in file admin/home.php have

public function update_licence(){
//HTTP_CATALOG
$query = $this->db->query("UPDATE `licence` SET `licence` = '".$this->request->get['licence_key']."' WHERE `id` = '1'");
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));
}

public function check_licence(){
$query = $this->db->query("SELECT licence FROM `licence`");
$get_licence_key = $query->row['licence'];
$json_licnce='http://softwarestorecreator.com/?edd_action=activate_license&item_name=Software+Store+Creator&license='.$get_licence_key.'&url='.$_SERVER['HTTP_HOST'].'';
$this->response->setOutput(file_get_contents($json_licnce));

For nulled application there even simpler - follow the guide ...Cool

1 - Go to your cpanel

2 - Click on phpMyAdmin

3- In the database corresponding to the application DELETE the entry "license"

4- That's it

PS: If you want to reinstall the application on another domain, export the entire database without the license.

Cool
Pages: 1 2 3 4
Reference URL's