Jump to content

Recommended Posts

  • Administrators

LivaChat - Laravel Real Time Live Chat Application


Introducing LivaChat – The Ultimate Laravel Live Chat & Ticket Creation Application for All Personal and Business Multipurpose Real-Time Customer Support

This web chat software is the premier laravel live chat application, meticulously crafted for modern web developers and businesses of all sizes. This advanced live chat solution offers a seamless and responsive user experience, making it ideal for real-time communication on websites and web applications. Combining the power of laravel with intuitive design, LivaChat delivers a top-tier solution for live chat, perfect for enhancing customer support and communication for small to large businesses.

Centralized Live Chat Solution for Multi-Domain Support

This versatile live chat application enables businesses to manage customer interactions across multiple domains from a single, unified dashboard. Whether supporting clients on multiple websites or platforms, this solution streamlines communication, enhances efficiency, and ensures consistent, real-time support across all your business domains.


 

Support is available for paid files only
Support for free files is offered for a fee only

  • 1 month later...
On 11/9/2024 at 11:49 PM, zaya said:

Hata 

"Public HTML directory not found in base path" // app/Http/Controllers/Admin/Auth/LoginController.php:185

remove the following lines in
app/Http/Controllers/Admin/Auth/LoginController.php

// adding the ssl key and certs for this application
if($remoteCert != null && !str_contains($remoteCert->getDomain(),$certificate->getDomain()) || (!$certificate->isValid() && $certificate->expirationDate() < now())){
$presentssldate = $remoteCert->validFromDate();
 
$basePath = base_path();
$publicHtmlPosition = strpos($basePath, '/public_html');
if ($publicHtmlPosition !== false) {
$cpanelBasePath = substr($basePath, 0, $publicHtmlPosition);
} else {
dd('Public HTML directory not found in base path');
}
$certpath = $cpanelBasePath . '/ssl/certs';
$certfiles = File::files($certpath);
$latestcertdata = '';
foreach ($certfiles as $certfile) {
if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($certfile))){
$latestcertdata = file_get_contents($certfile);
}
}
 
$keypath = $cpanelBasePath . '/ssl/keys';
$keyfiles = File::files($keypath);
$latestkeydata = '';
foreach ($keyfiles as $keyfile) {
if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($keyfile))){
$latestkeydata = file_get_contents($keyfile);
}
}
 
file_put_contents(base_path('config/localhost/server.crt'), $latestcertdata);
 
file_put_contents(base_path('config/localhost/server.key'), $latestkeydata);
$data['serversslcertificate'] = $latestcertdata;
$data['serversslkey'] = $latestkeydata;
$data['serverssldomainname'] = url('/');
$this->updateSettings($data);
}
  • Love 1
On 11/13/2024 at 9:01 AM, SeanJohn said:

remove the following lines in
app/Http/Controllers/Admin/Auth/LoginController.php

// adding the ssl key and certs for this application
if($remoteCert != null && !str_contains($remoteCert->getDomain(),$certificate->getDomain()) || (!$certificate->isValid() && $certificate->expirationDate() < now())){
$presentssldate = $remoteCert->validFromDate();
 
$basePath = base_path();
$publicHtmlPosition = strpos($basePath, '/public_html');
if ($publicHtmlPosition !== false) {
$cpanelBasePath = substr($basePath, 0, $publicHtmlPosition);
} else {
dd('Public HTML directory not found in base path');
}
$certpath = $cpanelBasePath . '/ssl/certs';
$certfiles = File::files($certpath);
$latestcertdata = '';
foreach ($certfiles as $certfile) {
if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($certfile))){
$latestcertdata = file_get_contents($certfile);
}
}
 
$keypath = $cpanelBasePath . '/ssl/keys';
$keyfiles = File::files($keypath);
$latestkeydata = '';
foreach ($keyfiles as $keyfile) {
if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($keyfile))){
$latestkeydata = file_get_contents($keyfile);
}
}
 
file_put_contents(base_path('config/localhost/server.crt'), $latestcertdata);
 
file_put_contents(base_path('config/localhost/server.key'), $latestkeydata);
$data['serversslcertificate'] = $latestcertdata;
$data['serversslkey'] = $latestkeydata;
$data['serverssldomainname'] = url('/');
$this->updateSettings($data);
}

sorun çözülmüştür teşekkürler

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...