43.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")

10-11-2015, 03:22 PM
Post: #31
RE: [GET] Software Store Creator
thanks for the nice share, but where is the software?
10-13-2015, 09:54 PM
Post: #32
RE: [GET] Software Store Creator
(10-11-2015 03:22 PM)bockwurst Wrote:  thanks for the nice share, but where is the software?

the software is pre installed and then you add your own ive done mine for online software developer accounts http://discountmerchant.co.uk however i put in maintinence mode and dont know how to take it out doing my nut in lol
10-17-2015, 07:20 PM (This post was last modified: 10-17-2015 07:27 PM by socialpal.)
Post: #33
RE: [GET] Software Store Creator
(05-04-2015 12:08 AM)sallekiki Wrote:  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

Thanks mate, this thing work! I have one question. There is pre-loaded Encryption Key in Setting. Whose key are they and it safe to use with that key?
06-13-2019, 09:51 AM
Post: #34
RE: [GET] Software Store Creator
Great Share Thank you
06-13-2019, 04:50 PM
Post: #35
RE: [GET] Software Store Creator
need key, btw nice share, thank
102.gif




23.gif
Free counters!