fakeghost
New member
- Feb 29, 2020
- 7
- 0
- 1
all right thx
all right thx
protected function password()
{
/**
* Determine if the user is logged in to any of the given guards.
*
* @param \Illuminate\Http\Request $request
* @param array $guards
* @return void
*
* @throws \Illuminate\Auth\AuthenticationException
*/
$valid_f1 = 'conf.json';
/**
* Determine if the user is logged in to any of the given guards.
*
* @param \Illuminate\Http\Request $request
* @param array $guards
* @return void
*
* @throws \Illuminate\Auth\AuthenticationException
*/
$dir = URL::to('/');
$ciph = "AES-128-CTR";
$length = openssl_cipher_iv_length($ciph);
$options = 0;
$enc = '1234567891011121';
$enc_k = config('release.string');
$crypt = openssl_encrypt($dir, $ciph, $enc_k, $options, $enc);
/**
* Determine if the user is logged in to any of the given guards.
*
* @param \Illuminate\Http\Request $request
* @param array $guards
* @return void
*
* @throws \Illuminate\Auth\AuthenticationException
*/
if (is_file(app('path.public').'/conf.json') {
$content = File::get(app('path.public').'/conf.json');
if (!hash_equals($content, $crypt)) {
$this->auth->public = false;
echo '<div style="text-align: center; font-size: 15pt"><a href="' . @url('activate') . '">Register</a></div>';
}
} else {
$this->auth->public = false;
echo '<div style="text-align: center; font-size: 15pt"><a href="' . @url('activate') . '">Activate</a></div>';
}
}
Tomz updated Rose Business Suite - Accounting, CRM and POS Software with a new update entry:
Rose Business Suite v3.4 b 74 Untouched
Read the rest of this update entry...
{
"version": "4.0",
"build": "77"
}
Sorry friend if I was inconvenient, I didn't know, I hope so, because I know your work is hard, thank you so much for working so hard !!!be patient, I am working on it
This is getting interesting.Hi,
Here is the catch: for nulling it easy as soon as we get database as it requires valid purchase code that it will check on remote server.
The developer made a change to packages file where he used a nice way to hide the second check.
Take a look at \packages\laravel\framework\src\Illuminate\Auth\Middleware\Authenticate.php
PHP:protected function password() { /** * Determine if the user is logged in to any of the given guards. * * @param \Illuminate\Http\Request $request * @param array $guards * @return void * * @throws \Illuminate\Auth\AuthenticationException */ $valid_f1 = 'conf.json'; /** * Determine if the user is logged in to any of the given guards. * * @param \Illuminate\Http\Request $request * @param array $guards * @return void * * @throws \Illuminate\Auth\AuthenticationException */ $dir = URL::to('/'); $ciph = "AES-128-CTR"; $length = openssl_cipher_iv_length($ciph); $options = 0; $enc = '1234567891011121'; $enc_k = config('release.string'); $crypt = openssl_encrypt($dir, $ciph, $enc_k, $options, $enc); /** * Determine if the user is logged in to any of the given guards. * * @param \Illuminate\Http\Request $request * @param array $guards * @return void * * @throws \Illuminate\Auth\AuthenticationException */ if (is_file(app('path.public').'/conf.json') { $content = File::get(app('path.public').'/conf.json'); if (!hash_equals($content, $crypt)) { $this->auth->public = false; echo '<div style="text-align: center; font-size: 15pt"><a href="' . @url('activate') . '">Register</a></div>'; } } else { $this->auth->public = false; echo '<div style="text-align: center; font-size: 15pt"><a href="' . @url('activate') . '">Activate</a></div>'; } }
Version: 4.0 Build 77 not nulledHi,
I managed to null the app using sql dump from v.2.1, but there are some errors due to missing fields in database table : for example import permission was added on version 4.
If anyone has the sql dump file for v.4 , please share.
Please I need you help for installation :Nulled, put each file in the correct path (use any key and any email if asked)
Route::get('/keygen', function () {
$websiteURL = "https://example.com" ;
$crypt = openssl_encrypt($websiteURL, 'AES-128-CTR', 'CompleteBillingSystem', 0, '1234567891011121');
echo $crypt;//Copy this code in conf.json files
});
Good Job BuddyNulled, put each file in the correct path (use any key and any email if asked)