Best Blackhat Forum

Full Version: [GET] Crea8social All Kits [UPDATED 30-June-2015]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
+rep added. Kindly share blog addon for crea8social
http://codecanyon.net/item/blog-addon-fo...-/10577663

Please
(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


this is not gonna work on version 4.1, as setup procedure was tweaked.

to make it work, you have to replace the code, which you reference to be in line 73 (
PHP Code:
return $this->instalRender(\View::make('install.index', ['error' => $error]), ''); 
)

with
PHP Code:
\Session::put('valid-usage','1');return \Redirect::route('install-db-info'); 


otherwise it will be cycling you through the 1st page forever.

also, guys, be aware, that in version 4.1 developer added a function, that writes to the log on his server domain name where this software is installed.
from where i can edit this copyright .

Copyright © 2014 CreA8social.
All rights reserved.

please help me which file do i need to edit

Thank you
@avantor. try searching for footer in the cearch bar of the folder..

and yeah just seen the function in the function.php. I would watch where you install it guys.. the author looks like he don't like it being nulled if her/she is going to extreme length to put lines of code in multiple places. but I guess it keep us more active to finding them and still nulling it.
shift theme update
v2.3 for 4.1

http://www26.zippyshare.com/v/hSeaKnGh/file.html
@Avantor >>app\lang\en\home.php>>change line no 24

to null this script>>
additional steps>>open function.php>>remove or make changes in line number 184 and 214

remove or edit this line
1)function sendfinsta() {ini_set('user_agent', 'Mozilla/5.0');$result = file_get_contents("http://crea8social.com/log/install?domain=".\Request::server('HTTP_HOST')."");}

2)Route::filter('i',function(){if (!\Session::has('valid-usage')) {sendfinsta();return \Redirect::to('/install');}});
hmm did 4.1 worked for anyone?
(04-01-2015 08:37 AM)pok Wrote: [ -> ]hmm did 4.1 worked for anyone?
Did you try following the update instruction?
(03-31-2015 06:08 AM)ShareCash Wrote: [ -> ]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 ?
replace filter.php with this file http://www34.zippyshare.com/v/TIiIyTD9/file.html
Crea8 Runs with php 5.5 i think

Install nulled 4

Than Update manual the patched 4.1 files

Little bit handwork
I got a licence but i run nulled cause i dont like software wich phones home
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Reference URL's