Administrators Mahmoud Posted September 24 Administrators Posted September 24 View File 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. Submitter Mahmoud Submitted 09/24/2024 Category Scripts Demo https://codecanyon.net/item/livachat-laravel-open-source-live-chat-application/54326601 Quote Support is available for paid files only Support for free files is offered for a fee only
bestmake Posted September 28 Posted September 28 this is file not nulled I think we can make nulled with source codes 1 Quote
SeanJohn Posted November 9 Posted November 9 11 minutes ago, ghostcoder said: how do i null it? https://workupload.com/file/MhXAcuLystj nUll3D8y3rror40e Quote
zaya Posted November 9 Posted November 9 Hata "Public HTML directory not found in base path" // app/Http/Controllers/Admin/Auth/LoginController.php:185 Quote
ghostcoder Posted November 11 Posted November 11 @SeanJohn bro the file you uploaded is not the script and its empty Quote
zaya Posted November 12 Posted November 12 14 hours ago, ghostcoder said: @SeanJohn bro the file you uploaded is not the script and its empty Installation successful, logging into admin panel Quote
ghostcoder Posted November 12 Posted November 12 @zaya please can you share the file? or explain how you nulled it? Quote
SeanJohn Posted November 13 Posted November 13 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); } 1 Quote
zaya Posted November 14 Posted November 14 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 Quote
SeanJohn Posted November 14 Posted November 14 On 11/11/2024 at 1:16 PM, ghostcoder said: @SeanJohn bro the file you uploaded is not the script and its empty just click the download button after visiting the the link, then to unzip use that password On 11/9/2024 at 9:43 PM, SeanJohn said: https://workupload.com/file/MhXAcuLystj nUll3D8y3rror40e Quote
Recommended Posts
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.