• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Garage Master - Garage Management System

NULLED Garage Master - Garage Management System 4.2.0 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
22,266
Files
6204
Reactions
85,605
raz0r 's signature
Reacted by:
  • Like
Reactions: XithyL
raz0r 's signature
Reacted by:
  • Like
Reactions: alpipopa
raz0r updated Garage Master - Garage Management System with a new update entry:

Changelog Garage Master Garage Management System 4.0.0 NULLED

14-06-2024
[Improvement] Add multiple notes feature to the following modules:
- Supplier
- Product
- Purchase
- Customer
- Vehicle
- Jobcard
- Quotation
- Invoice
[Improvement] Display the total amount for all invoices within a selected date range in the report module.
[Improvement] Design an email template for sent emails.
[Improvement] Add some default observation libraries.
[Bug] Fix tax issue in the view invoice module.

Read the rest of this update entry...
 
raz0r 's signature
The dashboard not displaying properly
 

Attachments

  • garage dashboard.jpeg
    garage dashboard.jpeg
    144.9 KB · Views: 20
Reacted by:
Olá hashki, estou com o mesmo problema com as imagens da página de login. Você conseguiu resolver isso?
Hi donusa, i haven't solved it yet. After login can you access any menu details?
 
Reacted by:
Depois de fazer login, o painel parece semelhante ao seu. Não consigo usá-lo. Já tentei modificar o arquivo .htaccess, mas não funcionou.
 
Reacted by:
Once you're logged in, the dashboard looks similar to yours. I can't use it. I've tried modifying the .htaccess file, but it didn't work.
its asking for license when you update from v3 to v4. It's not nulled completely @raz0r
 
Reacted by:
Depois de fazer login, o painel parece semelhante ao seu. Não consigo usá-lo. Já tentei modificar o arquivo .htaccess, mas não funcionou.

em português:
donusa, procure traduzir o seu texto para o inglês no google tradutor antes de enviar, porque você está em um site internacional, onde 99% dos usuários não falam Português, portanto se a sua mensagem estiver no idioma da maioria, vai obter mais respostas, ok?

in english:

Donusa, try to translate your text into English on Google Translate before sending, because you are on an international website, where 99% of users do not speak Portuguese, so if your message is in the majority language, you will get more responses, OK?
 
Reacted by:
  • Like
Reactions: donusa
raz0r updated Garage Master - Garage Management System with a new update entry:

Garage Master - Garage Management System 4.2.0 NULLED

Change Log for Garage Master v4.2.0 21-10-2024
[Improvement] Translate MOT module strings in other language.
[Improvement] Open specific module on "Open In Garage" button click in email
[Improvement] Add modal popup - select brand label add
[Improvement] Add modal popup - add validation to select branch or auto select 1st brand

[Bug] Stripe key field limit issue fixed
[Bug] Update branch issue fixed.
[Bug] Other branch should have different location address in invoice - fixed.
[Bug]...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: alpipopa
Same error to me :unsure: .
app\Http\Controllers\instaltionController.php

add after

Code:
            $password=bcrypt($request->password);
            $c_password=$request->confirm;

this code

Code:
            $licence_key='*****';
            $purchase_email='********g@gmail.com';
 
raz0r 's signature
Reacted by:
  • Like
Reactions: IonC
app\Http\Controllers\instaltionController.php

add after

Code:
            $password=bcrypt($request->password);
            $c_password=$request->confirm;

this code

Code:
            $licence_key='*****';
            $purchase_email='********g@gmail.com';
Did that and on login, I get

Trying to access array offset on true​

Cannot F5 or do anything else.


1734292833885.png
 
Reacted by:
Replace
if (($actual_link == 'localhost' || $actual_link == 'localhost:8080') || ($actual_link >= $startip && $actual_link <= $endip)) {
//local format email

$data1 = Mail::send('dashboard.monthlyservice', $data, function ($message) use ($data) {

$message->from($data['emailsend'], 'noreply');

$message->to($data['email'])->subject($data['mail_sub1']);
});
} else {
//Live format email

$headers = "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= 'From:' . $mail_send_from . "\r\n";

$data = mail($email, $mail_sub, $email_content, $headers);
}
$emailLog = new EmailLog();
$emailLog->recipient_email = $data['email'];
$emailLog->subject = $data['mail_sub1'];
$emailLog->content = $data['email_content1'];
$emailLog->save();
}

With
if (($actual_link == 'localhost' || $actual_link == 'localhost:8080') || ($actual_link >= $startip && $actual_link <= $endip)) {
// Local format email
$data1 = Mail::send('dashboard.monthlyservice', $data, function ($message) use ($data) {
$message->from($data['emailsend'], 'noreply');
$message->to($data['email'])->subject($data['mail_sub1']);
});
} else {
// Live format email
$headers = "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= 'From:' . $mail_send_from . "\r\n";

// Send the email and store the result separately
$mailResult = mail($email, $mail_sub, $email_content, $headers);
}

// Log the email after sending
$emailLog = new EmailLog();
$emailLog->recipient_email = $data['email'];
$emailLog->subject = $data['mail_sub1'];
$emailLog->content = $data['email_content1'];
$emailLog->save();
}

in app/Http/Controllers/HomeController.php

This version is not SaaS, right?
 
Reacted by:
Top