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

03-31-2015, 01:19 AM
Post: #81
RE:
cheers. to null 4.1 yoy can

null quick open : app/install/installcontroller.php and delete lines:

67: if ($code = \Input::get('code')) {
ini_set('user_agent', 'Mozilla/5.0');

73: return $this->instalRender(\View::make('install.index', ['error' => $error]), '');
}

83 - 120: public function check()
{
$domain = \Input::get('domain');
$buyerCode = \Input::get('code');
$apiKey = "2ndevom38wcgtiag8r52hrn09rhvb18o";
ini_set('user_agent', 'Mozilla/5.0');

try{
$requestUrl = 'http://marketplace.envato.com/api/edge/procrea8/'.$apiKey.'/verify-purchase:'.$buyerCode.'.json';

$jsonContent = file_get_contents($requestUrl);


if (empty($jsonContent)) return '0';

$jsonData = json_decode($jsonContent, true);


if (isset($jsonData['error'])) return '0';

if (empty($jsonData['verify-purchase'])) return '0';


if ($row = $this->installRepository->check($buyerCode)) {
if ($row->domain != $domain) {
return '0';
} else {
return '1';
}
}

$this->installRepository->addDomain($domain, $buyerCode);

return '1';
} catch(\Exception $e) {
return '0';
}

}


then run the step up.. it will bypass the purchase verify
03-31-2015, 01:37 AM
Post: #82
RE:
(03-18-2015 08:41 PM)sebinthomas Wrote:  Is there is anyone share VerifyBadge - Addon For crea8SOCIAL?? Thank you very much
maurya for sharing this awesome script. Rep+ added.
+1
03-31-2015, 03:45 AM (This post was last modified: 03-31-2015 03:52 AM by maurya.)
Post: #83
RE:
Hello,

I don't know in this way it possible to null or not, but i have null in different way, and you can download from above or this link : http://bestblackhatforum.com/Thread-GET-...1-Mar-2015

Any ways thanks for sharing your nulling method.
(03-31-2015 01:19 AM)voky Wrote:  cheers. to null 4.1 yoy can

null quick open : app/install/installcontroller.php and delete lines:

67: if ($code = \Input::get('code')) {
ini_set('user_agent', 'Mozilla/5.0');

73: return $this->instalRender(\View::make('install.index', ['error' => $error]), '');
}

83 - 120: public function check()
{
$domain = \Input::get('domain');
$buyerCode = \Input::get('code');
$apiKey = "2ndevom38wcgtiag8r52hrn09rhvb18o";
ini_set('user_agent', 'Mozilla/5.0');

try{
$requestUrl = 'http://marketplace.envato.com/api/edge/procrea8/'.$apiKey.'/verify-purchase:'.$buyerCode.'.json';

$jsonContent = file_get_contents($requestUrl);


if (empty($jsonContent)) return '0';

$jsonData = json_decode($jsonContent, true);


if (isset($jsonData['error'])) return '0';

if (empty($jsonData['verify-purchase'])) return '0';


if ($row = $this->installRepository->check($buyerCode)) {
if ($row->domain != $domain) {
return '0';
} else {
return '1';
}
}

$this->installRepository->addDomain($domain, $buyerCode);

return '1';
} catch(\Exception $e) {
return '0';
}

}


then run the step up.. it will bypass the purchase verify
03-31-2015, 03:49 AM
Post: #84
RE:
Nice Share Rep added ++
03-31-2015, 03:50 AM
Post: #85
RE:
Wowww ..........
72.gif
03-31-2015, 03:51 AM
Post: #86
RE:
UPDATED 31-MAR-2015 :

Crea8Social 4.1 Nulled Version

Don't Forget to add a rep +++

Download from above or this link :
http://bestblackhatforum.com/Thread-GET-...1-Mar-2015
03-31-2015, 06:08 AM
Post: #87
RE:
HI
I use PHP 5.4 FPM. I install the 4.0 but when i was installing 4.1 nulled share here, after uploading, i get this when open domain url:

[Image: 110j2vo.jpg]

CAN SOMEONE HELP ME AND HOW TO FIX IT ?
03-31-2015, 06:23 AM
Post: #88
RE:
Getting the same error as above. Not nulled correctly.
Sploogers.com - Pinned XXX Porn Images, Categories and Users
03-31-2015, 10:11 AM
Post: #89
RE:
Update the Addons please, Chatbox Ads Addon all are updated if you have it please share
03-31-2015, 05:14 PM (This post was last modified: 03-31-2015 05:27 PM by Cimmerian.)
Post: #90
RE:
(03-31-2015 03:51 AM)maurya Wrote:  UPDATED 31-MAR-2015 :

Crea8Social 4.1 Nulled Version

Don't Forget to add a rep +++

Download from above or this link :
http://bestblackhatforum.com/Thread-GET-...1-Mar-2015
looks like your file's incomplete.

there should be additional line of code in the file app/filters.php on your line 103:
PHP Code:
Auth::user()->updateOnline(); 

sorry, in the above message, this additional line of code should be placed on your line 106 (not 103).

all in all, this archive of crea8social shared here is very strange: files and folders are missing from the package, like theme file for communities, or the whole fontsawesome folder.
plus, there is no "upgrade-info" usually included by the developer.

verdict: use with caution on your own risk.

sorry again about missing files, i just looked into a different folder.
20.gif




81.gif