27.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-03-2015, 08:55 PM (This post was last modified: 05-05-2015 03:32 PM by gbear.)
Post: #1
[GET] Software Store Creator
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
The Best Forum I Ever Join - bestblackhatforum
If you love my shares, please encourage to share more! Thank you!
05-03-2015, 10:33 PM
Post: #2
RE: [GET] Software Store Creator
A huge Thx and max reps, not sure about callbacks etc but awesome share anyway...
05-03-2015, 10:37 PM
Post: #3
RE: [GET] Software Store Creator
nice thx 5rep+++++
05-03-2015, 11:17 PM
Post: #4
RE: [GET] Software Store Creator
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..
05-03-2015, 11:17 PM
Post: #5
RE: [GET] Software Store Creator
Enter Licence Key:

???
50.gif
05-03-2015, 11:45 PM
Post: #6
RE: [GET] Software Store Creator
Nice share thanks but needs a key, repped you too
05-03-2015, 11:52 PM
Post: #7
RE: [GET] Software Store Creator
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-04-2015, 12:03 AM
Post: #8
RE: [GET] Software Store Creator
(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 ?
05-04-2015, 12:08 AM
Post: #9
RE: [GET] Software Store Creator
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-04-2015, 12:13 AM
Post: #10
RE: [GET] Software Store Creator
(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
88.gif




80.gif
Free counters!